@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* /Components/Pages/BackOffice/Orders/DialogShowOrderJson.razor.rz.scp.css */
pre[b-sfkikc7hsx] {
    width: 50%;
    height: 100%;
    background: lightgray;
    border: grey solid 1px;
    border-radius: 3px;
    padding: 4px;
    overflow: auto;
}
/* /Components/Pages/BackOffice/Orders/OrdersLarge.razor.rz.scp.css */
[b-ufleimesm7] .row-pink {
    background-color: #feeef1;
    border-bottom: white 1px solid;
}

[b-ufleimesm7] .row-green {
    background-color: #eefef1;
    border-bottom: white 1px solid;
}
/* /Components/Pages/BackOffice/Orders/OrdersMobile.razor.rz.scp.css */
[b-usoyq8gzxg] td {
    padding: 4px;
    text-overflow: clip;
}

[b-usoyq8gzxg] .row-pink {
    background-color: #feeef1;
    border-bottom: white 1px solid;
}

[b-usoyq8gzxg] .row-green {
    background-color: #eefef1;
    border-bottom: white 1px solid;
}
/* /Components/Pages/Bloemist/FloristHome/FloristOrderDetails.razor.rz.scp.css */
/* /Components/Pages/Bloemist/FloristHome/FloristOrdersLarge.razor.rz.scp.css */
[b-kvwtn4vp9w] .row-pink {
    background-color: #feeef1;
    border-bottom: white 1px solid;
}

[b-kvwtn4vp9w] .row-green {
    background-color: #eefef1;
    border-bottom: white 1px solid;
}
/* /Components/Pages/Bloemist/FloristHome/FloristOrdersMobile.razor.rz.scp.css */
[b-1tae22ndkf] td {
    padding: 4px;
    text-overflow: clip;
}

[b-1tae22ndkf] .row-pink {
    background-color: #feeef1;
    border-bottom: white 1px solid;
}

[b-1tae22ndkf] .row-green {
    background-color: #eefef1;
    border-bottom: white 1px solid;
}
/* /Components/Pages/Bloemist/NieuweBestelling/NewOrderStoreSelection.razor.rz.scp.css */
.amb-wizard-container[b-zi0ted9sbt] {
    height: 95%;

    form {
        height: 100%;
    }

    [b-zi0ted9sbt] .amb-pickup-form {
        height: inherit;
    }
}

[b-zi0ted9sbt] .fluent-grid {
    height: inherit;
}

[b-zi0ted9sbt] .fluent-wizard-content {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;

}

/* /Components/Pages/Bloemist/NieuweBestelling/NewOrderWizard.razor.rz.scp.css */
.amb-wizard-container[b-cxa0f1yu8n] {
    height: 95%;

    form {
        height: 100%;
    }

    [b-cxa0f1yu8n] .amb-pickup-form {
        height: inherit;
    }
}

[b-cxa0f1yu8n] .fluent-grid {
    height: inherit;
}

[b-cxa0f1yu8n] .fluent-wizard-content {
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;

}

/* /Components/Pages/Bloemist/NieuweBestelling/Steps/Step2EcwidStore.razor.rz.scp.css */
.amb.fluent-grid[b-kbrpd1clms] {
    height: inherit;   
}
[b-kbrpd1clms] fluent-card {
    height: min-content;
}
/* /Components/Pages/Bloemist/NieuweBestelling/Widgets/CardProduct.razor.rz.scp.css */
header[b-caqta77ugj] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description[b-caqta77ugj] {
    ul {
        padding-left: 0;

        li {
            list-style-type: none;

            .checkmark {
                color: var(--accent-base-color);
            }
        }
    }


}

.product-img[b-caqta77ugj] {
    height: 300px;
    max-width: 100%;
    width: auto;
}

