/* _content/LalaStore/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fve96icnvf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fve96icnvf] {
    flex: 1;
}

.sidebar[b-fve96icnvf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fve96icnvf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fve96icnvf]  a, .top-row[b-fve96icnvf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fve96icnvf]  a:hover, .top-row[b-fve96icnvf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fve96icnvf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fve96icnvf] {
        justify-content: space-between;
    }

    .top-row[b-fve96icnvf]  a, .top-row[b-fve96icnvf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fve96icnvf] {
        flex-direction: row;
    }

    .sidebar[b-fve96icnvf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fve96icnvf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fve96icnvf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fve96icnvf], article[b-fve96icnvf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fve96icnvf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fve96icnvf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LalaStore/Components/Pages/Brands/BrandRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-t8ehyl8wqn] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-t8ehyl8wqn 1s infinite linear;
}

@keyframes l7-b-t8ehyl8wqn {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-t8ehyl8wqn] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-t8ehyl8wqn] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-t8ehyl8wqn],
    .btn-orange:focus[b-t8ehyl8wqn],
    .btn-orange:active[b-t8ehyl8wqn] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-t8ehyl8wqn] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-t8ehyl8wqn] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-t8ehyl8wqn] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-t8ehyl8wqn] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-t8ehyl8wqn] {
    background-color: #fff4eb !important;
}

.bg-orange[b-t8ehyl8wqn] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-t8ehyl8wqn] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-t8ehyl8wqn] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-t8ehyl8wqn] {
    color: #f6821f !important;
}

.text-orange-dark[b-t8ehyl8wqn] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-t8ehyl8wqn] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-t8ehyl8wqn] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-t8ehyl8wqn] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-t8ehyl8wqn] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-t8ehyl8wqn] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-t8ehyl8wqn]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-t8ehyl8wqn]::after {
        animation: ripple-b-t8ehyl8wqn 1s ease-out;
    }

@keyframes ripple-b-t8ehyl8wqn {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-t8ehyl8wqn] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-t8ehyl8wqn] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-t8ehyl8wqn] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-t8ehyl8wqn] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-t8ehyl8wqn] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-t8ehyl8wqn] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-t8ehyl8wqn] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-t8ehyl8wqn],
.btn-custom-secondary[b-t8ehyl8wqn],
.btn-custom-danger[b-t8ehyl8wqn] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* _content/LalaStore/Components/Pages/Categories/CategoryRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-gu79qqxcrj] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-gu79qqxcrj 1s infinite linear;
}

@keyframes l7-b-gu79qqxcrj {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-gu79qqxcrj] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-gu79qqxcrj] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-gu79qqxcrj],
    .btn-orange:focus[b-gu79qqxcrj],
    .btn-orange:active[b-gu79qqxcrj] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-gu79qqxcrj] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-gu79qqxcrj] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-gu79qqxcrj] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-gu79qqxcrj] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-gu79qqxcrj] {
    background-color: #fff4eb !important;
}

.bg-orange[b-gu79qqxcrj] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-gu79qqxcrj] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-gu79qqxcrj] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-gu79qqxcrj] {
    color: #f6821f !important;
}

.text-orange-dark[b-gu79qqxcrj] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-gu79qqxcrj] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-gu79qqxcrj] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-gu79qqxcrj] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-gu79qqxcrj] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-gu79qqxcrj] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-gu79qqxcrj]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-gu79qqxcrj]::after {
        animation: ripple-b-gu79qqxcrj 1s ease-out;
    }

@keyframes ripple-b-gu79qqxcrj {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-gu79qqxcrj] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-gu79qqxcrj] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-gu79qqxcrj] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-gu79qqxcrj] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-gu79qqxcrj] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-gu79qqxcrj] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-gu79qqxcrj] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-gu79qqxcrj],
.btn-custom-secondary[b-gu79qqxcrj],
.btn-custom-danger[b-gu79qqxcrj] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* _content/LalaStore/Components/Pages/Orders/OrderRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-8o8n4nytg7] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-8o8n4nytg7 1s infinite linear;
}

@keyframes l7-b-8o8n4nytg7 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-8o8n4nytg7] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-8o8n4nytg7] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-8o8n4nytg7],
    .btn-orange:focus[b-8o8n4nytg7],
    .btn-orange:active[b-8o8n4nytg7] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-8o8n4nytg7] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-8o8n4nytg7] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-8o8n4nytg7] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-8o8n4nytg7] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-8o8n4nytg7] {
    background-color: #fff4eb !important;
}

.bg-orange[b-8o8n4nytg7] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-8o8n4nytg7] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-8o8n4nytg7] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-8o8n4nytg7] {
    color: #f6821f !important;
}

.text-orange-dark[b-8o8n4nytg7] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-8o8n4nytg7] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-8o8n4nytg7] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-8o8n4nytg7] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-8o8n4nytg7] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-8o8n4nytg7] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-8o8n4nytg7]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-8o8n4nytg7]::after {
        animation: ripple-b-8o8n4nytg7 1s ease-out;
    }

@keyframes ripple-b-8o8n4nytg7 {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-8o8n4nytg7] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-8o8n4nytg7] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-8o8n4nytg7] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-8o8n4nytg7] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-8o8n4nytg7] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-8o8n4nytg7] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-8o8n4nytg7] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-8o8n4nytg7],
.btn-custom-secondary[b-8o8n4nytg7],
.btn-custom-danger[b-8o8n4nytg7] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* _content/LalaStore/Components/Pages/Sizes/SizeRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-6115tff7sa] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-6115tff7sa 1s infinite linear;
}

@keyframes l7-b-6115tff7sa {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-6115tff7sa] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-6115tff7sa] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-6115tff7sa],
    .btn-orange:focus[b-6115tff7sa],
    .btn-orange:active[b-6115tff7sa] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-6115tff7sa] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-6115tff7sa] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-6115tff7sa] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-6115tff7sa] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-6115tff7sa] {
    background-color: #fff4eb !important;
}

.bg-orange[b-6115tff7sa] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-6115tff7sa] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-6115tff7sa] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-6115tff7sa] {
    color: #f6821f !important;
}

.text-orange-dark[b-6115tff7sa] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-6115tff7sa] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-6115tff7sa] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-6115tff7sa] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-6115tff7sa] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-6115tff7sa] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-6115tff7sa]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-6115tff7sa]::after {
        animation: ripple-b-6115tff7sa 1s ease-out;
    }

@keyframes ripple-b-6115tff7sa {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-6115tff7sa] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-6115tff7sa] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-6115tff7sa] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-6115tff7sa] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-6115tff7sa] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-6115tff7sa] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-6115tff7sa] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-6115tff7sa],
.btn-custom-secondary[b-6115tff7sa],
.btn-custom-danger[b-6115tff7sa] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* _content/LalaStore/Components/Pages/StoreItems/StoreItemRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-ivxs5ylgk5] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-ivxs5ylgk5 1s infinite linear;
}

@keyframes l7-b-ivxs5ylgk5 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-ivxs5ylgk5] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-ivxs5ylgk5] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-ivxs5ylgk5],
    .btn-orange:focus[b-ivxs5ylgk5],
    .btn-orange:active[b-ivxs5ylgk5] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-ivxs5ylgk5] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-ivxs5ylgk5] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-ivxs5ylgk5] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-ivxs5ylgk5] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-ivxs5ylgk5] {
    background-color: #fff4eb !important;
}

.bg-orange[b-ivxs5ylgk5] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-ivxs5ylgk5] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-ivxs5ylgk5] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-ivxs5ylgk5] {
    color: #f6821f !important;
}

.text-orange-dark[b-ivxs5ylgk5] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-ivxs5ylgk5] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-ivxs5ylgk5] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-ivxs5ylgk5] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-ivxs5ylgk5] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-ivxs5ylgk5] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-ivxs5ylgk5]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-ivxs5ylgk5]::after {
        animation: ripple-b-ivxs5ylgk5 1s ease-out;
    }

@keyframes ripple-b-ivxs5ylgk5 {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-ivxs5ylgk5] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-ivxs5ylgk5] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-ivxs5ylgk5] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-ivxs5ylgk5] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-ivxs5ylgk5] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-ivxs5ylgk5] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-ivxs5ylgk5] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-ivxs5ylgk5],
.btn-custom-secondary[b-ivxs5ylgk5],
.btn-custom-danger[b-ivxs5ylgk5] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
/* _content/LalaStore/Components/Pages/Users/UserRoot.razor.rz.scp.css */
/* HTML: <div class="loader"></div> */
.loader[b-tycxlcdtz7] {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side,#e06f10 90%,#0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7-b-tycxlcdtz7 1s infinite linear;
}

