/* _content/SPPConnect.WebShared/Checkout/CheckoutForm.razor.rz.scp.css */
.spp__checkout-container-header[b-j846cplqh5] {
    overflow: hidden;
    padding: 20px 10px;
    text-align: center;
}

    /* Style the header links */
    .spp__checkout-container-header a[b-j846cplqh5] {
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
        .spp__checkout-container-header a.spp__logo[b-j846cplqh5] {
            font-size: 25px;
            font-weight: bold;
            color: white;
        }

            .spp__checkout-container-header a.spp__logo[b-j846cplqh5]  img {
                width: 100px;
                height: auto;
            }

.spp__form-group-tax[b-j846cplqh5] {
    font-size: var(--tax-font-size);
    color: var(--tax-font-color);
    line-height: var(--tax-line-height);
    text-align: right;
}

    .spp__form-group-tax .spp__tax-row-container .spp__tax-row-container__error-container[b-j846cplqh5] {
        margin-top: 0;
    }

    .spp__form-group-tax .spp__tax-row[b-j846cplqh5] {
        margin-top: 5px;
        grid-template-columns: auto 130px;
    }

    .spp__form-group-tax .spp__ca-tax-row[b-j846cplqh5] {
        grid-template-columns: auto 200px;
    }

    .spp__form-group-tax .spp__total-tax-row[b-j846cplqh5] {
        grid-template-columns: auto 130px;
    }

    .spp__form-group-tax .spp__tax-row[b-j846cplqh5],
    .spp__form-group .spp__total-tax-row[b-j846cplqh5] {
        display: grid;
        column-gap: 5px;
    }

    .spp__form-group-tax .validation-message[b-j846cplqh5] {
        line-height: normal;
    }

.spp__form-tax-container[b-j846cplqh5] {
    margin-top: 5px;
}

.spp__form-tax-input-container[b-j846cplqh5] {
    margin: 0 !important;
}

.spp__form-block-with-checkbox[b-j846cplqh5] {
    display: flex;
}

.spp__form-block-with-checkbox.invalid[b-j846cplqh5]  label {
    color: #f19797;
}

[b-j846cplqh5] .spp__form-block-with-checkbox > input[type='checkbox'] {
    -webkit-appearance: auto !important;
    appearance: auto;
    width: 20px;
    height: 20px;
    margin: 5px;
    flex-shrink: 0;
    margin-top: 0em;
}

.spp__signature-block[b-j846cplqh5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 17px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    height: var(--input-line-height);
    border: var(--input-border);
    border-radius: var(--input-border-radius);
}

    .spp__signature-block.invalid[b-j846cplqh5] {
        border: var(--input-border-width-invalid) solid var(--input-border-color-invalid) !important;
        color: var(--input-border-color-invalid);
    }

    .spp__signature-block.valid[b-j846cplqh5] {
        border: 2px solid #30b696;
        color: #30b696;
    }

    .spp__signature-block[b-j846cplqh5]  input {
        width: 20px;
        height: 20px;
    }

    .spp__signature-block .spp__input-wrapper[b-j846cplqh5] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.spp__align-center[b-j846cplqh5] {
    text-align: center;
}

.spp__title-spinner__container[b-j846cplqh5] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.spp__title-spinner[b-j846cplqh5] {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: right 0 center;
}

.spp__canadian-fields .spp__form-block .spp__form-label-overlay[b-j846cplqh5] {
    font-size: .75rem;
    padding: 0;
}

.spp__form-block__language-selector[b-j846cplqh5] {
    max-width: 120px;
}
/* _content/SPPConnect.WebShared/Checkout/CheckoutFormLoading.razor.rz.scp.css */
.spp__payment-single-row-loading[b-nysszpknsm] {
    height: 50px;
}

.spp__payment-totals-loading[b-nysszpknsm] {
    height: 75px;
}

.spp__payment-double-row-loading[b-nysszpknsm] {
    height: 100px;
}

.spp__payment-button-loading[b-nysszpknsm] {
    width: 200px;
    height: 50px;
}

.spp__payment-single-row-loading[b-nysszpknsm], .spp__payment-double-row-loading[b-nysszpknsm] {
    width: 100%;
}

.spp__is-loading[b-nysszpknsm] {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

    .spp__is-loading[b-nysszpknsm]:after {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }

    .spp__is-loading[b-nysszpknsm]:after {
        -webkit-animation: placeload 1.3s linear infinite forwards;
        animation: placeload 1.3s linear infinite forwards;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0));
        content: "";
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 200%;
    }
/* _content/SPPConnect.WebShared/Checkout/CustomModal.razor.rz.scp.css */
.spp__custom-modal[b-n33e39zpwx] {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.spp__custom-modal__hidden[b-n33e39zpwx] {
    display: none;
}

.spp__custom-modal__visible[b-n33e39zpwx] {
    display: flex;
    transition: opacity 0.3s ease;
}

.spp__custom-modal__content[b-n33e39zpwx] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    width: 60%;
}

.spp__custom-modal__content-small[b-n33e39zpwx] {
    width: 20%;
}

.spp__custom-modal__content-medium[b-n33e39zpwx] {
    width: 50%;
}

.spp__custom-modal__content-large[b-n33e39zpwx] {
    width: 70%;
}

.spp__custom-modal__content-auto[b-n33e39zpwx] {
    width: auto;
}