.product-options[b-caqta77ugj] {
    margin-top: 12px;
    margin-bottom: 12px;
    
    > div {
        margin-bottom: 4px;
    }
}
/* /Components/Pages/Bloemist/NieuweBestelling/Widgets/CardStore.razor.rz.scp.css */
.amb-card-store[b-yjoabx3387] {
    width: 150px;
    cursor: pointer;
    text-align: center;

    .fluent-card-minimal-style {
        padding: 0;
    }

    div:last-child[b-yjoabx3387] {
        width: 100%;
    }
}
/* /Components/Pages/Bloemist/NieuweBestelling/Widgets/OptionsWidgetPrice.razor.rz.scp.css */
.amb-subtitle[b-k3265rp3ds]{
    color: var(--neutral-base-color);
    font-size: 12px;
    line-height: 14px;
}
/* /Components/Pages/Bloemist/NieuweBestelling/Widgets/OptionsWidgetSymbool.razor.rz.scp.css */
.symbool-options[b-cs82xvq1ji] {
    margin: 8px 0;
    transition: all 200ms;
}

.symbool-grid[b-cs82xvq1ji] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(94px, 1fr));
    gap: 4px;
}

.symbool-item[b-cs82xvq1ji] {
    overflow: hidden;
    width: 94px;
    background: white;
    border: 2px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    aspect-ratio: 1/1; /* Makes the item square */
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 100%;
        height: 100%;
    }
}

.symbool-item:hover[b-cs82xvq1ji] {
    border-color: var(--accent-fill-hover);
}

.symbool-item.selected[b-cs82xvq1ji] {
    border-color: var(--accent-fill-active);
}

.symbool-image[b-cs82xvq1ji] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-increase[b-cs82xvq1ji] {
    color: var(--error-fill-color);
}

.price-decrease[b-cs82xvq1ji] {
    color: var(--accent-fill-color);
}
/* /Components/Pages/Bloemist/NieuweBestelling/Widgets/ShoppingCart.razor.rz.scp.css */
.cart-grid[b-d48w0bty03] {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    width: 100%;
}

.cart-grid .total[b-d48w0bty03] {
    justify-self: end;
}

.sku[b-d48w0bty03] {
    color: var(--accent-stroke-control-active);
    font-size: 12px;
    line-height: 12px;
}

.amb-product-details[b-d48w0bty03] {
    grid-column: 1 / -1;
    padding-left: 16px;
    padding-bottom: 8px;
    font-weight: lighter;
}

.option-value[b-d48w0bty03] {
    padding-left: 8px;
    background-color: var(--neutral-fill-secondary-focus);
}

pre.option-value[b-d48w0bty03] {
    margin: 0;
    font-family: var(--body-font);
    font-weight: normal;
}
/* /Components/Widgets/Currency.razor.rz.scp.css */
.amb-currency[b-1khexr54ai] {
    text-wrap: nowrap;
    text-align: end;
    
    div {
        display: inline-block;
    }
}

.amb-currency-fixed[b-1khexr54ai] {
    width: 50px;
    text-align: end;
}
/* /Components/Widgets/FloristInfoCard.razor.rz.scp.css */
/* /Components/Widgets/FuneralInfo.razor.rz.scp.css */
pre[b-lfc3gx17nq] {
    margin: 0;
    font-family: var(--body-font);
    font-weight: normal;
}
/* /Components/Widgets/InvoiceLines.razor.rz.scp.css */
.amb-invoice-table[b-mw4a239tcc] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;

    thead {
        font-weight: bold;
        font-size: var(--type-ramp-plus-1-font-size);
        line-height: var(--type-ramp-plus-1-line-height);
        color: var(--fill-color);
        background-color: var(--accent-base-color);
    }

    tr > :nth-child(1)[b-mw4a239tcc]{
        width: 100px;
    }

    tr > :nth-child(3)[b-mw4a239tcc] {
        width: 200px;
        text-align: right;
    }

    tr > :nth-child(4)[b-mw4a239tcc] {
        width: 100px;
        text-align: right;
    }

    th[b-mw4a239tcc],
    td[b-mw4a239tcc] {
        padding: 4px;
    }

    tfoot[b-mw4a239tcc] {
        color: var(--accent-base-color);
    }
}
