/* _content/DeliciousBakes.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8ovvs62irv] {
    position: relative;
}

.bo-shell[b-8ovvs62irv] {
    min-height: 100vh;
    display: flex;
    background: #fff9f4;
}

.bo-sidebar[b-8ovvs62irv] {
    width: 280px;
    flex: 0 0 280px;
    background: linear-gradient(175deg, #4a2f22 0%, #6b4330 100%);
    color: #fff;
    padding: 1rem 0.9rem;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}

.bo-main[b-8ovvs62irv] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.bo-topbar[b-8ovvs62irv] {
    background: #fff8f1;
    border-bottom: 1px solid #e8d8cc;
    padding: 1rem 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bo-topbar-titlewrap[b-8ovvs62irv] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.bo-menu-toggle[b-8ovvs62irv] {
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8d8cc;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
}

.bo-menu-toggle-line[b-8ovvs62irv] {
    width: 18px;
    height: 2px;
    background: #4a2f22;
    display: block;
    border-radius: 999px;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.bo-topbar-kicker[b-8ovvs62irv] {
    margin: 0;
    color: #8a6a55;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.bo-topbar-title[b-8ovvs62irv] {
    margin: 0.15rem 0 0;
    color: #4a2f22;
    font-size: 1.35rem;
    font-weight: 700;
}

.bo-topbar-profile[b-8ovvs62irv] {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.bo-topbar-role[b-8ovvs62irv] {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a6a55;
}

.bo-topbar-name[b-8ovvs62irv] {
    color: #4a2f22;
    font-size: 0.95rem;
}

.bo-content[b-8ovvs62irv] {
    padding: 1.5rem 1.75rem;
    overflow-x: auto;
}

.bo-brand[b-8ovvs62irv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.2rem 0.55rem 0.9rem;
}

.bo-brand-logo[b-8ovvs62irv] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 239, 226, 0.45);
    background: #fff;
}

.bo-brand strong[b-8ovvs62irv] {
    display: block;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
}

.bo-brand small[b-8ovvs62irv] {
    color: rgba(255, 239, 226, 0.9);
    font-size: 0.77rem;
}

.bo-nav[b-8ovvs62irv] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bo-nav-group[b-8ovvs62irv] {
    margin-bottom: 1rem;
}

.bo-nav-heading[b-8ovvs62irv] {
    margin: 0 0 0.5rem;
    padding: 0 0.6rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 230, 210, 0.82);
    font-weight: 600;
}

.bo-nav li[b-8ovvs62irv] {
    margin-bottom: 0.22rem;
}

.bo-link[b-8ovvs62irv] {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    padding: 0.56rem 0.7rem;
    border-radius: 10px;
    color: rgba(255, 244, 235, 0.98);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.18s ease;
}

.bo-link i[b-8ovvs62irv] {
    width: 18px;
    text-align: center;
    opacity: 0.95;
}

.bo-link.active[b-8ovvs62irv],
.bo-link:hover[b-8ovvs62irv] {
    background: rgba(255, 230, 210, 0.2);
    color: #fff;
    transform: translateX(1px);
}

.bo-auth[b-8ovvs62irv] {
    margin-top: auto;
    padding: 0.25rem 0.45rem 0.35rem;
}

.bo-logout[b-8ovvs62irv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 0.62rem 0.7rem;
    border: 1px solid rgba(255, 230, 210, 0.35);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.18s ease;
}

.bo-logout:hover[b-8ovvs62irv] {
    background: rgba(255, 230, 210, 0.2);
}

.layout_padding[b-8ovvs62irv] {
    padding: clamp(78px, 9vw, 116px) 0 clamp(20px, 4vw, 45px);
    min-height: 60vh;
}

.db-site-logo[b-8ovvs62irv] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
    border: 1px solid rgba(255, 239, 226, 0.55);
    background: #fff;
}

.footer-logo[b-8ovvs62irv] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.db-footer-logo[b-8ovvs62irv] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 239, 226, 0.45);
    background: #fff;
}

#blazor-error-ui[b-8ovvs62irv] {
    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-8ovvs62irv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .bo-shell[b-8ovvs62irv] {
        flex-direction: column;
    }

    .bo-sidebar[b-8ovvs62irv] {
        width: 100%;
        flex: unset;
        position: relative;
        top: 0;
        z-index: 10;
        overflow: hidden;
        max-height: 80vh;
        transition: max-height 0.2s ease, padding 0.2s ease, opacity 0.2s ease;
    }

    .bo-shell--sidebar-closed .bo-sidebar[b-8ovvs62irv] {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
        opacity: 0;
    }

    .bo-shell--sidebar-open .bo-sidebar[b-8ovvs62irv] {
        opacity: 1;
    }

    .bo-shell--sidebar-open .bo-menu-toggle-line:nth-child(1)[b-8ovvs62irv] {
        transform: translateY(6px) rotate(45deg);
    }

    .bo-shell--sidebar-open .bo-menu-toggle-line:nth-child(2)[b-8ovvs62irv] {
        opacity: 0;
    }

    .bo-shell--sidebar-open .bo-menu-toggle-line:nth-child(3)[b-8ovvs62irv] {
        transform: translateY(-6px) rotate(-45deg);
    }

    .bo-menu-toggle[b-8ovvs62irv] {
        display: inline-flex;
    }

    .bo-topbar[b-8ovvs62irv] {
        padding: 0.9rem 1rem;
    }

    .bo-content[b-8ovvs62irv] {
        padding: 1rem;
    }

    .bo-topbar-title[b-8ovvs62irv] {
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .db-fixed-header .container[b-8ovvs62irv] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header_section .custom_nav-container[b-8ovvs62irv] {
        min-height: 56px;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .header_section .navbar-brand[b-8ovvs62irv] {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }

    .header_section .navbar-brand span[b-8ovvs62irv] {
        font-size: clamp(0.92rem, 4vw, 1.08rem);
        line-height: 1.1;
    }

    .db-site-logo[b-8ovvs62irv] {
        width: clamp(40px, 12vw, 52px);
        height: clamp(40px, 12vw, 52px);
        margin-right: 6px;
    }

    .custom_nav-container .navbar-toggler[b-8ovvs62irv] {
        width: clamp(28px, 9vw, 34px);
        height: clamp(30px, 10vw, 36px);
    }

    .custom_nav-container .navbar-toggler span[b-8ovvs62irv] {
        width: clamp(24px, 7vw, 30px);
        height: 3px;
        margin: 5px 0;
    }

    .custom_nav-container .navbar-toggler span[b-8ovvs62irv]::before {
        top: -8px;
    }

    .custom_nav-container .navbar-toggler span[b-8ovvs62irv]::after {
        top: 8px;
    }
}
/* _content/DeliciousBakes.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-owjl83x5sr] {
    background-color: transparent;
}

.navbar-brand span[b-owjl83x5sr] {
    font-weight: 700;
}

.nav-link.active[b-owjl83x5sr] {
    color: #ffbe33 !important;
}

.db-products-dropdown[b-owjl83x5sr] {
    position: relative;
}

.db-products-dropdown > .nav-link[b-owjl83x5sr] {
    cursor: pointer;
}

.db-products-menu[b-owjl83x5sr] {
    display: block;
    min-width: 220px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 8px;
    padding: 6px 0;
    border: 0;
    border-radius: 8px;
    background-color: #222831;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.db-products-menu .dropdown-item[b-owjl83x5sr] {
    color: #ffffff;
    padding: 8px 16px;
    transition: all 0.2s ease;
}

.db-products-menu .dropdown-item:hover[b-owjl83x5sr],
.db-products-menu .dropdown-item:focus[b-owjl83x5sr] {
    color: #ffbe33;
    background-color: transparent;
}

.db-products-menu[b-owjl83x5sr]::-webkit-scrollbar {
    width: 6px;
}

.db-products-menu[b-owjl83x5sr]::-webkit-scrollbar-thumb {
    background: rgba(255, 190, 51, 0.6);
    border-radius: 999px;
}

.db-cart-link[b-owjl83x5sr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
}

.db-cart-icon-wrap[b-owjl83x5sr] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.db-cart-icon-wrap i[b-owjl83x5sr] {
    font-size: 1.1rem;
}

.db-cart-count[b-owjl83x5sr] {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ffbe33;
    color: #222831;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
/* _content/DeliciousBakes.Web/Components/Pages/Auth/Register.razor.rz.scp.css */
.db-register-wrap[b-bxj0h8vtha] {
    min-height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.db-register-card[b-bxj0h8vtha] {
    width: min(520px, 100%);
    background: #fff;
    border-radius: 14px;
    padding: 24px 22px;
    border: 1px solid #ececec;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.db-register-card h1[b-bxj0h8vtha] {
    margin-bottom: 4px;
    font-size: 1.6rem;
}

.db-subtitle[b-bxj0h8vtha] {
    margin-bottom: 16px;
    color: #5f6670;
}

.db-otp-row[b-bxj0h8vtha] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.db-profile-preview[b-bxj0h8vtha] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffbe33;
}

