@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: fallback;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v13/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

::-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);
}

.navtop {
    display: block;
    top: 0px;
    position: sticky;
    z-index: 9999;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    white-space: nowrap;
    transition: all .2s ease;
    margin: 0 -16px 0px 0px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--bg-color);
    z-index: 99;
    justify-content: flex-end;
    padding: 15px 0px;
}

.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 0px 0;
    display: block;
    height: 55px;
    font-size: 20px;
    transition: .5s;
    margin: 0px auto;
    color: var(--sidebar-icons-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 {
    /* background-color: var(--hover); */
    cursor: pointer;
    color: var(--span-color);
}

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

@media (max-width: 575.98px) {
    .footer {
        display: none;
    }

    .footer-container {
        display: none;
    }

    .footer-card {
        display: none;
    }

    .left-footer-info {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-button {
        display: none;
    }
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .footer {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-2);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-color);
        border-radius: 14px;
        border: 1px solid #262733;
        padding: 10px;
        margin-right: -15px;
    }

    .footer-card {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 1.5rem 0.7rem;
    }

    .left-footer-info {
        position: absolute;
        left: -2px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        line-height: 23px;
        opacity: .5;
        transition: .3s;
    }

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

    .footer-links {
        position: absolute;
        right: auto;
        left: auto;
        margin: 0;
        text-transform: uppercase;
        display: inherit;
    }

    .footer-button {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #2f3c5e;
        color: var(--default-text-color);
        padding: 10px 14px;
        border-radius: 14px;
        margin: 0 9px;
        font-weight: bold;
        font-size: 12px;
        transition: .3s ease-out;
    }

    .footer-button:hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: var(--default-text-color);
        color: var(--navbar-color);
        transition: .3s ease-in;
        box-shadow: 0px 3px 0 0 #56565e;
    }

    .footer-container {
        transition: transform .5s ease-in-out, margin .5s ease-in-out;
    }

    .footer-container {
        display: block;
        margin-left: 270px;
    }
}

@media (min-width: 1500px) {
    .footer {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: var(--default-text-color);
        font-size: 12px;
        font-weight: var(--font-weight-2);
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: var(--bg-color);
        border-radius: 14px;
        border: 1px solid #262733;
        padding: 10px;
        margin-right: -15px;
    }

    .footer-card {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 1.5rem 0.7rem;
    }

    .left-footer-info {
        position: absolute;
        left: -2px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        line-height: 23px;
        opacity: .5;
        transition: .3s;
    }

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

    .footer-links {
        position: absolute;
        right: auto;
        left: auto;
        margin: 0;
        text-transform: uppercase;
        display: inherit;
    }

    .footer-button {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #2f3c5e;
        color: var(--default-text-color);
        padding: 10px 14px;
        border-radius: 14px;
        margin: 0 9px;
        font-weight: bold;
        font-size: 12px;
        transition: .3s ease-out;
    }

    .footer-button:hover {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #393D31;
        color: #f0f0f0;
        transition: .3s ease-in;
        box-shadow: 0px 3px 0 0 #ff9900;
    }

    .footer-container {
        transition: transform .5s ease-in-out, margin .5s ease-in-out;
    }

    .footer-container {
        display: block;
        margin-left: 270px;
    }
}

@media (min-width: 1025px) {

    .sidebar-collapse .footer-container {
        margin-left: 64px;
    }
}

.global-container {
    min-height: calc(115vh - 213px);
}

