@import url('https://fonts.cdnfonts.com/css/montserrat');

::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    background-color: var(--span-color);
}

::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: var(--table-line);
    background-color: var(--table-line);
}

::-webkit-scrollbar-track {
    border-width: 0;
}

::-webkit-scrollbar-track:hover {
    background-color: var(--sidebar-color);
}

.navbar {
    margin: 4px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-radius: 8px;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.nav-toggle:active,
.nav-toggle:focus,
.nav-toggle:hover {
    outline: 0;
    border-bottom: none;
}

.nav-toggle {
    padding: 15px 0 0 0;
    display: block;
    height: 55px;
    display: none;
    font-size: 20px;
    transition: .5s;
    margin: 0 auto;
    color: var(--top-text-color);
    width: 44px;
    z-index: 2001;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    display: block;
}

.a-type:hover {
    cursor: pointer;
    color: var(--span-color);
}

.a-type a:hover {
    background-color: var(--hover);
    cursor: pointer;
    color: var(--span-color);
}

.memebers-button {
    background-color: hsla(0, 0%, 100%, .05);
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 8px;
    transition: .3s;
}

.memebers-button:hover {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--span-color-button);
    cursor: pointer;
    transition: .3s;
}

.wallet-area {
    display: flex;
    z-index: 99;
    justify-content: flex-end;
}

.wallet-area img {
    display: flex;
    width: 50px;
    height: 40px;
    opacity: .3;
    transition: .3s;
    justify-content: flex-end;
    align-items: center;
}

.wallet-area img:hover {
    position: relative;
    max-width: 190px;
    max-height: 40px;
    opacity: 1;
    transition: .3s;
}

