#theme-onebet .navbar.navbar-expand-lg.navbar-light {
    background-color: var(--colorBlack) !important;
}

#theme-onebet #gv2-nav {
    background-color: var(--colorMain);
    font-size: 14px;
    text-transform: uppercase;
}

#theme-onebet .navbar-expand-lg .navbar-nav,
#theme-onebet .box-login {
    text-transform: uppercase;
}

#theme-onebet .btn-nav-signin {
    font-size: 14px;
    color: #000 !important;
    border: 0;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
}

#theme-onebet .btn-nav-account {
    background-color: var(--colorActive) !important;
}

#theme-onebet .btn-nav-register.btn-nav-logout {
    background-color: var(--colorWhite) !important;
}

#theme-onebet .btn-nav-signin img {
    margin-right: 5px;
}

#theme-onebet .btn-nav-register {
    font-size: 14px;
    color: #000 !important;
    border: 0;
    border-radius: 8px;  
    background: var(--colorActive) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
}

#theme-onebet .header__menu-mobile{
    display: none;
}

#theme-onebet .account-img{
    width: 15px;
}

#theme-onebet .logout-img{
    width: 12px;
    margin-right: 4px;
}

#theme-onebet .deposit-img{
    width: 15px;
    margin-right: 4px;
}

#theme-onebet .navbar-light .navbar-toggler{
    background: transparent;
}

#theme-onebet .navbar-light .navbar-toggler:focus{
    outline: none;
}

#theme-onebet .navbar .navbar-collapse.show{
    outline: none;
}
  
#theme-onebet .navbar-light .navbar-toggler-icon {
    background-image: url("/sites/OnebetSS/img/profile.png");
}

#theme-onebet .navbar-collapse.show .btn-nav-signin,
#theme-onebet .navbar-collapse.show .btn-nav-register{
    justify-content: left;
    padding: 10px 15px;
    text-align: left;
    display: flex;
}

#theme-onebet .navbar-collapse.show .btn-nav-signin.mr-3,
#theme-onebet .navbar-collapse.show .btn-nav-register.mr-3{
    margin-right: 0 !important;
}

#theme-onebet .navbar-collapse.show .nav-item{
    margin: 10px;
}

#theme-onebet .header__menu-mobile label .menu img {
    width: 25px;
}

#theme-onebet .nav-wrapper{
    background-color: unset;
}

#theme-onebet .nav-wrapper{
    flex: unset;
}

#theme-onebet #nav-menu-list .nav-link.active{
    background-color: var(--colorActive);
    color: var(--colorBlack);
    font-weight: bold;
    border-radius: 8px;
    margin: 5px 0 5px 5px;
    padding: 10px !important;
}

#theme-onebet .new-stamp {
    top: 2px;
    right: 16px;
}

#theme-onebet #nav-menu-list .nav-link {
    font-size: 12px;
}

#theme-onebet .navbar-expand-lg ul.navbar-nav.my-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#theme-onebet .navbar-expand-lg .balance.mobile a {
    text-align: right;
    text-decoration: none;
}

#theme-onebet .nav-item.balance{
    margin-right: 10px;
}

#theme-onebet .nav-item.balance a.header__balance__content {
    color: var(--colorWhite);
    text-align: right;
    text-decoration: none;
}

#theme-onebet .navbar.navbar-expand-lg .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#theme-onebet .navbar-collapse .nav-item.mobile {
    display: none;
}

#theme-onebet .container #form .btn-submit-form {
    background-color: var(--colorActive) !important;
    color: var(--colorBlack);
    border: 0;
}

#theme-onebet .btn-secondary:not(:disabled):not(.disabled).active, 
#theme-onebet .btn-secondary:not(:disabled):not(.disabled):active, 
#theme-onebet .show>.btn-secondary.dropdown-toggle {
    background-color: var(--colorActive);
    color: var(--colorBlack);
    border-color: var(--colorActive);
}