/* TEMPLATE BY SLAME (DISCORD - SLAME#7777) */
/* BUY THIS -> https://discord.com/invite/hbpMkq9UXE */

/* IZI TOAST CUSTOM */
.izi_toast_success {
    font-weight: 700 !important;
}

/* CUSTOM SCROLL */
::-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(--span-color);
    background-color: var(--span-color);
}

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

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

/* OTHER CLASSES */

::selection {
    background-color: var(--span-color-low);
    color: var(--span-color);
}

::-moz-selection {
    background-color: var(--span-color-low);
    color: var(--span-color);
}

::-o-selection {
    background-color: var(--span-color-low);
    color: var(--span-color);
}

::-ms-selection {
    background-color: var(--span-color-low);
    color: var(--span-color);
}

::-webkit-selection {
    background-color: var(--span-color-low);
    color: var(--span-color);
}

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

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

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

.money_color {
    color: var(--money) !important;
    fill: var(--money) !important;
}

.green_color {
    color: var(--green-color) !important;
    fill: var(--green-color) !important;
}

.span_color {
    color: var(--span-color) !important;
    fill: var(--span-color) !important;
}

.purple_color {
    color: var(--purple-color) !important;
    fill: var(--purple-color) !important;
}

.hideinfo {
    filter: blur(5px);
    transition: .7s;
    cursor: pointer;
}

.stopblur {
    filter: none;
    transition: .7s;
    cursor: pointer;
    color: var(--default-text-color) !important;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    scrollbar-width: none;
}

.scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
}

.pdr10 {
    padding-right: 10px;
}

.no_pdb {
    padding-bottom: 0 !important;
}

/* SELECT PANEL */

.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(--span-color);
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    border-image: none;
    border-radius: 6px;
    padding: 10px 35px 10px 15px;
    background-color: var(--grey-color);
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    width: 100%;
    transition: .7s;
}

.select-panel select::-ms-expand {
    display: none;
}

.select-panel select:focus,
.select-panel select:hover {
    outline: none;
    background-color: var(--button-color);
    transition: .7s;
}

.select-panel {
    position: relative;
}

.select-panel::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    /* background-color: #fff; */
    pointer-events: none;
    background: url(/storage/cache/img/global/chevron-down.svg) 0 0/auto auto no-repeat;
}

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

/* BUTTON CLASS*/

.button {
    font-weight: var(--font-weight-2);
    font-size: 12px;
    margin-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: var(--default-text-color);
    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 FORMS, SELECT*/
.input-form label svg {
    width: 11px;
    fill: var(--custom-text-color);
}

.input-form input {
    margin: 5px 0;
    font-size: 13px;
    padding: 15px 14px;
    letter-spacing: 1px;
    color: var(--span-color);
    background-color: var(--input-form);
    border-radius: 6px;
    width: 100%;
    transition: .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-form input:disabled,
.input-form input[readonly] {
    background-color: var(--bottom-line-table);
    opacity: 1;
}

.input-form input:disabled:hover,
.input-form input[readonly]:hover {
    background-color: var(--bottom-line-table);
    opacity: 1;
    padding: 15px 14px;
}

.input-form input:hover {
    padding: 15px 20px;
    background-color: var(--button-color-hover);
    transition: .3s;
}

.input-form input:focus {
    background-color: var(--button-color-hover);
    outline: 1px solid var(--span-color);
    transition: .3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out .3s;
    -webkit-outline: 1px solid var(--span-color) !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--span-color) !important;
}

.text-field__icon {
    position: relative;
}

.text-field__icon .input-form input {
    padding-right: 2.5rem;
}

.text-field__aicon {
    display: flex;
    margin: 5px 0;
    border-radius: 6px;
    padding: 15px;
    cursor: pointer;
    fill: var(--custom-text-color);
    transition: .3s;
    background-color: var(--input-form);
    align-items: center;
}

.text-field__aicon:hover {
    background-color: var(--button-color-hover);
    fill: var(--span-color);
    transition: .3s;
}

.input-form .input_text {
    gap: 5px;
    display: flex;
    color: var(--custom-text-color);
    font-size: 10px;
    font-weight: var(--font-weight-4);
    text-transform: uppercase;
    text-align: left;
    align-items: center;
    margin: 1px 0;
}

.input-form .input_text svg {
    width: 11px;
    height: 11px;
    fill: var(--custom-text-color);
}

.fix_input {
    display: flex;
    gap: 5px;
}

.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(--bottom-line-table);
    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));
}