.db-divider[b-bxj0h8vtha] {
    margin: 14px 0;
    text-align: center;
    position: relative;
}

.db-divider[b-bxj0h8vtha]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ececec;
}

.db-divider span[b-bxj0h8vtha] {
    position: relative;
    padding: 0 10px;
    background: #fff;
    color: #6b7280;
    font-size: 0.85rem;
}

@media (max-width: 575.98px) {
    .db-register-card[b-bxj0h8vtha] {
        padding: 18px 14px;
    }

    .db-register-card h1[b-bxj0h8vtha] {
        font-size: 1.35rem;
    }

    .db-otp-row[b-bxj0h8vtha] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/Home.razor.rz.scp.css */
.db-home-offer-desc[b-6i37yo8o9s] {
    color: #f7f7f7;
    font-size: 0.85rem;
    line-height: 1.35;
}

@media (max-width: 575.98px) {
    .db-home-offer-desc[b-6i37yo8o9s] {
        font-size: 0.8rem;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/User/Cart.razor.rz.scp.css */
.cart-table td img[b-dtrkeqxyuk] {
    max-width: 80px;
    height: auto;
}

@media (max-width: 767.98px) {
    .cart-table thead[b-dtrkeqxyuk] {
        display: none;
    }

    .cart-table[b-dtrkeqxyuk],
    .cart-table tbody[b-dtrkeqxyuk],
    .cart-table tr[b-dtrkeqxyuk],
    .cart-table td[b-dtrkeqxyuk] {
        display: block;
        width: 100%;
    }

    .cart-table tr[b-dtrkeqxyuk] {
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 8px 12px;
        background: #ffffff;
    }

    .cart-table td[b-dtrkeqxyuk] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        border: 0;
        padding: 6px 0;
        word-break: break-word;
    }

    .cart-table td[b-dtrkeqxyuk]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555555;
        flex: 0 0 40%;
    }

    .cart-table td input.form-control[b-dtrkeqxyuk] {
        max-width: 140px;
    }

    .cart-table tr.cart-total-row td[b-dtrkeqxyuk],
    .cart-table tr.cart-actions-row td[b-dtrkeqxyuk] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cart-table tr.cart-total-row td[b-dtrkeqxyuk]::before,
    .cart-table tr.cart-actions-row td[b-dtrkeqxyuk]::before {
        content: "";
        display: none;
    }

    .cart-table tr.cart-actions-row td[b-dtrkeqxyuk] {
        gap: 8px;
    }

    .cart-table tr.cart-actions-row .btn[b-dtrkeqxyuk] {
        width: 100%;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/User/Checkout.razor.rz.scp.css */
.checkout-trust[b-5fzhtj4bd9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.checkout-trust span[b-5fzhtj4bd9] {
    font-size: 0.85rem;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
}

.checkout-summary[b-5fzhtj4bd9] {
    position: sticky;
    top: 6rem;
}

.checkout-item-img[b-5fzhtj4bd9] {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.checkout-coupon .input-group .btn[b-5fzhtj4bd9] {
    min-width: 84px;
}
/* _content/DeliciousBakes.Web/Components/Pages/User/Menu.razor.rz.scp.css */
.db-menu-layout[b-xhkh8eycrb] {
    display: grid;
    grid-template-columns: 240px 1fr;
    grid-template-areas: "suggest products";
    gap: 18px;
    align-items: start;
    min-width: 0;
}

.db-category-suggestions[b-xhkh8eycrb] {
    grid-area: suggest;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 14px;
    position: sticky;
    top: 96px;
}

.db-suggestion-title[b-xhkh8eycrb] {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #222831;
}

.db-suggestion-list[b-xhkh8eycrb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.db-suggestion-item[b-xhkh8eycrb] {
    width: 100%;
    border: 1px solid #ececec;
    background: #f8f9fa;
    color: #222831;
    border-radius: 999px;
    padding: 8px 12px;
    text-align: left;
    transition: all 0.2s ease;
}

.db-suggestion-item:hover[b-xhkh8eycrb] {
    border-color: #ffbe33;
    color: #222831;
    background: #fff8e6;
}

.db-suggestion-item.active[b-xhkh8eycrb] {
    border-color: #ffbe33;
    background: #ffbe33;
    color: #222831;
    font-weight: 600;
}

.db-products-area[b-xhkh8eycrb] {
    grid-area: products;
    min-width: 0;
}

.db-showing-label[b-xhkh8eycrb] {
    margin: 0 0 14px;
    color: #5c5c5c;
    font-size: 0.95rem;
}

.db-offers-strip[b-xhkh8eycrb] {
    border: 1px solid #ffe8bd;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff8e8, #fffefb);
    padding: 10px;
}

.db-offers-head[b-xhkh8eycrb] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #8a5a00;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.db-offers-list[b-xhkh8eycrb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.db-offer-card[b-xhkh8eycrb] {
    border: 1px dashed #ffd27a;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    min-width: 0;
}

.db-offer-title[b-xhkh8eycrb] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.88rem;
    line-height: 1.25;
}

.db-offer-meta[b-xhkh8eycrb] {
    font-size: 0.78rem;
    color: #b45309;
    margin-top: 2px;
}

.db-offer-code[b-xhkh8eycrb] {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #8a5a00;
    background: #fff8e1;
    border: 1px solid #ffd27a;
    border-radius: 999px;
    padding: 3px 8px;
}

[b-xhkh8eycrb] .db-product-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

[b-xhkh8eycrb] .db-action-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

[b-xhkh8eycrb] .db-action-icon i {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .db-menu-layout[b-xhkh8eycrb] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "products"
            "suggest";
        gap: 12px;
        overflow-x: clip;
    }

    .db-category-suggestions[b-xhkh8eycrb] {
        position: static;
        padding: 12px;
        border-radius: 10px;
        min-width: 0;
        width: 100%;
    }

    .db-suggestion-list[b-xhkh8eycrb] {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .db-suggestion-item[b-xhkh8eycrb] {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap;
        text-align: center;
        padding: 7px 12px;
        max-width: calc(100vw - 88px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 575.98px) {
    .db-menu-layout[b-xhkh8eycrb] {
        gap: 10px;
    }

    .db-category-suggestions[b-xhkh8eycrb] {
        padding: 10px;
    }

    .db-suggestion-title[b-xhkh8eycrb] {
        font-size: 0.85rem;
        margin-bottom: 8px;
    }

    .db-showing-label[b-xhkh8eycrb] {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .db-offers-list[b-xhkh8eycrb] {
        grid-template-columns: 1fr;
    }

    [b-xhkh8eycrb] .food_section .row.grid {
        margin-left: 0;
        margin-right: 0;
    }

    [b-xhkh8eycrb] .food_section .row.grid > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 12px;
    }

    [b-xhkh8eycrb] .food_section .box {
        border-radius: 12px;
        overflow: hidden;
    }

    [b-xhkh8eycrb] .food_section .box .img-box {
        min-height: 150px;
    }

    [b-xhkh8eycrb] .food_section .box .detail-box {
        padding: 12px 10px 14px;
    }

    [b-xhkh8eycrb] .food_section .box .detail-box h5 {
        font-size: 1rem;
        margin-bottom: 6px;
    }

    [b-xhkh8eycrb] .food_section .box .detail-box .db-product-desc {
        font-size: 0.86rem;
        line-height: 1.3;
        min-height: 38px;
    }

    [b-xhkh8eycrb] .food_section .box .options {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    [b-xhkh8eycrb] .food_section .box .options h6 {
        margin-bottom: 0;
    }

    [b-xhkh8eycrb] .db-product-actions {
        width: 100%;
    }

    [b-xhkh8eycrb] .db-action-icon {
        width: 36px;
        height: 36px;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/User/Orders.razor.rz.scp.css */
.orders-table td[b-dfxof9lzt4] {
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .orders-table thead[b-dfxof9lzt4] {
        display: none;
    }

    .orders-table[b-dfxof9lzt4],
    .orders-table tbody[b-dfxof9lzt4],
    .orders-table tr[b-dfxof9lzt4],
    .orders-table td[b-dfxof9lzt4] {
        display: block;
        width: 100%;
    }

    .orders-table tr[b-dfxof9lzt4] {
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 8px 12px;
        background: #ffffff;
    }

    .orders-table td[b-dfxof9lzt4] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        border: 0;
        padding: 6px 0;
    }

    .orders-table td[b-dfxof9lzt4]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555555;
        flex: 0 0 40%;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/User/Profile.razor.rz.scp.css */
.profile-page[b-e3w6yx9xn8] {
    padding-top: 12px;
    padding-bottom: 12px;
}

.profile-card[b-e3w6yx9xn8] {
    max-width: 760px;
}

.profile-avatar[b-e3w6yx9xn8] {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    background: #f7f7f7;
    border: 2px solid #ececec;
    padding: 2px;
}

.profile-detail-row[b-e3w6yx9xn8] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #efefef;
}

.profile-detail-row span[b-e3w6yx9xn8] {
    color: #666;
    font-weight: 500;
}

.profile-detail-row strong[b-e3w6yx9xn8] {
    text-align: right;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .profile-avatar[b-e3w6yx9xn8] {
        width: 140px;
        height: 140px;
    }

    .profile-detail-row[b-e3w6yx9xn8] {
        flex-direction: column;
        gap: 4px;
    }

    .profile-detail-row strong[b-e3w6yx9xn8] {
        text-align: left;
    }
}
/* _content/DeliciousBakes.Web/Components/Pages/User/ProfileEdit.razor.rz.scp.css */
.profile-edit-form[b-tgroyewcbo] {
    row-gap: 12px;
}

.profile-preview[b-tgroyewcbo] {
    border-radius: 12px;
}

.profile-preview-img[b-tgroyewcbo] {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    background: #f7f7f7;
    border: 2px solid #ececec;
    padding: 2px;
}

@media (max-width: 575.98px) {
    .profile-edit-form[b-tgroyewcbo] {
        margin-left: 0;
        margin-right: 0;
    }

    .profile-preview-img[b-tgroyewcbo] {
        width: 140px;
        height: 140px;
    }
}
/* _content/DeliciousBakes.Web/Components/Shared/Chatbot.razor.rz.scp.css */
.db-chatbot[b-33baigtpez] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
    font-family: "Segoe UI", sans-serif;
}

.db-chatbot-toggle[b-33baigtpez] {
    background: #4a2f22;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(74, 47, 34, 0.3);
    cursor: pointer;
}

.db-chatbot-panel[b-33baigtpez] {
    width: 320px;
    max-height: 70vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.db-chatbot-header[b-33baigtpez] {
    background: #fff8f1;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ead9cd;
}

.db-chatbot-header small[b-33baigtpez] {
    display: block;
    color: #8a6a55;
    font-size: 12px;
}

.db-chatbot-close[b-33baigtpez] {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #4a2f22;
}

.db-chatbot-messages[b-33baigtpez] {
    padding: 12px;
    overflow-y: auto;
    flex: 1;
    background: #fffdfb;
}

.db-chatbot-message[b-33baigtpez] {
    margin-bottom: 10px;
}

.db-chatbot-message p[b-33baigtpez] {
    margin: 0 0 6px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.db-chatbot-message.user p[b-33baigtpez] {
    background: #4a2f22;
    color: #fff;
    margin-left: auto;
}

.db-chatbot-message.bot p[b-33baigtpez] {
    background: #f2e7de;
    color: #4a2f22;
    margin-right: auto;
}

.db-chatbot-link[b-33baigtpez] {
    background: #fff;
    border: 1px solid #d9c6b8;
    color: #4a2f22;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

.db-chatbot-input[b-33baigtpez] {
    display: flex;
    gap: 8px;
    padding: 10px 12px 12px;
    border-top: 1px solid #ead9cd;
    background: #fff;
    flex-wrap: wrap;
}

.db-chatbot-input input[b-33baigtpez] {
    flex: 1;
    border: 1px solid #ead9cd;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
}

.db-chatbot-input button[b-33baigtpez] {
    background: #4a2f22;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.db-chatbot-mic[b-33baigtpez],
.db-chatbot-voice-toggle[b-33baigtpez] {
    background: #fff;
    color: #4a2f22;
    border: 1px solid #d9c6b8;
    width: 38px;
    height: 38px;
    justify-content: center;
}

.db-chatbot-mic:disabled[b-33baigtpez],
.db-chatbot-voice-toggle:disabled[b-33baigtpez] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .db-chatbot[b-33baigtpez] {
        right: 12px;
        left: 12px;
        bottom: 12px;
    }

    .db-chatbot-panel[b-33baigtpez] {
        width: 100%;
    }
}
