.animate-cart {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}


.sidebar-wrap {
    z-index: 1000 !important;
}

.size-14 {
    font-size: 14px !important;
}

.size-15 {
    /*font-size: 15px !important;*/
    font-weight: 700 !important;
}

.size-16 {
    font-size: 16px !important;
}
.size-12 {
    /*font-size: 12px;*/
    /* font-weight: bold; */
    font-variation-settings: "wght" 400;
    font-weight: 400;
}

.bold-title {
    /*font-weight: 700 !important;*/
    font-weight: bold;
    font-variation-settings: "wght" 700
}


.text-muted-price {
    opacity: 0.5;
    color: inherit !important;
}

.text-view {
    color: inherit !important;
}


.fixed-width-title {
    width: 59px;
    word-wrap: break-word;
    white-space: normal;
}

.size-10 {
    font-size: 10px !important;
}

.size-11 {
    font-size: 11px !important;
}

.size-6 {
    font-size: 0.625rem !important;
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; /* Ensures it does not wrap */
    /*width: 180px;*/
    width: 90%;
}



.shop-phone-icon, .wha-popup {
    position: fixed;
    left: 20px;
    cursor: pointer;
    z-index: 99999999;
    width: 56px;
    height: 56px
}

.shop-phone-icon {
    bottom: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14)
}

    .shop-phone-icon.has-whatsapp {
        bottom: 135px;
    }

    .shop-phone-icon img {
        width: 100%;
        height: 100%
    }

.wha-popup {
    bottom: 70px
}

    .wha-popup .wha-ico {
        width: 56px;
        height: 56px;
        background: #2db742;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
        -webkit-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
        -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14)
    }

        .wha-content, .wha-popup .wha-ico:after, .wha-popup .wha-ico:before {
            transition: .4s ease all;
            -webkit-transition: .4s ease all;
            -moz-transition: .4s ease all
        }

        .wha-popup .wha-ico:before {
            content: '';
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            background: url("../images/svg/whatsapp-logo.310fe68c6bca.svg") center center no-repeat;
            background-size: 30px auto;
            -webkit-background-size: 30px auto;
            -moz-background-size: 30px auto
        }

        .wha-content, .wha-popup .wha-ico:after {
            opacity: 0
        }

        .wha-popup .wha-ico:after {
            content: '';
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            background: url("../images/svg/close-ico.eae9c993f36d.svg") center center no-repeat;
            background-size: 14px auto;
            -webkit-background-size: 14px auto;
            -moz-background-size: 14px auto;
            -ms-transform: scale(0) rotate(360deg);
            transform: scale(0) rotate(360deg);
            -webkit-transform: scale(0) rotate(360deg);
            -moz-transform: scale(0) rotate(360deg)
        }

    .wha-popup.active-item .wha-ico:before {
        opacity: 0;
        -ms-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        -webkit-transform: scale(0) rotate(-360deg);
        -moz-transform: scale(0) rotate(-360deg)
    }

    .wha-popup.active-item .wha-ico:after {
        opacity: 1;
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg)
    }

.wha-content {
    width: 350px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    bottom: 90px;
    left: 20px;
    z-index: 9999999999;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 40px)
}

    .wha-content.active-item {
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        visibility: visible;
        opacity: 1
    }

    .wha-content .content-items {
        background: #2db742;
        position: relative;
        padding: 15px 74px 17px 43px;
        color: #fff;
        line-height: 25px;
        display: block;
        font-size: 13px;
        font-weight: 700
    }

        .wha-content .content-items:before {
            content: '';
            background: url("../images/svg/whatsapp-logo.310fe68c6bca.svg") center top no-repeat;
            background-size: 33px;
            display: block;
            width: 55px;
            height: 33px;
            position: absolute;
            top: 21px;
            right: 12px
        }

    .wha-content .item-title {
        font-size: 14px
    }

.logo-small h5, .logo-small .h5 {
    font-size: 13px;
    line-height: 18px;
}