@media (max-width: 575.98px) {
    .footer {
        margin-top: 25px;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 0px;
        font-size: 12px;
        border-top: 1px solid var(--border-bottom-line);
        padding: 25px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 5px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 12px 11px;
        border-radius: 8px;
    }

    .nav_footer_bottom {
        display: none;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: none;
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: none;
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 8px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        opacity: 0;
        max-height: 1px;
    }

    i.fa-solid.fa-angle-down.profiles {
        color: var(--custom-text-color);
        font-size: 10px;
        margin-left: 3px;
    }

    .lk_plus {
        display: none;
    }

    .menu_van_bg {
        display: none;
    }

    .upbtn {
        z-index: 1;
        width: 100%;
        height: 51px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #0f141b9e;
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 5px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 8px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 8px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
    margin-right: 1px;
    transition: .3s;
    font-size: 11px;
    color: var(--custom-text-color);
    padding: 6px 9px 10px 9px;
    height: 28px;
    width: 27px;
    border-radius: 8px;
    background: var(--button-color);
    }

    .navbar-icon:hover i {
        transition: .3s;
        Opacity: 1;
    }

    .right-area li {
        display: none;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .search i {
    }

    .search_form {
        width: 238px;
        padding: 6px;
    }

    .search_form .input-form {
        margin-bottom: 15px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        max-width: 210px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 2px 15px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        text-decoration: none;
    }

    .sidebar-offcanvas-desktop {
        display: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 6px 5px;
        font-size: 8px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--link-first-navbar-color);
        font-size: 10px;
        font-weight: 600;
        gap: 9px;
    }

    .avatarka-menu {
        max-height: 26px;
        border-radius: 20%;
        margin: 10px 0;
    }

    .submenug {
        display: none;
    }

    .submenu-prem {
        z-index: 100;
        top: 45px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenu {
        z-index: 100;
        top: 45px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 10px 0;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        margin: 0 2px !important;
        cursor: pointer;
        transition: .5s;
        font-size: 9px;
        font-weight: 700;
        background-color: var(--span-color-button);
        padding: 6px 8px;
        border-radius: 6px;
    }

    .balance-sidebar {
        color: #f4a633;
        font-size: 7px;
        font-weight: 700;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 7px 9px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 93%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -116px;
        width: 162px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 8px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav_footer_bottom {
        display: none;
    }

    .footer {
        margin-top: 25px;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 0px;
        font-size: 12px;
        border-top: 1px solid var(--border-bottom-line);
        padding: 25px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 5px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 12px 11px;
        border-radius: 8px;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: none;
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: none;
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 8px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        position: relative;
        max-width: 190px;
        max-height: 40px;
        transition: .3s;
    }

    .logo-area img:hover {
        opacity: .5;
        transition: .3s;
    }

    i.fa-solid.fa-angle-down.profiles {
        color: var(--custom-text-color);
        font-size: 10px;
        margin-left: 3px;
    }

    .menu_mob_wrapper {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .lk_plus {
        display: none;
    }

    .menu_van_bg {
        display: none;
    }

    .upbtn {
        z-index: 1;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #0f141b9e;
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 8px;
        margin: 3px 2px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 9px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 31px;
        line-height: 31px;
        padding: 0 7px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
    margin-right: 3px;
    transition: .3s;
    font-size: 11px;
    color: var(--custom-text-color);
    padding: 6px 9px 10px 9px;
    height: 28px;
    width: 27px;
    border-radius: 8px;
    background: var(--button-color);
    }

    .navbar-icon:hover i {
        color: #ffffff;
        transition: .3s;
        Opacity: 1;
    }

    .right-area ul {
        padding-left: 20px;
    }

    .right-area li {
        display: flex;
        position: relative;
        float: right;
        padding: 0 4px;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: -1px;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        min-width: 150px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 4px 22px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        padding: 5px 0;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 7px 5px;
        font-size: 8px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--link-first-navbar-color);
        font-size: 10px;
        font-weight: 600;
        margin-left: 163px;
        gap: 10px;
    }

    .avatarka-menu {
        max-height: 25px;
        border-radius: 20%;
        margin: 10px 0;
    }

    .submenug {
        display: none;
    }

    .submenu-prem {
        z-index: 100;
        top: 45px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenu {
        z-index: 100;
        top: 45px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 10px 0;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        margin: 0 3px !important;
        cursor: pointer;
        transition: .5s;
        font-size: 9px;
        font-weight: 700;
        background-color: var(--span-color-button);
        padding: 6px 8px;
        border-radius: 6px;
    }

    .balance-sidebar {
        margin: 0 4px;
        color: #f4a633;
        font-size: 9px;
        font-weight: 700;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 5px 9px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 49%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -165px;
        width: 224px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 12px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer {
        margin-top: 25px;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 0px;
        font-size: 12px;
        border-top: 1px solid var(--border-bottom-line);
        padding: 25px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 5px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 5px 5px;
        border-radius: 4px;
        font-size: 10px;
    }

    .nav_footer_bottom {
        display: none;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: none;
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: none;
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 8px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        position: relative;
        max-width: 190px;
        max-height: 40px;
        transition: .3s;
    }

    .logo-area img:hover {
        opacity: .5;
        transition: .3s;
    }

    .menu_van_bg {
        background-color: hsla(0, 0%, 100%, .05);
        padding: 8px 9px;
        border-radius: 6px;
        margin: 13px 3px;
        color: var(--custom-text-color);
        font-size: 8px;
    }

    .menu_van_bg:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:focus {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:active {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .upbtn {
        z-index: 1;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #0f141b9e;
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 8px;
        margin: 3px 2px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 9px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 31px;
        line-height: 31px;
        padding: 0 7px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
    margin-right: 3px;
    transition: .3s;
    font-size: 11px;
    color: var(--custom-text-color);
    padding: 6px 9px 10px 9px;
    height: 28px;
    width: 27px;
    border-radius: 8px;
    background: var(--button-color);
    }

    .navbar-icon:hover i {
        color: #ffffff;
        transition: .3s;
        Opacity: 1;
    }

    .right-area ul {
        padding-left: 20px;
    }

    .right-area li {
        display: flex;
        position: relative;
        float: right;
        padding: 0 4px;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: -1px;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        min-width: 150px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 6px 21px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        padding: 5px 0;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 12px 12px;
        font-size: 8px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .hover-menu {
        transform: none;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--custom-text-color);
        font-size: 10px;
        font-weight: 600;
        margin-left: auto !important;
    }

    .avatarka-menu {
        max-height: 30px;
        border-radius: 20%;
        margin: 0 5px;
    }

    .submenug {
        z-index: 100;
        top: 34px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 7px;
    }

    .submenu-prem {
        z-index: 100;
        top: 34px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 8px;
    }

    .submenu {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenuf {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 0 10px;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        margin: 1px 4px !important;
        cursor: pointer;
        transition: .5s;
        font-size: 10px;
        font-weight: 700;
        color: var(--default-text-color);
        background-color: var(--span-color-button);
        padding: 7px 6px;
        border-radius: 6px;
    }

    .balance-sidebar {
        margin: 0 3px;
        color: #f4a633;
        font-size: 10px;
        font-weight: 700;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 6px 7px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 38%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -124px;
        width: 187px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 10px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer {
        margin-top: 25px;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 0px;
        font-size: 10px;
        padding: 9px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 2px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 6px 5px;
        border-radius: 8px;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        opacity: 0.2;
        transition: .3s;
        transform: scale(0.9);
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        cursor: help;
        transform: scale(0.9);
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        font-size: 10px;
        padding: 6px 12px;
        border-radius: 4px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        position: relative;
        max-width: 190px;
        max-height: 40px;
        transition: .3s;
    }

    .logo-area img:hover {
        opacity: .5;
        transition: .3s;
    }

    i.fa-solid.fa-angle-down.profiles {
        color: var(--custom-text-color);
    }

    .menu_van_bg {
        background-color: hsla(0, 0%, 100%, .05);
        padding: 10px 13px;
        border-radius: 8px;
        margin: 13px 3px;
        color: var(--custom-text-color);
        font-size: 10px;
    }

    .menu_van_bg:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:focus {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:active {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .upbtn {
        z-index: 1;
        width: 55px;
        height: 100%;
        position: fixed;
        bottom: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: var(--bg-color);
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 8px;
        margin: 3px 2px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 40px;
        line-height: 41px;
        padding: 0 16px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
    margin-right: 8px;
    transition: .3s;
    }

    .navbar-icon:hover i {
        color: #ffffff;
        transition: .3s;
        Opacity: 1;
    }

    .right-area ul {
        padding-left: 20px;
    }

    .right-area li {
        display: flex;
        position: relative;
        float: right;
        padding: 0 4px;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: -1px;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .search i {
    font-size: 14px;
    color: var(--custom-text-color);
    padding: 9px 9px 10px 11px;
    height: 36px;
    width: 36px;
    border-radius: 8px;
    background: var(--button-color);
    }

    .search i:hover {
        margin-top: 3px;
        margin-right: 6px;
        color: var(--default-text-color);
        opacity: .2;
    }

    .search_form {
        width: 220px;
        padding: 9px 16px;
    }

    .search_form .input-form {
        margin-bottom: 15px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        min-width: 150px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 4px 10px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        padding: 5px 0;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 15px 10px;
        font-size: 10px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .hover-menu {
        transform: none;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--custom-text-color);
        font-size: 11px;
        font-weight: 600;
        margin-left: auto !important;
    }

    .avatarka-menu {
        max-height: 30px;
        border-radius: 20%;
        margin: 0 4px;
    }

    .submenug {
        z-index: 100;
        top: 44px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 8px;
    }

    .submenu-prem {
        z-index: 100;
        top: 44px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 8px;
    }

    .submenu {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenuf {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 0 10px;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        cursor: pointer;
        transition: .5s;
        font-size: 10px;
        font-weight: 700;
        color: var(--default-text-color);
        background-color: var(--span-color-button);
        padding: 7px 8px;
        border-radius: 6px;
    }

    .balance-sidebar {
        margin: 0 5px;
        color: #f4a633;
        font-weight: 700;
        font-size: 10px;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 6px 9px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 29%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -152px;
        width: 190px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 10px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .footer {
        margin-top: 25px;
        margin-bottom: 0px;
        font-size: 12px;
        padding: 25px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 5px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 12px 11px;
        border-radius: 8px;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        opacity: 0.2;
        transition: .3s;
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        cursor: help;
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 8px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        position: relative;
        max-width: 190px;
        max-height: 40px;
        transition: .3s;
    }

    .logo-area img:hover {
        opacity: .5;
        transition: .3s;
    }

    i.fa-solid.fa-angle-down.profiles {
        color: var(--custom-text-color);
    }

    .menu_van_bg {
        background-color: hsla(0, 0%, 100%, .05);
        padding: 10px 13px;
        border-radius: 8px;
        margin: 13px 5px;
        color: var(--custom-text-color);
        font-size: 12px;
    }

    .menu_van_bg:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:focus {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:active {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .upbtn {
        z-index: 1;
        width: 55px;
        height: 100%;
        position: fixed;
        bottom: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: var(--bg-color);
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 8px;
        margin: 3px 2px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 40px;
        line-height: 41px;
        padding: 0 16px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
    margin-right: 8px;
    transition: .3s;
    }

    .navbar-icon:hover i {
        color: #ffffff;
        transition: .3s;
        Opacity: 1;
    }

    .right-area ul {
        padding-left: 20px;
    }

    .right-area li {
        display: flex;
        position: relative;
        float: right;
        padding: 0 4px;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: -1px;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .search i {
    font-size: 14px;
    color: var(--custom-text-color);
    padding: 9px 9px 10px 11px;
    height: 36px;
    width: 36px;
    border-radius: 8px;
    background: var(--button-color);
    }

    .search i:hover {
        margin-top: 3px;
        margin-right: 6px;
        color: var(--default-text-color);
        opacity: .2;
    }

    .search_form {
        width: 220px;
        padding: 9px 16px;
    }

    .search_form .input-form {
        margin-bottom: 15px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        min-width: 150px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 4px 10px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        padding: 5px 0;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 20px 14px;
        font-size: 11px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .hover-menu {
        transform: none;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--link-first-navbar-color);
        font-size: 16px;
        font-weight: 600;
        margin-left: auto !important;
    }

    .avatarka-menu {
        max-height: 40px;
        border-radius: 20%;
        margin: 0 5px;
    }

    .submenug {
        z-index: 100;
        top: 53px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 8px;
    }

    .submenu-prem {
        z-index: 100;
        top: 53px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 8px;
    }

    .submenu {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenuf {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 0 10px;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        cursor: pointer;
        transition: .5s;
        font-size: 12px;
        font-weight: 700;
        background-color: var(--span-color-button);
        padding: 9px 10px;
        border-radius: 6px;
    }

    .balance-sidebar {
        margin: 0 10px;
        color: #f4a633;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 8px 9px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 29%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -165px;
        width: 224px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 12px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }
}

@media (min-width: 1500px) {
    .footer_ebanyi_zaebal_uje {
        position: relative;
    }

    .footer {
        margin-top: 25px;
        margin-bottom: 0px;
        font-size: 12px;
        padding: 25px 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .footertext {
        font-weight: 600;
        color: var(--custom-text-color);
        transition: .3s;
        margin-right: 5px;
        text-transform: uppercase;
        background: var(--button-color);
        padding: 12px 11px;
        border-radius: 8px;
    }

    .footertext:hover {
        opacity: 1;
        color: var(--span-color);
        background: var(--button-color-hover);
        transition: .3s;
    }

    .menu-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        opacity: 0.2;
        transition: .3s;
    }

    .menu-footer:hover {
        opacity: 1;
        transition: .3s;
    }

    .copy_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        cursor: help;
    }

    .anim_footer {
        animation: float 3s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(3px);
        }

        50% {
            transform: translatey(-3px);
        }

        100% {
            transform: translatey(3px);
        }
    }

    .online-memebers-area {
        display: flex;
        position: absolute;
        left: 59px;
        padding: 10px 0;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--custom-text-color);
    }

    .tooltip_footer {
        position: relative;
        display: inline-block;
    }

    .tooltip_footer .tooltip_footer_text {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        background-color: var(--tooltip-color);
        color: var(--custom-text-color);
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        padding: 10px 12px;
        border-radius: 8px;
        position: relative;
        top: 1px;
        margin-left: 12px;
        z-index: 1;
        transition: .3s;
    }

    .tooltip_footer:hover .tooltip_footer_text {
        visibility: visible;
        transition: .3s;
        opacity: 1;
    }

    .logo-area {
        display: flex;
        z-index: 99;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-area img {
        position: relative;
        max-width: 190px;
        max-height: 40px;
        transition: .3s;
    }

    .logo-area img:hover {
        opacity: .5;
        transition: .3s;
    }

    i.fa-solid.fa-angle-down.profiles {
        color: var(--custom-text-color);
    }

    .menu_van_bg {
        background-color: hsla(0, 0%, 100%, .05);
        padding: 10px 13px;
        border-radius: 8px;
        margin: 13px 5px;
        color: var(--custom-text-color);
        font-size: 12px;
    }

    .menu_van_bg:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:focus {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .menu_van_bg:active {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        cursor: pointer;
    }

    .upbtn {
        z-index: 1;
        width: 55px;
        height: 100%;
        position: fixed;
        bottom: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: all .45s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: var(--bg-color);
        background-image: url(https://svgshare.com/i/f6b.svg);
    }

    .upbtn:hover {
        background-color: var(--bg-table-color);
    }

    .navbar-custom {
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        display: block;
        white-space: normal;
        z-index: 9;
        margin: 0 -13px;
    }

    .menu_custom_button {
        background-color: hsla(0, 0%, 100%, .05);
        transition: .3s;
        border-radius: 8px;
        margin: 3px 2px;
        display: inline-block;
        color: var(--custom-text-color);
        font-weight: bold;
        opacity: 1;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 40px;
        line-height: 41px;
        padding: 0 16px;
    }

    .menu_custom_button:hover {
        background: hsla(0, 0%, 100%, .1);
        color: var(--span-color);
        transition: .3s;
    }

    .navbar-icon i {
        margin-right: 8px;
        transition: .3s;
    }

    .navbar-icon:hover i {
        color: #ffffff;
        transition: .3s;
        Opacity: 1;
    }

    .right-area ul {
        padding-left: 20px;
    }

    .right-area li {
        display: flex;
        position: relative;
        float: right;
        padding: 0 4px;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: -1px;
    }

    .right-area svg,
    .right-area img {
        margin-bottom: 2px;
    }

    .right-area .subsection svg,
    .right-area .subsection img {
        margin-bottom: 2px;
        height: 18px;
    }

    .search i {
        font-size: 14px;
        color: var(--custom-text-color);
        padding: 9px 9px 10px 11px;
        height: 36px;
        width: 36px;
        border-radius: 8px;
        background: var(--button-color);
    }

    .search i:hover {
        /* margin-top: 3px; */
        /* margin-right: 6px; */
        color: var(--default-text-color);
        background: var(--button-color-hover);
    }

    .search_form {
        width: 220px;
        padding: 9px 16px;
    }

    .search_form .input-form {
        margin-bottom: 15px;
    }

    .section .subsection {
        position: fixed;
        top: 55px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
        background: var(--menu-bg-color);
        list-style: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        visibility: hidden;
        min-width: 150px;
        text-align: left;
        opacity: 0;
        padding: 0;
        transform: scaleY(0);
        transition: .3s;
    }

    .section:hover .subsection,
    .sh:hover .subsection {
        position: fixed;
        opacity: 1;
        visibility: visible;
        transition: .3s;
        transform: scaleY(1);
    }

    .section .subsection li {
        width: 100%;
        padding: 4px 10px;
    }

    .section .subsection a {
        color: var(--default-text-color);
        display: inline-block;
        line-height: 1.2em;
        padding: 5px 0;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-icon {
        margin-right: 0;
        display: inline-block;
    }

    .sidebar-menu .sidebar-icon img,
    .sidebar-menu .sidebar-icon svg {
        margin-left: 2px;
        height: 20px;
        filter: invert(var(--svg))
    }

    .sidebar-menu .sidebar-icon i {
        font-size: 1.2em;
        color: invert(var(--svg))
    }

    .sidebar-menu>li.active:after {
        content: "";
        display: block;
        width: 5px;
        height: 100%;
        background: #222;
        position: absolute;
        right: 0;
        bottom: 0
    }

    .sidebar-menu {
        display: flex;
        list-style: outside none none;
        overflow-y: auto;
        overflow-x: hidden;
        white-space: nowrap;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }

    .sidebar-menu>li>a {
        text-decoration: auto;
        text-transform: uppercase;
        display: flex;
        padding: 20px 20px;
        font-size: 12px;
        transition: .3s;
        font-weight: 700;
        position: relative;
        align-items: center;
        margin: 2px 5px;
    }

    .sidebar-collapse .auth-btn,
    .user_or {
        display: block;
        margin-right: 5px;
        font-size: 11px;
    }

    .hover-menu {
        transform: none;
    }

    .right_navbar_block {
        display: flex;
        align-items: center;
        color: var(--link-first-navbar-color);
        font-size: 16px;
        font-weight: 600;
        margin-left: auto !important;
    }

    .avatarka-menu {
        max-height: 39px;
        border-radius: 20%;
        margin: 0 5px 0 0;
    }

    .submenug {
        z-index: 100;
        top: 55px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 10px;
    }

    .submenu-prem {
        z-index: 100;
        top: 55px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        transition: .35s;
        opacity: 0;
        font-size: 10px;
    }

    .submenu {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .submenuf {
        z-index: 100;
        top: 76px;
        margin-left: -30px;
        position: fixed;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
    }

    .menu-reg {
        margin: 0 10px;
    }

    .text-menu:hover {
        cursor: pointer;
        transition: .5s;
        -webkit-filter: brightness(115%);
        filter: brightness(115%);
    }

    .text-menu {
        cursor: pointer;
        transition: .5s;
        font-size: 12px;
        font-weight: 700;
        background-color: var(--span-color-button);
        padding: 9px 10px;
        border-radius: 6px;
    }

    .balance-sidebar {
        margin: 0;
        color: #f4a633;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #f4a633;
        border-radius: 6px;
        padding: 8px 9px;
    }

    .modal_server_online.modal_showed {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online .card {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        border-radius: 2px;
    }

    .modal_server_online {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999999999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: flex;
        pointer-events: auto;
        background: #0000008a;
        align-items: center;
    }

    .modal-card {
        box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
        width: 29%;
        margin: 0 auto;
        background: var(--bg-table-color);
        border-radius: 8px;
        transform: scale(.9);
        transition: .3s;
        z-index: 999999999999999999999;
    }

    .modal_server_online.modal_showed .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .modal_server_online.modal_show {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
        transition: .3s;
    }

    .modal_server_online.modal_show .modal-card {
        transition: .3s;
        transform: scale(1);
    }

    .tooltip-js1:hover .submenu2 {
        transition: .5s ease-in-out;
        opacity: 1;
        transform: scaleY(1);
    }

    .submenu2 {
        z-index: 100;
        top: 55px;
        margin-left: -165px;
        width: 224px;
        text-transform: uppercase;
        position: fixed;
        background: var(--menu-bg-color);
        color: #fff;
        transform-origin: 0 0;
        transition: .5s ease-in-out;
        opacity: 0;
        transform: scaleY(0);
        font-size: 12px;
        border-radius: 8px;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
        padding: 4px 7px 4px 6px;
    }
}

.main-sidebar {
    background-color: var(--navbar-menu-color);
    box-shadow: 1px 0px 20px rgba(255, 255, 255, 0.2);
    transition: .5s;
}

.sidebar-active {
    transition: .5s;
}

.sidebar-active a {
    color: #fff !important;
    transition: .5s;
}

.sidebar-menu li {
    transition: .5s;
}

.sidebar-menu>li>a {
    color: var(--top-text-color);
}

.table-active {
    color: var(--default-text-color);
    background-color: var(--span-color);
    transition: .3s;
}

.user-details span a {
    color: var(--default-text-color);
}

.user-details span a:hover {
    color: var(--hover);
}

.user-details span {
    color: #111111;
}

.user-rank>i {
    color: #111111;
}

.treeview-menu>li>a {
    color: #111111
}

.select-panel-pages {
    display: flex;
    margin-top: 10px;
    margin-bottom: 2px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

.select-panel-table {
    display: inline-block;
    margin-top: 16px;
}

.select-panel select {
    color: var(--custom-text-color);
    font-weight: 700;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: transparent;
    border-image: none;
    outline-color: transparent;
    box-shadow: none;
}

.select-panel select option {
    font-weight: 700;
    font-size: 13px;
    color: var(--span-color);
    background: var(--card-color);
    display: flex;
    position: absolute;
    left: 100px;
    width: 100%;
}

.button {
    font-weight: var(--font-weight-2);
    font-size: 12px;
    margin-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: #FFF;
    background-color: var(--span-color);
    border: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    user-select: none;
    outline: none;
    float: right;
}

.input-form input {
    margin: 5px 0;
    font-size: 12px;
    padding: 11px 14px;
    font-weight: 700;
    color: var(--custom-text-color);
    background-color: #1b2027;
    border-radius: 8px;
    border: 1px solid var(--border-input-form);
    width: calc(100% - 30px);
}

.input-form .input_text {
    color: var(--span-color);
    font-size: 12px;
    font-weight: var(--font-weight-4);
    text-transform: uppercase;
    text-align: left;
}

.input-form select {
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    outline: none;
    color: var(--custom-text-color);
    background-color: transparent;
    height: 30px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid var(--border-bottom-line);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.input-form select:focus:not([readonly]) {
    border-bottom: 2px solid var(--span-color);
}

.input-form select option {
    border: none;
    outline: none;
    background-color: var(--bg-table-color);
    font-weight: 600;
    color: var(--span-color);
}

.badge img {
    filter: invert(var(--svg));
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(-10px, -10px);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}

.modal-window .card {
    border-radius: 10px;
    background: var(--sidebar-color);
    box-shadow: 0 0 20px 12px #0000002b;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0px, 0px);
}

.modal-window>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--sidebar-color);
}

.login_form {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
}

.no_steam {
    float: right;
    margin-bottom: 16px;
}

.login_form>.input-form {
    margin-bottom: 15px;
}

.modal-close {
    position: absolute;
    right: 15px;
    color: #aaa;
    text-align: center;
    width: 40px;
    text-decoration: none;
}

.modal-close img {
    width: 20px;
    height: 20px;
}

.modal-close:hover {
    color: var(--default-text-color);
}

.btn_form {
    margin-top: .375rem;
    margin-right: .375rem;
    margin-bottom: .375rem;
}

.btn {
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    padding: 10px 15px;
    outline: none;
    font-size: 12px;
    background: var(--span-color);
    color: var(--default-text-color);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    word-wrap: break-word;
    transition: 0.7s;
}

.btn:hover {
    cursor: pointer;
    transition: 0.7s;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

.admbtn {
    width: 12.5rem;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    outline: none;
    padding: 10px 15px;
    font-size: 12px;
    background: var(--span-color);
    color: var(--default-text-color);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    word-wrap: break-word;
    transition: 0.7s;
}

.admbtn:hover {
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    word-wrap: break-word;
    transition: 0.7s;
}

.sidebar-right {
    top: 0;
    right: 0;
    height: 100%;
    position: fixed;
    width: 220px;
    z-index: 2;
    background: var(--sidebar-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sidebar-right .user-sidebar-right-block {
    background: linear-gradient(45deg, var(--sidebar-gradient-2), var(--sidebar-gradient-1));
}

.sidebar-right .info {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--default-text-color);
    text-transform: uppercase;
}

.sidebar-right .details {
    font-size: 14px;
}

.sidebar-right .details .admin_type {
    font-weight: 700;
    font-size: 14px;
}

.sidebar-right .details .admin_rights {
    font-weight: 500;
    font-size: 10px;
    opacity: .5;
}

.card_info_block {
    display: none;
    background: var(--sidebar-color);
    height: 180px;
    width: 300px;
}

tr th a:hover .card_info_block {
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -200px;
}

.sidebar-offcanvas-desktop {
    display: none
}

.sidebar-menu .sidebar-icon {
    color: var(--custom-text-color);
    font-size: 9px;
    transition: .3s;
}

.sidebar-menu .sidebar-icon:hover {
    display: inline-block;
    color: var(--span-color);
    transition: .3s;
}

.sidebar-menu .sidebar-icon img,
.sidebar-menu .sidebar-icon svg {
    margin-left: 2px;
    height: 20px;
    filter: invert(var(--svg))
}

.sidebar-menu .sidebar-icon i {
    font-size: 1.5em;
    color: invert(var(--svg));
}

.sidebar-menu>li.active:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #222;
    position: absolute;
    right: 0;
    bottom: 0
}

.sidebar-menu {
    display: flex;
    list-style: outside none none;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.user-info {
    align-items: center;
    text-align: center;
}

.user-info a img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid transparent;
}

.user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 3px solid #fff;
}

.user-rank {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-bottom: 10px;
    position: relative
}

.rank_img {
    text-align: center;
    width: 20%;
}

.user-rank-more {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.user-rank img {
    max-width: 50px;
    max-height: 20px
}

.user-rank-more img {
    max-width: 50px;
    max-height: 20px
}

.user-details {
    font-size: 11px;
    font-weight: 600;
}

.user-rank .icon-down {
    position: absolute;
    top: -2px;
    right: 8px
}

.user-rank .icon-down img,
.user-rank .icon-down svg {
    width: 22px;
    height: 22px;
    filter: var(--svg)
}

.user-rank .icon-down i {
    font-size: 12em;
    color: #111;
}

.user-details span {
    white-space: nowrap;
    color: var(--default-text-color);
    text-decoration: none;
}

.user-details span a {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none
}

.user-details .user_name {
    font-weight: 600;
    font-size: 11px;
}

.user_text {
    margin-bottom: 0px;
    color: var(--table-line);
}

.user-details ._logout {
    position: absolute;
    top: 37px;
    right: 55px;
    font-weight: 600;
    font-size: 14px;
    background-color: #ff6044;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.rank-details {
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    color: #111111;
}

.rank-mini-li>a {
    text-decoration: none
}

.main-sidebar {
    top: 0;
    left: 0;
    width: auto;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: sticky;
}

@media (max-width: 1025px) {
    .global-container {
        margin-left: 0
    }

    .sidebar-collapse .global-container {
        margin-left: 0px;
        min-height: calc(100vh - 80px);
    }

    .main-sidebar {
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
    }

    .sidebar-open .swipe-area {
        -webkit-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0)
    }

    .swipe-area {
        margin-top: 58px;
        top: 0;
        left: -12px;
        min-height: 100%;
        position: fixed;
        width: 30px;
        z-index: 2
    }

    .sidebar-open .swipe-area {
        -webkit-transform: translate(270px, 0);
        -ms-transform: translate(270px, 0);
        -o-transform: translate(270px, 0);
        transform: translate(270px, 0)
    }

    .sidebar-open .main-sidebar {
        overflow-y: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (min-width: 1025px) {
    .sidebar-collapse .main-sidebar {
        -ms-transform: translate(-210px, 0);
        -o-transform: translate(-210px, 0);
    }

    .sidebar-collapse .user-rank img {
        max-width: 42px;
        max-height: 20px;
    }

    .sidebar-collapse .global-container {
        margin: 0px 40px;
        min-height: calc(100vh - 80px);
    }

    .sidebar-collapse .user-details,
    .sidebar-collapse .icon-down,
    .sidebar-collapse .rank-details,
    .sidebar-collapse .user-rank-more {
        flex-direction: column;
    }

    .sidebar-collapse .user-rank {
        position: absolute;
        top: 110px;
        margin-left: 201px;
        padding-right: 10px;
        padding-bottom: 2px;
    }

    .sidebar-collapse .user-rank>img {
        width: 42px;
        height: 18px;
    }

    .sidebar-collapse .user-info a img {
        position: absolute;
        left: 61px;
        margin-top: 34px;
        width: 45px;
        height: 45px;
        border: 2px solid var(--span-color);
    }

    .swipe-area {
        margin-top: 58px;
        top: 0;
        left: 260px;
        min-height: 100%;
        position: fixed;
        width: 27px;
        z-index: 2
    }

    .sidebar-collapse .swipe-area {
        -webkit-transform: translate(-207px, 0);
        -ms-transform: translate(-207px, 0);
        -o-transform: translate(-207px, 0);
        transform: translate(-207px, 0)
    }

    .sidebar-collapse .nav-toggle {
        transform: translate(105px, 0px);
        transition: .5s;
    }

    .logo-area .nav-toggle {
        display: none !important;
    }

    .logo-area img {
        left: 0 !important;
    }

    .sidebar-collapse .auth-steam-sidebar {
        display: block;
        position: relative;
        left: 216px;
        padding: 7px;
        color: var(--default-text-color);
        border-radius: 5px;
        width: 45px;
        background: var(--span-color);
    }
}

.lng-dropdown {
    display: none
}

.treeview-menu {
    display: none;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

.user-rank>i {
    position: absolute;
    right: 21px;
    margin-top: 2px
}

.notification {
    position: relative;
}

.notification span {
    position: absolute;
    top: -15px;
    left: 8px;
    padding: 1px;
    color: var(--default-text-color);
    background: var(--span-color);
    border-radius: 50px;
    width: 11px;
    height: 11px;
    font-size: 7px;
    font-weight: 500;
    text-align: center;
    display: none;
}

.main_notifications {
    padding-left: unset;
}

.main_notifications a {
    width: 100%;
}

.notifications-item .icon {
    font-size: 13px;
    color: var(--inactive-text-color);
}

.notifications-item .text {
    font-size: 11px;
}

.auth-steam-sidebar {
    display: none;
}

.sidebar-collapse .sidebar-menu>li {
    border-left: none !important;
}

.sidebar-collapse .auth-btn,
.user_or {
    display: block;
    margin-right: 5px;
}

.sidebar-open .global-container {
    filter: blur(3px);
    user-select: none;
    pointer-events: none;
    transition: .3s;
}

.user_text.lk {
    color: var(--sidebar-gradient-2) !important;
    font-size: 11px;
}

.logo-area .nav-toggle {
    position: relative;
    top: -10px;
    transform: none !important;
    max-width: 190px;
    max-height: 40px;
}

.auth-btn {
    padding: 0 20px 0 10px;
    color: var(--default-text-color);
    padding-left: 0;
    border: 1px solid var(--span-color);
    border-radius: 6px;
    font-weight: 700;
}

.auth-btn>i {
    color: var(--default-text-color);
    padding: 11px;
    background: var(--span-color);
    margin-right: 5px;
    border-radius: 6px;
}

.user-sidebar-block {
    text-align: center;
}

.user-sidebar-block .user_or {
    display: block;
    margin-top: 5px;
    color: var(--table-line);
}

.table thead th {
    border-bottom: 1px solid var(--bottom-line-table);
}

.navbar-icon img {
    height: 34px;
    transition: .7s;
    background-color: hsla(0, 0%, 100%, .05);
    padding: 8px;
    border-radius: 8px;
    margin-left: 5px;
}

.navbar-icon img:hover {
    transition: .7s;
    background: #6080ff;
}

.navbar-icon:hover img {
    transition: .3s;
}

#notes {
    z-index: 10000000;
}

.sidebar-right {
    transition: .3s;
    transform: translate(0px, 0px);
    z-index: 9999;
}

.unshow {
    transition: .3s;
    transform: translate(220px, 0px) !important;
    display: block;
}

.menubysever {
    display: flex;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    align-items: center;
    color: var(--span-color);
}

.submenu1 {
    z-index: 100;
    top: 76px;
    margin-left: -20px;
    position: fixed;
    transform-origin: 0 0;
    transition: .5s ease-in-out;
    opacity: 0;
    transform: scaleY(0);
}

.navbargg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: var(--sidebar-color);
    z-index: 99;
    justify-content: space-between;
}

.nav-item {
    text-align: left;
}

.dropdown-header {
    display: block;
    padding-top: 5px;
    padding-bottom: 8px;
    color: #959baa;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--border-bottom-line);
}

.userblock-info-profile {
    padding: 10px 8px;
    border-radius: 5px;
    transition: .3s;
}

.userblock-info-profile:hover {
    background-color: rgba(33, 41, 61, .4);
    transition: .3s;
}

.infoblock {
    margin-bottom: 2px;
    transition: .3s;
}

.infoblock:hover {
    transition: .3s;
}

.hover-menu1 {
    color: var(--span-color);
}

.text-menu-prof {
    cursor: pointer;
}

.text-menu-avatar {
    cursor: pointer;
}

.tooltip-two {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.tooltip-two .tooltip-text {
    width: auto;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 6px;
    position: absolute;
    margin-top: -30px;
    z-index: 1;
    opacity: 0;
    transition: .15s;
}

.tooltip-two:hover .tooltip-text {
    opacity: 1;
    margin-top: -60px;
    transition: .15s;
}

.tooltip-two2 {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.tooltip-two2 .tooltip-text2 {
    width: auto;
    background-color: rgb(0 0 0);
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 6px;
    position: absolute;
    margin-top: 24px;
    z-index: 1;
    opacity: 0;
    transition: .15s;
}

.tooltip-two2:hover .tooltip-text2 {
    opacity: 1;
    margin-top: 42px;
    transition: .15s;
}

.demo-servers-csgo-list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.servers-csgo-list-item-gg {
    color: var(--default-text-color);
    background: #fff0;
    padding: 7px 15px;
    transition: .3s;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid var(--border-input-form);
    background: var(--menu-bg-color);
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
}

.servers-csgo-list-item-gg:hover {
    color: var(--default-text-color);
    font-weight: 600;
    transition: .3s;
    background: var(--span-color);
    cursor: pointer;
    border: 1px solid transparent;
}

.cardactionsbb {
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 0) {
    .flex.xs12 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.player-block {
    background-color: var(--menu-bg-color);
    margin-left: 10px;
    margin-right: 11px;
    margin-bottom: 1px;
    transition: .5s;
}

.player-block:hover {
    background-color: var(--hover);
    cursor: pointer;
    transition: .5s;
    -webkit-transform: translateX(3px) !important;
    transform: translateX(3px) !important;
}

.text-dropdown-menu {
    display: block;
    padding: 9px 15px;
    border-radius: 8px;
    transition: .3s;
    color: var(--inactive-text-color);
}

.text-dropdown-menu:hover {
    width: 100%;
    background-color: rgba(33, 41, 61, .4);
    cursor: pointer;
    transition: .3s;
    color: rgb(255 255 255);
}

.search-box {
    position: absolute;
    right: 4px;
    transition: width .6s, background .6s;
    width: 30px;
    height: 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .05);
}

.search-box .label .search-icon {
    color: black;
}

.search-box:hover {
    color: white;
    background-color: var(--span-color-button);
}

.search-box .label .search-icon {
    color: white;
}

.search-box:focus {
    transition: width .6s, background .6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 15px;
    cursor: text;
    width: 160px;
    border-radius: auto;
    background-color: hsla(0, 0%, 100%, .05);
    color: var(--custom-text-color);
    font-size: 12px;
    font-weight: bold;
}

.search-box .label .search-icon {
    color: black;
}

.search-box:not(:focus) {
    text-indent: -5000px;
}

.search-box::placeholder {
    color: rgb(255 255 255 / 50%)
}

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: absolute;
    font-size: 12px;
    top: 8px;
    right: 16px;
    color: white;
    cursor: pointer;
}

.modal-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.server_block_scroll {
    margin: 9px 0px;
    max-height: 400px;
    overflow-y: scroll;
}

.close_button_memembers {
    background-color: hsla(0, 0%, 100%, .05);
    padding: 5px;
    border-radius: 5px;
    transition: .3s;
}

.close_button_memembers:hover {
    background-color: hsla(0, 0%, 100%, .1);
    color: var(--span-color-button);
    cursor: pointer;
    transform: scale(0.8);
    transition: .3s;
}

th.text-center.lrweb_table {
    font-size: 12px;
    text-transform: none;
    color: var(--custom-text-color);
}

.tippy-box[data-theme~='green'] {
    color: var(--span-color);
    font-size: 10px;
    font-weight: bolder;
    background-color: var(--tooltip-color);
    border-radius: 6px;
    text-transform: uppercase;
}

.tippy-box[data-theme~='gold'] {
    color: #f4a633;
    font-size: 10px;
    font-weight: bolder;
    background-color: var(--tooltip-color);
    border-radius: 6px;
    text-transform: uppercase;
}

.tippy-arrow:before {
    display: none;
}

.navbar_items_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_elements_flex>div:first-child {
    display: flex;
    align-items: center;
}

.navbar_items_flex>div:first-child {
    display: flex
}

.navbar_items_flex>div:first-child>a {
    padding: 10px;
    background-color: hsla(0, 0%, 100%, .05);
    color: var(--custom-text-color);
    border-radius: 8px;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: .3s;
    justify-content: center;
    margin-right: 10px;
}

.navbar_items_flex>div:first-child>a:hover {
    transition: .3s;
    background: hsla(0, 0%, 100%, .1);
    color: var(--span-color);
}

.navbar_items_flex>div:first-child>a:active {
    transition: .2s;
    background-color: hsl(0deg 0% 100% / 10%);
}

.navbar_items_flex>div:first-child>a>div {
    display: none
}

.close_navbar_style {
    display: none;
}

.nav_sticky {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: var(--bg-color);
    padding: 0px 10px 10px 10px;
}

@media (min-width: 800px) {
    .navbar_items_flex>div:first-child>a>div {
        display: block;
        position: absolute;
        transition: .3s;
        bottom: -29px;
        background-color: var(--tooltip-color);
        border-radius: 5px;
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 11px;
        color: var(--span-color);
        font-weight: bold;
        visibility: hidden;
        opacity: 0;
        white-space: nowrap;
    }

    .navbar_items_flex>div:first-child>a:hover div {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        bottom: -25px;
    }
}

@media (min-width: 800px) and (max-width: 980px) {
    .navbar_items_flex>div:first-child>a {
        height: 35px;
        width: 35px;
        font-size: 10px;
    }
}

@media (max-width: 800px) {
    #toggle_content {
        max-height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar_items_flex {
        flex-direction: column-reverse;
    }

    .navbar_items_flex>div:first-child {
        margin-top: 10px;
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .navbar_items_flex>div:first-child>a {
        width: 100%;
        margin-bottom: 10px;
        background: transparent;
    }

    .navbar_items_flex>div:first-child>a>li {
        display: none
    }

    .navbar_items_flex>div:first-child>a>div {
        display: block
    }

    .close_navbar_style {
        display: block;
    }

    .navbar_elements_flex {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 0px 1px;
    }

    .close_navbar_style>div {
        height: 26px;
        width: 26px;
        font-size: 10px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: .5s;
        border: 2px solid var(--custom-text-color);
        color: var(--custom-text-color);
        cursor: pointer;
    }

    .close_navbar_style>div.close_nav_btn {
        border: 2px solid var(--custom-text-color);
        background: var(--custom-text-color);
        color: var(--bg-color);
        transition: .5s;
    }

    .close_navbar_style>div.close_nav_btn:hover {
        background: #ff0000;
        transition: .3s;
    }

    .close_navbar_style>div:hover {
        background-color: var(--border-bottom-line);
        transition: .3s;
    }

    .navbar_elements_flex>div:first-child {
        gap: 5px;
    }
}

.top_ten_header {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

span.top_ten_first_name {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--span-color);
    padding: 0 0 10px 0;
    font-weight: 800;
    border-bottom: 1px solid var(--border-bottom-line);
    margin-bottom: 11px;
}

span.top_ten_server_name {
    color: var(--custom-text-color);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    opacity: .7;
}

@media (max-width: 768px) {
    .top_ten_header {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: center;
        align-items: center;
    }

    span.top_ten_first_name {
        text-transform: uppercase;
        font-size: 15px;
        color: var(--span-color);
        padding: 0 0 10px 0;
        font-weight: 800;
        border-bottom: 1px solid var(--border-bottom-line);
        margin-bottom: 11px;
    }

    span.top_ten_server_name {
        color: var(--custom-text-color);
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 1px;
        font-weight: 800;
        opacity: .7;
    }
}

.placenumber {
    font-size: 12px;
    background-color: hsla(0, 0%, 100%, .05);
    max-height: 30px;
    padding: 5px;
    border-radius: 8px;
    transition: .15s ease-in-out;
}

.placenumber:hover {
    transform: scale(0.9);
    background-color: hsla(0, 0%, 100%, .1);
    transition: .15s ease-in-out;
}

.top-1 {
    background: linear-gradient(90deg, rgb(253 193 3 / 6%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), #121820;
}

.top-1:hover {
    background: linear-gradient(90deg, rgb(253 193 3 / 15%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), rgb(18 24 32) !important;
}

.top-2 {
    background: linear-gradient(90deg, rgb(177 195 255 / 6%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), rgb(18 24 32);
}

.top-2:hover {
    background: linear-gradient(90deg, rgb(177 195 255 / 15%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), rgb(18 24 32) !important;
}

.top-3 {
    background: linear-gradient(90deg, rgb(233 111 42 / 6%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), rgb(18 24 32);
}

.top-3:hover {
    background: linear-gradient(90deg, rgb(233 111 42 / 15%) 0%, rgba(255, 199, 0, 0) 45%, rgba(253, 193, 3, 0) 45%), rgb(18 24 32) !important;
}

.cifra1 {
    background-color: rgb(253 193 3 / 15%);
    color: rgb(253 193 3);
    padding: 5px;
    border-radius: 8px;
    font-weight: 800;
    transition: .15s ease-in-out;
}

.cifra1:hover {
    background-color: rgb(253 193 3 / 35%);
}

.cifra2 {
    background-color: rgb(177 195 255 / 15%);
    color: rgb(177 195 255);
    padding: 5px;
    border-radius: 8px;
    font-weight: 800;
    transition: .15s ease-in-out;
}

.cifra2:hover {
    background-color: rgb(177 195 255 / 35%);
}

.cifra3 {
    background-color: hsl(22deg 81% 54% / 15%);
    color: rgb(233 111 42);
    padding: 5px;
    border-radius: 8px;
    font-weight: 800;
    transition: .15s ease-in-out;
}

.cifra3:hover {
    background-color: rgb(233 111 42 / 35%);
}

.header_page_cstom {
    background-color: var(--menu-bg-color);
    text-align: center;
    padding: 15px;
    margin: 1px 5px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--custom-text-color);
    text-transform: uppercase;
}

.shop_server_active {
    background: var(--span-color);
    font-weight: 600;
    border: 1px solid transparent;
}

.mecenat_name {
    color: var(--custom-text-color);
    font-weight: 700;
}

.mecenate_text {
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 18px;
}

.mecenat_all_money {
    margin-top: -18px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--custom-text-color);
}

@media (max-width: 769px) {
    .user__info {
        display: flex;
        align-items: center;
        padding: 2px;
        cursor: pointer;
    }

    .header__profile-avatar {
        height: 24px;
        border-radius: 50%;
        border: 2px solid rgb(27 32 39);
    }

    .header__profile-avatar.vip_theme {
        border-color: #f4a633;
    }

    .user__name {
        color: #fff;
        padding: 4px 4px;
        font-weight: 700;
        display: flex;
        gap: 10px;
        cursor: pointer;
        align-items: center;
    }

    .user__name svg {
        transform: rotate(180deg);
    }

    .user__name:hover .popup-ind img {
        opacity: 1;
    }

    .popup-ind img {
        transition: 0.3s;
        width: 12px;
        opacity: 0.5;
        cursor: pointer;
        transform: rotate(180deg);
    }

    .popup-ind.active img {
        transform: rotate(0);
    }

    .user__menu {
        position: absolute;
        font-size: 10px;
        color: var(--custom-text-color);
        text-transform: uppercase;
        background: var(--menu-bg-color);
        width: 224px;
        border-radius: 8px;
        padding: 10px;
        top: 117%;
        right: 5px;
        display: none;
        opacity: 0;
    }

    .user__menu>a {
        height: 42px;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.01em;
        color: var(--custom-text-color);
    }

    .user__menu svg {
        fill: #757B8C;
        opacity: 0.8;
        height: 0.875rem;
    }

    .user__menu> :nth-child(2),
    .user__menu>a:last-of-type {
        margin-top: 7px;
    }

    .img-wrapper,
    .user__menu>a {
        display: flex;
        align-items: center;
    }

    .user__menu> :last-child {
        border-top: 1px solid var(--border-bottom-line);
    }

    .user__menu> :hover path {
        fill: #fff;
    }

    .user__profile {
        padding-bottom: 6px;
        border-bottom: 1px solid var(--border-bottom-line);
        transition: .3s;
    }

    .user__profile-link {
        padding: 10px;
        height: 54px;
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 8px;
        transition: .3s;
    }

    .user__profile-link:hover,
    .profile-popup__link:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }

    .user__profile-link>div {
        display: flex;
        flex-direction: column;
        max-width: 130px;
    }

    .user__profile-link span:last-child {
        color: var(--custom-text-color);
        font-weight: 400;
        opacity: .3;
    }

    .user__profile-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .user__profile-nick {
        color: var(--custom-text-color);
        margin-bottom: 3px;
        white-space: nowrap;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }

    .user__profile-link:hover .user__profile-nick,
    .user__menu> :hover {
        color: #fff;
        transition: .3s;
    }

    .profileOpen {
        display: flex;
        align-items: center;
        border-radius: 8px;
        padding: 0 10px;
        transition: .3s;
    }

    .profileOpen:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }

    .img-wrapper {
        width: 42px;
        justify-content: center;
    }

    .prof_menulink {
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 15px;
        transition: .3s;
    }
}

@media (min-width: 769px) {
    .user__info {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
    }

    .header__profile-avatar {
        height: 37px;
        border-radius: 50%;
        border: 3px solid rgb(27 32 39);
    }

    .header__profile-avatar.vip_theme {
        border-color: #f4a633;
    }

    .user__name {
        color: #fff;
        padding: 4px 7px;
        font-weight: 700;
        display: flex;
        gap: 10px;
        cursor: pointer;
        align-items: center;
    }

    .user__name svg {
        transform: rotate(180deg);
    }

    .user__name:hover .popup-ind img {
        opacity: 1;
    }

    .popup-ind img {
        transition: 0.3s;
        width: 12px;
        opacity: 0.5;
        cursor: pointer;
        transform: rotate(180deg);
    }

    .popup-ind.active img {
        transform: rotate(0);
    }

    .user__menu {
        position: absolute;
        font-size: 10px;
        color: var(--custom-text-color);
        text-transform: uppercase;
        background: var(--menu-bg-color);
        width: 224px;
        border-radius: 8px;
        padding: 10px;
        top: 117%;
        right: 5px;
        display: none;
        opacity: 0;
    }

    .user__menu>a {
        height: 42px;
        font-weight: 500;
        font-size: 11px;
        letter-spacing: 0.01em;
        color: var(--custom-text-color);
    }

    .user__menu svg {
        fill: #757B8C;
        opacity: 0.8;
        height: 0.875rem;
    }

    .user__menu> :nth-child(2),
    .user__menu>a:last-of-type {
        margin-top: 7px;
    }

    .img-wrapper,
    .user__menu>a {
        display: flex;
        align-items: center;
    }

    .user__menu> :last-child {
        border-top: 1px solid var(--border-bottom-line);
    }

    .user__menu> :hover path {
        fill: #fff;
    }

    .user__profile {
        padding-bottom: 6px;
        border-bottom: 1px solid var(--border-bottom-line);
        transition: .3s;
    }

    .user__profile-link {
        padding: 10px;
        height: 54px;
        width: 100%;
        display: flex;
        align-items: center;
        border-radius: 8px;
        transition: .3s;
    }

    .user__profile-link:hover,
    .profile-popup__link:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }

    .user__profile-link>div {
        display: flex;
        flex-direction: column;
        max-width: 130px;
    }

    .user__profile-link span:last-child {
        color: var(--custom-text-color);
        font-weight: 400;
        opacity: .3;
    }

    .user__profile-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .user__profile-nick {
        color: var(--custom-text-color);
        margin-bottom: 3px;
        white-space: nowrap;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }

    .user__profile-link:hover .user__profile-nick,
    .user__menu> :hover {
        color: #fff;
        transition: .3s;
    }

    .profileOpen {
        display: flex;
        align-items: center;
        border-radius: 8px;
        padding: 0 10px;
        transition: .3s;
    }

    .profileOpen:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }

    .img-wrapper {
        width: 42px;
        justify-content: center;
    }

    .prof_menulink {
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 15px;
        transition: .3s;
    }
}

.logout_fromsite {
    margin-left: 12px;
    margin-top: 8px;
    font-weight: 700;
}

.prof_outmenulink {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
    transition: .3s;
}

.out_prof_text {
    display: inline-flex;
    margin-left: 9px;
}

@media (max-width: 768px){
    .user__notifications {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--button-color);
        border-radius: 8px;
        height: 28px;
        width: 28px;
        padding-top: 1px;
        padding-left: 1px;
        cursor: pointer;
        transition: .3s;
    }
    
    .user__notifications:hover {
        background: var(--button-color-hover);
        cursor: pointer;
        transition: .3s;
    }
    
    .notify {
        color: var(--custom-text-color);
        cursor: pointer;
        animation: notification 5s infinite;
        font-size: 10px;
    }
    
    @keyframes notification {
        0% {
            transform: rotate(0deg);
        }
    
        4% {
            transform: rotate(0deg) scale(1, 1);
        }
    
        6% {
            transform: rotate(15deg) scale(1.1, 1.1);
        }
    
        8% {
            transform: rotate(-15deg) scale(1.1, 1.1);
        }
    
        10% {
            transform: rotate(15deg) scale(1.1, 1.1);
        }
    
        12% {
            transform: rotate(0deg) scale(1, 1);
        }
    
        100% {
            transform: rotate(0deg);
        }
    }
    
    .notify svg {
        fill: #757B8C;
        animation: notification 5s infinite;
    }
    
    .notification-wrapper {
        background: var(--menu-bg-color);
        color: var(--custom-text-color);
        border-radius: 8px;
        width: 238px;
        padding-bottom: 10px;
        position: absolute;
        top: 117%;
        right: 318px;
        display: none;
        opacity: 0;
    }
    
    .notification-wrapper li {
        padding: 7px 10px;
        border-radius: 8px;
        transition: .3s;
    }
    
    .notification-wrapper li:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }
    
    .notification-wrapper .row {
        align-items: center;
    }
    
    .notifications__header {
        padding: 13px 18px;
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(100, 115, 130, 0.1);
    }
    
    .notifications__title {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .notifications__main {
        max-height: 268px;
        overflow-y: scroll;
        padding: 10px 12px;
    }
    
    .notifications__main::-webkit-scrollbar {
        width: 0;
    }
    
    .notifications-item .icon i {
        font-size: 10px;
        color: var(--custom-text-color);
        margin-left: 7px;
        opacity: .5;
    }
    
    .notifications-item .text {
        font-size: 8px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--custom-text-color);
        transition: .3s;
    }
    
    .notifications-item .text:hover {
        color: var(--default-text-color);
        transition: .3s;
    }
    
    .notifications-item:not(:first-child) {
        border-top: 1px solid transparent;
    }
}

@media (min-width: 769px){
    .user__notifications {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--button-color);
        border-radius: 8px;
        height: 36px;
        width: 36px;
        padding-top: 3px;
        cursor: pointer;
        transition: .3s;
    }
    
    .user__notifications:hover {
        background: var(--button-color-hover);
        cursor: pointer;
        transition: .3s;
    }
    
    .notify {
        color: var(--custom-text-color);
        cursor: pointer;
        animation: notification 5s infinite;
    }
    
    @keyframes notification {
        0% {
            transform: rotate(0deg);
        }
    
        4% {
            transform: rotate(0deg) scale(1, 1);
        }
    
        6% {
            transform: rotate(15deg) scale(1.1, 1.1);
        }
    
        8% {
            transform: rotate(-15deg) scale(1.1, 1.1);
        }
    
        10% {
            transform: rotate(15deg) scale(1.1, 1.1);
        }
    
        12% {
            transform: rotate(0deg) scale(1, 1);
        }
    
        100% {
            transform: rotate(0deg);
        }
    }
    
    .notify svg {
        fill: #757B8C;
        animation: notification 5s infinite;
    }
    
    .notification-wrapper {
        background: var(--menu-bg-color);
        color: var(--custom-text-color);
        border-radius: 8px;
        width: 280px;
        padding-bottom: 10px;
        position: absolute;
        top: 117%;
        right: 318px;
        display: none;
        opacity: 0;
    }
    
    .notification-wrapper li {
        padding: 10px;
        border-radius: 8px;
        transition: .3s;
    }
    
    .notification-wrapper li:hover {
        background: rgba(33, 41, 61, .4);
        transition: .3s;
    }
    
    .notification-wrapper .row {
        align-items: center;
    }
    
    .notifications__header {
        padding: 18px 20px;
        display: flex;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(100, 115, 130, 0.1);
    }
    
    .notifications__title {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .notifications__main {
        max-height: 268px;
        overflow-y: scroll;
        padding: 10px 12px;
    }
    
    .notifications__main::-webkit-scrollbar {
        width: 0;
    }
    
    .notifications-item .icon i {
        font-size: 14px;
        color: var(--custom-text-color);
        margin-left: 10px;
        opacity: .5;
    }
    
    .notifications-item .text {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--custom-text-color);
        transition: .3s;
    }
    
    .notifications-item .text:hover {
        color: var(--default-text-color);
        transition: .3s;
    }
    
    .notifications-item:not(:first-child) {
        border-top: 1px solid transparent;
    }
}

@media (max-width: 991px) {
    .notification-wrapper {
        right: 22px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1439.99px) {
    .notification-wrapper {
        right: 30px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .notification-wrapper {
        right: 30px !important;
    }
}

.modalActive {
    display: block !important;
}