@keyframes l7-b-tycxlcdtz7 {
    33% {
        background-size: calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%
    }

    50% {
        background-size: calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%
    }

    66% {
        background-size: calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%
    }
}








/* Orange Color Variables */
:root[b-tycxlcdtz7] {
    --primary-orange: #f6821f;
    --orange-light: #fff4eb;
    --orange-dark: #d96c12;
    --orange-subtle: #fcd7b1;
}

/* Orange Button Styles */
.btn-orange[b-tycxlcdtz7] {
    background-color: #f6821f;
    border-color: #f6821f;
    color: white;
}

    .btn-orange:hover[b-tycxlcdtz7],
    .btn-orange:focus[b-tycxlcdtz7],
    .btn-orange:active[b-tycxlcdtz7] {
        background-color: #e67315;
        border-color: #d96c12;
        color: white;
    }

.btn-outline-orange[b-tycxlcdtz7] {
    color: #f6821f;
    border-color: #f6821f;
}

    .btn-outline-orange:hover[b-tycxlcdtz7] {
        background-color: #f6821f;
        color: white;
    }

.btn-orange-gradient[b-tycxlcdtz7] {
    background: linear-gradient(135deg, #f6821f 0%, #ff9c46 100%);
    border: none;
    color: white;
    transition: all 0.3s ease;
}

    .btn-orange-gradient:hover[b-tycxlcdtz7] {
        background: linear-gradient(135deg, #e67315 0%, #f6821f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(246, 130, 31, 0.3);
    }

/* Orange Backgrounds */
.bg-orange-light[b-tycxlcdtz7] {
    background-color: #fff4eb !important;
}

.bg-orange[b-tycxlcdtz7] {
    background-color: #f6821f !important;
}

/* Orange Borders */
.border-orange[b-tycxlcdtz7] {
    border-color: #f6821f !important;
}

.border-orange-subtle[b-tycxlcdtz7] {
    border-color: #fcd7b1 !important;
}

/* Orange Text */
.text-orange[b-tycxlcdtz7] {
    color: #f6821f !important;
}

.text-orange-dark[b-tycxlcdtz7] {
    color: #d96c12 !important;
}

/* Orange Focus States */
.focus-orange:focus[b-tycxlcdtz7] {
    border-color: #f6821f !important;
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
}

.focus-ring-orange:focus[b-tycxlcdtz7] {
    box-shadow: 0 0 0 0.25rem rgba(246, 130, 31, 0.25) !important;
    border-color: #f6821f !important;
}

/* Hover Effects */
.hover-orange:hover[b-tycxlcdtz7] {
    background-color: #e67315 !important;
    color: white !important;
}

/* Search Animation */
.search-container .input-group:focus-within[b-tycxlcdtz7] {
    box-shadow: 0 0 0 3px rgba(246, 130, 31, 0.15);
    border-color: #f6821f !important;
}

/* Ripple effect for orange buttons */
.btn-orange[b-tycxlcdtz7] {
    position: relative;
    overflow: hidden;
}

    .btn-orange[b-tycxlcdtz7]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .btn-orange:focus:not(:active)[b-tycxlcdtz7]::after {
        animation: ripple-b-tycxlcdtz7 1s ease-out;
    }

@keyframes ripple-b-tycxlcdtz7 {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}







.btn-custom[b-tycxlcdtz7] {
    min-width: 90px;
    margin-right: 2px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* Primary button */
.btn-custom-primary[b-tycxlcdtz7] {
    background-color: #f6821f;
    color: #fff;
}

    .btn-custom-primary:hover[b-tycxlcdtz7] {
        background-color: #e0701c;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Secondary button */
.btn-custom-secondary[b-tycxlcdtz7] {
    background-color: #6c757d;
    color: #fff;
}

    .btn-custom-secondary:hover[b-tycxlcdtz7] {
        background-color: #5a6268;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Danger button */
.btn-custom-danger[b-tycxlcdtz7] {
    background-color: #dc3545;
    color: #fff;
}

    .btn-custom-danger:hover[b-tycxlcdtz7] {
        background-color: #c82333;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    }

/* Optional: add subtle text shadow for better readability */
.btn-custom-primary[b-tycxlcdtz7],
.btn-custom-secondary[b-tycxlcdtz7],
.btn-custom-danger[b-tycxlcdtz7] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
