nav{
    background-color: #FFF;
    color: #000;
}

nav .brand-logo{
    top: 10%;
}

nav .brand-logo img{
	height: 3rem;
}

#sidenav-mobo li.active{
    background-color: var(--red-gocit);
}

#sidenav-mobo li.active a,
#sidenav-mobo li.active i{
    color: white;
}

.icon-notif, .icon-cart {
    position: relative;
}

/* .icon-notif div{
    background-color: #f44336;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10%;
    right: 30%;
} */
.icon-notif div.notif.active{
    background-color: #f44336;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10%;
    right: 30%;
}

.icon-cart div.notif.active{
    background-color: #f44336;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10%;
    right: 25%;
}

.icon-user-setting {
    width: 200px;
}

#dropdown-user-setting li>a{
    color: #000;
}
.sidenav-gocit-wrapper{
    padding: 20px;
    height: calc(100% - 64px);
    z-index: 99;
    position: absolute;
}
.sidenav-gocit{
    scrollbar-width: thin;
    height: 100%;
    width: 78px;
    background: #11101D;
    padding: 6px 14px;
    border-radius: var(--border-radius);
    transition: all 0.5s ease;
}
::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
    background: var(--red-gocit);
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover{
    background: var(--light-red-gocit);
}
::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius: 4px;
}
.sidenav-gocit.open{
    width: 250px;
}
.sidenav-gocit .logo-details{
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.sidenav-gocit .logo-details .icon{
    opacity: 0;
    transition: all 0.5s ease;
}
.sidenav-gocit .logo-details .logo_name{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}
.sidenav-gocit.open .logo-details .icon,
.sidenav-gocit.open .logo-details .logo_name{
    opacity: 1;
}
.sidenav-gocit .logo-details #btn-toggle-sidenav{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sidenav-gocit.open .logo-details #btn-toggle-sidenav{
    text-align: right;
}
.sidenav-gocit i{
    color: #fff;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}
.sidenav-gocit .nav-list{
    margin-top: 20px;
}
.sidenav-gocit li{
    position: relative;
    list-style: none;
    background: #11101D;
}
.sidenav-gocit li a{
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}
.sidenav-gocit li a.active{
    background: var(--red-gocit);
}
.sidenav-gocit li a:hover{
    background: var(--red-gocit);
}
.sidenav-gocit li a .links_name{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.sidenav-gocit li a i:last-child{
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
}
.sidenav-gocit.open li a .links_name, .sidenav-gocit.open li a i:last-child{
    opacity: 1;
    pointer-events: auto;
}
.sidenav-gocit li a:hover .links_name,
.sidenav-gocit li a:hover i{
    transition: all 0.5s ease;
}
.sidenav-gocit li span{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}

.submenu-list{
    position:relative;
    height: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.submenu-list[sub="1"].open{
    height: 40px;
}

.submenu-list[sub="2"].open{
    height: 80px;
}

.submenu-list[sub="3"].open{
    height: 120px;
}

.submenu-list[sub="4"].open{
    height: 160px;
}

.submenu-list[sub="5"].open{
    height: 200px;
}

.submenu-list[sub="6"].open{
    height: 240px;
}

.submenu-list[sub="7"].open{
    height: 280px;
}

.submenu-list[sub="8"].open{
    height: 320px;
}

.submenu-list.open .sub-icon{
    transform: translateY(-50%);
}
.submenu-list li a{
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #11101D;
}
.submenu-list li a:hover{
    background: var(--red-gocit);
}
.submenu-list li a .links_name{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.submenu-list.open li a .links_name{
    opacity: 1;
    pointer-events: auto;
}
.submenu-list li a:hover .links_name,
.submenu-list li a:hover i{
    transition: all 0.5s ease;
}
.submenu-list li span{
    margin-left: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 12px;
}

.btn-sub{
    justify-content: space-between;
}

.btn-sub span{
    margin-right: auto;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {
    .sidenav-gocit-wrapper{
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