.spp__custom-modal__header[b-n33e39zpwx] {
    box-shadow: 0 .5em 1em -0.125em rgba(10, 10, 10, .1), 0 0px 0 1px rgba(10, 10, 10, .02);
    border-bottom: 1px solid #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 1rem;
    position: relative;
}

.spp__custom-modal__header-title[b-n33e39zpwx] {
    color: #363636;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 1.25em;
}

.spp__custom-modal__header-close[b-n33e39zpwx] {
    cursor: pointer;
    background: none;
    border: none;
    color: inherit;
    line-height: 1;
    padding: 0;
}

button.spp__custom-modal__header-close:focus-visible[b-n33e39zpwx] {
    outline: 2px solid #333;
    outline-offset: 2px;
}

.spp__custom-modal__body[b-n33e39zpwx] {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 1.5rem 20px;
    border-top: 1px solid #f5f5f5;
    max-height: 90%;
}

.spp__custom-modal__footer[b-n33e39zpwx] {
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    padding: .5rem 20px;
}

.spp__custom-modal__content div:last-of-type[b-n33e39zpwx] {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

@media (min-width: 1024px) {
    .spp__custom-modal__header-title[b-n33e39zpwx] {
        font-size: 1.75em;
    }
}

@media (max-width: 768px) {
    .spp__custom-modal__content-small[b-n33e39zpwx] {
        width: 50%;
    }

    .spp__custom-modal__content-medium[b-n33e39zpwx] {
        width: 75%;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .spp__custom-modal__content-small[b-n33e39zpwx] {
        width: 40%;
    }

    .spp__custom-modal__content-medium[b-n33e39zpwx] {
        width: 60%;
    }
}

@media (min-width: 1024px) and (max-width: 1215px) {
    .spp__custom-modal__content-small[b-n33e39zpwx] {
        width: 30%;
    }

    .spp__custom-modal__content-medium[b-n33e39zpwx] {
        width: 50%;
    }
}
/* _content/SPPConnect.WebShared/Checkout/TaxInput.razor.rz.scp.css */
.spp__tax-input[b-uf7z1it8vi] {
    position: relative;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
    position: relative;
}

.spp__tax-input__input-group[b-uf7z1it8vi] {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
    position: relative;
}

    .spp__tax-input__input-group.spp__tax-input__input-group-gap[b-uf7z1it8vi] {
        gap: 5px;
    }

.spp__tax-input[b-uf7z1it8vi]  input {
    padding: 8px;
    outline: none;
    font-size: 1rem;
    text-align: right;
    border: var(--input-border);
    overflow: hidden;
    height: var(--input-line-height);
    border-radius: var(--input-border-radius);
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    flex-grow: 0;
}

    .spp__tax-input[b-uf7z1it8vi]  input:focus {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 0 0 var(--input-border-width-focus) var(--input-border-focus-30-color) !important;
        outline: none;
        border-color: var(--input-border-focus-80-color) !important;
        color: var(--font-color-body) !important;
    }

.spp__tax-input .spp__tax-input__input-container[b-uf7z1it8vi] {
    display: inline-flex;
    align-items: center;
    line-height: normal;
    position: relative;
}

.spp__tax-input__input-container .spp__form-label-overlay[b-uf7z1it8vi] {
    right: 1rem;
    left: auto !important;
}
/* _content/SPPConnect.WebShared/Checkout/TaxUnitSelector.razor.rz.scp.css */
.spp__tax-input__uom-container[b-o2o5z9rr93] {
    position: absolute;
    display: flex;
    left: 5px;
    width: 25px;
    z-index: 1;
    gap: 5px;
}

    .spp__tax-input__uom-container .spp__tax-input__uom-container__no-pointer[b-o2o5z9rr93] {
        cursor: default;
        pointer-events: none;
    }

    .spp__tax-input__uom-container a[b-o2o5z9rr93] {
        font-size: 16px;
        color: #ccc;
        text-decoration: none;
    }

        .spp__tax-input__uom-container a.spp__tax-input__uom-container__selected[b-o2o5z9rr93] {
            color: var(--anchor-color);
        }

            .spp__tax-input__uom-container a.spp__tax-input__uom-container__selected:hover[b-o2o5z9rr93] {
                color: var(--anchor-hover-color);
            }
/* _content/SPPConnect.WebShared/Web/CustomInputRadio.razor.rz.scp.css */
.custom-radio-btn[b-4d8vbrrnf3] {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #5d5e61;
    border-radius: 50%;
    vertical-align: text-top;
    margin-right: 5px;
}

    .custom-radio-btn[b-4d8vbrrnf3]::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #a3a4a7;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: 0.2s ease-in;
    }

.real-radio-btn:checked + .custom-radio-btn[b-4d8vbrrnf3]::before {
    transform: translate(-50%, -50%) scale(1);
}

.real-radio-btn[b-4d8vbrrnf3] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
}
/* _content/SPPConnect.WebShared/Web/FileUpload.razor.rz.scp.css */
[b-6sojnzd6dt] input[type="file"] {
    display: none;
}

.form-file-upload[b-6sojnzd6dt] {
    display: inline-block;
    padding: 8px 30px;
    cursor: pointer;
}
/* _content/SPPConnect.WebShared/Web/TextLinesCollapse.razor.rz.scp.css */
.spp__text-collapse-content.spp__collapsed[b-6tplpbdwcy] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