.logo-area {
    max-height: 68px;
    max-width: 315px;
    z-index: 99;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.logo-area img {
    position: relative;
    left: 48px;
    max-width: 315px;
    max-height: 68px;
}

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

.right-area li {
    position: relative;
    float: right;
    padding: 0 7px;
}

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

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

.search i {
    margin-top: 1.9px;
    font-size: 1.35em;
    color: var(--default-text-color);
}

.search_form {
    width: 274px;
    padding: 8px 0 0 12px;
}

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

.section .subsection {
    position: absolute;
    right: 10px;
    top: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    background: #2b2c39;
    list-style: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    visibility: hidden;
    min-width: 150px;
    text-align: left;
    margin: 0;
    opacity: 0;
    padding: 0 0 10px 0;
}

.section:hover .subsection,
.sh:hover .subsection {
    opacity: 1;
    top: 2.6rem;
    visibility: visible;
}

.section .subsection li {
    width: 100%;
    padding: 7px 16px;
}

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

.main-sidebar {
    background: var(--sidebar-color-custom);
}

.sidebar-menu li:hover {
    transition: .3s;
    background-color: #393D31;
    animation: pulse 1s;
    box-shadow: 0px 3px 0px 0px #FF9900;
}

.sidebar-menu li:hover a {
    color: var(--default-text-color);
    transition: .3s;
}

.sidebar-active {
    transition: .3s;
    background-color: #404b69 !important;
}

.sidebar-active a {
    color: var(--default-text-color) !important;
    transition: .3s;
}

.sidebar-menu>li>a {
    text-decoration: none;
    display: flex;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    font-size: 12px;
    transition: .3s;
    font-weight: 600;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--top-text-color);
}

.table-active {
    color: var(--default-text-color);
    background-color: var(--hover);
}

.sidebar-menu li {
    border-radius: 14px;
    width: auto;
    margin: 13px;
    transition: .3s;
}

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

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

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

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

.left-user-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: absolute;
    /* padding: 10px 0px; */
    left: 8px;
}

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

.select-panel-pages {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.select-panel-table {
    display: inline-block;
    margin-left: 25px;
}

.select-panel select {
    color: var(--default-text-color);
    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 {
    margin-bottom: 10px;
    font-weight: var(--font-weight-2);
    font-size: 13px;
    color: var(--default-text-color);
    background: var(--sidebar-color);
}

.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 {
    font-size: 20px;
    font-weight: var(--font-weight-2);
    color: #ff9900;
    background-color: #2b2c39;
    padding: 0.9em 0.7em;
    border-radius: 11px;
    width: 100%;
    margin-top: 7px;
}

.input-form .input_text {
    color: #00BFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.input-form input:focus:not([readonly]) {
    border-bottom: none;
}

.input-form label {
    float: left;
    white-space: nowrap;
    width: 19%;
    margin-right: 20px;
}

.input-form select {
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    outline: none;
    color: var(--default-text-color);
    background-color: inherit;
    height: 24px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px dashed var(--input-focus-color);
    font-weight: var(--font-weight-2);
    font-size: 15px;
}

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

.input-form select option {
    border: none;
    outline: none;
    background-color: var(--sidebar-color);
    font-weight: var(--font-weight-2);
}

.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(2px);
}

.modal-window .card {
    border: 2px solid var(--bg-color);
    border-radius: 10px;
    background: var(--sidebar-color);
}

.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;
    text-align: center;
    padding: 6px 15px;
    outline: none;
    font-weight: bold;
    font-size: .88rem;
    background-color: #eee;
    color: #2b2c39;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    word-wrap: break-word;
    white-space: nowrap;
}

.btn:hover {
    cursor: pointer;
    text-align: center;
    background-color: #393D31;
    color: #eee;
    border-radius: 11px;
    box-shadow: 0px 3px 0px 0px #ff9900;
}

.btn-adminpanel {
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    padding: 10px 15px;
    outline: none;
    font-weight: bold;
    font-size: .81rem;
    background: #2b2c39;
    color: #fff;
    border-radius: 7px;
    word-wrap: break-word;
    transition: .3s ease-in;
}

.btn-adminpanel:hover {
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0 1px 2px #0000008a;
    outline: none;
    font-size: .81rem;
    background: #b8bbe4;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    word-wrap: break-word;
    transition: .3s ease-in;
}

.sidebar-right {
    top: 0;
    right: 0;
    height: 100%;
    position: fixed;
    width: 200px;
    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(--default-text-color), #61637b);
}

.sidebar-right .info {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #111;
}

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

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

.sidebar-right .details .admin_rights {
    font-weight: 600;
    font-size: 10px;
}

.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 {
    margin-right: 0;
    display: inline-block;
}

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

.sidebar-menu .sidebar-icon i {
    font-size: 20px;
    color: var(--sidebar-icons-color);
    transition: .3s;
}

.sidebar-menu .sidebar-icon i:hover {
    font-size: 20px;
    color: #fff;
    transition: .3s;
}

.sidebar-menu .item-name {
    position: absolute;
    left: 54px;
    display: inline-block;
    text-transform: uppercase;
}

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