.btn {
    display: flex;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    padding: 10px 15px;
    outline: none;
    font-size: 13px;
    background: transparent;
    border: 2px solid var(--span-color);
    color: var(--span-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 6px;
    word-wrap: break-word;
    transition: 0.3s;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.btn_fix {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn:hover {
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--span-color);
    color: var(--default-text-color-invert);
}

.btn svg {
    width: 12px;
    height: auto;
    fill: var(--span-color);
    transition: 0.3s;
}

.btn:hover svg {
    fill: var(--default-text-color-invert);
    transition: 0.3s;
}

.btn_delete {
    float: right;
    background: transparent;
    border: 2px solid var(--red-color);
    color: var(--red-color);
    transition: .3s;
}

.btn_delete svg {
    fill: var(--red-color);
    transition: .3s;
}

.btn_delete:hover {
    background: var(--red-color);
    border: 2px solid var(--red-color);
    transition: .3s;
}

.btn_delete:hover svg {
    fill: var(--default-text-color);
    transition: .3s;
}

.btn_settings {
    height: 35px;
    width: 35px;
    display: flex;
    cursor: pointer;
    padding: 6px;
    background: transparent;
    border: 2px solid var(--span-color);
    color: var(--span-color);
    border-radius: 6px;
    word-wrap: break-word;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
}

.table_button {
    display: flex;
    justify-content: flex-end;
}

.btn_settings:hover,
.btn_settings:focus {
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--span-color);
    color: var(--default-text-color-invert);
}

.btn_settings svg {
    width: 16px;
    height: 16px;
    fill: var(--span-color);
    transition: 0.3s;
}

.btn_settings:hover svg {
    fill: var(--bg-color);
    transition: 0.3s;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.mb10 {
    margin-bottom: 10px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.server_form {
    z-index: 10000 !important;
    overflow-Y: auto !important;
}

.modal-window {
    visibility: hidden;
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    transition: all 0.3s;
    pointer-events: auto;
    background: var(--modal-bg);
    opacity: 0;
    justify-content: center;
    align-items: center;
}

.modal-window .card {
    border-radius: 6px;
    background: var(--card-color);
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 16%);
}

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

.modal-close {
    float: right;
    position: relative;
    right: 7px;
    top: 7px;
    transition: .3s;
    cursor: pointer;
}

.modal-close svg {
    width: 20px;
    height: 20px;
    fill: var(--custom-text-color);
    transition: .3s;
}

.modal-close:hover svg {
    width: 20px;
    height: 20px;
    fill: var(--default-text-color);
    transition: .3s;
}

.sidebar-right {
    top: 80px;
    right: 15px;
    position: fixed;
    width: 60px;
    min-height: 75vh;
    z-index: 2;
    background: var(--bg-table-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.sidebar-right .user-sidebar-right-block {
    background: transparent;
}

.sidebar-right .info {
    align-items: center;
    display: flex;
    padding: 10px;
    color: var(--default-text-color);
    text-transform: uppercase;
    justify-content: center;
}

.sidebar-right .admin_type {
    background-color: var(--button-color);
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.sidebar-right .admin_type svg {
    width: 20px;
    height: 20px;
    fill: var(--span-color);
}

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

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

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

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

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

#notes {
    z-index: 10000000;
}

.sidebar-right {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    overflow: hidden;
}

.unshow {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    display: block;
}

/* KAKOE-TO GAVNO S PROSHLOGO SHABLONA YA HZ POD CHEM ETO PISAL*/

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

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

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

.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;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

.pagination {
    margin: 5px 0;
    padding: 10px;
    display: flex;
    background-color: var(--bg-table-color);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.button_pagination {
    display: flex;
    height: 40px;
    width: 50px;
    background: var(--span-color-low);
    border-radius: 6px;
    font-weight: 700;
    transition: .3s;
    color: var(--span-color);
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.button_pagination svg {
    width: 12px;
    height: 12px;
    fill: var(--span-color);
}

.button_pagination.current.active {
    background: var(--span-color);
    font-weight: 700;
    border-radius: 6px;
    color: var(--grey-color);
    cursor: default;
    -webkit-user-drag: none;
    user-select: none;
}

.button_pagination.current.disabled {
    background: var(--navbar-first-color);
    pointer-events: none;
}

.current:hover {
    background: var(--span-color-middle);
    color: var(--span-color);
    opacity: 1;
    border-radius: 6px;
    transition: .3s;
}

@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;
}

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

th.text-center.lrweb_table svg {
    width: 12px;
    height: auto;
    fill: var(--red-color);
}

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

.header_page_cstom {
    background-color: var(--card-color);
    text-align: center;
    padding: 15px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    font-size: 14px;
    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;
}

/* USER NOTIFICATIONS */

@media (max-width: 768px) {
    .notification {
        display: none;
    }

    .notification span {
        display: none;
    }

    .user__notifications {
        display: none;
    }

    .user__notifications:hover {
        display: none;
    }

    .user__notifications svg {
        display: none;
    }

    .user__notifications:hover svg {
        display: none;
    }

    .notify {
        display: none;
    }

    .notify svg {
        display: none;
    }

    .notification-wrapper {
        display: none;
    }

    .notification-wrapper li {
        display: none;
    }

    .notification-wrapper li:hover {
        display: none;
    }

    .notification-wrapper .row {
        display: none;
    }

    .notifications__header {
        display: none;
    }

    .notifications__title {
        display: none;
    }

    .notifications__clear {
        display: none;
    }

    .notifications__main {
        display: none;
    }

    .notifications__main::-webkit-scrollbar {
        display: none;
    }

    .notifications-item svg {
        display: none;
    }

    .notifications-item .text {
        display: none;
    }

    .notifications-item:hover .text {
        display: none;
    }

    .notifications-item:hover svg {
        display: none;
    }

    .notifications-item:not(:first-child) {
        display: none;
    }

    .noty_scroll::-webkit-scrollbar {
        display: none;
    }

    .noty_scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .noty_scroll::-webkit-scrollbar-thumb {
        display: none;
    }

    .no_notify {
        display: none;
    }

    .noty_clear_all {
        display: none;
    }

    .noty_clear_all svg {
        display: none;
    }

    .noty_clear_all:hover svg {
        display: none;
    }
}

@media (min-width: 769px) {
    .notification {
        position: relative;
    }

    .notification span {
        position: absolute;
        top: -12px;
        left: 8px;
        background: var(--span-color);
        border-radius: 50px;
        outline: 2px solid var(--button-color);
        width: 6px;
        height: 6px;
        font-size: 0;
        display: none;
        animation: 4.5s ease-out notipulse infinite;
    }

    @-webkit-keyframes notipulse {

        20%,
        50% {
            box-shadow: 0 0 0px 3px var(--span-color);
        }

        50%,
        100% {
            box-shadow: 0 0 0px 0px rgb(96 128 255 / 0%);
        }
    }

    @keyframes notipulse {

        20%,
        50% {
            box-shadow: 0 0 0px 3px var(--span-color);
        }

        50%,
        100% {
            box-shadow: 0 0 0px 0px rgb(96 128 255 / 0%);
        }
    }

    .user__notifications {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
        margin-right: 10px;
    }

    .user__notifications:hover {
        background-color: var(--button-color-hover);
        transition: .3s;
    }

    .user__notifications svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        margin-bottom: 2px;
        margin-right: 1px;
    }

    .user__notifications:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

    .notify {
        cursor: pointer;
    }

    .notify svg {
        fill: #757B8C;
    }

    .notification-wrapper {
        background: var(--navbar-color);
        box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
        border-radius: 6px;
        border-radius: 6px;
        width: 300px;
        height: 189px;
        padding-bottom: 10px;
        position: absolute;
        top: 80px;
        right: 5px;
        display: none;
        opacity: 0;
    }

    .notification-wrapper li {
        padding: 12px 15px;
        border-radius: 6px;
        transition: .3s;
    }

    .notification-wrapper li:hover {
        background: var(--grey-color);
        transition: .3s;
    }

    .notification-wrapper .row {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: row;
    }

    .notifications__header {
        padding: 13px 20px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgb(26 26 26);
        align-items: center;
    }

    .notifications__title {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        user-select: none;
        -webkit-user-select: none;
        color: var(--span-color);
    }

    .notifications__clear {
        position: absolute;
        top: 34px;
        font-size: 8px;
        text-transform: uppercase;
        font-weight: 700;
        opacity: .4;
    }

    .notifications__main {
        max-height: 122px;
        overflow-y: scroll;
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 700;
        padding: 0px 10px;
        margin-top: 10px;
        margin-right: 8px;
    }

    .notifications__main::-webkit-scrollbar {
        width: 0;
    }

    .notifications-item svg {
        fill: var(--default-text-color);
        height: 11px;
        width: 11px;
        margin: 0 12px;
        opacity: .5;
        filter: none;
    }

    .notifications-item .text {
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--default-text-color);
        transition: .3s;
        text-overflow: ellipsis;
        max-width: 229px;
        overflow: hidden;
    }

    .notifications-item:hover .text {
        transform: translateX(2px);
        color: var(--span-color);
        transition: .3s;
    }

    .notifications-item:hover svg {
        fill: var(--span-color);
        opacity: 1;
        transition: .3s;
    }

    .notifications-item:not(:first-child) {
        border-top: 1px solid transparent;
    }

    .noty_scroll::-webkit-scrollbar {
        background-color: #1c1c1c;
        width: 1px;
    }

    .noty_scroll::-webkit-scrollbar-thumb {
        background: rgb(56 59 63);
    }

    .noty_scroll::-webkit-scrollbar-thumb {
        border: none !important;
    }

    .no_notify {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
        font-size: 11px;
    }

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

    .noty_clear_all svg {
        width: 11px;
        height: auto;
        fill: var(--default-text-color);
        opacity: .5;
        transition: .3s;
    }

    .noty_clear_all:hover svg {
        fill: var(--span-color);
        opacity: 1;
        transition: .3s;
    }
}

.modalActive {
    display: block !important;
}

.card_menu {
    border: 0px solid transparent;
    border-radius: 6px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    margin-bottom: 0px;
    background-color: var(--card-color);
}

/* MOBILE VERSION */

@media (max-width: 578px) {
    .nav_bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: var(--navbar-color);
        box-shadow: inset 0 -2px 0 0 rgb(255 255 255 / 1%);
        z-index: 3;
    }

    .navbar_menu_left {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .user__info {
        display: flex;
        align-items: center;
    }

    .header__profile-avatar {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
    }

    .header__profile-avatar:hover {
        transition: .3s;
        background-color: var(--button-color-hover);
    }

    .header__profile-avatar:hover svg {
        transition: .3s;
        fill: var(--span-color);
    }

    .header__profile-avatar svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
    }

    .user__name {
        padding: 4px 7px;
        display: flex;
        cursor: pointer;
    }

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

    .user__name:hover .popup-ind svg {
        opacity: 1;
        fill: var(--default-text-color);
        transition: 0.3s;
    }

    .popup-ind svg {
        transition: 0.3s;
        width: 12px;
        opacity: 0.5;
        fill: var(--default-text-color);
        cursor: pointer;
        transform: rotate(180deg);
    }

    .popup-ind.active svg {
        transform: rotate(0);
        transition: 0.3s;
        fill: var(--span-color);
        opacity: 1;
    }

    .user__menu {
        position: absolute;
        text-transform: uppercase;
        background: var(--navbar-color);
        box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
        width: 256px;
        border-radius: 6px;
        padding: 5px;
        top: 80px;
        right: 5px;
        display: none;
        opacity: 0;
    }

    .user_profile_wrapper {
        display: flex;
        flex-direction: column;
        align-content: space-between;
    }

    .user__profile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        transition: .3s;
        align-items: center;
        border-radius: 6px;
        padding: 0 6px;
    }

    .user__profile:hover {
        background-color: var(--bottom-line-table);
        transition: .3s;
    }

    .user__profile:hover .prof_nickname {
        color: var(--span-color);
        transition: .3s;
    }

    .user__profile:hover .open_user_prof {
        opacity: 1;
        transition: .3s;
    }

    .user_avatar_profile img {
        height: 35px;
        width: 35px;
        border-radius: 4px;
        outline: 2px solid var(--span-color);
    }

    .username_profile {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 5px;
        transition: .3s;
    }

    .prof_nickname {
        font-size: 14px;
        color: var(--default-text-color);
        transition: .3s;
    }

    .open_user_prof {
        font-size: 10px;
        color: var(--default-text-color);
        opacity: .2;
        transition: .3s;
    }

    .user__links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .prof_link_point {
        display: flex;
        height: 35px;
        width: 35px;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

    .prof_link_point svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        opacity: .5;
        transition: .3s;
    }

    .prof_link_point:hover svg {
        fill: var(--span-color);
        opacity: 1;
        transition: .3s;
    }

    .admin_links {
        display: flex;
        flex-direction: row;
    }

    .navbar_user_balance {
        display: flex;
        align-items: center;
        font-size: 11px;
        padding: 10px;
        margin: 5px 0;
        border-radius: 4px;
        justify-content: space-between;
        background-color: var(--bottom-line-table);
    }

    .navbar_user_balance .get_current_balance {
        color: var(--money);
        font-weight: 800;
        font-size: 12px;
    }

    .navbar_purse_balance {
        position: relative;
        display: flex;
        margin-right: 15px;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: var(--span-color);
        border-radius: 6px;
        cursor: pointer;
        transition: .3s ease;
    }

    .navbar_purse_balance:hover:after {
        transform: rotateZ(90deg);
        transition: .3s;
    }

    .navbar_purse_balance svg {
        fill: var(--button-color);
        width: 20px;
        height: auto;
    }

    .navbar_purse_balance:after {
        position: absolute;
        top: 7px;
        right: -13px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: var(--span-color);
        font-weight: 600;
        font-size: 18px;
        line-height: 0;
        background: var(--navbar-color);
        border-radius: 10px;
        content: "+";
        transition: .3s;
    }

    .authorization_button {
        display: flex;
        padding: 0 10px;
        height: 36px;
        background: var(--button-color);
        border-radius: 6px;
        font-weight: 700;
        justify-content: center;
        font-size: 10px;
        line-height: 13px;
        text-transform: uppercase;
        color: var(--span-color);
        align-items: center;
        cursor: pointer;
        transition: .3s;
    }

    .authorization_button svg {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        fill: var(--span-color);
        transition: .3s;
    }

    .authorization_button:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

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

    .navbar_usermenu {
        display: flex;
        align-items: center;
    }

    .navbar {
        display: flex;
        align-items: center;
        z-index: 4;
        height: 70px;
        position: sticky;
        left: 0;
        right: 0;
        top: 0;
        background-color: var(--navbar-color);
        white-space: nowrap;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 10px;
    }

    .tippy-box[data-theme~='rich'] {
        background-color: var(--tooltip-color);
        color: var(--span-color);
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 4px 6px;
    }

    .button_admin_right {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
        margin-right: 10px;
    }

    .button_admin_right:hover {
        background-color: var(--button-color-hover);
        transition: .3s;
    }

    .button_admin_right svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        transition: .3s;
        margin-right: 1px;
    }

    .button_admin_right:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }
}

