.page-wrapper {
    /*    width: inherit;*/
}

.logo-img,
img.img_logo {
    height: 40px;
}

.side-mini-panel {
    width: inherit;
}

.nav-logo,
.side-mini-panel .sidebarmenu .sidebar-nav {
    left: inherit;
}

body[data-sidebartype=full] .side-mini-panel {
    left: 0;
}

body[data-sidebartype=mini-sidebar] .side-mini-panel {
    left: -300px;
}

.nav-logo a img {
    height: 50px;
}

.page-wrapper {
    overflow-x: inherit;
}

.left-sidebar .sidebartoggler {
    display: none;
}

@media (max-width: 1300px) {
    .left-sidebar .sidebartoggler {
        display: inline-block;
    }
}

.left-sidebar {
}

.nav-logo {
    display: flex;
    align-items: center;
}
.left-sidebar .brand-logo{
    height: 24px;
    overflow: hidden;
}
.left-sidebar .brand-logo .logo-img {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.left-sidebar .brand-logo img{
    height: 24px;

}
[data-layout=vertical] .link-sidebar .brand-logo {
    padding: 0px 16px 0 24px!important;
}


.views-admin-links {
    display: none;
}

.copy-icon {
    position: absolute;
}

.copy-popup {
    display: none;
    position: absolute;
    background: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.balance_check {
}

.BG-PACK-1 {
    background: linear-gradient(180deg, rgba(184, 184, 184, 0.12) 0%, rgba(99, 91, 255, 0.03) 100%);
}

.BG-PACK-2 {
    background: linear-gradient(180deg, rgba(22, 205, 199, 0.12) 0%, rgba(22, 205, 199, 0.03) 100%);
}

.BG-PACK-3 {
    background: linear-gradient(180deg, rgba(99, 91, 255, 0.12) 0%, rgba(99, 91, 255, 0.03) 100%);
}

.BG-PACK-4 {
}

.BG-PACK-5 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(54, 199, 108, 0.03) 100%);
}

.BG-PACK-6 {
    background: linear-gradient(180deg, rgba(255, 221, 28, 0.12) 0%, rgba(255, 102, 146, 0.03) 100%);
}

.icon-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.views-exposed-widget {
    max-width: 200px;
    display: inline-block;
}

.lds-ripple {
    width: 90px;
}

.view .views-exposed-form .description {
    display: none;
}

.view .views-exposed-form input[type="submit"] {
    margin-bottom: 0 !important;
    margin-left: 20px;
}

.admin_user_edit_a {
    cursor: pointer;
}

.admin_user_edit {
    display: none;
    position: fixed;
    top: 20px;
    left: 50px;
    width: 600px;
    max-width: 90%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.admin_user_edit .admin-modal-content {
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

.product-card__thumb {
    max-width: 160px;
    width: 100%;
}

.product-card.style-two {
    display: flex;
    flex-direction: row;
}

.site-footer {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    background: #EDF6FA;
    margin-top: auto;
    padding: 1.5rem 1.25rem;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.site-footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: .875rem;
    line-height: 1.25rem;

}

@media (min-width: 1024px) {
    .site-footer__inner {
        flex-direction: row;
    }
}

.site-footer__col {
    display: flex;
    flex-direction: column;
}

.site-footer__logo {
    margin-block-end: 20px;
}

.site-footer__logo a img {
    width: 100%;
    height: 100%;
    max-width: 222px;
    max-height: 64px;
}

.site-footer__legal {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.site-footer__title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: .5rem;
}

.site-footer__list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.site-footer__list a {
    color: inherit;
    text-decoration: none;
}

.site-footer__list a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .logo-img {
        height: 22px;
    }

    .logo-img img {
        height: 22px;
    }
}
