@import '_content/IFundraise.Web.Common/IFundraise.Web.Common.aio67i7lnm.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* _content/IFundraise.Web.ECommerce/Components/App.razor.rz.scp.css */
.banner[b-pljrhsrqhu] {
    position: fixed;
    top: 0;
    right: 0;
    width: 130px;
    text-align: center;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0);
    opacity:0.8;
    z-index: 1000000;
    transform: rotateY(0deg) rotate(45deg);
    transform-origin: 65px 65px;
    user-select: none;
}

.banner-label[b-pljrhsrqhu] {
    font-size: 10px;
    padding: 4px;
    margin: 0;
    font-weight: 500;
    line-height: 18px;
    font-family: monospace;
    color: var(--neutral-foreground-rest);
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/CampaignPreviewBanner.razor.rz.scp.css */
.previewing-campaign-banner[b-cxginggpms] {
    position: fixed;
    z-index:100;
    width: 100%;
    height:18px;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #d6d6d6;
}

.previewing-campaign-banner-label[b-cxginggpms] {
    font-size: 14px;
    padding: 0px;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    font-family: monospace;
    /*color: var(--neutral-foreground-rest);*/
    color: rgb(0, 0, 0);
}
.previewing-campaign-banner-clear[b-cxginggpms] {
    font-size: 14px;
    padding: 1px;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    line-height: 16px;
    font-family: monospace;
    background-color: rgb(138, 138, 138);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

    .previewing-campaign-banner-clear:active[b-cxginggpms]{
        background-color: darkgrey;
    }
/* _content/IFundraise.Web.ECommerce/Components/Layout/CartLayout.razor.rz.scp.css */
.section-cart-header[b-a7xh4ivo91] {
    margin-bottom: 50px;
    background: linear-gradient(0, var(--primary-color-lighter) 10%, #FFFFFF 40%);
}

.section-body[b-a7xh4ivo91] {
    padding-bottom: 20px;
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/CheckoutLayout.razor.rz.scp.css */
.ifund-root-container[b-7zgmtmhy5w] {
    background: linear-gradient(0, var(--primary-color-lighter) 10%, #FFFFFF 75%);
}

.section-cart-header[b-7zgmtmhy5w] {
    margin-bottom: 50px;
}

.section-body[b-7zgmtmhy5w] {
    padding-bottom: 20px;
}

@media (max-width: 500px) {
    .section-body[b-7zgmtmhy5w] {
        background-color: white;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/DistractionFreeMainLayout.razor.rz.scp.css */
.hero[b-s5u7m4lfy5] {
    width:auto;
    margin:auto;
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/Footer.razor.rz.scp.css */
.page-header[b-catornbqde] {
    background: white;
    box-shadow: 0px 0px 2px 0px #0000001F;
    box-shadow: 0px 4px 8px 0px #00000024;
    height: 80px;
    z-index: 2;
}

    .page-header .ifund-container[b-catornbqde] {
        height: 100%;
    }

.page-header-content[b-catornbqde] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-header-content > div[b-catornbqde] {
        flex: 1;
    }

    .page-header-content img[b-catornbqde] {
        height: 100%;
        display: block;
        padding: 1rem;
        flex: 2;
    }

.page-header .header-icons[b-catornbqde] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-right: 1rem;
}

    .page-header .header-icons a[b-catornbqde] {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: black;
    }

.ifund-section.hero-section[b-catornbqde] {
    background: linear-gradient(0, var(--primary-color-lighter) 10%, #FFFFFF 40%);
}

.section-body[b-catornbqde] {
    flex: 1;
    padding: 30px 0 0 0;
}

.section-footer[b-catornbqde] {
    background: #fafafa;
    border: 1px solid rgba(224, 224, 224, 1);
    color: rgba(51, 51, 51, 1);
    padding: 1rem 0;
}

.subscribe[b-catornbqde]  input {
    border: 1px solid rgba(209, 209, 209, 1);
    line-height: 40px;
    padding: 0 15px;
    min-width: 320px;
}

.footer-row[b-catornbqde] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

    .footer-row .footer-logo[b-catornbqde] {
        max-width: 100px;
    }

    .footer-row .subscribe[b-catornbqde] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.section-footer button[b-catornbqde] {
    border: none;
    padding: 0 20px;
    line-height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 6px;
}

.footer-links[b-catornbqde] {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .footer-row[b-catornbqde] {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .subscribe[b-catornbqde] {
        width: 90%;
    }

    .subscribe[b-catornbqde]  input {
        min-width: auto;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/MainLayout.razor.rz.scp.css */
.page-header[b-80v13qiijv] {
    background: white;
    box-shadow: 0px 0px 2px 0px #0000001F;
    box-shadow: 0px 4px 8px 0px #00000024;
    height: 80px;
    z-index: 2;
}

    .page-header .ifund-container[b-80v13qiijv] {
        height: 100%;
    }


.ifund-section.hero-section[b-80v13qiijv] {
    background: linear-gradient(0, var(--primary-color-lighter) 10%, #FFFFFF 40%)
}

.section-body[b-80v13qiijv] {
    flex: 1;
    padding: 30px 0 0 0;
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/ProcessingLayout.razor.rz.scp.css */
.section-cart-header[b-buz51s6ky3] {
    margin-bottom: 50px;
    background: linear-gradient(0, var(--primary-color-lighter) 10%, #FFFFFF 40%);
}

.section-body[b-buz51s6ky3] {
    padding-bottom: 20px;
}
/* _content/IFundraise.Web.ECommerce/Components/Layout/Sections/MainLayoutHeader.razor.rz.scp.css */
.page-header-content[b-rbmjt74dl1] {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header-content>div[b-rbmjt74dl1] {
    flex: 1;
}

.page-header-content a[b-rbmjt74dl1] {
    height: 100%;
}

.page-header-content img[b-rbmjt74dl1] {
    height: 100%;
    display: block;
    padding: 1rem;
    flex: 2;
}

.page-header .header-icons[b-rbmjt74dl1] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-right: 50px;
}

.page-header .header-icons a[b-rbmjt74dl1] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

@media (max-width: 768px) {
    .ifundraise-header-logo[b-rbmjt74dl1] {
        /* make the iFundraise logo responsive to the screen size */
        width: 70%;
    }

    .page-header-content[b-rbmjt74dl1] {
        display: block;
    }

    .page-header-content img[b-rbmjt74dl1] {
        margin: auto;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/Cart.razor.rz.scp.css */
.cart-container[b-rswpci64q6] {
    background-color: white;
}

.cart-header[b-rswpci64q6] {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.cart-section-header[b-rswpci64q6] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.recipient-header[b-rswpci64q6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-section-items[b-rswpci64q6] {
    margin-bottom: 40px;
}

.cart-donation[b-rswpci64q6] {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item-skeleton[b-rswpci64q6] {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    line-height: 40px;
}

    .cart-item-skeleton a[b-rswpci64q6] {
        text-decoration: none;
        color: gray
    }

.recipient-header-edit-button[b-rswpci64q6] {
    background: var(--primary-color);
    color: white;
    border-radius: 99px;
    font-size: 14px;
    padding: 0 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.edit-recipient-popover[b-rswpci64q6] {
    margin-top: 5px;
    line-height: 30px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: white;
}

.checkout-buttons[b-rswpci64q6] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    line-height: 40px;
}

    .checkout-buttons button[b-rswpci64q6] {
        background: transparent;
        border: 2px solid var(--primary-color);
        color: var(--primary-color);
        padding: 0 25px;
        font-weight: 500;
    }

        .checkout-buttons button.primary[b-rswpci64q6] {
            background: var(--primary-color);
            color: white;
        }

        .checkout-buttons button:disabled[b-rswpci64q6] {
            background: transparent;
            border: 2px solid #697077;
            color: #697077;
        }

@media (max-width: 768px) {
    .checkout-buttons[b-rswpci64q6] {
        flex-direction: column;
        align-items: center;
    }

    .checkout-buttons button[b-rswpci64q6] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/Checkout.razor.rz.scp.css */
.checkout-container[b-0h3qyzi9u7] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 10rem;
}

h1[b-0h3qyzi9u7] {
    margin-bottom: 20px;
}

h2[b-0h3qyzi9u7] {
    font-size: 20px;
    margin-bottom: 10px;
}

.checkout-title[b-0h3qyzi9u7] {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.recipient[b-0h3qyzi9u7] {
    margin-top: 40px;
}

.checkout-options[b-0h3qyzi9u7] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column;
}

.checkout-options .checkout-option[b-0h3qyzi9u7] {
    display: flex;
    justify-content: center
}

#stripe-payment-element[b-0h3qyzi9u7] {
    margin-bottom: 20px;
}


.wizard-buttons[b-0h3qyzi9u7] {
    display: flex;
    gap: 10px;
}

.confirm-payment-button[b-0h3qyzi9u7] {
    padding: 0 6em;
}



[b-0h3qyzi9u7] .checkout-control {
    width: 100%;
}

[b-0h3qyzi9u7] .fluent-wizard-icon-number:not([status="current"]) {
    color: var(--primary-color) !important;
}

[b-0h3qyzi9u7] .fluent-wizard-icon svg {
    fill: var(--primary-color) !important;
}

[b-0h3qyzi9u7] .checkout-control ::deep .control {
    background: var(--primary-color) !important;
}

[b-0h3qyzi9u7] .fluent-wizard {
    height: auto !important;
    border-radius: 12px;
    padding: 1rem;
}

[b-0h3qyzi9u7] .fluent-wizard>ol {
    max-height: 250px;
}

.review-container[b-0h3qyzi9u7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.review-heading[b-0h3qyzi9u7] {
    font-weight: 600;
    font-size: 26px;
}

.review-section .header[b-0h3qyzi9u7] {
    font-weight: 600;
}

.review-section[b-0h3qyzi9u7] {
    border: 1px solid var(--neutral-stroke-hover);
    border-radius: 5px;
    padding: 1rem;
}

.review-section-header[b-0h3qyzi9u7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 1rem;
}

.ifund-root-container[b-0h3qyzi9u7] {
    background: black;
}

[b-0h3qyzi9u7] .selected-member {
    margin: 1rem 0;
}


.floating-checkout-pane[b-0h3qyzi9u7] {
    display:flex;
    justify-content: center;
}

@media (max-width: 500px) {
    .checkout-container[b-0h3qyzi9u7] {
        border-radius: 0;
        padding: 2rem 0;
    }

    [b-0h3qyzi9u7] .fluent-wizard {
        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr auto auto !important;
    }

    [b-0h3qyzi9u7] .fluent-wizard>ol {
        grid-column: 1 !important;
        grid-row: 1 !important;
        flex-direction: row !important;
        justify-content: center !important;

        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-template-rows: repeat(auto-fill, minmax(100px, 1fr));
        overflow: hidden;
        /* or auto, or scroll */
    }

    [b-0h3qyzi9u7] .fluent-wizard>.fluent-wizard-content {
        grid-column: 1 !important;
        grid-row: 2 !important;
        overflow: hidden;
    }

    [b-0h3qyzi9u7] .fluent-wizard>.fluent-wizard-buttons {
        grid-column: 1 !important;
        grid-row: 3 !important;
    }

    [b-0h3qyzi9u7] .fluent-wizard>.fluent-wizard-buttons>div {
        display: none;
    }

    [b-0h3qyzi9u7] .fluent-wizard>.fluent-wizard-buttons>div.wizard-buttons {
        justify-content: space-between;
        display: block;
        width: 100%;
        margin-top: 5em;
        margin-bottom: 3em;
        text-align:center;
    }

    .wizard-button[b-0h3qyzi9u7] {
        width: 100%;
        text-align: center;
        text-align-last: center;
        display: block;
        margin-bottom: 1em;
    }

    .floating-checkout-pane[b-0h3qyzi9u7] {
        display:none;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/Complete.razor.rz.scp.css */
.thanks-container[b-l933ym2kub] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.header[b-l933ym2kub] {
    font-size: 28px;
    font-weight: 600;
}

.subheader[b-l933ym2kub] {
    font-size: 24px;
    font-weight: 600;
    color: #707070;
}

.link-container[b-l933ym2kub] {
    margin: 1rem 0;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
}

.link[b-l933ym2kub] {
    display: flex;
    gap: 1rem;
}

.url-container[b-l933ym2kub] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 99px;
    padding: 0.5rem 1.5rem;
    flex: 3;
    padding-right: 8rem;
}

.copy-link-button[b-l933ym2kub] {
    flex: 1;
}

.socials-header[b-l933ym2kub] {
    color: #242424;
    font-weight: 400;
    font-size: 14px;
}

.socials[b-l933ym2kub] {
    display: flex;
    gap: 2rem;
}

.social[b-l933ym2kub] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #242424;
    font-weight: 600;
    font-size: 14px;
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/Processing.razor.rz.scp.css */
.processing-container[b-jnk8xflumr] {
    padding-top: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.processing-section[b-jnk8xflumr] {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.progress-ring-container[b-jnk8xflumr], .action-container[b-jnk8xflumr] {
    display: flex;
    align-content: center;
    justify-content: center;
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/ProductDetails.razor.rz.scp.css */
.product-container[b-ucyf64uev8] {
    background: white;
}

.product-image[b-ucyf64uev8] {
    min-height: 100px;
    width: 100%;
    border-radius: 12px;
}

    .product-image img[b-ucyf64uev8] {
        width: 100%;
        border-radius: 12px;
    }

.product-name[b-ucyf64uev8] {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 40px;
}

.product-description[b-ucyf64uev8] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #666666;
    line-height: 28px;
}

.product-prompt[b-ucyf64uev8] {
    margin-bottom: 20px;
}


.product-options[b-ucyf64uev8] {
    margin-bottom: 30px;
}

.product-option[b-ucyf64uev8] {
    height: 100%;
}

    .product-option button[b-ucyf64uev8] {
        background-color: white;
        border: solid 1px #D1D1D1;
        border-radius: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        padding: 18px;
        width: 100%;
        height: 100%;
    }

    .product-option.disabled button:hover[b-ucyf64uev8] {
        background-color: transparent;
    }

    .product-option button:hover[b-ucyf64uev8] {
        background-color: var(--primary-color-lighter);
        border: 1px solid var(--primary-color);
        font-weight: 600;
        color: #21272A;
    }

    .product-option button.selected[b-ucyf64uev8] {
        background-color: var(--primary-color-lighter);
        border: 1px solid var(--primary-color);
        font-weight: 600;
        color: #21272A;
    }

.product-quantity[b-ucyf64uev8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: solid 1px #b4b8bd;
    margin-bottom: 40px;
}

.quantity-modifier[b-ucyf64uev8] {
    width: 50px;
    text-align: center;
}

    .quantity-modifier button[b-ucyf64uev8] {
        border: solid 1px #e1e5e9;
        border-radius: 12px;
        background-color: white;
        border: none;
        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
        padding: 10px;
        width: 100%;
    }

        .quantity-modifier button:hover[b-ucyf64uev8] {
            background-color: #fafafa;
        }

.quantity-value[b-ucyf64uev8] {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.custom-radio-button[b-ucyf64uev8] {
    height: 20px;
    width: 20px;
    border: solid 2px #D1D1D1;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-option[b-ucyf64uev8] {
    border: solid 2px #e1e5e9;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
}

    .shipping-option.selected[b-ucyf64uev8] {
        background: var(--primary-color-lighter);
        border-color: var(--primary-color);
    }

    .shipping-option .shipping-option-header[b-ucyf64uev8] {
        font-weight: 400;
    }

    .shipping-option.selected .shipping-option-header[b-ucyf64uev8] {
        font-weight: 700;
    }

    .shipping-option.selectable[b-ucyf64uev8] {
        cursor: pointer;
    }

        .shipping-option.selectable.selected .custom-radio-button[b-ucyf64uev8],
        .recipient-option.selected .custom-radio-button[b-ucyf64uev8] {
            border-color: var(--primary-color);
            background-color: var(--primary-color);
        }

    .shipping-option.disabled[b-ucyf64uev8] {
        cursor: initial;
        border-color: #e1e5e9;
        color: #929292;
    }


        .shipping-option.disabled:hover[b-ucyf64uev8] {
            background: initial;
        }

            .shipping-option.disabled:hover .custom-radio-button[b-ucyf64uev8] {
                background: transparent;
                cursor: initial;
            }


.shipping-option-header[b-ucyf64uev8] {
    font-weight: 700;
    margin-bottom: 15px;
}

.shipping-option-icon[b-ucyf64uev8] {
    margin-bottom: 15px;
}

.recipient-option[b-ucyf64uev8] {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

    .recipient-option.selected[b-ucyf64uev8] {
        font-weight: 600;
    }

.add-new-recipient button[b-ucyf64uev8] {
    border: none;
    border-radius: 4px;
    line-height: 30px;
    background-color: transparent;
    color: #3826FF;
}

    .add-new-recipient button:hover[b-ucyf64uev8] {
        background-color: rgba(0,0,0,0.05);
    }


.add-to-cart[b-ucyf64uev8] {
    margin: 15px 0;
    display: flex;
    justify-content: flex-end;
}

    .add-to-cart button[b-ucyf64uev8] {
        line-height: 40px;
        padding: 0 20px;
        border-radius: 99px;
        background-color: var(--primary-color);
        border: none;
        color: white;
        font-size: 16px;
        font-weight: 400;
    }

        .add-to-cart button:disabled[b-ucyf64uev8] {
            background: transparent;
            border: 2px solid #697077;
            color: #697077;
        }

.add-new-recipient-popover[b-ucyf64uev8] {
    margin-top: 5px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: white;
}
/* _content/IFundraise.Web.ECommerce/Components/Pages/Products.razor.rz.scp.css */
.page-title[b-9k6u018mk5] {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin: 80px 0;
}

.filters[b-9k6u018mk5] {
    position: -webkit-sticky;
    position: sticky;
    top: 118px;
    background-color: white;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.filter-item[b-9k6u018mk5] {
    border-radius: 25px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px 0;
    cursor: pointer;
    color: rgba(87, 87, 87, 1);
}

    .filter-item:hover[b-9k6u018mk5] {
        background: var(--primary-color-lighter);
        color: var(--primary-color);
        font-weight: 600;
    }

    .filter-item.selected[b-9k6u018mk5] {
        background: var(--primary-color-lighter);
        color: var(--primary-color);
        font-weight: 600;
    }

.card[b-9k6u018mk5] {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: solid 1px #dde1e6;
    min-height: 525px;
}

.card-image[b-9k6u018mk5] {
    background-color: #dde1e6;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content[b-9k6u018mk5] {
    flex: 1;
    padding: 15px;
}

.card-title[b-9k6u018mk5] {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
    min-height: 50px;
}

.card-price[b-9k6u018mk5] {
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0;
}

.card-delivery-title[b-9k6u018mk5] {
    font-size: 16px;
    font-weight: 600;
}

.card-recipient[b-9k6u018mk5] {
    font-size: 14px;
    color: rgba(66, 66, 66, 1);
    font-weight: 400;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.ship-icon[b-9k6u018mk5] {
    height: 100%;
    width: 38px;
    padding: 0 5px;
}

.card-link[b-9k6u018mk5] {
    padding: 20px 15px;
    text-align: center;
    display: flex;
}

[b-9k6u018mk5] .card-link > a {
    flex: 1;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 500;
}

.product[b-9k6u018mk5] {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

.donate-control-container[b-9k6u018mk5] {
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .filters[b-9k6u018mk5] {
        position: initial;
    }
}
@media (max-width: 768px) {
    .filters[b-9k6u018mk5] {
        position: initial;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/AddressDialog.razor.rz.scp.css */
.address-dialog-container .title[b-lbiq8jfmyf] {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
    line-height: 28px;
}

.addresses[b-lbiq8jfmyf] {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 56px;
}

.address[b-lbiq8jfmyf] {
    border-radius: 16px;
    border: 1px solid var(--primary-color);
    padding: 1rem 3rem;
    cursor: pointer;
}

    .address:hover[b-lbiq8jfmyf] {
        background-color: #eee;
    }

    .address .header[b-lbiq8jfmyf] {
        font-size: 16px;
        font-weight: 600
    }

@media (max-width: 768px) {
    .addresses[b-lbiq8jfmyf] {
        flex-direction: column;
        padding: 0.5rem 0.5rem;
        align-items: center;
    }

    .address[b-lbiq8jfmyf] {
        width: 100%;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/CampaignStatusWidget.razor.rz.scp.css */
.campaign-status-widget[b-lgo7dkvt01] {
    border: 1px solid #CFE4FA;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0px 0px 2px 0px #0000001F;
    box-shadow: 0px 8px 16px 0px #00000024;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.35) 12.61%, rgba(255, 255, 255, 0.7) 90.88%);
}

.content[b-lgo7dkvt01] {
    display: flex;
    gap: 5rem;
    justify-content: center;
    align-items: center;
}

.rings[b-lgo7dkvt01] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 250px;
    width: 250px;
}

.rings .progress-ring-container[b-lgo7dkvt01] {
    position: absolute;
    top: 0;
    left: 0;
}

.metrics[b-lgo7dkvt01] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: baseline;
}

.controls[b-lgo7dkvt01] {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.control[b-lgo7dkvt01] {
    font-size: 20px;
    font-weight: 500;
    border-radius: 25px;
    height: 50px;
    padding: 0 1.25rem;
}

.control.secondary[b-lgo7dkvt01] {
    color: #242424;
}

.text[b-lgo7dkvt01] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.header[b-lgo7dkvt01] {
    color: #697077;
    font-size: 16px;
    font-weight: 600;
}

.value[b-lgo7dkvt01] {
    font-size: 32px;
    font-weight: 600;
}

.caption[b-lgo7dkvt01] {
    color: #697077;
    font-size: 14px;
    font-weight: 400;
}

.caption .caption-highlight[b-lgo7dkvt01] {
    color: var(--primary-color);
    font-weight: 600;
}

.icon[b-lgo7dkvt01] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #DDE1E6;
}

.metric[b-lgo7dkvt01] {
    display: flex;
    gap: 0.5rem;
}

.metric.raised[b-lgo7dkvt01]{
    color: var(--primary-color);
}

.metric.timeleft[b-lgo7dkvt01] {
    color: var(--secondary-color);
}

@media (max-width: 1200px) {
    .content[b-lgo7dkvt01] {
        flex-direction: column;
        gap: 1rem;
    }

    .metric[b-lgo7dkvt01] {
        justify-content: center;
    }

    .controls[b-lgo7dkvt01] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/CartHeader.razor.rz.scp.css */
.organization-logo[b-4ugpg0urar] {
    margin-bottom: 20px;
    height: 350px;
}

.organization-logo-image[b-4ugpg0urar] {
    height: 150px;
}

.organization-logo-image img[b-4ugpg0urar] {
    height: 100%;
}

.campaign-name-text[b-4ugpg0urar] {
    font-size: 54px;
    font-weight: 700;
    line-height: 1em;
}

.caption[b-4ugpg0urar] {
    font-size: 20px;
    font-weight: 600;
    color: #666
}

.title[b-4ugpg0urar] {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #242424
}

.header-text[b-4ugpg0urar] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/CartItem.razor.rz.scp.css */
.cart-item[b-mv5kd1hohs] {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item-remove[b-mv5kd1hohs] {
    margin-right: 8px;
}

    .cart-item-remove > div[b-mv5kd1hohs] {
        cursor: pointer;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 30px;
        user-select: none;
    }

        .cart-item-remove > div:hover[b-mv5kd1hohs] {
            background-color: #fff0f0;
            border-radius: 5px;
            color: red
        }

.cart-item-image[b-mv5kd1hohs] {
    height: 60px;
    width: 60px;
    background: #dde1e6;
    display: flex;
    justify-content: center;
    overflow:hidden;
}

.cart-item-info[b-mv5kd1hohs] {
    padding-left: 15px;
    flex: 1;
}

.cart-item-name[b-mv5kd1hohs] {
    font-size: 18px;
    font-weight: 600;
}

.cart-item-details[b-mv5kd1hohs] {
    color: #697077;
}

.cart-item-quantity[b-mv5kd1hohs] {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-right: 20px;
}

    .cart-item-quantity button[b-mv5kd1hohs] {
        height: 50px;
        width: 50px;
        background-color: transparent;
        border: none;
        font-size: 24px;
        border-radius: 12px;
    }

        .cart-item-quantity button:hover[b-mv5kd1hohs] {
            background-color: rgba(0,0,0,0.1)
        }

.cart-item-quantity-value[b-mv5kd1hohs] {
    line-height: 50px;
    font-size: 16px;
    width: 50px;
    text-align: center;
}

.cart-item-price[b-mv5kd1hohs] {
    width: 75px;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}

.cart-item-image-info[b-mv5kd1hohs] {
    display: flex;
    align-items: center;
    flex: 1;
}

.cart-item-quantity-label[b-mv5kd1hohs] {
    display: none;
}

@media (max-width: 768px) {
    .cart-item[b-mv5kd1hohs] {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
    }

    .cart-item-quantity[b-mv5kd1hohs] {
        margin: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 1rem 0;
    }

    .cart-item-price[b-mv5kd1hohs] {
        font-size: 24px;
        padding: 1rem 0;
        font-weight: 600;
    }

    .cart-item-quantity-label[b-mv5kd1hohs] {
        display: block;
        font-weight: 400;
        font-size: 14px;
        color: #697077;
    }

    .cart-item-info[b-mv5kd1hohs] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/CartNavigation.razor.rz.scp.css */
.header[b-bhputb0ruo] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    grid-gap: 1rem;
}

.header-item[b-bhputb0ruo] {
    display: flex;
}

    .header-item.logo[b-bhputb0ruo] {
        justify-content: center;
    }

.header[b-bhputb0ruo]  .back-button {
    text-decoration: none;
    color: #242424;
    display: flex;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    border: 1px solid #D1D1D1;
    border-radius: 99px;
    padding: 0.5rem 1rem;
    width: 220px;
}

.header[b-bhputb0ruo]  .ifundraise-logo {
}

    .header[b-bhputb0ruo]  .ifundraise-logo img {
        height: 40px;
    }



@media (max-width: 500px) {
    .header[b-bhputb0ruo] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/CartTotals.razor.rz.scp.css */
.cart-total-container[b-gf5mnku5nx] {
    display: flex;
}

    .cart-total-container .cart-total-spacer[b-gf5mnku5nx] {
        flex: 1;
    }

    .cart-total-container .cart-total[b-gf5mnku5nx] {
        flex: 2;
        margin-top: 20px;
    }

.cart-total-line[b-gf5mnku5nx] {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
}

    .cart-total-line.discount[b-gf5mnku5nx] {
        font-weight: 700;
        color: #BF0077;
    }

    .cart-total-line.total[b-gf5mnku5nx] {
        border-top: solid 1px black;
        line-height: 60px;
        font-weight: 700;
    }

@media (max-width: 768px) {
    .cart-total-spacer[b-gf5mnku5nx] {
        display: none;
    }

    .cart-total[b-gf5mnku5nx] {
        font-size: 16px;
        font-weight: 400;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/DonateControl.razor.rz.scp.css */
.donate-control[b-577ieci823] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
}

    .donate-control.left-align[b-577ieci823] {
        justify-content: flex-start;
    }

.form-container[b-577ieci823] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}


.donate-control .donor-text[b-577ieci823] {
    text-align: center;
}

.donate-control.left-align .donor-text[b-577ieci823] {
    text-align: start;
}

.donate-control .title[b-577ieci823] {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    margin-bottom: 20px;
}

.donate-control.left-align .title[b-577ieci823] {
    text-align: start;
}

.donate-control .options[b-577ieci823] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.donate-control.left-align .options[b-577ieci823] {
    justify-content: flex-start;
}

.donate-control .supporter-level[b-577ieci823] {
    font-size: 32px;
    font-weight: 700;
    padding: 1rem 0 1.5rem 0;
}

.donate-control .supporter-level-header[b-577ieci823] {
    font-size: 16px;
    font-weight: 500;
    color: #21272A;
}

.donate-control .options button[b-577ieci823] {
    flex: 1;
    text-align: center;
}

.donate-control .button-container[b-577ieci823] {
    display: flex;
    justify-content: center;
}

.donate-control.left-align .button-container[b-577ieci823] {
    justify-content: flex-start;
}

.donate-control .donate-message[b-577ieci823] {
    font-size: 16px;
    font-weight: 400;
}

.donate-control.left-align .donate-input[b-577ieci823] {
    justify-content: flex-start;
}

.donate-control .donate-input[b-577ieci823] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-577ieci823] .donate-input .fluent-input-label {
    padding: 0 0.25rem;
    margin: 0;
}

@media (max-width: 1024px) {
    .options[b-577ieci823] {
        flex-direction: column;
    }

        .options .ifund-button.selected[b-577ieci823] {
            justify-content: space-between;
        }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/DonateDialog.razor.rz.scp.css */
.dialog-container[b-cdfa2l56sd] {
    width: 100%;
}

/* _content/IFundraise.Web.ECommerce/Components/Shared/Hero.razor.rz.scp.css */
body[b-4p61m3ch5n] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero[b-4p61m3ch5n] {
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(var(--client-primary-color), 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    min-height: 500px;
}

/* Banner Layout */
.banner-container[b-4p61m3ch5n] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.banner-image[b-4p61m3ch5n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    background: white;
}

.content-wrapper[b-4p61m3ch5n] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
    width: 100%;
    height: 100%;
}

.banner-overlay[b-4p61m3ch5n] {
    background: rgba(255, 255, 255, 0.65);
    margin: 4rem 4rem 2rem auto;
    width: 50%;
    max-width: 700px;
    min-width: 400px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    min-height: 180px;
}

.banner-content[b-4p61m3ch5n] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 1.5rem;
}

.banner-logo[b-4p61m3ch5n] {
    flex: 0 0 auto;
    width: 180px;
    padding: 1rem;
}

    .banner-logo img[b-4p61m3ch5n] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.banner-description[b-4p61m3ch5n] {
    flex: 1;
}

    .banner-description p[b-4p61m3ch5n] {
        font-size: 1.5rem;
        line-height: 1.4;
        color: #333;
        margin: 0;
    }

.marquee-container[b-4p61m3ch5n] {
    background-color: var(--primary-color);
    width: 100%;
    padding: 0.875rem;
    margin-top: auto;
}

.marquee-text[b-4p61m3ch5n] {
    color: white;
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.125rem;
}

/* Traditional Layout */
.traditional-layout[b-4p61m3ch5n] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.content-container[b-4p61m3ch5n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
}

.traditional-left[b-4p61m3ch5n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.logo-container[b-4p61m3ch5n] {
    width: 180px;
    padding: 1rem;
}

    .logo-container img[b-4p61m3ch5n] {
        width: 100%;
        height: auto;
        max-height: 110px;
        object-fit: contain;
    }

.client-name[b-4p61m3ch5n] {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #242424;
    text-decoration: none;
}

    .client-name:hover[b-4p61m3ch5n] {
        color: var(--accent-fill-rest);
    }

.client-description[b-4p61m3ch5n],
.sale-description[b-4p61m3ch5n] {
    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.traditional-right[b-4p61m3ch5n] {
    padding-top: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Compact Mode */
.hero-compact[b-4p61m3ch5n] {
    height: 350px;
/*    width: auto;
    margin: auto;*/
}

    .hero-compact .banner-container[b-4p61m3ch5n],
    .hero-compact .content-wrapper[b-4p61m3ch5n] {
        min-height: 350px;
    }

    .hero-compact .banner-overlay[b-4p61m3ch5n] {
        margin: 2rem 4rem 2rem auto;
        padding: 1.25rem;
        min-height: 150px;
    }

    .hero-compact .banner-logo[b-4p61m3ch5n] {
        width: 150px;
        padding: 0.75rem;
    }

    .hero-compact .banner-description p[b-4p61m3ch5n] {
        font-size: 1rem;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .hero[b-4p61m3ch5n] {
        height: auto;
        min-height: 0;
    }

    .content-container[b-4p61m3ch5n] {
        gap: 2rem;
        padding: 0 1rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .traditional-left[b-4p61m3ch5n] {
        width: 100%;
        align-items: center;
    }

    .client-name[b-4p61m3ch5n] {
        font-size: 40px;
        line-height: 50px;
    }

    .client-description[b-4p61m3ch5n],
    .sale-description[b-4p61m3ch5n] {
        font-size: 18px;
    }

    .traditional-right[b-4p61m3ch5n] {
        width: 100%;
    }

    .banner-container[b-4p61m3ch5n],
    .content-wrapper[b-4p61m3ch5n] {
        min-height: auto;
    }

    .banner-overlay[b-4p61m3ch5n] {
        width: 90%;
        margin: 1rem auto;
        min-width: unset;
        padding: 1rem;
    }

    .banner-content[b-4p61m3ch5n] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .banner-logo[b-4p61m3ch5n] {
        width: 160px;
    }

    .banner-description p[b-4p61m3ch5n] {
        font-size: 1rem;
        text-align: center;
    }
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/MemberSelectDialog.razor.rz.scp.css */
.dialog-container[b-fyevbdyylc] {
    width: 100%;
}

.dialog-container .header[b-fyevbdyylc] {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1rem;
}

.member-select[b-fyevbdyylc] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.member-list[b-fyevbdyylc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 300px;
    width: 300px;
    overflow-y: auto;
    position: absolute;
    top: 35px;
    left: 70px;
    border: 1px solid #cdcdcd;
}

.member-item[b-fyevbdyylc] {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    background: white;
    transition: background-color 0.3s;
}

.member-item:hover[b-fyevbdyylc] {
    background-color: #cdcdcd;
}
/* _content/IFundraise.Web.ECommerce/Components/Shared/Navigation.razor.rz.scp.css */
.header[b-3sal4u12a5] {
    display: flex;
    gap: 20px;
    font-size: 16px;
    align-items: center;
}

    .header > .spacer[b-3sal4u12a5] {
        flex: 1;
        height: 64px;
    }

    .header > .link[b-3sal4u12a5]  a {
        line-height: 60px;
        text-decoration: none;
        color: #949494;
        display: flex;
        border: solid 2px transparent;
    }

    .cart[b-3sal4u12a5] {
        padding-right: 50px;
    }
/* _content/IFundraise.Web.ECommerce/Components/Shared/ProductShippingDiscount.razor.rz.scp.css */


[b-lfnlgsxpfz] .accordion {
    background-color: var(--primary-color-lighter);
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    margin: 1rem 0;
}

[b-lfnlgsxpfz] .accordion-grid {
    padding: 0;
}

.product[b-lfnlgsxpfz] {
    color: black;
    background: white;
    padding: 0.5rem;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: #fafafa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 465px;
}

.product-title[b-lfnlgsxpfz] {
    text-align: center;
    margin: 1rem 0;
    font-size: 20px;
}

.product-image[b-lfnlgsxpfz] {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 9px;
}

.product-image img[b-lfnlgsxpfz] {
    width: 100%;
}

.product-options[b-lfnlgsxpfz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
}

.product-option[b-lfnlgsxpfz] {
    padding: 0 10px;
    line-height: 40px;
    border-radius: 20px;
    border: solid 1px #ccc;
    cursor: pointer;
    text-align: center;
}

    .product-option.selected[b-lfnlgsxpfz] {
        background-color: var(--primary-color-lighter);
        color: var(--primary-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-option.selected svg[b-lfnlgsxpfz] {
        fill: var(--primary-color) !important;
    }
/* _content/IFundraise.Web.ECommerce/Components/Shared/ProgressRing.razor.rz.scp.css */
/* _content/IFundraise.Web.ECommerce/Components/Shared/SelectedMember.razor.rz.scp.css */
.selected-member[b-ov46gog0rn] {
    display: flex;
    align-items: center;
}