/* PC VERSION */

@media (min-width:579px) {
    .nav_bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: var(--navbar-color);
        box-shadow: inset 0 -2px 0 0 rgb(255 255 255 / 1%);
        z-index: 102;
    }

    .navbar_menu_left {
        display: flex;
        align-items: center;
    }

    .nav_sitename {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        margin-right: 30px;
        height: 36px;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        user-select: none;
        -webkit-user-select: none;
    }

    .nav_sitename span {
        color: var(--span-color);
    }

    .user__info {
        display: flex;
        align-items: center;
    }

    .header__profile-avatar {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
    }

    .header__profile-avatar:hover {
        transition: .3s;
        background-color: var(--button-color-hover);
    }

    .header__profile-avatar:hover svg {
        transition: .3s;
        fill: var(--span-color);
    }

    .header__profile-avatar svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
    }

    .user__name {
        padding: 4px 7px;
        display: flex;
        cursor: pointer;
    }

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

    .user__name:hover .popup-ind svg {
        opacity: 1;
        fill: var(--default-text-color);
        transition: 0.3s;
    }

    .popup-ind svg {
        transition: 0.3s;
        width: 12px;
        opacity: 0.5;
        fill: var(--default-text-color);
        cursor: pointer;
        transform: rotate(180deg);
    }

    .popup-ind.active svg {
        transform: rotate(0);
        transition: 0.3s;
        fill: var(--span-color);
        opacity: 1;
    }

    .user__menu {
        position: absolute;
        text-transform: uppercase;
        background: var(--navbar-color);
        box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
        width: 256px;
        border-radius: 6px;
        padding: 5px;
        top: 80px;
        right: 5px;
        display: none;
        opacity: 0;
    }

    .user_profile_wrapper {
        display: flex;
        flex-direction: column;
        align-content: space-between;
    }

    .user__profile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        transition: .3s;
        align-items: center;
        border-radius: 6px;
        padding: 0 6px;
    }

    .user__profile:hover {
        background-color: var(--bottom-line-table);
        transition: .3s;
    }

    .user__profile:hover .prof_nickname {
        color: var(--span-color);
        transition: .3s;
    }

    .user__profile:hover .open_user_prof {
        opacity: 1;
        transition: .3s;
    }

    .user_avatar_profile img {
        height: 35px;
        width: 35px;
        border-radius: 4px;
        outline: 2px solid var(--span-color);
    }

    .username_profile {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 5px;
        transition: .3s;
    }

    .prof_nickname {
        font-size: 14px;
        font-weight: 700;
        color: var(--default-text-color);
        transition: .3s;
    }

    .open_user_prof {
        font-size: 10px;
        color: var(--default-text-color);
        opacity: .2;
        transition: .3s;
    }

    .user__links {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .prof_link_point {
        display: flex;
        height: 35px;
        width: 35px;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

    .prof_link_point svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        opacity: .5;
        transition: .3s;
    }

    .prof_link_point:hover svg {
        fill: var(--span-color);
        opacity: 1;
        transition: .3s;
    }

    .admin_links {
        display: flex;
        flex-direction: row;
    }

    .navbar_user_balance {
        display: flex;
        align-items: center;
        font-size: 11px;
        padding: 10px;
        margin: 5px 0;
        border-radius: 4px;
        justify-content: space-between;
        background-color: var(--bottom-line-table);
    }

    .navbar_user_balance .get_current_balance {
        color: var(--money);
        font-weight: 800;
        font-size: 12px;
    }

    .navbar_purse_balance {
        position: relative;
        display: flex;
        margin-right: 15px;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background-color: var(--span-color);
        border-radius: 6px;
        cursor: pointer;
        transition: .3s ease;
    }

    .navbar_purse_balance:hover:after {
        transform: rotateZ(90deg);
        transition: .3s;
    }

    .navbar_purse_balance svg {
        fill: var(--button-color);
        width: 20px;
        height: auto;
    }

    .navbar_purse_balance:after {
        position: absolute;
        top: 7px;
        right: -13px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: var(--span-color);
        font-weight: 600;
        font-size: 18px;
        line-height: 0;
        background: var(--navbar-color);
        border-radius: 10px;
        content: "+";
        transition: .3s;
    }

    .authorization_button {
        display: flex;
        padding: 0 10px;
        height: 36px;
        background: var(--button-color);
        border-radius: 6px;
        font-weight: 700;
        justify-content: center;
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase;
        color: var(--span-color);
        align-items: center;
        cursor: pointer;
        transition: .3s;
    }

    .authorization_button svg {
        width: 12px;
        height: 12px;
        margin-left: 5px;
        fill: var(--span-color);
        transition: .3s;
    }

    .authorization_button:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }

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

    .navbar_usermenu {
        display: flex;
        align-items: center;
    }

    .navbar {
        display: flex;
        align-items: center;
        z-index: 104;
        height: 70px;
        position: sticky;
        top: 0;
        white-space: nowrap;
        justify-content: space-between;
        flex-direction: row;
        padding: 0 5px;
    }

    .tippy-box[data-theme~='rich'] {
        background-color: var(--tooltip-color);
        color: var(--span-color);
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 4px 6px;
    }

    .button_admin_right {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
        margin-right: 10px;
    }

    .button_admin_right:hover {
        background-color: var(--button-color-hover);
        transition: .3s;
    }

    .button_admin_right svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        transition: .3s;
        margin-right: 1px;
    }

    .button_admin_right:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }
}