.webapplication-layer {
    background-color: #f9f9f9;
    padding: 15px 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 100000;
    overflow: auto
}

    .webapplication-layer.is-chrome .process-item, .webapplication-layer.is-chrome .process-title, .webapplication-layer.is-chrome .start-sign {
        display: none
    }

        .webapplication-layer.is-chrome .process-item.is-chrome {
            display: block
        }

    .webapplication-layer .logo {
        width: 60px;
        display: block;
        margin: 0 auto 10px
    }

    .webapplication-layer .webapplication-process {
        background-color: #fff;
        border-radius: 6px;
        padding: 13px 20px;
        -webkit-box-shadow: 0 1px 4px 2px rgba(0,0,0,.02);
        box-shadow: 0 1px 4px 2px rgba(0,0,0,.02);
        color: #000;
        margin-bottom: 15px
    }

    .webapplication-layer .process-title {
        font-weight: 500;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .webapplication-layer .brand-text {
        color: #fcb10a
    }

    .webapplication-layer .process-list {
        margin-bottom: 20px
    }

    .webapplication-layer .process-item {
        font-size: 12px;
        margin-bottom: 15px
    }

        .webapplication-layer .process-item img {
            width: 100%;
            margin-top: 10px
        }

        .webapplication-layer .process-item .icon-share {
            width: 16px;
            vertical-align: text-bottom;
            margin: 0 4px
        }

        .webapplication-layer .process-item.is-chrome {
            line-height: 2.5;
            font-weight: 500;
            text-align: center;
            font-size: 15px;
            display: none
        }

            .webapplication-layer .process-item.is-chrome .bold-text {
                background-color: #eee;
                padding: 2px 7px;
                border-radius: 12px;
                margin: 0 5px
            }

    .webapplication-layer .english-word {
        font-weight: 500;
        font-size: 14px
    }

    .webapplication-layer .button {
        width: 100%;
        text-align: center;
        background-color: #e4e4e4;
        padding: 8px;
        font-size: 14px;
        border: 0px;
    }

    .webapplication-layer .start-sign {
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        width: 90%
    }

        .webapplication-layer .start-sign img {
            width: 21px
        }

        .webapplication-layer .start-sign .start-text {
            margin-bottom: 10px;
            color: red
        }


.category-name {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-full-width {
    width: 120%;
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
}

.background {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}


button.pulse-button {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

* {
    box-sizing: border-box;
}

.fab-wrapper {
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 100;
}

.fab-checkbox {
    display: none;
}

.fab {
    position: absolute;
    bottom: 2rem;
    right: -2rem;
    width: 4rem;
    height: 4rem;
    background: blue;
    border-radius: 50%;
    background: #126ee2;
    box-shadow: 0px 5px 20px #81a4f1;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #0c50a7;
}

    .fab:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
    }

.fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}

.fab:hover {
    background: #2c87e8;
    box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
}

.fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    /*border: 1px solid #;*/
    border: 1px solid #000; /* Replace # with a valid color value */
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1.0);
}

/*
.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
*/
.fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    background-color: #f16100;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}

.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}

.fab-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px; /* Adjust the font size as needed */
    font-weight: bold;
    color: white; /* Adjust the color to match your design */
    z-index: 1;
}
/* ── Unified Pager Chip (table + pager in one element) ── */
.pager-chip {
    position: fixed;
    bottom: 80px;
    left: 16px;
    z-index: 1050;
    display: flex;
    align-items: center;
    gap: 0;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 22px;
    background: #1e293b;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.08);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-family: inherit;
}

.pager-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255,255,255,0.12);
}

.pager-chip:active {
    transform: scale(0.97);
}

@keyframes pagerChipPulse {
    0%, 100% { box-shadow: 0 4px 16px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.08); }
    50%      { box-shadow: 0 4px 20px rgba(99,102,241,0.35), 0 0 0 1px rgba(99,102,241,0.25); }
}

.pager-chip-bell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--oneuiux-theme-color, #6366f1) 0%, #6366f1 100%);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.pager-chip-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.pager-chip-table {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 14px 0 10px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.92);
}

.pager-chip-table i {
    font-size: 0.75rem;
    opacity: 0.6;
}

.pager-chip-badge {
    position: absolute;
    top: -3px;
    left: 30px;
    width: 12px;
    height: 12px;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid #1e293b;
    display: none;
}

