/* Customization by SLAME */

.custom-logo {
    width: 100%;
    height: 100%;
    font-weight: var(--font-weight-8);
    font-size: var(--font-size-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    color: unset;
}

.custom-logo svg {
    height: 2rem;
    width: 2rem;
    margin-right: .6rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.custom-logo:hover svg {
    transform: rotateY(180deg) scale(0.8);
}

.sidebar__header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    height: 5rem !important;
}

.sidebar:after {
    content: "";
    position: absolute;
    top: -7rem;
    left: -1rem;
    width: 10rem;
    height: 10rem;
    background-color: var(--span);
    border-radius: var(--br-50);
    opacity: .3;
    filter: blur(48px);
    animation: afterPulse 5s infinite;
    pointer-events: none;
}

@keyframes afterPulse {
    0% {
        opacity: 0.3;
        scale: 1;
    }

    50% {
        opacity: 0.4;
        scale: 1.3;
    }

    100% {
        opacity: 0.3;
        scale: 1;
    }
}

.sidebar.opened {
    width: 14rem !important;
}

.sidebar {
    padding: 0 !important;
}

.sidebar__list li:has(.sidebar__sublist li a[href="/store"]) .sidebal__item {
    color: var(--money);
}

.sidebar__list li:has(.sidebar__sublist li a[href="/store"]) .sidebal__item.active {
    color: var(--money);
}

.sidebar__list li:has(.sidebar__sublist li a[href="/store"]) .sidebal__item.active:hover {
    color: var(--money);
    border-color: var(--money-bg);
}

.sidebar__list li:has(.sidebar__sublist li a[href="/store"]) .sidebal__item:hover {
    color: var(--money);
    border-color: var(--money-bg);
}

.sidebar__list li:has(.sidebar__sublist li a[href="/store"]) .sidebal__item.active:before {
    background-image: linear-gradient(315deg, color-mix(in srgb, var(--money) 20%, transparent), transparent);
}

.sidebar__subitem[href="/store"].active,
.sidebar__subitem[href="/store_admins"].active,
.sidebar__subitem[href="/store_models"].active {
    background-color: color-mix(in srgb, var(--money) 5%, transparent);
    color: var(--money);
}

.sale__badge {
    height: 1.4rem;
    padding-inline: .3rem;
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-7);
    border-radius: var(--br-6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-left: 1rem;
}

.sale__badge {
    background-color: color-mix(in srgb, var(--money) 15%, transparent);
    color: var(--money) !important;
}

.sidebar__list {
    padding-inline: 0.5rem !important;
    margin-top: 0 !important;
    height: max-content !important;
}

.sidebal__item svg:first-child {
    width: 1.3rem !important;
    height: 1.3rem !important;
}

.social_buttons {
    margin-top: auto;
    width: 100% !important;
    justify-content: center !important;
    padding-block: 1.5rem;
}

.sidebar__wrapper {
    display: flex;
    flex-direction: column;
}

.navbar_menu_left>svg:first-child {
    width: 2.5rem !important;
    height: 2.5rem !important;
    fill: var(--span) !important;
}

.navbar_menu_left {
    gap: 0.3rem !important;
}

.custom__label-text {
    font-size: var(--font-size-s);
    font-weight: var(--font-weight-6);
    color: var(--text-custom);
    line-height: normal !important;
}

.online__counter {
    flex-direction: column;
    background-color: transparent !important;
    align-items: flex-start !important;
    gap: 0 !important;
}

.online__count {
    font-size: var(--font-size-l) !important;
    font-family: var(--font-family-1);
    font-weight: var(--font-weight-8) !important;
    color: var(--text-default) !important;
}

.online__wrapper {
    top: 4rem !important;
}

.custom__footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.custom__footer-bg-1,
.custom__footer-bg-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .7;
    scale: 1.3;
    bottom: -1rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.custom__footer-bg-2 {
    top: unset !important;
    z-index: 1;
    bottom: -19rem;
    scale: 1.8 !important;
    right: unset !important;
    cursor: pointer;
    opacity: 1 !important;
    transition: 0.3s ease-out;
}

.custom__footer-bg-2.show {
    bottom: -21rem;
    transition: 0.3s ease-out;
}

.footer-top {
    position: relative;
}

.footer_global {
    margin-bottom: 0 !important;
    padding: 0 !important;
    height: 28rem !important;
    overflow: hidden;
    border-radius: 0 !important;
}

.footer-top {
    height: 28rem !important;
}

.footer-bottom {
    position: absolute !important;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 5rem);
    z-index: 2;
    background-color: var(--transparent-3-w);
    padding: .5rem 1rem;
    backdrop-filter: blur(8px);
    border-radius: var(--br-8);
    border: 1px solid var(--transparent-5-w);
    color: var(--text-default);
    display: flex;
    transition: .3s ease;
    pointer-events: none;
}

.footer-description {
    color: inherit !important;
    padding-bottom: 0 !important;
    font-size: var(--font-size-default) !important;
    font-weight: var(--font-weight-7) !important;
    display: flex;
    gap: .6rem;
    align-items: center;
    white-space: normal !important;
}

.footer_global:has(.custom__footer-bg-2:hover) .footer-bottom {
    transform: translate(-50%, 0);
}

@media (max-width: 768px) {
    .navbar_menu_left>svg:first-child {
        display: none !important;
    }

    .header_burger {
        display: block !important;
    }

    .custom__footer-bg-2 {
        scale: 1.4 !important;
    }

    .footer-bottom {
        width: 100% !important;
        bottom: 5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1079px) {
    .header_burger {
        display: none !important;
    }
}

.footer-description svg {
    flex: none !important;
}