.sidebar-menu {
    height: 100%;
    list-style: outside none none;
    margin-top: -9px;
    padding: 0;
    overflow-x: hidden;
    white-space: nowrap;
    border-top: 1px solid #25242f;
}

.sidebar-menu>li>a {
    text-decoration: none;
    padding-top: 13px;
    padding-bottom: 11px;
    font-size: 12px;
    transition: .3s;
    font-weight: 600;
    position: relative;
}

.sidebar-collapse .sidebar-menu {
    padding-left: 201px;
}

.user-info {
    align-items: center;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
}

.user-info a img {
    left: 77px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: bottom;
    border: 4px solid #2b2c39;
}

.user-info img {
    left: 77px;
    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: 16px;
    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: 1.52em;
    color: #111;
}

.user-details span {
    margin-left: 0px;
    margin-bottom: 4px;
    white-space: nowrap;
    font-weight: 600;
    color: var(--default-text-color);
    font-size: 11px;
    text-transform: uppercase;
}

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

.user-details .user_name {
    font-weight: 600;
    font-size: 12px;
    background-color: #2b2c39;
    padding: 9px;
    border-radius: 25px;
}

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

.user-details ._logout {
    display: inline-flex;
    font-weight: 600;
    font-size: 18px;
    padding: 0 2px;
    border-radius: 6px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 3px;
}

.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;
    height: 100%;
    position: fixed;
    width: 280px;
    z-index: 100;
    overflow-y: auto;
    padding-bottom: 58px;
    border-right: 1px solid #25242f !important;
}

@media (max-width: 1025px) {

    .global-container {
        margin-left: 0;
    }

    .sidebar-collapse .global-container {
        margin-left: 0px;
    }

    .main-sidebar {
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        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 {
        -webkit-transform: translate(-210px, 0);
        -ms-transform: translate(-210px, 0);
        -o-transform: translate(-210px, 0);
        transform: translate(-210px, 0);
    }

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

    .sidebar-collapse .sidebar-menu {
        overflow: visible;
        /* margin-top: -35px; */
        margin-left: 4px;
    }

    .sidebar-collapse .global-container {
        margin-left: 64px;
    }

    .sidebar-collapse .icon-down,
    .sidebar-collapse .rank-details,
    .sidebar-collapse .user-rank-more {
        display: none;
    }

    .sidebar-collapse .sidebar-menu .sidebar-icon {
        margin-left: -4px;
    }

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

    .sidebar-collapse .sidebar-menu .item-name {
        display: none;
    }

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

    .sidebar-collapse .user-info a img {
        position: absolute;
        top: 60px;
        margin-left: 146px;
        width: 40px;
        height: 40px;
        border: 4px solid#2b2c39;
    }

    .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)
    }
}

.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: -7px;
    left: 25px;
    color: #fff;
    background: #61637b;
    border-radius: 100%;
    padding-top: 2px;
    width: 17px;
    height: 17px;
    font-size: 9px;
    text-align: center;
    display: none;
}

.main_notifications {
    padding-left: unset;
}

.main_notifications a {
    width: 100%;
}

.notifications-item .icon {
    font-size: 20px;
    color: #b8bbe4;
}

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

.container-fluid {
    width: 100%;
    max-width: 1920px;
    padding-right: 30px;
    padding-top: 0px;
    padding-left: 17px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
}

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

@media (min-width: 1025px) {
    .sidebar-collapse .nav-toggle {
        transform: translate(101px, 0px);
        transition: .5s;
    }

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

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

    .sidebar-collapse .auth-steam-sidebar {
        display: flex;
        position: relative;
        left: 219px;
        top: -24px;
        color: #fff;
        border-radius: 14px;
        width: 47px;
        height: 47px;
        background: var(--span-color);
        justify-content: center;
        align-items: center;
        margin-top: 26px;
        font-size: 26px;
    }
}

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

.sidebar-collapse .auth-btn,
.user_or {
    display: none;
}

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

.user_text.lk {
    color: #fdc103 !important;
    font-size: 13px;
    padding: 5px 9px;
    border-radius: 4px;
    border: 1px solid #fdc103;
}

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

.logo-area img {
    display: none;
}

