
#sidebar {
  display: flex;
  flex-direction: row;
  /* color: #000;
  background-color: var(--sidebar-main-bg-color); */
}

.sidebar_wrap {
  display: flex;
  flex-direction: row;
  flex: auto;
  overflow: hidden;
}

.nav-sidebar.collapsed {
  padding: 0px 0.07rem;
}

.nav-sidebar {
  background: var(--sidebar-main-bg-color);
  height: 100vh;
/*  height: calc(var(--vh, 1vh)*100);*/
  z-index: 100;
  position: relative;
  transition: all .3s linear;
}

.nav-sidebar .navbar_container {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
  transition: all .3s linear;

}

.nav-sidebar .navbar_scrollbar {
  background: transparent;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.nav-sidebar .navbar_scrollbar .nav-sidebar .navbar_scrollbar_wrap {
  height: 100%;
  overflow: hidden scroll;
}

.nav-sidebar .navbar_scrollbar .nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content {
  width: 2rem;
  background-color: var(--theme-main-bg-color);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.09rem 0px;
  color: var(--theme-primary-font-color);
  min-height: calc(var(--vh, 1vh)*100);
  padding-bottom: 1rem;
}

.nav-sidebar.collapsed .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content::after {
  right: 0px;
  width: inherit;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content::after {
  border-bottom: 0.01rem solid var(--theme-color-line);
  bottom: -1px;
  content: "";
  display: block;
  left: 0px;
  margin: auto;
  position: absolute;
  right: 0px;
  width: 1.7rem;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  /*padding: 0.1rem 0px;*/
  position: relative;
  width: 100%;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a:hover,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a:hover,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a.active,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a.active {
    background-image: -webkit-gradient(--sidebar-hoverbg-color) !important;
    background-image: var(--sidebar-hoverbg-color) !important;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a:hover span {
    color: var(--sidebar-hover-text-color); ;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a.active span {

    color: var(--sidebar-active-text-color);
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a {
    align-items: center;
    border-radius: 0.06rem;
    color: var(--sidebar-text-color);
    display: flex;
    height: 0.5rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a>i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.3rem;
    font-size: 0.32rem;
    margin-left: 0.08rem;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content div.hotgames {
    font-size: 0.22rem;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content div.category_icon{
    color: var(--sidebar-icon-color);
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a i.navIcons img.activeIcon {
    display: none;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a:hover div.category_icon::before, 
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a.active div.category_icon::before {
    display: none;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a:hover i.navIcons img.activeIcon, 
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a.active img.activeIcon {
    display: block!important;
    width: 0.35rem;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a:hover span.icon-text {
    color: var(--sidebar-hover-text-color);
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a.active span.icon-text {
    color: var(--sidebar-active-text-color);
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a span.icon-text {
  color: var(--sidebar-text-color);
  left: 0.56rem;
  position: absolute;
  width: 1.25rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
  height:100%;
  display: flex;
  align-items: center;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a .arrow {
  align-items: center;
  bottom: 0;
  color: var(--sidebar-nav-arrow);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  right: -0.05rem;
  top: 0;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a:hover .arrow i {
  color: var(--sidebar-hover-text-color);
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a.active .arrow i {
  color: var(--sidebar-active-text-color);
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_top_content a .arrow i {
  font-size: .19rem;
  font-weight: bold;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  margin-top: 0;
  width: 100%;
}

.nav-sidebar.collapsed .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a {
  width: 0.56rem;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a {
  display: flex;
  align-items: center;
  height: 0.5rem;
  position: relative;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons {
  display: inline-block;
  position: relative;
  width: 0.33rem;
  height: 0.28875rem;
  font-size: .18rem;
  margin-left: 0.12rem;
  background-image: url('/images_plus/other/main_icon.png');
  background-size: 4.97063rem 4.71487rem;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-promo,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-livechat,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-mobile_dl,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-referral,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-task,
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-checkIn {
    font-size: .32rem;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(var(--sidebar-iconGrad));
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.icon-checkIn{
    font-size: .24rem;
    text-align: center;
}
/* .nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.promo {
  background-position: -1.353rem -3.366rem;
} */

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.livechat {
  background-position: -3.55575rem -0.594rem;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a i.nav-icons.mobile_dl {
  background-position: 0rem -3.069rem;
}

.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  color: var(--sidebar-navmenu-text);
  display: -webkit-box;
  left: 0.56rem;
  opacity: 1 !important;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-wrap;
  width: 1.1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-sidebar .navbar_scrollbar_wrap .navbar_scrollbar_content .navbar_bottom_content a span {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
}
/* subnav */
.side_subnav {
  z-index: 9;
}
.side_subnav .subnav {
  display: none;
  background: var(--sidebar-sub-nav-bg-color);
  border-radius: 0.1rem;
  margin-left: -0.055rem;
  overflow: hidden;
  transform-origin: -4px 0px;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, .06);
}

.side_subnav .subnav .subnav_wrap {
  max-height: 3.7rem;
  padding: 0.1rem 0;
  width: 2.5rem;
  overflow: auto;
}

.side_subnav .subnav .subnav_wrap a {
  color: var(--sidebar-icon-color);
  -ms-flex: 1;
  flex: 1;
  font-size: .18rem;
  padding: 0.05rem 0.15rem;
  display: flex;
  text-decoration: unset;
}

.side_subnav .subnav .subnav_wrap a:hover {
  /* background: #f8f8f8; */
  background-color: var(--sidebar-nav-hover-bg);
  color: var(--sidebar-nav-hover-text);
}

.side_subnav .subnav .nav_item .nav_detail {
  display: flex;
  align-items: center;
}

.side_subnav .subnav .nav_item .nav_detail .nav_logo {
  width: 0.42rem;
  height: 0.42rem;
}

.side_subnav .subnav .nav_item .nav_detail .nav_logo img {
  width: 100%;
}

.side_subnav .subnav .nav_item .nav_detail .nav_name {
  margin-left: 0.1rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
}
/*html.DARKBLUE .side_subnav .subnav a[href='/lottery/134']:not(:hover) img,
html.DARKBLUE .side_subnav .subnav a[href='/egame/89']:not(:hover) img,
html.DARKBLUE .side_subnav .subnav a[data-gameid="28043"]:not(:hover) img,
html.BLACKGOLD .side_subnav .subnav a[href='/lottery/134']:not(:hover) img,
html.BLACKGOLD .side_subnav .subnav a[href='/egame/89']:not(:hover) img,
html.BLACKGOLD .side_subnav .subnav a[data-gameid="28043"]:not(:hover) img {
  display: none;
}
html.DARKBLUE .side_subnav .subnav a[href='/lottery/134']:not(:hover) .nav_logo,
html.BLACKGOLD .side_subnav .subnav a[href='/lottery/134']:not(:hover) .nav_logo {
  background: url('/web_template1/images_plus/header/nav/134_nav_logo_white.png');
  background-size: contain;
}
html.DARKBLUE .side_subnav .subnav a[href='/egame/89']:not(:hover) .nav_logo,
html.DARKBLUE .side_subnav .subnav a[data-gameid='28043']:not(:hover) .nav_logo,
html.BLACKGOLD .side_subnav .subnav a[href='/egame/89']:not(:hover) .nav_logo,
html.BLACKGOLD .side_subnav .subnav a[data-gameid='28043']:not(:hover) .nav_logo {
  background: url('/web_template1/images_plus/header/nav/89_nav_logo_white.png');
  background-size: contain;
}*/

.side_subnav .subnav .subnav_wrap a:hover{
  
}