/* Footer site */

@media (max-width: 575.98px) {
    .left_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .footer_bg {
        display: flex;
        position: absolute;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--navbar-color);
    }

    .footer_fluid {
        position: absolute;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        z-index: 0;
    }

    .footer_body {
        display: flex;
        /* flex-direction: column; */
    }

    .footer_global {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        flex-direction: column;
        z-index: 10;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .footer_links ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 200px;
        gap: 15px;
    }

    .footer_links a {
        color: var(--custom-text-color);
        text-transform: uppercase;
        font-size: 9px;
        font-weight: 700;
        transition: .3s;
    }

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

    .social_buttons {
        display: flex;
        flex-direction: row;
        transition: .3s;
        gap: 10px;
    }

    .social_but {
        display: flex;
        height: 30px;
        width: 30px;
        background: var(--button-color);
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }

    .social_but svg {
        width: 11px;
        height: 11px;
        fill: var(--default-text-color);
        transition: .3s;
    }

    .social_but:hover {
        background: var(--button-color-hover);
        transition: .3s;
    }

    .social_but:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .left_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .footer_bg {
        display: flex;
        position: absolute;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--navbar-color);
    }

    .footer_fluid {
        position: absolute;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        z-index: 0;
    }

    .footer_body {
        display: flex;
        /* flex-direction: column; */
    }

    .footer_global {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        width: 1400px;
        flex-direction: column;
        align-items: center;
        z-index: 10;
        justify-content: center;
        padding: 0 5px;
        gap: 10px;
    }

    .footer_links ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 200px;
        gap: 15px;
    }

    .footer_links a {
        color: var(--custom-text-color);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        transition: .3s;
    }

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

    .social_buttons {
        display: flex;
        flex-direction: row;
        transition: .3s;
        gap: 10px;
    }

    .social_but {
        display: flex;
        height: 30px;
        width: 30px;
        background: var(--button-color);
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }

    .social_but svg {
        width: 16px;
        height: 16px;
        fill: var(--default-text-color);
        transition: .3s;
    }

    .social_but:hover {
        background: var(--button-color-hover);
        transition: .3s;
    }

    .social_but:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }
}

