@charset "utf-8";
/* CSS Document */

body {background-color: #111; color: #aaa; transition:all 0.3s;}
.text-active {color:#ff6b00 !important;}
.fs-7 {font-size:0.9em !important;}
.fs-8 {font-size:0.7em !important;}
.bg-dark {background-color:#181818 !important;}
.submenu_active {background-color:white; color:#111;}
.submenu_disable {background-color:#181818 !important; color:#aaa;}
.border-bottom {border-bottom:1px solid #222 !important; }
.border {border:1px solid #222 !important; }
.nav-link2 {color: #aaa !important;}
.Aj.xj:before, .Aj.yj:before, .Aj.zj:before, .wj.Aj:before {
    background: #ff6b00;
}
.wj:before, .xj:before, .yj:before, .zj:before {
    border-radius: 0 7.5px 7.5px 0;
    content: "";
    display: block;
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 20;
}
.bg-game {background-color:#181818 !important; transition:all 0.3s; height:65px;}
.bg-game:hover {background-color:#333 !important; color:white !important;}
.bg-active {background-color:#ff6b00 !important;}