/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-yte75jaxku] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yte75jaxku] {
    flex: 1;
}

.sidebar[b-yte75jaxku] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yte75jaxku] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yte75jaxku]  a, .top-row[b-yte75jaxku]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yte75jaxku]  a:hover, .top-row[b-yte75jaxku]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yte75jaxku]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yte75jaxku] {
        justify-content: space-between;
    }

    .top-row[b-yte75jaxku]  a, .top-row[b-yte75jaxku]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yte75jaxku] {
        flex-direction: row;
    }

    .sidebar[b-yte75jaxku] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yte75jaxku] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yte75jaxku]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yte75jaxku], article[b-yte75jaxku] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yte75jaxku] {
    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-yte75jaxku] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */


#blazor-error-ui[b-lbu1te54es] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-lbu1te54es] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/LoginPage.razor.rz.scp.css */
@keyframes blob-b-ivc3tn682g {
    0%, 100% {
        transform: translate(0px, 0px) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

.animate-blob[b-ivc3tn682g] {
    animation: blob-b-ivc3tn682g 7s infinite;
}

.animation-delay-2000[b-ivc3tn682g] {
    animation-delay: 2s;
}

.animation-delay-4000[b-ivc3tn682g] {
    animation-delay: 4s;
}
/* /Components/Pages/Baskets/CollapsibleCartSummary.razor.rz.scp.css */
/* Custom animations and transitions for CollapsibleCartSummary */

.cart-summary-container[b-ulzjb3dvqh] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-clamp-1[b-ulzjb3dvqh] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Smooth height transition for expanded content */
.expanded-content[b-ulzjb3dvqh] {
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

/* Custom scroll styling for cart items list */
.cart-items-scroll[b-ulzjb3dvqh]::-webkit-scrollbar {
    width: 4px;
}

.cart-items-scroll[b-ulzjb3dvqh]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 2px;
}

.cart-items-scroll[b-ulzjb3dvqh]::-webkit-scrollbar-thumb {
    background: #10b981;
    border-radius: 2px;
}

    .cart-items-scroll[b-ulzjb3dvqh]::-webkit-scrollbar-thumb:hover {
        background: #059669;
    }
/* /Components/Pages/Carts/CartList.razor.rz.scp.css */