@media (min-width:769px) {
    .left_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .footer_bg {
        display: flex;
        position: absolute;
        height: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--navbar-color);
    }

    .footer_fluid {
        position: absolute;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        z-index: 0;
    }

    .footer_body {
        display: flex;
        /* flex-direction: column; */
    }

    .footer_global {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        width: 1400px;
        flex-direction: row;
        align-items: center;
        z-index: 10;
        justify-content: space-between;
        align-content: center;
        padding: 0 5px;
    }

    .footer_links ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 200px;
        gap: 15px;
    }

    .footer_links a {
        color: var(--custom-text-color);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        transition: .3s;
    }

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

    .social_buttons {
        display: flex;
        flex-direction: row;
        transition: .3s;
        gap: 10px;
    }

    .social_but {
        display: flex;
        height: 40px;
        width: 40px;
        background: var(--button-color);
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }

    .social_but svg {
        width: 16px;
        height: 16px;
        fill: var(--default-text-color);
        transition: .3s;
    }

    .social_but:hover {
        background: var(--button-color-hover);
        transition: .3s;
    }

    .social_but:hover svg {
        fill: var(--span-color);
        transition: .3s;
    }
}

/* SEARCH PLAYERS */

@media (max-width:768px) {
    .search_title {
        display: none;
    }

    .search_header {
        display: none;
    }

    .search_players_button svg {
        display: none;
    }

    .search-icon:hover {
        display: none;
        ;
    }

    .search-icon:hover svg {
        display: none;
    }

    .searchmodal {
        display: none;
    }

    .modal-searchcontent {
        display: none;
    }
}