.auth-btn {
    display: flex;
    border-radius: 14px;
    padding: 14px;
    margin: 0px 13px;
    color: #fff;
    background-color: #283350;
    font-weight: 600;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.auth-btn:hover {
    animation: pulse 1s;
    background-color: #393D31;
    box-shadow: 0px 4px 0px 0px #FF9900;
    transition: .3s;
}

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

.user-sidebar-block {
    height: 72px;
}

.table thead th {
    border-bottom: 1px solid #2b2c39;
}

.navbar-icon img {
    height: 26px;
    color: #ff9900;
    transition: .3s;
}

.navbar-icon img {
    height: 35px;
    transition: .3s;
    background-color: #2b2c39;
    padding: 9px;
    border-radius: 11px;
}

.navbar-icon img:hover {
    animation: pulse 1s;
    height: 35px;
    background-color: #393D31;
    transition: .3s;
    box-shadow: 0px 3px 0 0 #ff9900;
}

.navbar-icon i {
    font-size: 26px;
    transition: .3s;
}

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

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

#notes {
    z-index: 10000000;
}

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

.unshow {
    transition: .3s;
    transform: translate(220px, 72px) !important;
    display: block;
    -webkit-transform: translate(220px, 72px) !important;
    -moz-transform: translate(220px, 72px) !important;
    -ms-transform: translate(220px, 72px) !important;
    -o-transform: translate(220px, 72px) !important;
}

.topplayersxd {
    display: flex;
    z-index: 500;
    position: absolute;
    left: 58px;
    top: -17px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #2f3c5e;
    border-radius: 50%;
    border: 8px solid #404b69;
    box-shadow: inset 0 0 8px 0px #00000052;
}

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

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

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

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

.placenumber {
    background-color: #283350;
    border: 3px solid #61637b24;
    padding: 1px;
    border-radius: 63px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    transition: .3s ease-in-out;
    box-shadow: 1px 1px 10px #393D31;
}

.placenumber:hover {
    background-color: #393D31;
    border: 3px solid #61637b24;
    padding: 1px;
    border-radius: 63px;
    color: #ff9900;
    font-weight: bold;
    transition: .3s ease-in-out;
    box-shadow: 1px 1px 10px #ff9900;
}

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

.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(28 36 54) !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(64 75 105);
}

.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(28 36 54) !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(64 75 105);
}

.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(28 36 54) !important;
}

.cifra1 {
    background-color: rgb(253 193 3 / 15%);
    border: 3px solid rgb(253 193 3);
    padding: 1px;
    border-radius: 63px;
    color: rgb(253 193 3);
    font-weight: bold;
    font-size: 10px;
    transition: .3s ease-in-out;
}

.cifra1:hover {
    background-color: rgb(253 193 3 / 15%);
    border: 3px solid rgb(253 193 3);
    padding: 1px;
    border-radius: 63px;
    color: rgb(253 193 3);
    font-weight: bold;
    font-size: 10px;
    box-shadow: 0 0 10px 0 #fdc103;
    transition: .3s ease-in-out;
}

.cifra2 {
    background-color: rgb(177 195 255 / 15%);
    border: 3px solid rgb(177, 195, 255);
    padding: 1px;
    border-radius: 63px;
    color: rgb(177 195 255);
    font-weight: bold;
    font-size: 10px;
    transition: .3s ease-in-out;
}

.cifra2:hover {
    background-color: rgb(177 195 255 / 15%);
    border: 3px solid rgb(177 195 255);
    padding: 1px;
    border-radius: 63px;
    color: rgb(177 195 255);
    font-weight: bold;
    font-size: 10px;
    box-shadow: 0 0 10px 0 rgb(177 195 255);
    transition: .3s ease-in-out;
}

.cifra3 {
    background-color: rgb(233 111 42 / 15%);
    border: 3px solid rgb(233 111 42);
    padding: 1px;
    border-radius: 63px;
    color: rgb(233 111 42);
    font-weight: bold;
    font-size: 10px;
    transition: .3s ease-in-out;
}

.cifra3:hover {
    background-color: rgb(233 111 42 / 15%);
    border: 3px solid rgb(233 111 42);
    padding: 1px;
    border-radius: 63px;
    color: rgb(233 111 42);
    font-weight: bold;
    font-size: 10px;
    box-shadow: 0 0 10px 0 rgb(233 111 42);
    transition: .3s ease-in-out;
}

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

