/* /Components/AddCards.razor.rz.scp.css */
/* Mobile First */
.card-minimum-info[b-m19lzvpxjc] {
    background: rgba(255, 255, 0, 0.1);
    padding: 1em;
    margin: 0 -1em;
    border-radius: 7px;
    text-align: center;
}

/* Desktop */
@media (min-width: 1400px) {
    [b-m19lzvpxjc] > form > fieldset {
        display: flex;
        gap: 1%;
    }
}
/* /Components/BillingInfo.razor.rz.scp.css */
/* Mobile First */

[b-08o8gupe8q] .mud-radio > p {
    position: relative;
}

    [b-08o8gupe8q] .mud-radio > p > p {
        position: absolute;
        bottom: -2em;
        white-space: nowrap;
        font-size: 0.7em;
    }

[b-08o8gupe8q] .mud-radio-group {
    margin: auto;
}

/* HD Desktop */
@media (min-width: 1400px) {
    [b-08o8gupe8q] .qt-billing-address > div:first-of-type:nth-last-child(odd) {
        width: 100%;
    }
}
/* /Components/Checkout.razor.rz.scp.css */
/* Mobile First */
.qt-checkout > fieldset[b-0iawmk4ghf] {
    display: flex;
    flex-wrap: wrap;
}

    .qt-checkout > fieldset > div[b-0iawmk4ghf] {
        width: 100%;
    }

/* HD Desktop */
@media (min-width: 1400px) {
    .qt-checkout > fieldset[b-0iawmk4ghf] {
        flex-direction: row-reverse;
    }

        .qt-checkout > fieldset > div[b-0iawmk4ghf] {
            width: 49%;
        }

    .qt-fieldset > .qt-fieldset[b-0iawmk4ghf] {
        width: 49%;
        margin: 1rem auto auto auto;
    }
}
/* /Components/DivisionOfficePicker.razor.rz.scp.css */
/* Mobile First */

[b-pf8dmd9qp6] .mud-card {
    width: 49%;
    margin: 0.5%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em;
    text-align: center;
}

    [b-pf8dmd9qp6] .mud-card.selected {
        background: #dc0928;
        color: #fff;
    }

/* Desktop */
@media (min-width: 720px) {
    [b-pf8dmd9qp6] .mud-card {
        width: 31%;
    }
}
/* /Components/Footer.razor.rz.scp.css */
/* webroot/css/Footer.css needs to be moved here, but requires some code changes */
/* /Components/Header.razor.rz.scp.css */
/* webroot/css/Header.css needs to be moved here, but requires some code changes */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-930a7xir37] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-930a7xir37] {
    flex: 1;
}

.sidebar[b-930a7xir37] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-930a7xir37] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-930a7xir37]  a, .top-row[b-930a7xir37]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-930a7xir37]  a:hover, .top-row[b-930a7xir37]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-930a7xir37]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-930a7xir37] {
        justify-content: space-between;
    }

    .top-row[b-930a7xir37]  a, .top-row[b-930a7xir37]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-930a7xir37] {
        flex-direction: row;
    }

    .sidebar[b-930a7xir37] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-930a7xir37] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-930a7xir37]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-930a7xir37], article[b-930a7xir37] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-930a7xir37] {
    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-930a7xir37] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AccountManagement.razor.rz.scp.css */
[b-z94ebakx9g] .qt-storedPayment {
    text-align: center;
    padding: 0.5em;
}

[b-z94ebakx9g] .qt-storedPayment button {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    padding: 0.25em 0.75em;
    min-width: auto;
}
/* /Components/Pages/ActivateCards.razor.rz.scp.css */
/* /Components/Pages/BalanceInquiry.razor.rz.scp.css */
/* /Components/Pages/ContactUs.Razor.rz.scp.css */
/* Mobile First */