@media (max-width:1079px) {
    .search-icon {
        display: none;
    }
}

@media (min-width:1080px) {
    .search-icon {
        display: flex;
        justify-content: center;
        border-radius: 6px;
        height: 36px;
        width: 36px;
        cursor: pointer;
        background-color: var(--button-color);
        transition: .3s;
        align-items: center;
        margin-right: 10px;
    }
}

@media (min-width:769px) {
    .search_title {
        font-size: 11px;
        text-transform: uppercase;
        margin-left: 7px;
        margin-top: 3px;
        letter-spacing: 2px;
        user-select: none;
        color: var(--span-color);
    }

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

    .search_players_button svg {
        width: 15px;
        height: 15px;
        fill: var(--default-text-color);
        margin-bottom: 2px;
    }

    .search-icon:hover {
        transition: .3s;
        background-color: var(--button-color-hover);
    }

    .search-icon:hover svg {
        transition: .3s;
        fill: var(--span-color);
    }
}

/* NAVIGATION MENU */

@media (max-width:1079px) {
    .drpdwn_menu {
        display: none;
    }

    .header_burger {
        display: block;
        position: relative;
        width: 18px;
        height: 20px;
        margin-left: 12px;
        cursor: pointer;
    }

    .header_burger:before,
    .header_burger:after {
        content: '';
        background-color: var(--span-color);
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 15px;
        left: 0;
        transition: all .3s ease 0s;
    }

    .header_burger:before {
        top: 0;
    }

    .header_burger:after {
        bottom: 1px;
    }

    .header_burger span {
        position: absolute;
        background-color: var(--span-color);
        left: 0;
        width: 61%;
        height: 3px;
        border-radius: 15px;
        top: 8px;
        transition: all .3s ease 0s;
    }

    .header_burger.mmactive:before {
        transform: rotate(45deg);
        top: 8px;
    }

    .header_burger.mmactive:after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .header_burger.mmactive span {
        transform: scale(0);
    }

    .nav_header_menu {
        margin-top: 70px;
        position: fixed;
        top: -20px;
        opacity: 0;
        visibility: hidden;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: var(--navbar-color);
        transition: all .3s ease 0s;
        overflow-x: auto;
    }

    .nav_header_menu.mmactive {
        top: 0;
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }

    .header_list {
        display: block;
    }

    .header_list li {
        font-weight: 700;
        text-align: left;
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid rgb(26 26 26);
        transition: .3s;
        letter-spacing: 1px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .header_list li:hover,
    .header_list li:focus {
        background-color: rgb(26 26 26);
        transition: .3s;
        color: var(--span-color);
    }

    .header_list a {
        color: var(--default-text-color);
        opacity: .5;
        transition: .3s;
    }

    .header_list a:hover {
        color: var(--span-color);
        opacity: 1;
        transition: .3s;
    }

    html.poshelnahuiscroll {
        overflow: hidden;
    }

    .no_scroll {
        scrollbar-width: none;
    }

    .header_link {
        width: 100%;
    }

    .nav_sitename {
        display: none;
    }

    .nav_sitename span {
        display: none;
    }
}

@media (min-width:1080px) {
    .dropbtn {
        display: flex;
        background-color: transparent;
        padding: 18px 0;
        gap: 5px;
        border: none;
        cursor: pointer;
        transition: all .3s ease;
        align-items: center;
        flex-direction: column;
    }

    .dropbtn.active_btn {
        color: var(--span-color);
        box-shadow: inset 0px -2px 0 0 var(--span-color);
        transition: all .3s ease;
    }

    .dropbtn.active_btn .desc_nav_item {
        color: var(--span-color);
        transition: all .3s ease;
    }

    .dropbtn.active_btn svg {
        fill: var(--span-color);
        opacity: 1;
    }

    .dropbtn svg {
        width: 16px;
        height: 16px;
        fill: var(--default-text-color);
        transition: all .3s ease;
    }

    .dropbtn i {
        color: var(--custom-text-color);
        transition: all .3s ease;
        margin-right: 3px;
    }

    .dropbtn:hover,
    .dropdown.show .dropbtn {
        color: var(--span-color);
        box-shadow: inset 0px -2px 0 0 var(--span-color);
        transition: all .3s ease;
    }

    .dropbtn:hover svg {
        fill: var(--span-color);
        opacity: 1;
        transform: translateY(4px);
        transition: all .3s ease;
    }

    .dropbtn:hover i,
    .dropbtn:focus i {
        color: var(--span-color);
        transition: all .3s ease;
    }

    .dropbtn img {
        border-radius: 2px;
        outline: none;
        border: none;
        width: 20px;
        margin-right: 5px;
    }

    .dropdown.show .dropbtn svg {
        fill: var(--span-color);
        transition: all .3s ease;
        transform: rotateX(180deg);
        position: relative;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        transition: all .3s ease;
    }

    .dropdown-content {
        position: absolute;
        padding: 5px 5px 5px 5px;
        top: 85px;
        background: var(--navbar-color);
        box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
        border-radius: 6px;
        /* min-width: 160px; */
        overflow: auto;
        white-space: nowrap;
        z-index: 1;
        transition: all .3s ease;
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(0.7);
        opacity: 0;
        visibility: hidden;
    }

    .dropdown-content a {
        color: var(--default-text-color);
        padding: 13px 17px;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: block;
        transition: all .3s ease;
        border-radius: 6px;
        position: relative;
    }

    .dropdown-content a:hover {
        background-color: var(--button-color);
        transition: all .3s ease;
    }

    .dropdown-content a:hover .submenu_m {
        color: var(--span-color);
        transition: all .3s ease;
    }

    .dropdown-content a:hover svg {
        fill: var(--span-color);
        transition: all .3s ease;
    }

    .right_dot:after {
        position: absolute;
        right: 15px;
        top: 19px;
        content: '';
        width: 4px;
        height: 4px;
        background-color: var(--span-color);
        border-radius: 50%;
        opacity: 0;
        transition: all .3s ease;
        z-index: 999;
    }

    .dropdown-content a:hover .right_dot:after {
        opacity: 1;
        transition: all .3s ease;
    }

    .submenu_m {
        margin-right: 15px;
        transition: all .3s ease;
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
    }

    .submenu_m svg {
        width: 12px;
        fill: var(--inactive-text-color);
        margin-right: 10px;
        transition: all .3s ease;
    }

    .submenu_m img {
        width: 20px;
        height: auto;
        border-radius: 3px;
    }

    .dropdown.show .dropdown-content {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        transition: all .3s ease;
    }

    .drpdwn_menu {
        display: flex;
        gap: 15px;
        flex-direction: row;
    }

    .header_burger {
        display: none;
    }

    .nav_header_menu {
        display: none;
    }

    .header_list {
        display: none;
    }

    .header_link {
        display: none;
    }
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(22 22 22 / 69%);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--grey-color);
    padding: 10px;
    width: 28rem;
    border-radius: 6px;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 20%);
}