.choose-server {
    color: #fff;
    padding: 7px 15px;
    transition: .3s;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 11px;
    border: 1px dotted #61637b;
    background: var(--navbar-color);
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.choose-server:hover {
    color: #ff9900;
    transition: .3s;
    border: 1px dotted #61637b;
    background: #2b2c39;
    cursor: pointer;
    box-shadow: 1px 1px 10px #ff9900;
    border-radius: 11px;
    font-weight: bold;
}

.shop_server_active {
    background: #393D31;
    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%;
    }
}

.knopkiepta {
    width: 40px;
    margin: 2px;
    text-align: center;
}

.sidebar-collapse ul.sidebar-menu.\31 {
    margin-top: -35px;
}

span.purse-babosiki {
    background: linear-gradient(43deg, #fdd400, #025cba);
    margin-right: 10px;
    margin-left: 3px;
    padding: 7px 9px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    transition: .3s;
}

span.purse-babosiki:hover {
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 0 20px 0 #6455c08c;
}

@media (max-width: 767px) {
    .upbtn {
        display: none;
    }

    .topplayersxd {
        display: none;
    }
}

@media (min-width: 768px) {
    .upbtn {
        display: flex;
        z-index: 9999;
        width: 40px;
        height: 40px;
        position: fixed;
        bottom: 32px;
        right: 27px;
        cursor: pointer;
        border-radius: 6px;
        transform: scale(0);
        transition: all .7s ease-in-out;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #2b2c39;
        background-image: url(https://cs-kiev.com/storage/cache/img/global/arrow-up.png);
    }

    .upbtn:hover {
        transform: scale(1.1) !important;
        background-color: #383a4a;
    }
}

.csgologo {
    position: absolute;
    right: 56px;
    background-color: #2f3c5e;
    border-radius: 98px;
    border: 4px solid #2e3b5c;
    padding: 16px;
    box-shadow: inset 0 0 12px 2px #00000070;
}

img.csgoimg {
    height: 50px;
    width: 50px;
    animation: float 3s ease-in-out infinite;
}

.textcsgo {
    position: absolute;
    opacity: .3;
    font-size: 13px;
    font-weight: bold;
    right: 19px;
    top: 59px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .right-area {
        position: relative;
        margin-top: 45px;
        margin-right: auto;
    }

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

    .right-area li {
        position: relative;
        float: right;
        padding: 0 7px;
    }

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

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

    .navtop {
        display: block;
        top: 0px;
        position: sticky;
        z-index: 9999;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        white-space: nowrap;
        transition: all .2s ease;
        margin: 0 -16px 0px 0px;
        height: 100px;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: var(--bg-color);
        z-index: 99;
        justify-content: flex-end;
        padding: 15px 0px;
    }

    .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 0px 0;
        display: block;
        height: 55px;
        font-size: 20px;
        transition: .5s;
        margin: 0px auto;
        color: var(--sidebar-icons-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;
    }

    .navbar-icon img {
        height: 26px;
        color: #ff9900;
        transition: .3s;
    }

    .navbar-icon img {
        height: 35px;
        transition: .3s;
        background-color: #2b2c39;
        padding: 9px;
        border-radius: 11px;
    }

    .navbar-icon img:hover {
		animation: pulse 1s;
        height: 35px;
        transition: .3s;
        background-color: #393D31;
		box-shadow: 0px 3px 0 0 #ff9900;
    }

    .navbar-icon i {
        font-size: 26px;
        transition: .3s;
    }

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

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

    .left-user-block {
        position: absolute;
        padding: 10px 0px;
        top: 5px;
    }

    .logo-area {
        max-height: 32px;
        max-width: 190px;
        z-index: 99;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        position: absolute;
        top: 2px;
        right: 23px;
    }

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

@media (min-width: 576px) and (max-width: 767.98px) {
    .right-area {
        position: relative;
        margin-top: 45px;
        margin-right: auto;
    }

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

    .right-area li {
        position: relative;
        float: right;
        padding: 0 3px;
    }

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

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

    .navtop {
        display: block;
        top: 0px;
        position: sticky;
        z-index: 9999;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        white-space: nowrap;
        transition: all .2s ease;
        margin: 0 -16px 0px 0px;
        height: 100px;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: var(--bg-color);
        z-index: 99;
        justify-content: flex-end;
        padding: 15px 0px;
    }

    .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 0px 0;
        display: block;
        height: 55px;
        font-size: 20px;
        transition: .5s;
        margin: 0px auto;
        color: var(--sidebar-icons-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;
    }

    .navbar-icon img {
        height: 26px;
        color: #ff9900;
        transition: .3s;
    }

    .navbar-icon img {
        height: 35px;
        transition: .3s;
        background-color: #2b2c39;
        padding: 9px;
        border-radius: 11px;
    }

    .navbar-icon img:hover {
		animation: pulse 1s;
        height: 35px;
        transition: .3s;
        background-color: #393D31;
		box-shadow: 0px 3px 0 0 #ff9900;
    }

    .navbar-icon i {
        font-size: 26px;
        transition: .3s;
    }

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

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

    .left-user-block {
        position: absolute;
        padding: 10px 0px;
        top: 5px;
    }

    .logo-area {
        max-height: 32px;
        max-width: 190px;
        z-index: 99;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        position: absolute;
        top: 2px;
        right: -40px;
        /* margin: auto; */
    }

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

@media (max-width: 575.98px) {
    .right-area {
        position: relative;
        margin-top: 45px;
        margin-right: auto;
    }

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

    .right-area li {
        position: relative;
        float: right;
        padding: 0 2px;
    }

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

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

    .navtop {
        display: block;
        top: 0px;
        position: sticky;
        z-index: 9999;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        white-space: nowrap;
        transition: all .2s ease;
        margin: 0 -16px 0px 0px;
        height: 100px;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: var(--bg-color);
        z-index: 99;
        justify-content: flex-end;
        padding: 15px 0px;
    }

    .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 0px 0;
        display: block;
        height: 55px;
        font-size: 20px;
        transition: .5s;
        margin: 0px auto;
        color: var(--sidebar-icons-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;
    }

    .navbar-icon img {
        height: 26px;
        color: #ff9900;
        transition: .3s;
    }

    .navbar-icon img {
        height: 35px;
        transition: .3s;
        background-color: #2b2c39; 
        padding: 9px;
        border-radius: 11px;
    }

    .navbar-icon img:hover {
		animation: pulse 1s;
        height: 35px;
        transition: .3s;
        background-color: #393D31;
		box-shadow: 0px 3px 0 0 #ff9900;
    }

    .navbar-icon i {
        font-size: 26px;
        transition: .3s;
    }

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

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

    .left-user-block {
        position: absolute;
        padding: 10px 0px;
        top: 5px;
    }

    .logo-area {
        max-height: 32px;
        max-width: 40px;
        z-index: 99;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        position: absolute;
        top: 2px;
        right: -263px;
        margin: auto;
    }

    .logo-area .nav-toggle {
        position: relative;
        top: 0px;
        transform: none !important;
        max-width: 190px;
        max-height: 40px;
    }
}
@media (max-width: 650px) {
    .left_area_nav {
        display: none;
    }
}

@media (min-width: 650px) {
    .left_area_nav {
        display: inline-flex;
    }
}

@media (min-width: 576px) {
    .online-memebers-area {
        display: flex;
        margin-right: 7px;
        padding: 4px 7px;
        letter-spacing: .5px;
        font-size: 12px;
        text-transform: uppercase;
        color: #FF9900;
        background-color: var(--card-header-color);
        border-radius: 8px;
        border: 1px solid rgb(96 128 255 / 9%);
        align-items: center;
    }
    .memebber_count {
        text-align: center;
    }

    .memember_phrase {
        font-size: 7px;
        opacity: .6;
        font-weight: 400;
    }
}

@media (max-width: 575.98px) {
    .online-memebers-area {
        display: flex;
        margin-right: 7px;
        padding: 4px 7px;
        letter-spacing: .5px;
        font-size: 12px;
        text-transform: uppercase;
        color: #FF9900;
        background-color: var(--card-header-color);
        border-radius: 8px;
        border: 1px solid rgb(96 128 255 / 9%);
        align-items: center;
    }

    .memebber_count {
        text-align: center;
    }

    .memember_phrase {
        font-size: 7px;
        opacity: .6;
        font-weight: 400;
    }
}