/* ── Table-only chip (when pager is disabled) ── */
.table-chip {
    position: fixed;
    bottom: 80px;
    left: 16px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 14px;
    border-radius: 18px;
    background: rgba(30, 41, 59, 0.95);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.table-chip i {
    font-size: 0.75rem;
    color: var(--oneuiux-theme-color, #6366f1);
}

/* ── Progressive enhancement: blur + animation for capable browsers ── */
@supports (backdrop-filter: blur(1px)) {
    .pager-chip {
        animation: pagerChipPulse 3s ease-in-out infinite;
    }
    .table-chip {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        background: rgba(30, 41, 59, 0.85);
    }
}

/* Responsive: smaller on very small screens */
@media (max-width: 360px) {
    .pager-chip {
        bottom: 74px;
        left: 10px;
        height: 40px;
    }
    .pager-chip-bell {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    .pager-chip-table {
        font-size: 0.78rem;
        padding: 0 10px 0 8px;
    }
    .table-chip {
        bottom: 74px;
        left: 10px;
    }
}

.ltr {
    direction: ltr;
}


.rounded-40 {
    border-radius: calc(var(--oneuiux-rounded) - -20px);
}



.modal.modal-pos .close {
    position: absolute;
    top: 1.5625rem;
    z-index: 10;
    right: 1.5625rem
}

@media (min-width: 992px) {
    .modal.modal-pos .modal-pos-product {
        display: flex
    }

        .modal.modal-pos .modal-pos-product .modal-pos-product-img, .modal.modal-pos .modal-pos-product .modal-pos-product-info {
            width: 50%;
            max-width: 50%;
            flex: 0 0 50%
        }
}

.modal.modal-pos .modal-pos-product .modal-pos-product-img {
    padding: 0rem
}

@media (min-width: 992px) {
    .modal.modal-pos .modal-pos-product .modal-pos-product-img {
        padding-right: 0rem
    }
}

@media (max-width: 991.98px) {
    .modal.modal-pos .modal-pos-product .modal-pos-product-img {
        padding-bottom: 0
    }
}

.modal.modal-pos .modal-pos-product .modal-pos-product-img .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15.625rem;
    border-radius: 6px
}

@media (min-width: 992px) {
    .modal.modal-pos .modal-pos-product .modal-pos-product-img .img {
        min-height: 18.75rem
    }
}

.modal.modal-pos .modal-pos-product .modal-pos-product-info {
    padding: 1.5rem
}

@media (min-width: 992px) {
    .modal.modal-pos .modal-pos-product .modal-pos-product-info {
        padding-left: 1rem
    }
}

.modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list {
    margin: -.333rem;
    padding: .333rem 0;
    display: flex;
    flex-wrap: wrap
}

    .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option {
        width: 33.33%;
        max-width: 33.33%;
        padding: .333rem;
        flex: 0 0 33.33%
    }

        .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-input {
            display: none
        }

            .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-input:checked + .option-label {
                color: var(--bs-body-color);
                border: 1px solid var(--bs-body-color)
            }

                .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-input:checked + .option-label .option-text {
                    color: var(--bs-body-color)
                }

        .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label {
            border: 1px solid var(--bs-border-color);
            padding: .625rem;
            height: 100%;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center
        }

            .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label .option-text {
                display: block;
                line-height: 1.2;
                color: rgba(var(--bs-body-color-rgb),.5);
                font-size: .765625rem;
                text-align: center
            }

            .modal.modal-pos .modal-pos-product .modal-pos-product-info .option-list .option .option-label .option-price {
                font-weight: 600;
                margin-top: .25rem;
                line-height: 1.2
            }



.counter-number.horizontal {
    border: 1px solid var(--oneuiux-theme-bordercolor);
    padding: 0;
}




    .counter-number.horizontal .btn {
        margin: -1px;
    }

        .counter-number.horizontal .btn i {
            font-size: 17px;
        }

.h-240 {
    height: 240px;
}

.h-250 {
    height: 250px;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-79 {
    padding-top: 79px !important;
}


.top-50 {
    top: 50px !important;
}

.start-20 {
    left: 20% !important;
}

.toast-title-active {
    color: green;
}

.toast-title-inactive {
    color: red;
}

.top-200 {
    top: 200px !important;
}



/**/
.cart-count .bi-basket {
    font-size: 22px;
    color: #000;
}

.cart-count .cart-count-number {
    display: inline-block;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border-radius: 50%;
}


.animate-basket {
    animation-name: cart-animation;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes heart-beat {
    0% {
        transform: rotate(-45deg) scale(0.8);
    }

    5% {
        transform: rotate(-45deg) scale(0.9);
    }

    10% {
        transform: rotate(-45deg) scale(0.8);
    }

    15% {
        transform: rotate(-45deg) scale(1);
    }

    50% {
        transform: rotate(-45deg) scale(0.8);
    }

    100% {
        transform: rotate(-45deg) scale(0.8);
    }
}

.animate-basket {
    transform: rotate(45deg);
    animation: heart-beat 1.2s infinite;
}


.badge.wrapper {
    height: 32px;
    width: 32px;
    line-height: 24px;
    top: 20px !important;
    z-index: 2;
    left: 73px !important;
}
/**/
.dark-mode .modal-content {
    background-color: var(--oneuiux-card-color);
}

.card-transparent {
    background-color: transparent !important;
}

.skeleton {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

@keyframes shimmer {
    0% {
        background-position: -400% 0;
    }

    100% {
        background-position: 400% 0;
    }
}

.hidden {
    display: none;
}

.skeleton-card {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.skeleton-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.skeleton-text {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.skeleton-title {
    width: 60%;
    height: 20px;
    margin-bottom: 10px;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:root {
    --main-min-height: 100vh;
    --main-padding-top: 100px;
    --main-padding-bottom: 0px;
    --container-min-height: 100vh;
}
main {
    min-height: var(--main-min-height);
    padding-top: var(--main-padding-top);
    padding-bottom: var(--main-padding-bottom);
}

.main-container {
    min-height: var(--container-min-height);
}

.lazy {
    opacity: 0;
    transition: opacity 0.5s;
}

    .lazy.loaded {
        opacity: 1;
    }

/* Show vertical scrollbar in desktop mode */
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        width: 8px !important;
        height: 8px !important;
    }

    ::-webkit-scrollbar-track {
        background: var(--oneuiux-page-bg-2);
        border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb {
        background: var(--oneuiux-theme-color);
        border-radius: 4px;
        opacity: 0.6;
    }

        ::-webkit-scrollbar-thumb:hover {
            opacity: 1;
        }

    body {
        overflow-y: auto !important;
    }
}

.bg-theme-round-opac.header:after {
  
    opacity: 1;
}