@media (max-width:578px) {
    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--bg-table-color);
        padding: 5px;
        width: 18rem;
        border-radius: 6px;
        box-shadow: 0 0 38px 0 rgb(0 0 0 / 20%);
    }
}

.modal-content svg {
    width: 14px;
    height: auto;
    fill: var(--span-color);
}

.content_modal_block {
    margin-top: 5px;
    margin-bottom: 9px;
    max-height: 250px;
}

span.header_modal_new {
    text-transform: uppercase;
    gap: 10px;
    display: flex;
    justify-content: center;
    color: var(--span-color);
    font-weight: 700;
    font-size: 12px;
    align-items: center;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid var(--bottom-line-table);
}

.show-modal {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.close-button {
    display: flex;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    background: transparent;
    transition: .3s;
    justify-content: center;
    align-items: center;
}

.close-button svg {
    width: 10px;
    height: auto;
    fill: var(--custom-text-color);
    transition: .3s;
}

.close-button:hover svg {
    fill: var(--default-text-color);
    transition: .3s;
}

.text_buy_ready {
    opacity: .5;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.example_text {
    font-size: 12px;
    font-style: italic;
    color: var(--span-color);
}

.picker {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.picker svg {
    position: absolute;
    width: 20px;
    height: auto;
    fill: var(--default-text-color);
    opacity: .7;
    z-index: 2;
    pointer-events: none;
    -webkit-user-drag: none;
}

@media (max-width:578px) {
    .picker svg {
        position: absolute;
        width: 12px;
        height: auto;
        fill: var(--default-text-color);
        opacity: .7;
        z-index: 2;
        pointer-events: none;
        -webkit-user-drag: none;
    }
}

.colorPicker {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    background-color: var(--input-form);
    padding: 5px;
    margin: 0 0 10px 0;
    border-radius: 6px;
}

#colorpickerid {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 131px;
    height: 65px;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    background: transparent;
    border: none !important;
    cursor: pointer;
}

@media (max-width:578px) {
    #colorpickerid {
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 77px;
        height: 48px;
        padding: 0 !important;
        margin: 0 !important;
        outline: none !important;
        background: transparent;
        border: none !important;
        cursor: pointer;
    }
}

#colorpickerid::-webkit-color-swatch {
    border-radius: 6px;
    border: none;
}