/* HD Desktop */
@media (min-width: 1400px) {
    [b-cco71aj1mf] .qt-cascading > div:last-of-type {
        width: 100%;
    }
}
/* /Components/Pages/CreateAccount.razor.rz.scp.css */
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */
.main[b-7vdsj1f3yc] {
    padding-bottom: 0 !important;
}

.qt-home[b-7vdsj1f3yc] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.qt-home-container[b-7vdsj1f3yc] {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Ridley Grotesk Thin";
}

    .qt-home-container:nth-of-type(1)[b-7vdsj1f3yc] {
        height: calc(100vh - 60px);
        width: 100%;
        background-image: url(/images/prepaid_store.jpg);
        background-size: cover;
        background-position-x: 50%;
        background-position-y: bottom;
        background-repeat: no-repeat;
        flex-direction: column;
    }

        .qt-home-container:nth-of-type(1) div[b-7vdsj1f3yc] {
            max-width: 100%;
            padding-top: 2rem;
            padding-left: 2rem;
            color: white;
        }

            .qt-home-container:nth-of-type(1) div h1[b-7vdsj1f3yc] {
                font-size: 60px;
                font-weight: 400;
                font-family: 'Ridley Grotesk Light';
                text-shadow: 2px 2px 4px black;
            }

            .qt-home-container:nth-of-type(1) div p[b-7vdsj1f3yc] {
                max-width: 80%;
                font-size: 24px;
                font-family: "Roboto Medium";
                text-shadow: 2px 2px 4px black;
            }

        .qt-home-container:nth-of-type(1) a[b-7vdsj1f3yc] {
            border: 2px solid #e70d30;
            border-radius: 50px;
            padding: 1rem 2.5rem;
            background: #e70d30;
            color: black;
            box-shadow: 1px 1px 0px 0px;
            width: fit-content;
            height: fit-content;
            font-size: 20px;
            font-weight: 100;
            font-family: 'Roboto Medium';
        }

            .qt-home-container:nth-of-type(1) a span[b-7vdsj1f3yc] {
                color: white;
                font-size: 18px;
            }

    .qt-home-container:nth-of-type(2)[b-7vdsj1f3yc] {
        height: 30%;
        background: rgba(0, 0, 0, .07);
        width: 100%;
        justify-content: center;
        padding-bottom: 5rem;
        font-family: 'Ridley Grotesk Light';
        align-items: center;
        flex-direction: column;
    }

        .qt-home-container:nth-of-type(2) > div[b-7vdsj1f3yc] {
            padding: 3rem 1rem;
        }

            .qt-home-container:nth-of-type(2) > div > h2[b-7vdsj1f3yc] {
                font-size: 32px;
            }

        .qt-home-container:nth-of-type(1) p[b-7vdsj1f3yc], .qt-home-container:nth-of-type(2) p[b-7vdsj1f3yc] {
            padding-bottom: 40px;
            font-family: "Roboto Regular" !important;
            font-size: 18px;
            font-weight: normal;
        }

        .qt-home-container:nth-of-type(2) div:nth-of-type(1)[b-7vdsj1f3yc] {
            padding: 3rem 2rem;
            max-width: 600px;
        }

        .qt-home-container:nth-of-type(2) div:nth-of-type(2)[b-7vdsj1f3yc] {
            max-width: 600px;
        }

        .qt-home-container:nth-of-type(2) div:nth-of-type(3)[b-7vdsj1f3yc] {
            max-width: 600px;
        }

        .qt-home-container:nth-of-type(2) div:nth-of-type(4)[b-7vdsj1f3yc] {
            max-width: 575px;
        }

        .qt-home-container:nth-of-type(2) a[b-7vdsj1f3yc] {
            border: 2px solid #e70d30;
            border-radius: 50px;
            padding: 1rem 2.5rem;
            background: white;
            background-color: white;
            color: #e70d30;
            width: fit-content;
            height: fit-content;
            font-size: 18px;
            font-weight: 100;
            font-family: 'Roboto Medium';
            margin: 0 auto;
        }

        .qt-home-container:nth-of-type(2) > div[b-7vdsj1f3yc] {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
            text-align: center;
        }

    .qt-home-container > *[b-7vdsj1f3yc] {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

@media(min-width: 850px) {
    .qt-home-container[b-7vdsj1f3yc] {
        width: 100%;
        flex-direction: row;
    }

        .qt-home-container > div[b-7vdsj1f3yc] {
            flex-direction: column
        }

        .qt-home-container:nth-of-type(1) > div[b-7vdsj1f3yc] {
            max-width: 850px;
            padding-left: 100px;
            padding-top: 10rem;
        }

        .qt-home-container:nth-of-type(2) > div[b-7vdsj1f3yc] {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
            text-align: left;
        }

        .qt-home-container:nth-of-type(1)[b-7vdsj1f3yc] {
            /*background-position-x: unset;
        background-size: 100%;*/
        }

        .qt-home-container:nth-of-type(2)[b-7vdsj1f3yc] {
            flex-direction: row;
            align-items: baseline;
        }

            .qt-home-container:nth-of-type(2) div:nth-of-type(1)[b-7vdsj1f3yc] {
                padding: 3rem 2rem;
                max-width: 535px;
                padding-left: 100px;
            }

            .qt-home-container:nth-of-type(2) div:nth-of-type(2)[b-7vdsj1f3yc] {
                max-width: 416px;
                padding: 0 2rem;
            }

            .qt-home-container:nth-of-type(2) div:nth-of-type(3)[b-7vdsj1f3yc] {
                max-width: unset;
                padding: 0 2rem;
            }

            .qt-home-container:nth-of-type(2) div:nth-of-type(4)[b-7vdsj1f3yc] {
                max-width: 505px;
                padding-right: 100px;
            }

            .qt-home-container:nth-of-type(2) a[b-7vdsj1f3yc] {
                margin: unset;
            }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Mobile First */

.qt-login a[b-clboq8r1hr] {
    color: black;
    text-decoration: underline;
}

.qt-login-button-wrapper[b-clboq8r1hr] {
    margin: 4em;
}
/* /Components/Pages/Order.razor.rz.scp.css */
/* We need to port /webroot/css/Order.css to here, but requires a bit of rewriting */

/* Mobile First */
[b-dpoj71x2b3] .mud-stepper .mud-stepper-content {
    padding: 1em;
}

[b-dpoj71x2b3] .mud-stepper-button-complete {
    display: none;
}
/* /Components/Pages/ProcessOrder.razor.rz.scp.css */
.message[b-yaf1qjy3cx] {
    padding: 1em;
    text-align: center;
    font-size: 2em;
}
/* /Components/Pages/Receipt.razor.rz.scp.css */

li[b-jkxaetr7d4] {
    list-style-type: none;
}

.rz-fieldset-content-wrapper[b-jkxaetr7d4] {
    width: 100%;
}

.qt-receipt .btn[b-jkxaetr7d4] {
    color: white;
    text-decoration: none;
}

.qt-receipt a[b-jkxaetr7d4] {
    color: black;
    text-decoration: underline;
}
/*mobile styles*/
.qt-receipt-wrapper[b-jkxaetr7d4] {
    width: 85%;
}

.qt-receipt[b-jkxaetr7d4] {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    padding: 1rem;
    border: 1px solid #dadfe2;
    border-radius: 3px;
}

.qt-receipt-container[b-jkxaetr7d4] {
    flex-direction: column;
}

    .qt-receipt-container > div[b-jkxaetr7d4] {
        width: 80%;
        padding: 1rem;
        margin: 1rem auto 0 auto !important;
    }

.qt-button-container[b-jkxaetr7d4] {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

    .qt-button-container > *[b-jkxaetr7d4] {
        width: 150px;
    }

    .qt-button-container *:nth-child(1)[b-jkxaetr7d4] {
        margin-bottom: 1rem;
        order: 1;
        background: #e70d30;
    }

    .qt-button-container *:nth-child(2)[b-jkxaetr7d4] {
        order: 2;
        background: #686a6d;
    }

.qt-receipt ul[b-jkxaetr7d4] {
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
}

@media(min-width: 850px) {
    .qt-receipt[b-jkxaetr7d4] {
        width: 50%;
    }

    .qt-receipt-wrapper[b-jkxaetr7d4] {
        width: 85%;
    }

    .qt-receipt-container[b-jkxaetr7d4] {
        flex-direction: column;
    }

        .qt-receipt-container > div[b-jkxaetr7d4] {
            width: 50%;
            padding: 1rem;
            margin: 1rem auto 0 auto !important;
        }

    .qt-button-container[b-jkxaetr7d4] {
        width: 40%;
        text-align: center;
        margin: 0 auto;
        padding-top: 2rem;
        justify-content: space-evenly;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

        .qt-button-container *:nth-child(1)[b-jkxaetr7d4] {
            order: 2;
            margin-bottom: 0;
        }

        .qt-button-container *:nth-child(2)[b-jkxaetr7d4] {
            order: 1;
        }

        .qt-button-container > *[b-jkxaetr7d4] {
            width: 150px;
        }

        .qt-button-container .btn:nth-child(1)[b-jkxaetr7d4] {
            background: #e70d30;
        }

        .qt-button-container a:nth-child(2)[b-jkxaetr7d4] {
            background: #686a6d;
        }

    .qt-createAccount-container:nth-child(5) > div[b-jkxaetr7d4] {
        width: 100%;
    }

    .qt-accountmanagement-resetpw-btn[b-jkxaetr7d4] {
        margin: 0 auto;
        width: 50%;
        height: 55px;
    }
}
/* /Components/Pages/StorePaymentToken.razor.rz.scp.css */
.message[b-m4jg06f0zf] {
    padding: 1em;
    text-align: center;
    font-size: 2em;
}
/* /Components/ShippingInfo.razor.rz.scp.css */
/* Mobile First */

[b-t94zl0kzam] form {
    position: relative;
}

[b-t94zl0kzam] .qt-shipping-address {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

    [b-t94zl0kzam] .qt-shipping-address > div {
        flex: 0 1 auto;
        width: 100%;
    }

[b-t94zl0kzam] .mud-radio-group {
    margin: auto;
}

[b-t94zl0kzam] .qt-shipping-address > div.qt-stores-near-customer {
    text-align: center;
    width: 100%;
}

[b-t94zl0kzam] .qt-order-shippinginfo-popup-icon {
    font-size: 2em;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

/* Desktop */
@media (min-width: 720px) {
    [b-t94zl0kzam] .qt-shipping-address > div {
        width: 49.5%;
    }

        [b-t94zl0kzam] .qt-shipping-address > div:first-of-type {
            width: 100%;
        }
}
/* /Components/StoredPaymentToken.razor.rz.scp.css */
.qt-storedPayment[b-fe4k8imi0z] {
    max-width: 26rem;
    padding: 1em;
    margin: 0 auto 1rem auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    background: rgba(0,0,0,.1);
    position: relative;
}
/* /FlashMessaging/Components/FlashMessage.razor.rz.scp.css */
.flash-container[b-9le77g04ko] {
    width: 100%;
    margin-bottom: -0.6rem;
}

.flash-message[b-9le77g04ko] {
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.flash-message-type-info[b-9le77g04ko] {
    background: #35a0d7;
}

.flash-message-type-error[b-9le77g04ko] {
    background: #e70d30;
}

.flash-message-type-success[b-9le77g04ko] {
    background: #3ce70d;
}
/* /FlashMessaging/Components/FlashMessageDebug.razor.rz.scp.css */
.flash-debug-container[b-2f2ciwt1zq] {
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 1em;
    padding: 1em;
    color: #fff;
}