#colorpickerid::-moz-color-swatch {
    border-radius: 6px;
    border: none;
}

.select_lang {
    display: flex;
    background-color: var(--grey-color);
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    opacity: .5;
    transition: .3s;
    font-size: 12px;
    gap: 4px;
    align-items: center;
    font-weight: 700;
    color: var(--custom-text-color);
}

.select_lang:hover {
    opacity: 1;
    color: var(--default-text-color);
    transition: .3s;
}

.select_lang img {
    width: 30px;
    height: auto;
    border-radius: 2px;
}

.lang_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hide_nav {
    transform: translateY(-70px);
    transition: .15s;
}

.show_sp {
    transform: translateY(5px) !important;
    transition: .3s;
}

.navigation_nemu {
    transition: .25s;
}

@media (max-width: 1079px) {
    .search_players {
        display: none;
    }
}

@media (min-width: 1080px) {
    .search_players {
        position: absolute;
        z-index: 105;
        width: 260px;
        transform: translateY(-70px);
        transition: .3s;
    }
}

.navbar_menu_left_online_users {
    display: flex;
    font-weight: 800;
    color: var(--green-color);
    /* opacity: .1; */
    font-size: 12px;
    transition: .3s linear;
}

.navbar_menu_left_online_block {
    display: flex;
    height: 70px;
    width: 30px;
    align-items: center;
    margin: 0 15px 0 0;
    cursor: help;
    flex-direction: column;
    justify-content: center;
    transition: .3s linear;
}

.navbar_menu_left_online_block:hover .navbar_menu_left_online_users {
    color: var(--green-color);
    opacity: 1;
    transition: .3s linear;
}

.navbar_menu_left_online_block>div {
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    align-items: center;
}

@media (max-width:1024px) {
    .navbar_menu_left_online_block {
        display: none;
    }
}

.navbar_menu_left_online_block svg {
    width: 16px;
    height: auto;
    fill: var(--green-color);
    opacity: .5;
}

@keyframes colorbeat {
    0% {
        fill: var(--custom-text-color);
        opacity: .3;
    }

    50% {
        fill: var(--green-color);
        opacity: 1;
    }

    100% {
        fill: var(--custom-text-color);
        opacity: .3;
    }
}

@-webkit-keyframes colorbeat {
    0% {
        fill: var(--custom-text-color);
        opacity: .3;
    }

    50% {
        fill: var(--green-color);
        opacity: 1;
    }

    100% {
        fill: var(--custom-text-color);
        opacity: .3;
    }
}

.phrase_count_balance {
    font-size: 12px;
    font-weight: 800;
}

@media (max-width:578px) {
    .palette_block {
        display: flex;
        gap: 5px;
        max-height: 206px;
        overflow: hidden;
        overflow-y: scroll;
        flex-direction: column;
    }

    .palette_text span:nth-child(1) {
        font-size: 11px;
        font-weight: 700;
        color: var(--green-color);
    }
}

@media (min-width:579px) {
    .palette_block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        max-height: 203px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .palette_text span:nth-child(1) {
        font-size: 13px;
        font-weight: 700;
        color: var(--green-color);
    }
}

.palette_block a {
    color: var(--custom-text-color);
    background-color: var(--navbar-first-color);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: .15s linear;
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.palette_active {
    background-color: var(--input-form) !important;
}

.palette_active:after {
    display: block;
    content: '';
    right: 15px;
    position: absolute;
    background: url('/storage/cache/img/global/checked_palette.svg');
    width: 15px;
    height: 15px;
    transition: .15s linear;
}

.palette_block a:hover {
    color: var(--defaul-text-color);
    background-color: var(--input-form);
    transition: .15s linear;
}

.palette_block a span {
    display: flex;
    font-size: 12px;
    width: 30px;
    height: 30px;
    font-weight: 800;
    background-color: rgb(0 0 0 / 24%);
    border-radius: 4px;
    transition: .15s linear;
    align-items: center;
    justify-content: center;
}

.palette_img {
    display: flex;
    height: 35px;
    width: auto;
    -webkit-user-drag: none;
    user-select: none;
}

.palette_jumping {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    background-color: var(--card-color);
    padding: 5px;
    border-radius: 4px;
}

.palette_text {
    display: flex;
    flex-direction: column;
    white-space: normal;
}

.palette_text span:nth-child(2) {
    display: flex;
    font-size: 11px;
    color: var(--custom-text-color);
    align-items: center;
    gap: 10px;
}

.palette_text span p {
    line-height: 0;
    font-size: 11px;
}

.logo_site {
    display: flex;
    cursor: pointer;
    margin-right: 20px;
    height: 70px;
    width: 35px;
    justify-content: flex-start;
    align-items: center;
}

.logo_site svg {
    width: 30px;
    height: auto;
}

span.desc_nav_item {
    font-size: 8px;
    text-transform: uppercase;
    color: var(--default-text-color);
    transition: .3s;
}

.dropbtn:hover .desc_nav_item {
    color: var(--span-color);
    transform: translateY(4px);
}