/* /Views/AccountOnboarding/ConditionInfo.cshtml.rz.scp.css */
.section-title > h4[b-36nkepawug] {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 992px) {
    .section-title > h4[b-36nkepawug] {
        line-height: 2.5;
    }
}

#convition-info-form .row:nth-child(2)[b-36nkepawug] {
    padding-top: 20px;
}

.btn-green[b-36nkepawug], .btn-link[b-36nkepawug] {
    width: 100%;
}


.modal-footer button[b-36nkepawug] {
    margin-top: 0px !important;
    height: 40px !important;
    text-transform: uppercase;
    width: 90px;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);
}

.modal-footer button:hover[b-36nkepawug] {
    text-transform: uppercase;
}
/* /Views/AccountOnboarding/DeviceSetup.cshtml.rz.scp.css */
.btn-white[b-9g63iltaht] {
    border-radius: 6px;
    background-color: #fff;
    color: #9DA2A6;
    height: 47px;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(96,96,96,.1);
    width: 100%;
    height: 50px;    
}

.btn-white:active[b-9g63iltaht] {
    border: 2px solid #2D80AF;
    background-color: #2D80AF;
}

.btn-white:hover[b-9g63iltaht] {
    width: 100%;
    height: 50px;
    border: 2px solid #ececec;
    background-color: #E2EDF3;
    color: #5F5F62;
}

.btn-blue[b-9g63iltaht] {
    width: 100%;
    height: 50px;
}

.btn-blue:hover[b-9g63iltaht] {
    width: 100%;
    height: 50px;
}


#continue_button[b-9g63iltaht] {
    margin-top: 30px;
}

h4[b-9g63iltaht] {
    margin-bottom: 55px;
}

/* /Views/AccountOnboarding/InsightDistributorDeviceSync.cshtml.rz.scp.css */
h3[b-4xgldlcmzj] {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #292929;
}

p[b-4xgldlcmzj] {
    color: #292929;
}

.section-title[b-4xgldlcmzj] {
    background-color: #E0E0E0;
    color: #292929;
    margin-bottom: 20px;
    line-height: 2.65;
}
@media only screen and (max-width: 768px) {
    .section-title[b-4xgldlcmzj] {
        margin-right: -20px;
    }
}

.smi-sync[b-4xgldlcmzj]  img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.btn-white[b-4xgldlcmzj] {
    font-size: 14px;
    font-weight: 600;
    color: #07203C;
    background-color: #fff;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4)
}

.btn-default[b-4xgldlcmzj] {
    width: 50% !important;
}

.alert[b-4xgldlcmzj] {
    padding-bottom: 0px;
    height: 64px;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-left: -14px;
    margin-right: -14px;
}

.modal-footer button[b-4xgldlcmzj] {
    width: 100%;
}
/* /Views/AccountOnboarding/InsightDistributorPayment.cshtml.rz.scp.css */
section[b-snoaen7mkh] {
    margin-top: 20px;
}

.payment-line-item-key[b-snoaen7mkh] {
    padding: 5px 10px;
    margin-top: 10px;
}

.payment-line-item-value[b-snoaen7mkh] {
    font-weight: 800;
    text-align: right;
    padding: 5px 10px;
    margin-top: 10px;
}

.payment-sub-item-key[b-snoaen7mkh] {
    font-size: small;
    color: #999999;
    padding: 2px 20px;
}

.payment-sub-item-value[b-snoaen7mkh] {
    font-size: small;
    color: #999999;
    text-align: right;
    padding: 2px 10px;
}

.loader[b-snoaen7mkh]:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader[b-snoaen7mkh] {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(89, 89, 89, 0.2);
    border-right: 1.1em solid rgba(89, 89, 89, 0.2);
    border-bottom: 1.1em solid rgba(89, 89, 89, 0.2);
    border-left: 1.1em solid #595959;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8-b-snoaen7mkh 1.1s infinite linear;
}

.payment-alert[b-snoaen7mkh] {
    background-color: #F16D61;
    color: white;
}

.bullet-numbered[b-snoaen7mkh] {
    margin: 10px 5px;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    clear: left;
    text-decoration: none;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 50%, transparent 50%), #65696E;
}

    .bullet-numbered[data-num][b-snoaen7mkh]:before {
        content: attr(data-num);
        font-size: 19px;
        text-decoration: none;
        display: block;
        position: absolute;
        top: 8.9px;
        z-index: 2;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        padding-top: 1px;
        border-radius: 20px;
        color: #FFFFFF;
    }

    .bullet-numbered svg .icon-shape[b-snoaen7mkh] {
        transition: fill 0.2s ease-in-out;
    }

.blue-header-text[b-snoaen7mkh] {
    text-align: center;
    color: #F4F4F4;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    background-color: #2D80AF;
}

.grey-label-text[b-snoaen7mkh] {
    text-align: left;
    color: #999999;
    font-size: 14px;
}

.dark-grey-label-text[b-snoaen7mkh] {
    text-align: left;
    color: #5F5F62;
    font-size: 16px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8-b-snoaen7mkh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no-payments[b-snoaen7mkh] {
    background-color: transparent;
    color: #9DA2A6;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.payment-method-item[b-snoaen7mkh] {
    transition: 0.3s;
    background-color: transparent;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

    .payment-method-item :not(:first-child)[b-snoaen7mkh] {
        /*margin-top: 10px;*/
    }

    .payment-method-item .form-group[b-snoaen7mkh] {
        padding: 0px;
        margin-bottom: 0px;
    }

    .payment-method-item label[b-snoaen7mkh] {
        color: #1A1818;
        font-size: 14px;
        margin-top: 0px;
    }

    .payment-method-item .h4[b-snoaen7mkh] {
        color: #5F5F62;
        font-size: 16px;
        font-weight: 600;
    }

    .payment-method-item .h5[b-snoaen7mkh] {
        color: #9DA2A6;
        font-size: 14px;
        font-weight: 600;
    }

    .payment-method-item button[b-snoaen7mkh] {
        color: #2D80AF;
        padding-top: 0px;
        font-weight: 400;
    }

        .payment-method-item button :hover[b-snoaen7mkh] {
            text-decoration: none;
        }

.btn-link img[b-snoaen7mkh] {
    padding-right: 12px;
}

.add-new-card[b-snoaen7mkh] {
    padding-top: 22px;
    padding-bottom: 20px;
}

    .add-new-card button[b-snoaen7mkh] {
        font-size: 14px;
        color: #2D80AF;
        font-weight: 400;
    }

        .add-new-card button :hover[b-snoaen7mkh] {
            text-decoration: none;
        }

        .add-new-card button img[b-snoaen7mkh] {
            vertical-align: sub;
        }

.card-ending-number[b-snoaen7mkh] {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.bullet-numbered div[b-snoaen7mkh] {
    border-radius: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid #5F5F62;
    background-color: #FFFFFF !important;
    float: left;
    padding-top: 8px;
    padding-left: 15px !important;
    font-size: 18px;
}

.unlock-code-instructions div[b-snoaen7mkh] {
    background-color: #FFCD05;
    padding-left: 20px;
    padding-bottom: 5px;
}

    .unlock-code-instructions div.instruction[b-snoaen7mkh] {
        padding-left: 0;
    }

    .unlock-code-instructions div.unlock-code-content[b-snoaen7mkh] {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    .unlock-code-instructions div h4[b-snoaen7mkh] {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .unlock-code-instructions div h4 img[b-snoaen7mkh] {
            padding-right: 20px;
            vertical-align: sub;
        }

.unlock-code-instructions .row[b-snoaen7mkh] {
    padding-top: 5px;
}

.unlock-code-form img[b-snoaen7mkh] {
    padding-right: 10px;
    vertical-align: text-bottom;
}

.unlock-code-form input[b-snoaen7mkh] {
    width: 92%;
}

.unlock-code-form input[b-snoaen7mkh],
.unlock-code-form select[b-snoaen7mkh] {
    margin-left: 32px;
}

.unlock-code-form span.field-validation-error[b-snoaen7mkh] {
    display: block;
    padding-left: 35px;
    line-height: 1.6;
}

.unlock-code-form select[b-snoaen7mkh] {
    width: 92% !important;
}

.payment-line-item-key[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 700;
    color: #5F5F62;
    white-space: nowrap;
}

    .payment-line-item-key label[b-snoaen7mkh] {
        font-size: 17px;
        font-weight: 600;
        color: #5F5F62;
        padding-bottom: 20px;
    }

.payment-line-item-value[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.payment-sub-item-key[b-snoaen7mkh] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    line-height: 2;
}

.payment-sub-item-value[b-snoaen7mkh] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-sub-total-key[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
}

.payment-sub-total-value[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-total-item-key[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.payment-total-item-value[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.payment-border-top[b-snoaen7mkh] {
    border-top: 1px solid #D5D5D5;
    line-height: 2.5;
}

.payment-border-top-transparent[b-snoaen7mkh] {
    border-top: 1px solid transparent;
    line-height: 2.5;
}

.unlock-code-panel[b-snoaen7mkh] {
    background-color: #2D80AF4D;
    color: #2D80AF;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.unlock-code-panel img[b-snoaen7mkh] {
    vertical-align: bottom;
    padding-left: 0px;
    padding-right: 10px;
}

.unlock-code-panel h5[b-snoaen7mkh] {
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
}

.section-title .purchase-item:last-child[b-snoaen7mkh] {
    border-top: 1px solid #D5D5D5;
}

.btn-green[b-snoaen7mkh] {
    margin-top: 20px;
}

.account-section .control-label[b-snoaen7mkh] {
    margin-top: unset !important;
    margin-bottom: 5px !important;
}

#cardholder-name[b-snoaen7mkh] {
    margin-top: 0px;
}

#address-form div[b-snoaen7mkh] {
    padding-left: 15px !important;
}

#address-form .control-label[b-snoaen7mkh] {
    margin-bottom: 15px !important;
}

.switch-box[b-snoaen7mkh] {
    margin-left: 15px !important;
}

#AccountBalanceDue[b-snoaen7mkh] {
    background-color: #F26C61;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#AccountBalanceDue h4[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 600;
}

#AccountBalanceDue span[b-snoaen7mkh] {
    font-size: 42px;
    font-weight: 600;
}

#AccountBalanceDue p[b-snoaen7mkh] {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
}

#AccountBalanceDue img[b-snoaen7mkh] {
    height: 61px;
    margin-top: 20px;
}

#PaymentAmount[b-snoaen7mkh] {
    font-size: 18px;
    font-weight: 600;
    color: #5F5F62;
    background-color: #FFFFFF;
    border: 2px solid #5F5F62;
    height: 40px;
    padding-left: 10px;
    margin-top: 0px;
}

#PaymentAmount [b-snoaen7mkh]::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #5F5F62;
}

.counter[b-snoaen7mkh] {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 3px 0;
}

.counter .button[b-snoaen7mkh] {
    background-color: #5F5F62;
    padding: 0 4px;
    border-radius: 50%;
    font-size: 16px;
}

.counter .button.disabled[b-snoaen7mkh] {
    opacity: 0.6;
    cursor: not-allowed;
}

.counter .quantity[b-snoaen7mkh] {
    color: #666666;
    padding: 10%;
}

.quantity-label[b-snoaen7mkh] {
    position: absolute;
    left: -10px;
}

.autopay-label[b-snoaen7mkh] {
    margin-bottom: 15px;
}

.autopay[b-snoaen7mkh] {
    background-color: #07203C0D;
    margin-bottom: 15px;
    padding: 10px 30px 25px 30px;
}

.autopay > div[b-snoaen7mkh], .autopay > section > div[b-snoaen7mkh] {
    padding: unset;
}

.autopay .payment-label[b-snoaen7mkh] {
    margin-bottom: 15px;
}

.autopay .payment-label > div[b-snoaen7mkh] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
    white-space: nowrap;
}

.autopay .date[b-snoaen7mkh] {
    color: #000 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.autopay span[b-snoaen7mkh] {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.payment-method[b-snoaen7mkh] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
}

.payment-method span[b-snoaen7mkh] {
    color: #666;
}

.payment-method .card[b-snoaen7mkh] {
    display: flex;
    align-items: center;
}

.payment-method .card div[b-snoaen7mkh] {
    margin-left: 5px;
}

.payment-method .btn[b-snoaen7mkh] {
    width: auto;
    margin-left: 5px;
    text-transform: lowercase;
    padding: 6px;
}

.alert-success[b-snoaen7mkh] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #616161 !important;
    background-color: #54B84933;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: -15px;
    margin-right: -15px;
}

.alert.alert-info[b-snoaen7mkh] {
    color: #4086AD;
    background-color: #C5DAE6;
    border-color: transparent;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.alert.alert-info div:nth-child(2)[b-snoaen7mkh] {
    font-weight: 500;
}

.alert-warning[b-snoaen7mkh] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #07203c !important;
    background-color: #fde021;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-warning div:nth-child(1)[b-snoaen7mkh] {
    padding-right: 15px !important;
    padding-top: 3px;
}

.alert-warning div:nth-child(2)[b-snoaen7mkh] {
    font-size: 14px;
}

.text-bold[b-snoaen7mkh] {
    font-weight: 600;
}

.cancel[b-snoaen7mkh] {
    color: #9c9c9d;
    margin-top: 20px;
}

.btn-green[b-snoaen7mkh] {
    width: 100%;
}
/* /Views/AccountOnboarding/InsightDistributorProgramCode.cshtml.rz.scp.css */
.container[b-t6hdsx8oyq] {
    margin-top: 25px;
}

.alert-warning[b-t6hdsx8oyq] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #07203c !important;
    background-color: #fde021;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-warning div:nth-child(1)[b-t6hdsx8oyq] {
    padding-right: 15px !important;
    padding-top: 3px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.alert-warning div:nth-child(2)[b-t6hdsx8oyq] {
    font-size: 14px;
}

.reference-code-container[b-t6hdsx8oyq] {
    background-color: #e0e0e0;
}

#ProgramCodeLabel[b-t6hdsx8oyq] {
    padding-left: 0;
    margin-left: -10px;
}

#LookUpButton[b-t6hdsx8oyq] {
    width: 100%;
    margin: 25px 0 0 15px;
    background-color: white;
    color: black;
}

.cancel-button[b-t6hdsx8oyq] {
    background-color: white;
    color: black;
}
/* /Views/AccountOnboarding/InsightDistributorSerialNumber.cshtml.rz.scp.css */
.btn-lookup[b-1wc70mk7pi] {
    width: 100%;
    margin: 25px 0 0 15px;
    background-color: white;
    color: black;
}
.btn-lookup:disabled[b-1wc70mk7pi] {
    color: #919191;
    background-color: #E0E0E0;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);
}

.control-label[b-1wc70mk7pi] {
    padding-left: 0 !important;
    margin-left: 0px;
    color: #757575;
}

#SerialNumber[b-1wc70mk7pi] {
    margin-left: 15px;
    border-radius: unset;
}

.alert-warning[b-1wc70mk7pi] {
    background-color: #FDE021;
    color: #292929;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-left: 15px;
}

.alert-success[b-1wc70mk7pi] {
    color: #616161;
    margin-left: 15px;
}

h3[b-1wc70mk7pi] {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #292929;
}

.instruction h4[b-1wc70mk7pi] {
    color: #292929;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 15px;
}

.instruction p[b-1wc70mk7pi] {
    color: #292929;
    font-weight: 400;
    font-size: 12px;
    margin-left: 15px;
}

.instruction[b-1wc70mk7pi]  img {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* /Views/AccountOnboarding/OnboardingDocuments.cshtml.rz.scp.css */
.user-page-content[b-w7i0eb9nj7] {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;    
}

@media only screen and (max-width: 576px) {
    .account-document-form[b-w7i0eb9nj7] {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.account-document-form .section-title[b-w7i0eb9nj7] {
    margin-bottom: 30px
}

.account-document-form .panel-default[b-w7i0eb9nj7] {
    background: white;
    padding-right: 30px;
}

.account-document-form .panel-default .row[b-w7i0eb9nj7] {
    margin: 20px 0px;
}

.account-document-form .panel-default .glyphicon[b-w7i0eb9nj7] {
    color: #66CC33;
}

.account-document-form .panel-default .btn-green[b-w7i0eb9nj7] {        
    margin-top: 0;
}        

.account-document-form .panel-default input[b-w7i0eb9nj7] {
    border-radius: 0 12px 12px 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3), inset 0 0 3px #D5D5D5;
    height: 40px;
}

.uploaded-doc[b-w7i0eb9nj7] {
    margin-bottom: 20px;
}

.uploaded-doc-list[b-w7i0eb9nj7] {
    padding: 10px 40px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.input-group[b-w7i0eb9nj7] {
    margin-left: 10px;
    margin-right: 10px;
}

.align-center[b-w7i0eb9nj7] {
    align-content: center;
}
/* /Views/AccountOnboarding/OnboardingVideos.cshtml.rz.scp.css */
#timer[b-9857dl3fvv] {
    margin-top: 0px;
}

.subtitle[b-9857dl3fvv] {
    text-align: center;
}

.subtitle div[b-9857dl3fvv] {
    font-size: 21px;
}
/* /Views/AccountOnboarding/VehicleVerification.cshtml.rz.scp.css */
.user-page-content[b-61jeswhtxc] {
    padding-top: 16px;
}

#vehicle-verification-submit[b-61jeswhtxc] {
    margin-left: 0px;
}

#vehicle-verification .control-label[b-61jeswhtxc] {
    padding-left: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #9DA2A6;
}

#vehicle-verification .field-validation-error[b-61jeswhtxc] {
    padding-left: 0;
}

#vehicle-verification input[b-61jeswhtxc] {
    margin-left: 0;
}

#vehicle-verification select[b-61jeswhtxc] {
    margin-left: 0;
}

#vehicle-verification .alert-info[b-61jeswhtxc] {
    display: flex;
    flex-direction: column;
    color: black;
    margin-bottom: 0;
    margin-top: 0;
}

#vehicle-verification .alert-info .btn-link[b-61jeswhtxc] {
    text-decoration: underline;
    margin: 20px 0 0 40px;
}

#vehicle-verification .alert-info .btn-link:hover[b-61jeswhtxc] {
    text-decoration: none;
}

#vehicle-verification .alert-info div[b-61jeswhtxc] {
    margin-left: 40px;
}

#vehicle-verification .btn-link.underline[b-61jeswhtxc] {
    text-decoration: underline;
}

#vehicle-verification .btn-transparent[b-61jeswhtxc] {
    color: #07203C;
    background-color: transparent;
    border-color: #07203C;
    margin-top: 10px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

#vehicle-verification .btn-green:disabled[b-61jeswhtxc] {
    color: #AAAAAA;
    background-color: rgba(84, 184, 73, 0.2);
}

#vehicle-verification .driver-license-subtitle[b-61jeswhtxc] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

#vehicle-verification p[b-61jeswhtxc] {
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.alert[b-61jeswhtxc] {
    margin-top: 15px;
}

.alert div:nth-child(2)[b-61jeswhtxc] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
    padding-left: 0;
}

.alert[b-61jeswhtxc]  img {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.align-center[b-61jeswhtxc] {
    align-content: center;
}
/* /Views/AccountOnboarding/VehicleVerificationResult.cshtml.rz.scp.css */
.user-page-content[b-gl26ftcqkk] {
    padding-top: 16px;
}

#vehicle-verification .results[b-gl26ftcqkk] {
    background-color: rgba(7, 32, 60, 0.05);
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#vehicle-verification .results label[b-gl26ftcqkk] {
    color: #757575;
    padding-top: 15px;
}

#vehicle-verification .results .mismatch[b-gl26ftcqkk] {
    color: #F26C61;
}

#vehicle-verification .results input[type='text'][b-gl26ftcqkk] {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px 0px 0px 0px !important;
}

#vehicle-verification .form-group[b-gl26ftcqkk]  img {
    margin-left: -20px;
}

#vehicle-verification .form-group .control-label[b-gl26ftcqkk] {
    font-weight: 500;
    color: #757575;
    padding-left: 20px;
    margin-top: 15px;
}

#vehicle-verification .localities[b-gl26ftcqkk] {
    background: #E0E0E0;
    padding-top: 15px;
}

#vehicle-verification .localities p[b-gl26ftcqkk] {
    font-size: 14px;
    color: #757575;
    padding-bottom: 5px;
}

#vehicle-verification .localities.single[b-gl26ftcqkk] {
    background: unset;
}

#vehicle-verification .subtitle[b-gl26ftcqkk] {
    background-color: #E0E0E0;
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6;
}

#vehicle-verification .subtext[b-gl26ftcqkk] {
    padding-top: 30px;
    padding-bottom: 15px;
}

#vehicle-verification .subtext p[b-gl26ftcqkk] {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    padding-bottom: 20px;
}

.alert[b-gl26ftcqkk] {
    margin-top: 15px;
}

.alert div:nth-child(2)[b-gl26ftcqkk] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;    
}

.alert-warning[b-gl26ftcqkk] {
    background-color: #EED713;
    color: #292929;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 18px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.alert-warning[b-gl26ftcqkk]  img {
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    padding-bottom: 7px;
}

#vehicle-verification .alert-info[b-gl26ftcqkk] {
    display: flex;
    flex-direction: column;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}

#vehicle-verification .alert-info div[b-gl26ftcqkk] {
    margin-left: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}

#vehicle-verification .alert-info .btn-link[b-gl26ftcqkk] {
    text-decoration: underline;
    margin: 20px 0 0 40px;
}

.alert-info[b-gl26ftcqkk]  img {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
    position: absolute;
    margin-left: -10px;
}
/* /Views/AccountOnboarding/VinVerification.cshtml.rz.scp.css */
.user-page-content[b-rxlezox4dw] {
    padding-top: 16px;
}

#vehicle-verification-submit[b-rxlezox4dw] {
    margin-left: 0px;
}

#vehicle-verification .control-label[b-rxlezox4dw] {
    padding-left: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #9DA2A6;
}

#vehicle-verification .required[b-rxlezox4dw]:after {
    content: '*';
    color: #FF3333;
    padding-left: 2px;
    font-size: 14px;
}

#vehicle-verification #Vin[b-rxlezox4dw] {
    color: #4A4A4A !important;
    font-weight: 600;
}

#vehicle-verification .field-validation-error[b-rxlezox4dw] {
    padding-left: 0;
}

#vehicle-verification input[b-rxlezox4dw] {
    margin-left: 0;
}

#vehicle-verification .btn-green:disabled[b-rxlezox4dw] {
    color: #AAAAAA;
    background-color: rgba(84, 184, 73, 0.2);
}

#vehicle-verification p[b-rxlezox4dw] {
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.alert[b-rxlezox4dw] {
    margin-top: 15px;
}

.alert div:nth-child(2)[b-rxlezox4dw] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
    padding-left: 0;
}

.alert[b-rxlezox4dw]  img {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.cancel[b-rxlezox4dw] {
    margin-left: 0px;
}
/* /Views/AccountOnboarding/VinVerificationResult.cshtml.rz.scp.css */
.user-page-content[b-xjs1ux4nob] {
    padding-top: 0;
}

#vehicle-verification .results[b-xjs1ux4nob] {
    background-color: rgba(7, 32, 60, 0.05);
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#vehicle-verification .results label[b-xjs1ux4nob] {
    color: #757575;
    padding-top: 15px;
}

#vehicle-verification .results .mismatch[b-xjs1ux4nob] {
    color: #F26C61;
}

#vehicle-verification .results input[type='text'][b-xjs1ux4nob] {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px 0px 0px 0px !important;
}

#vehicle-verification .subtitle[b-xjs1ux4nob] {
    background-color: #E0E0E0;
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6;
}

#vehicle-verification .subtext[b-xjs1ux4nob] {    
    padding-top: 0;
    padding-bottom: 0;
}

#vehicle-verification .subtext p[b-xjs1ux4nob] {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
    padding-bottom: 20px;
}

.alert[b-xjs1ux4nob] {
    margin-top: 15px;
}

.alert div:nth-child(2)[b-xjs1ux4nob] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;    
}

.alert-warning[b-xjs1ux4nob] {
    background-color: #EED713;
    color: #292929;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 18px;
    padding-bottom: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.alert-warning[b-xjs1ux4nob]  img {
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
    padding-bottom: 7px;
}

#vehicle-verification .alert-info[b-xjs1ux4nob] {
    display: flex;
    flex-direction: column;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #C4E9F7;
    margin-right: -15px;
    padding-right: 5px;
    padding-left: 10px;
    margin-left: -15px;
}

#vehicle-verification .alert-info div[b-xjs1ux4nob] {
    margin-left: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}

#vehicle-verification .alert-info .btn-link[b-xjs1ux4nob] {
    text-decoration: underline;
    margin: 20px 0 0 40px;
}

.alert-info[b-xjs1ux4nob]  img {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
    position: absolute;
    margin-left: -10px;
}

.btn-default[b-xjs1ux4nob] {
    background-color: transparent;
    border: 1px solid #07203C;
    color: #07203C;
}
/* /Views/AccountOnboarding/_ErrorMessage.cshtml.rz.scp.css */
.error-message[b-rra6f4y5dj] {
    padding: 0;
}

.alert[b-rra6f4y5dj] {
    margin-top: 15px;
}

.alert[b-rra6f4y5dj]  img {
    display: inline;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}
/* /Views/Account/Index.cshtml.rz.scp.css */
.user-page-content[b-9fveun0amp] {
    padding-top: 20px;
}

#accountSectionMainContainer[b-9fveun0amp] {
    min-height: 94px;
}

#accountSectionMainContainer #account-content[b-9fveun0amp] {
    margin-left: 90px;
}

@media screen and (max-width: 992px) {
    #accountSectionMainContainer #account-content[b-9fveun0amp] {
        margin-left: unset;
    }
}

@media screen and (min-width: 1200px) {
    #accountSectionMainContainer[b-9fveun0amp] {
        min-width: 1170px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    #accountSectionMainContainer[b-9fveun0amp] {
        min-width: 970px;
    }
}

@media screen and (max-width: 990px) {
    #accountSectionMainContainer[b-9fveun0amp] {
        min-width: 435px;
    }
}

@media only screen and (max-width: 768px) {
    #accountSectionMainContainer[b-9fveun0amp] {
        min-width: unset;
    }
}


@media only screen and (max-width: 992px) {
    .title[b-9fveun0amp] {
        padding-top: unset;
        padding-bottom: unset;
    }
}

@media only screen and (max-width: 992px) {
    .account-menu-mobile[b-9fveun0amp] {
        display: flex !important;
        position: relative;
        background-color: #00182E !important;
        overflow: hidden;
        padding: 0 10px !important;
        color: #FFFFFF;
        margin-left: -15px;
        margin-right: -15px;
    }

    .account-menu-mobile #menu-items[b-9fveun0amp] {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .account-menu-mobile #navigation-left[b-9fveun0amp] {
        display: flex;
        align-items: center;
        padding-right: 7px;
        cursor: pointer;
    }

    .account-menu-mobile #navigation-right[b-9fveun0amp] {
        display: flex;
        align-items: center;
        padding-left: 7px;
        cursor: pointer;
    }
}

#confirmAppointmentModal .modal-dialog[b-9fveun0amp] {
    width: 392px;
}
#confirmAppointmentModal .modal-content[b-9fveun0amp] {
    border-radius: 16px;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: none;
}
#confirmAppointmentModal .modal-body p[b-9fveun0amp] {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
}
#confirmAppointmentModal .modal-footer[b-9fveun0amp] {
    border-top: unset;
    margin-top: -15px;
}
#confirmAppointmentModal .btn[b-9fveun0amp] {
    width: 117px;
}
#confirmAppointmentModal .btn-white[b-9fveun0amp] {
    border: 1px solid #07203C;
    color: #07203C;
    background-color: transparent;
}
#confirmAppointmentModal .btn-green[b-9fveun0amp] {
    box-shadow: unset;
    background-color: #54B849;
}
.appointment-successfully-rescheduled[b-9fveun0amp] {
    padding-left: 0;
    padding-right: 60px;
}
@media screen and (max-width: 992px) {
    .appointment-successfully-rescheduled[b-9fveun0amp] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
    .appointment-successfully-rescheduled .alert-success[b-9fveun0amp]  img {
        vertical-align: bottom;
    }
/* /Views/Account/IndexEmbeddedMobile.cshtml.rz.scp.css */
.user-page-header[b-r7auzcmvt9] {
    margin-top: -74px;
}

.user-page-content[b-r7auzcmvt9] {
    padding-top: 15px;
}

#accountSectionMainContainer[b-r7auzcmvt9] {
    min-height: 94px;
}  

@media screen and (min-width: 1200px) {
    #accountSectionMainContainer[b-r7auzcmvt9] {
        min-width: 1170px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    #accountSectionMainContainer[b-r7auzcmvt9] {
        min-width: 970px;
    }
}

@media screen and (max-width: 990px) {
    #accountSectionMainContainer[b-r7auzcmvt9] {
        min-width: 435px;
    }
}

@media only screen and (max-width: 768px) {
    #accountSectionMainContainer[b-r7auzcmvt9] {
        min-width: unset;
    }
}

@media only screen and (max-width: 768px) {
    #tab-title[b-r7auzcmvt9] {
        color: #ffffff;
    }
}

.account-error[b-r7auzcmvt9] {
    margin-left: -30px;
    margin-right: -30px;
}
/* /Views/Account/Login.cshtml.rz.scp.css */
.row-eq-height[b-qahwfuz09n] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'][b-qahwfuz09n] {
    display: flex;
    flex-direction: column;
    color: #808080;
}

body[b-qahwfuz09n] {
    height: 100%;
    margin: auto !important;
}

#loginButton[b-qahwfuz09n] {
    width: 100%;
    font-weight: 600;
    box-shadow: 1px 1px 3px #888888;
}

.register-btn[b-qahwfuz09n] {
    padding-top: 25px;
}

@media only screen and (max-width: 768px) {
    .register-btn[b-qahwfuz09n] {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .faq[b-qahwfuz09n] {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 768px) {
    .forgot-password[b-qahwfuz09n] {
        font-size: 16px;
    }
}

.links[b-qahwfuz09n] {
    padding-top: 50px;
}

@media only screen and (max-width: 768px) {
    .links[b-qahwfuz09n] {
        width: 80%;
        margin-left: 10%;
    }

    .links a[b-qahwfuz09n] {
        font-size: 12px;
    }
}

#loginLeft[b-qahwfuz09n] {
    box-shadow: 12px 16px 16px #ccc;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 20px 0px 0px 20px;
    background-image: url('/images/login-norounding.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 662px;
    align-items: center;
}

#loginLeft #PreferredLanguage[b-qahwfuz09n] {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 30px;
    font-size: 11px;
    color: #00182E;
    font-weight: 600;
    padding-left: 5px;
    background-color: #FFFFFF;
}

#loginLeft #ImgContainer[b-qahwfuz09n] {
    margin: auto;
}
    #loginLeft #ImgContainer[b-qahwfuz09n]  img {
        width: 100%;
    }

@media only screen and (max-width: 768px) {
    #loginLeft[b-qahwfuz09n] {
        min-height: 300px;
        border-radius: 0;
    }

    #loginLeft #PreferredLanguage[b-qahwfuz09n] {
        position: absolute;
        left: 15px;
        top: 15px;
    }
}

#loginRight[b-qahwfuz09n] {
    display: flex;
    justify-content: space-between;
    box-shadow: 12px 16px 16px #ccc;
    background-color: white;
    border-radius: 0px 20px 20px 0px;
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 768px) {
    #loginRight[b-qahwfuz09n] {
        border-radius: 0;
        padding-bottom: 50px;
    }

    #loginRight .header > div[b-qahwfuz09n] {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }

    #loginRight input[b-qahwfuz09n] {
        font-size: 20px;
    }

    #loginRight .form-group[b-qahwfuz09n] {
        margin-left: 0;
        width: 100%;
    }
}

.btn-green[b-qahwfuz09n] {
    font-weight: 600;
    font-size: 20px;
}

label[b-qahwfuz09n] {
    font-size: 16px;
    color: #5F5F62;
}

.header[b-qahwfuz09n] {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1%;
    padding-left: 50px;
    padding-right: 80px;
}

.header-alert[b-qahwfuz09n] {
    text-transform: none;
}

.alert-container[b-qahwfuz09n] {
    padding-left: 0;
}

.form-group[b-qahwfuz09n] {
    margin-bottom: unset;
}

.form[b-qahwfuz09n] {
    padding-left: 50px;
    padding-right: 80px;
}

.alert-success[b-qahwfuz09n] {
    background-color: #C5DAE6;
    color: #4087AD;
    margin-bottom: 0px;
    display: flex;
}

.alert-success div:nth-child(1)[b-qahwfuz09n] {
    padding-left: 10px;
}

#registrationSuccess[b-qahwfuz09n] {
    padding-top: 20px;
}

#registrationSuccess .alert-success[b-qahwfuz09n] {
    background-color: rgba(75, 167, 66, 0.2);
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    border-radius: unset;
    padding-top: 22px;
    padding-bottom: 21px;        
}

#registrationSuccess .alert-success > div:first-child[b-qahwfuz09n] {
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 10px;
}

#registrationSuccess .alert-success > div:nth-child(2)[b-qahwfuz09n] {
    padding-right: 60px;
    text-align: left;
    padding-left: 10px;
    font-weight: 500 !important;
}

#registrationSuccess .alert-success-img[b-qahwfuz09n] {
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-top: -10px;
}

#registrationSuccess .alert-success-img.verification[b-qahwfuz09n] {
    vertical-align: -webkit-baseline-middle;
}

#registrationSuccess .alert-success p[b-qahwfuz09n] {
    padding-top: 20px;
}

#registrationSuccess .alert-success a[b-qahwfuz09n] {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

#loginMessages[b-qahwfuz09n] {
    padding-bottom: 20px;
}

#loginMessages .alert[b-qahwfuz09n] {
    border: none;
    border-radius: unset;
}

#loginMessages .alert a[b-qahwfuz09n] {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

#loginMessages .alert-danger[b-qahwfuz09n] {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

#loginMessages .alert-danger-img[b-qahwfuz09n] {
    display: inline;
    padding-left: 15px;
    padding-right: 20px;
}

#loginMessages .alert-warning[b-qahwfuz09n] {
    background-color: #FFCC00;
    color: #666666;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#loginMessages .alert-success[b-qahwfuz09n] {
    padding-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 0px;
}

#loginMessages .alert-success > div:first-child[b-qahwfuz09n] {
    padding-left: 10px;
    padding-left: 15px;
    padding-top: 5px;
}

#loginMessages .alert-success > div:nth-child(2)[b-qahwfuz09n] {
    padding-left: 16px !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.forgot-password[b-qahwfuz09n] {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    font-weight: 400;
}

.forgot-password a[b-qahwfuz09n] {
    width: fit-content;
}
    .forgot-password a:nth-child(1)[b-qahwfuz09n] {
        text-align: left;
    }
    .forgot-password a:nth-child(2)[b-qahwfuz09n] {
        text-align: right;
    }

.form-control.form-text-field.text-box-login[b-qahwfuz09n] {
    margin-bottom: 25px;
}
/* /Views/Account/Notes.cshtml.rz.scp.css */
.button-shadow[b-8aj6udormz] {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#NoteSaveCancelSection label[b-8aj6udormz] {
    color: #5F5F62;
    font-weight: 600;
}

#NoteSaveCancelSection[b-8aj6udormz] {
    margin-top: -16px;
    padding-top: 40px;
}

#NoteSaveCancelSection div:first-child[b-8aj6udormz] {
    padding-left: 12px;
}

#NoteSaveCancelSection textarea[b-8aj6udormz] {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 12px;
}

.alert[b-8aj6udormz] {
    border: none;
    border-radius: unset;
    padding: 15px 15px;
    min-height: 53px;
    line-height: 1.7;
}

.alert[b-8aj6udormz]  img {
    padding-right: 5px;
}

.alert div:nth-child(2)[b-8aj6udormz] {
    font-weight: 600;
}
/* /Views/Account/Partials/_AccountDocumentsPartial.cshtml.rz.scp.css */
#docsAddPartial .btn-link img[b-p9p5mjrchw] {
    vertical-align: text-top;
    padding-right: 10px;
}

#docsAddPartial .btn-upload-link[b-p9p5mjrchw] {
    text-align: left;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

#docsAddPartial select[b-p9p5mjrchw] {
    width: 100%;
}

#docsAddPartial .form-control[b-p9p5mjrchw] {
    border-bottom: 1px solid #666666;
    background: transparent;
    margin-bottom: 15px;
}

#docsAddPartial .control-label[b-p9p5mjrchw] {
    margin-top: 20px;
    margin-bottom: 10px;
}

#docsViewPartial .row .document-header[b-p9p5mjrchw] {
    padding-bottom: 5px;
}

#docsViewPartial .row .document-info[b-p9p5mjrchw] {
    background-color: #FFFFFF;
    cursor: pointer;
}

#docsViewPartial .row .document-info:hover[b-p9p5mjrchw] {
    background-color: #C4E9F7;
}

#docsViewPartial .row .document-info .document-image[b-p9p5mjrchw] {
    padding: 15px;
}

#docsViewPartial .row .document-info .document-title[b-p9p5mjrchw] {
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #5F5F62;
}

#docsViewPartial .row .document-info .document-title .document-description[b-p9p5mjrchw] {
    word-wrap: break-word;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #9DA2A6;
}

#docsViewPartial .control-label[b-p9p5mjrchw] {
    white-space: unset;
}
/* /Views/Account/Partials/_AccountHeader.cshtml.rz.scp.css */
.account-info[b-mc5641rehl] {
    font-size: 11px;
    color: #00182E;
    background-color: #C4E9F7;
}

.account-info-container[b-mc5641rehl] {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
}

@media only screen and (max-width: 576px) {
    .account-info-container[b-mc5641rehl] {
        display: block;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .help-btn[b-mc5641rehl] {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .account-info[b-mc5641rehl] {        
        margin-left: -15px;        
    }
}

.account-info h3[b-mc5641rehl] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #00182E;
}

.account-info h3 span[b-mc5641rehl] {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .account-info h3 span[b-mc5641rehl] {
        font-size: 10px;
    }
}

.account-info .badge[b-mc5641rehl] {
    line-height: 1.6;
    border-radius: 5px;
}

.account-info h4[b-mc5641rehl] {
    font-size: 20px;
    font-weight: 700;
    color: #00182E;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .account-info h4[b-mc5641rehl] {
        font-size: 16px;
    }
}

.account-info hr[b-mc5641rehl] {
    margin-top: 2px;
    margin-bottom: 10px;
    border: 1px solid #D5D5D5;
}

.account-info[b-mc5641rehl]  img {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 136px;
}

@media only screen and (max-width: 768px) {
    .account-info[b-mc5641rehl]  img {
        height: 75px;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .account-name[b-mc5641rehl] {
        display: flex;
        align-items: center;
        height: 75px;
    }

    .account-name .row[b-mc5641rehl] {
        margin-left: 5px;
    }
}

.account-name .account-number[b-mc5641rehl] {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.account-dates[b-mc5641rehl] {
    padding-right: 0px;
}

.account-dates a[b-mc5641rehl] {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .account-dates[b-mc5641rehl] {
        margin-top: 9px;        
    }

    .account-dates .dates .mr-8[b-mc5641rehl] {
        margin-right: 8px;
    }
}

.account-dates .date div:first-child[b-mc5641rehl] {
    text-align: left;
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .account-dates .date div:first-child[b-mc5641rehl] {
        padding-right: 0;
    }
}

.account-dates .date div:nth-child(2)[b-mc5641rehl] {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (max-width: 768px) {
    .account-dates .date div:nth-child(2)[b-mc5641rehl] {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .account-dates .border[b-mc5641rehl] {
        border-right: 10px solid #C4E9F7;
    }
}

.account-info .dates[b-mc5641rehl] {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .account-info .dates[b-mc5641rehl] {
        display: block;
    }
}

.account-info .date[b-mc5641rehl] {
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #00182E;
    background-color: white;
}

.account-info .date:not(:last-child)[b-mc5641rehl] {
    margin-bottom: 10px;
}

.account-info .date a[b-mc5641rehl] {
    font-size: 14px;
}

.account-info .date a:active[b-mc5641rehl],
.account-info .date a:focus[b-mc5641rehl] {
    color: #2D80AF !important;
    border-left: unset !important;
}

@media only screen and (max-width: 768px) {
    .account-info .date[b-mc5641rehl] {
        font-size: 10px;
        height: 68px;
    }
}

.account-info-shopping-cart[b-mc5641rehl] {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -62px;
    left: 70%;
    z-index: 100;
}

.account-info-shopping-cart span[b-mc5641rehl] {
    color: white;
    margin-right: 15px;
    width: 70px;
}

.account-info-shopping-cart[b-mc5641rehl]  img {
    height: 65px;
    width: 25px;
    cursor: pointer;
}
/* /Views/Account/Partials/_AccountHeaderBillingPolicy.cshtml.rz.scp.css */
.header-section[b-r5e4fotaw1] {
    background-color: white;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 12px;
    min-height: 60px;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .header-section[b-r5e4fotaw1] {
        margin-left: unset;
    }
}

.header-section div:first-child[b-r5e4fotaw1] {
    padding-left: 0;
    margin-left: -5px;
}

.header-section div:first-child[b-r5e4fotaw1]  img {
    height: 35px;
    padding-top: 7px;
    padding-bottom: unset;
}

.header-section div:nth-child(2)[b-r5e4fotaw1] {
    padding-left: 5px;
}

.header-section div:nth-child(2) div:first-child[b-r5e4fotaw1] {
    color: #757575;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;            
    padding-left: 10px;
}

.header-section div:nth-child(2) div:first-child[b-r5e4fotaw1]  img {
    height: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
}       

.header-section div:nth-child(2) div:nth-child(2)[b-r5e4fotaw1] {
    color: #292929;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.header-section div:nth-child(3)[b-r5e4fotaw1] {
    padding-right: 0;
}

.header-section div:nth-child(3) div:first-child[b-r5e4fotaw1] {
    color: #07203C;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.header-section div:nth-child(3).font-inverse div:first-child[b-r5e4fotaw1] {
    font-size: 14px !important;
}

.header-section div:nth-child(3) div:nth-child(2)[b-r5e4fotaw1] {
    color: #07203C;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.header-section div:nth-child(3).font-inverse div:nth-child(2)[b-r5e4fotaw1] {
    font-size: 16px !important;
}

#accountStatusLegend[b-r5e4fotaw1] {
    margin-top: -10px;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    padding-left: 0;
    margin-left: -20px;
}
@media screen and (max-width: 576px) {
    #accountStatusLegend[b-r5e4fotaw1] {
        font-size: 10px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 5px;
        margin-left: -5px;
    }

    #accountStatusLegend[b-r5e4fotaw1]  img {
        margin-left: 5px;
    }
}

#accountStatusLegend[b-r5e4fotaw1]  img {
    width: 12px;
    height: 12px;
    padding: unset;
    margin-right: 5px;
    margin-left: 10px;
}
/* /Views/Account/Partials/_AutopayPartial.cshtml.rz.scp.css */
@media only screen and (max-device-width: 767px) {
	.extra-small-align-left-with-padding[b-c0npfl3zf8] {
		text-align: left;
		padding: 10px;
	}

	.add-margin-top-xs[b-c0npfl3zf8] {
		margin-top: 20px;
	}

	.light-gray-bar[b-c0npfl3zf8] {
		background-color: #D5D5D5;
		height: 10px;
		line-height: 10px;
	}
}

.btn-blue:focus[b-c0npfl3zf8] {
	color: white;
}

a.autopay[b-c0npfl3zf8] {
	margin: 10px 5px;
	background: #ffffff;
}

a.autopay svg .icon-shape[b-c0npfl3zf8] {
	transition: fill 0.2s ease-in-out;
}

a.autopay[b-c0npfl3zf8],
.icon[b-c0npfl3zf8] {
	width: 34px;
	height: 34px;
	display: inline-block;
	position: relative;
	clear: left;
	text-decoration: none;
	border-radius: 17px;
	transition: background 0.2s ease-in-out, width 0.7s ease-in-out;
}

a.autopay[data-num][b-c0npfl3zf8]:before {
	content: attr(data-num);
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	position: absolute;
	z-index: 2;
	top: -5px;
	left: -5px;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	padding-top: 1px;
	border-radius: 9px;
	color: #fff;
	background-color: #54B849;
}

.btn[b-c0npfl3zf8] {
	margin-bottom: 15px;
	height: 44px !important;
	border-radius: 6px;
}

.btn-blue[b-c0npfl3zf8] {
	font-weight: 600;
	box-shadow: 1px 3px 2px rgba(128, 128, 128, .4);
}

.btn-white[b-c0npfl3zf8] {
	font-weight: 600;
	color: #9DA2A6 !important;
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
}

.btn-white:hover[b-c0npfl3zf8] {
	background-color: #E2EDF3;
}

.btn-link[b-c0npfl3zf8] {
	margin-bottom: -5px;
}

.modal-footer[b-c0npfl3zf8] {
    display: flex;
}

.modal-footer .btn[b-c0npfl3zf8] {
    text-transform: uppercase;
}

.danger[b-c0npfl3zf8] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-danger div:nth-child(1)[b-c0npfl3zf8] {
    padding-right: 15px !important;
    padding-top: 3px;
}

.alert-danger div:nth-child(2)[b-c0npfl3zf8] {
    font-size: 14px;
}
/* /Views/Account/Partials/_BillingAutopayPartial.cshtml.rz.scp.css */
.autopay-label[b-d11lqeyw73] {
    margin-bottom: 15px;
}

.autopay[b-d11lqeyw73] {
    background-color: #07203C0D;
    margin-bottom: 15px;
    padding: 10px 30px 25px 30px;
}

.autopay > div[b-d11lqeyw73], .autopay > section > div[b-d11lqeyw73] {
    padding: unset;
}

.autopay .payment-label[b-d11lqeyw73] {
    margin-bottom: 15px;
}

.autopay .payment-label > div[b-d11lqeyw73] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
    white-space: nowrap;
}

.autopay .date[b-d11lqeyw73] {
    color: #000 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.autopay span[b-d11lqeyw73] {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.payment-method[b-d11lqeyw73] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
}

.payment-method .btn[b-d11lqeyw73] {
    color: #2D80AF;
}

.payment-method span[b-d11lqeyw73] {
    color: #666;
}

.payment-method .card[b-d11lqeyw73] {
    display: flex;
    align-items: center;
}

.payment-method .card div[b-d11lqeyw73] {
    margin-left: 5px;
}
    .payment-method .card div > div[b-d11lqeyw73] {
        display: inline;
    }

.payment-method .btn[b-d11lqeyw73] {
    width: auto;
    margin-left: 5px;
    text-transform: lowercase;
    padding: 6px;
}

.alert-success[b-d11lqeyw73] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #616161 !important;
    background-color: #54B84933;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-info[b-d11lqeyw73] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #C4E9F7 !important;
    color: #07203C !important;
    background-color: #54B84933;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-info[b-d11lqeyw73]  img {
    padding-top: 5px;
}

.alert-info .btn-link[b-d11lqeyw73] {
    display: block;
    text-transform: unset;
    text-align: left;
    margin-left: -7px;
    color: #529bcc;
    width: fit-content;
}

.alert-danger[b-d11lqeyw73] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-danger div:nth-child(1)[b-d11lqeyw73] {
    padding-right: 15px !important;
    padding-top: 3px;
}

.alertdanger div:nth-child(2)[b-d11lqeyw73] {
    font-size: 14px;
}

.text-bold[b-d11lqeyw73] {
    font-weight: 600;
}

.cancel[b-d11lqeyw73] {
    color: #9c9c9d;
    margin-top: 20px;
}

.cancel-action[b-d11lqeyw73] {
    margin-top: 20px;
}

.cancel-action span[b-d11lqeyw73] {
    color: #2D80AF;
    cursor: pointer;
    font-weight: bold;
}

.modal-footer[b-d11lqeyw73] {
    display: flex;
}

.modal-footer .btn[b-d11lqeyw73] {
    text-transform: uppercase;
}

.alert-warning[b-d11lqeyw73] {
    background-color: #FDE021;
    color: #292929;
    padding: 20px !important;
    margin-left: -2px;
}
/* /Views/Account/Partials/_BillingAutopayPaymentModalPartial.cshtml.rz.scp.css */
.modal .modal-footer[b-75ftcmbg86] {
    display: flex;
}

.modal .btn[b-75ftcmbg86] {
    text-transform: uppercase;
}

.modal .payment-label[b-75ftcmbg86] {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
}

.modal .payment-label .section-title-light[b-75ftcmbg86] {
    margin-bottom: 0;
}

.modal .payment-options[b-75ftcmbg86] {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
    padding: 0 20%;
}

.modal .payment-options-wide[b-75ftcmbg86] {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
    padding: 0 13%;
}

.modal .payment-option[b-75ftcmbg86] {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.modal .payment-option:last-child[b-75ftcmbg86] {
    border-bottom: 1px solid #757575;
    padding-bottom: 25px;
}

.modal .payment-title[b-75ftcmbg86] {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.modal .payment-title .view[b-75ftcmbg86] {
    color: #529bcc;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}

.modal .payment-title .view:hover[b-75ftcmbg86] {
    color: #529bcc;
    text-decoration: none;
}

.modal .payment-radio-button[b-75ftcmbg86] {
    display: flex;
}

.modal input[type="text"][b-75ftcmbg86] {
    margin-top: 1px;
}

.modal input[type="checkbox"][b-75ftcmbg86] {
    margin-top: 4px;
}

.modal .payment-radio-button label[b-75ftcmbg86] {
    margin-bottom: 0;
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    cursor: pointer;
}

.modal #AddCardRoot[b-75ftcmbg86] {
    padding: 0;
}

.modal .helper-text[b-75ftcmbg86] {
    color: #a94442;
}

.modal #ccn-help[b-75ftcmbg86] {
    display: flex;
    min-height: 1px;
}

.section-title-light h4[b-75ftcmbg86] {
    margin-left: 15px;
}

.terms-text[b-75ftcmbg86] {
    margin-left: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #292929;
}

.alert-info-black[b-75ftcmbg86] {
    color: #07203c;
}

.alert-info-black div:nth-child(1)[b-75ftcmbg86] {
    padding-top: 3px;
}

input[type=text].form-control:disabled[b-75ftcmbg86] {
    color: #AAAAAA;
}

[b-75ftcmbg86] select.form-control {
    margin-left: 0;
    height: 41px;
    margin-top: 0;
}
/* /Views/Account/Partials/_CardSelection.cshtml.rz.scp.css */
.alert.alert-info[b-sxlayznjm0] {
    color: #4086AD;
    background-color: #C5DAE6;
    border-color: transparent;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}

.alert.alert-info div:nth-child(2)[b-sxlayznjm0] {
    font-weight: 500;
}

.helper-text[b-sxlayznjm0] {
    color: #a94442;
}

#card-logo[b-sxlayznjm0] {
    display: none;
}

input[type=text].form-control:disabled[b-sxlayznjm0] {
    color: #AAAAAA;
}

#PaymentSelectionForm[b-sxlayznjm0] {
    margin-top: 0px;
    margin-bottom: 20px;
}

#PaymentSelectionForm .form-control[b-sxlayznjm0] {
    font-weight: 600;
    font-size: 16px;
    padding-left: 0px;
    height: 40px;
}

#PaymentSelectionForm .align-left[b-sxlayznjm0] {
    padding-left: 0px;
}

#PaymentSelectionForm .alert-info[b-sxlayznjm0] {
    padding: 15px;
}

#PaymentSelectionForm .mb-1[b-sxlayznjm0] {
    margin-bottom: 10px;
}

#address-form div[b-sxlayznjm0] {
    padding-left: 40px;
}

#address-form img[b-sxlayznjm0] {
    margin-left: -25px;
    padding-right: 5px;
}

#cc-form div[b-sxlayznjm0] {
    margin-bottom: 10px;
}

#cc-form div.mb-30[b-sxlayznjm0] {
    margin-bottom: 30px;
}

#cc-form img[b-sxlayznjm0] {
    margin-left: -25px;
    padding-right: 5px;
}

#cc-form .input-group[b-sxlayznjm0] {
    padding-left: 0 !important;
    width: 100%;
}

.use-physical[b-sxlayznjm0] {
    display: flex;
    align-items: center;
}

.use-physical-container[b-sxlayznjm0] {
    margin-bottom: 20px;
}

.h5[b-sxlayznjm0] {
    color: #5F5F62;
    font-size: 14px;
    font-weight: 600;
}

[b-sxlayznjm0] select.form-control {
    margin-left: 0;
    height: 40px;
    margin-top: 0;
}

p[b-sxlayznjm0] {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    padding-bottom: unset;
}

#AddCardRoot > div[b-sxlayznjm0] {
    padding-left: 20px;
    padding-right: 15px;
}
.form-group[b-sxlayznjm0]  span {
    padding-left: 1px !important;
    margin-top: 5px;
}
/* /Views/Account/Partials/_CheckoutPartial.cshtml.rz.scp.css */
#checkout .order-details-item[b-cfwa5s839i] {
    font-weight: 600;
    font-size: 16px;
    padding: 20px 35px;
    color: #5F5F62;
}

#checkout .order-details-item .align-right[b-cfwa5s839i] {
    display: flex;
    justify-content: flex-end;
}

#checkout .sub-total[b-cfwa5s839i] {
    color: #9DA2A6;
    padding: 0 35px;
}

#checkout .tax-shipping[b-cfwa5s839i] {
    font-size: 18px;
    padding: 0 35px;
}

#checkout .total[b-cfwa5s839i] {
    font-size: 18px;
    font-weight: 700;
    padding: 0 35px;
}

#checkout hr[b-cfwa5s839i] {
    margin: 5px 0 5px 30px;
    background-color: #D5D5D5;
}

#checkout .address-label[b-cfwa5s839i] {
    color: #5F5F62;
    display: inline-flex;
}

h4[b-cfwa5s839i] {
    font-size: 14px;
}

[b-cfwa5s839i] select {
    border-top: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    color: #2D80AF;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    height: 40px;
    margin-top: -10px;
    width: 100%;
}

[b-cfwa5s839i] .control-label {
    margin-top: unset !important;
    margin-bottom: 5px !important;
}

.lookup[b-cfwa5s839i] {
    margin-top: 25px;
    margin-left: 15px;
    margin-right: -25px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    border: none;
    border-radius: 10px;
    width: 80%;
    line-height: 2;
    text-transform: uppercase !important;
}

#completePaymentButton[b-cfwa5s839i] {
    margin: 20px 0;
    width: 100%;
}

#shipping-address-form > div:nth-child(2)[b-cfwa5s839i] {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

select.form-control[b-cfwa5s839i] {
    margin-left: 0;
}
/* /Views/Account/Partials/_DashboardBillingPolicyPartial.cshtml.rz.scp.css */
.dashboard-section[b-nxf3ald0u8] {
    background-color: white;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
    margin-bottom: 15px;
}

.dashboard-section div:first-child[b-nxf3ald0u8]  img {
    padding-top: 7px;
    width: 28px;
}

.dashboard-section div:nth-child(2) div:first-child[b-nxf3ald0u8] {
    color: #757575;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 4px;    
}

.dashboard-section div:nth-child(2) div:first-child[b-nxf3ald0u8]  img {
    float: right;        
    width: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.dashboard-section div:nth-child(2) div:nth-child(2)[b-nxf3ald0u8] {
    color: #292929;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.dashboard-section div:nth-child(3) div:first-child[b-nxf3ald0u8] {
    color: #07203C;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.dashboard-section div:nth-child(3).font-inverse div:first-child[b-nxf3ald0u8] {
    font-size: 14px !important;
}

.dashboard-section div:nth-child(3) div:nth-child(2)[b-nxf3ald0u8] {
    color: #07203C;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.dashboard-section div:nth-child(3).font-inverse div:nth-child(2)[b-nxf3ald0u8] {
    font-size: 16px !important;
}
/* /Views/Account/Partials/_DashboardIsaDeviceStatusPartial.cshtml.rz.scp.css */
.isa-device-status-card[b-gueet5vc2y] {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    gap: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.isa-device-status-header[b-gueet5vc2y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.isa-device-status-title[b-gueet5vc2y] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a3a52;
    line-height: 1.2;
}

/* Status Pills */
.isa-status-pill[b-gueet5vc2y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.isa-status-pill-pending[b-gueet5vc2y] {
    background: #ffc107;
    color: #1a3a52;
}

.isa-status-pill-active[b-gueet5vc2y] {
    background: #00C099;
    color: #fff;
}

.isa-status-pill-locked[b-gueet5vc2y] {
    background: #D64A32;
    color: #fff;
}

.isa-status-pill-recalled[b-gueet5vc2y] {
    background: #D64A32;
    color: #fff;
}

.isa-status-pill-removed[b-gueet5vc2y] {
    background: #cfd4da;
    color: #1a3a52;
}

.isa-warning[b-gueet5vc2y] {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding: 12px 14px;
    margin-top: 4px;
}

.isa-warning-pending[b-gueet5vc2y] {
    background: #e7eef8;
}

.isa-warning-locked[b-gueet5vc2y] {
    background: #f9f0df;
}

.isa-warning-recall[b-gueet5vc2y] {
    background: #f9f0df;
}

.isa-warning-icon[b-gueet5vc2y] {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.isa-warning-text[b-gueet5vc2y] {
    color: #1a3a52;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
}

/* Status Rows */
.isa-status-row[b-gueet5vc2y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    gap: 16px;
}

.isa-status-row-primary[b-gueet5vc2y] {
    border-bottom: 1px solid #e8e8e8;
}

.isa-status-label[b-gueet5vc2y] {
    font-size: 13px;
    font-weight: 500;
    color: #495057;
}

.isa-status-value[b-gueet5vc2y] {
    font-size: 14px;
    font-weight: 700;
    color: #1a3a52;
}

/* Upcoming Panel */
.isa-upcoming-panel[b-gueet5vc2y] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background: #F3FAF4;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.isa-upcoming-title[b-gueet5vc2y] {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #1a3a52;
}

.isa-upcoming-row[b-gueet5vc2y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    gap: 12px;
}

.isa-upcoming-row-bordered[b-gueet5vc2y] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 8px;
}

.isa-upcoming-left[b-gueet5vc2y] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #1a3a52;
}

[b-gueet5vc2y] .isa-icon {
    width: 16px;
    height: 16px;
    color: #1a3a52;
    flex-shrink: 0;
}

.isa-upcoming-value[b-gueet5vc2y] {
    font-size: 14px;
    font-weight: 700;
    color: #1a3a52;
}

.isa-upcoming-value-past-due[b-gueet5vc2y] {
    color: #D64A32;
}

/* Proof Button */
.isa-proof-form[b-gueet5vc2y] {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.isa-proof-button[b-gueet5vc2y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1a3a52;
    background: #fff;
    border: 1px solid #1a3a52;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.isa-proof-button:hover[b-gueet5vc2y] {
    background: #f0f4f8;
    border-color: #0d1f2d;
}

.isa-proof-button:active[b-gueet5vc2y] {
    background: #e0e8f0;
}

.isa-proof-button:disabled[b-gueet5vc2y] {
    opacity: 0.6;
    cursor: not-allowed;
}

.isa-proof-feedback[b-gueet5vc2y] {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
}

.isa-proof-feedback-success[b-gueet5vc2y] {
    color: #1f8a4c;
}

.isa-proof-feedback-error[b-gueet5vc2y] {
    color: #D64A32;
}

/* Responsive */
@media (max-width: 768px) {
    .isa-device-status-card[b-gueet5vc2y] {
        padding: 16px;
        gap: 12px;
    }

    .isa-device-status-title[b-gueet5vc2y] {
        font-size: 24px;
    }

    .isa-device-status-header[b-gueet5vc2y] {
        flex-direction: column;
        align-items: flex-start;
    }

    .isa-status-pill[b-gueet5vc2y] {
        align-self: flex-start;
    }

    .isa-upcoming-panel[b-gueet5vc2y] {
        padding: 12px;
    }

    .isa-proof-button[b-gueet5vc2y] {
        max-width: 100%;
    }
}
/* /Views/Account/Partials/_IconLinksPartial.cshtml.rz.scp.css */
.account-item[b-4o6bprerqq] {
    position: relative;
    width: 100%;
}
/* /Views/Account/Partials/_MyBillPartial.cshtml.rz.scp.css */
.payments[b-4ou9y5z53c] {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
}

.current-bill[b-4ou9y5z53c] {
    background-color: #07203C0D;
    margin-bottom: 15px;    
    padding: 10px 30px 25px 30px;
}

.current-bill > div[b-4ou9y5z53c], .current-bill > section > div[b-4ou9y5z53c] {
    padding: unset;
}
.current-bill .payments > div[b-4ou9y5z53c] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
    white-space: nowrap;
}

    .current-bill .date[b-4ou9y5z53c] {
        color: #000 !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 1.5 !important;
    }

    .current-bill span[b-4ou9y5z53c] {
        color: #292929;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;        
    }

.statement-overview[b-4ou9y5z53c] {
    background-color: #07203C0D;
}

.alert-success[b-4ou9y5z53c] {
    background-color: #54B84933;
}

h3[b-4ou9y5z53c] {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-link[b-4ou9y5z53c] {
    color: #529BCC;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: lowercase;
    text-decoration: unset;
    display: contents;
}

.btn-link:hover[b-4ou9y5z53c] {
    text-transform: lowercase;
    text-decoration: underline;
}

.alert-success[b-4ou9y5z53c] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
    color: #616161 !important;
    background-color: #54B84933;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-info[b-4ou9y5z53c] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #C4E9F7 !important;
    color: #07203C !important;
    background-color: #54B84933;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    align-items: center;
}

.alert-info .btn-link[b-4ou9y5z53c] {
    display: block;
    text-transform: unset;
    text-align: left;
    margin-left: -7px;
    color: #529bcc;
    width: fit-content;
}

.alert-info .btn-link span[b-4ou9y5z53c] {
    color: #529bcc;
    font-weight: 600;
}

.alert-info[b-4ou9y5z53c]  a.btn.btn-link {
    color: #529bcc;
    padding: 0;
    margin-top: -2px;
}

.link[b-4ou9y5z53c] {
    color: #23527c !important;
    text-transform: lowercase;
    cursor: pointer;

}

.link:hover[b-4ou9y5z53c] {
    text-decoration: underline;
}

.alert-warning[b-4ou9y5z53c] {
    background-color: #FDE021;
    color: #292929;
    padding: 20px !important;
}

.autopay-status[b-4ou9y5z53c] {
    color: #757575 !important;
    padding-left: 5px;
}
/* /Views/Account/Partials/_MyBillPaymentModalPartial.cshtml.rz.scp.css */
.modal .modal-footer[b-k43cslkk51] {
    display: flex;
}

.modal .btn[b-k43cslkk51] {
    text-transform: uppercase;
}

.modal .payment-options[b-k43cslkk51] {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
    padding: 0 20%;
}

.modal .payment-option[b-k43cslkk51] {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.modal .payment-option:last-child[b-k43cslkk51] {
    border-bottom: 1px solid #757575;
    padding-bottom: 25px;
}

.modal .payment-title[b-k43cslkk51] {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    margin-bottom: 5px;
}

.modal .payment-title .view[b-k43cslkk51] {
    color: #529bcc;
    text-decoration: underline;
    margin-left: 5px;
    cursor: pointer;
}

.modal .payment-title .view:hover[b-k43cslkk51] {
    color: #529bcc;
    text-decoration: none;
}

.modal .payment-radio-button[b-k43cslkk51] {
    display: flex;
}

.modal input[b-k43cslkk51] {
    margin-top: 1px;
}

.modal .payment-radio-button label[b-k43cslkk51] {
    margin-bottom: 0;
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #757575;
    cursor: pointer;
}

.modal #AddCardRoot[b-k43cslkk51] {
    padding: 0;
}

.modal .helper-text[b-k43cslkk51] {
    color: #a94442;
}

.modal #ccn-help[b-k43cslkk51] {
    display: flex;
    min-height: 1px;
}

input[type=text].form-control:disabled[b-k43cslkk51] {
    color: #AAAAAA;
}

[b-k43cslkk51] select.form-control {
    margin-left: 0;
    height: 41px;
    margin-top: 0;
}
/* /Views/Account/Partials/_orderEquipmentPartial.cshtml.rz.scp.css */
.panel-default[b-fflki62a9k] {
	border-color: #F4F4F4;
	border-radius: 6px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.panel-default[b-fflki62a9k] {
		margin-top: 20px;
	}
}

#orderEquipment h5[b-fflki62a9k] {
	margin-bottom: 2px;
	margin-top: 15px;
	min-height: 100px;
	font-weight: 700;
	font-size: 14px;
}

#orderEquipment h3[b-fflki62a9k] {
	font-weight: 600;
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

#orderEquipment h3.item-price[b-fflki62a9k] {
	font-size: 18px;
	font-weight: 700;
	color: #00182E;
}

#orderEquipment .product-image[b-fflki62a9k] {
	object-fit: contain;
}

#orderEquipment .order-alert[b-fflki62a9k] {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}

#orderEquipment .order-alert .alert-content[b-fflki62a9k] {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-weight: 400;
}

#orderEquipment .order-alert .alert-content span[b-fflki62a9k] {
	font-weight: 600;
	cursor: pointer;
}

.checkout-grids[b-fflki62a9k] {
	border: 2px solid #D5D5D5;
	border-radius: 3px;
	color: #808080;
	margin-top: 20px;
	max-width: 102px;
}

.checkout-grids div[b-fflki62a9k] {
	display: flex;
	justify-content: center;
	line-height: 3.5;
	user-select: none;
	font-size: 9px;
	font-weight: 700;
	max-width: 36px;
	max-height: 35px;
}

.checkout-grids div:not(:last-child)[b-fflki62a9k] {
	border-right: 2px solid #D5D5D5;
}

.checkout-grids div:first-child[b-fflki62a9k],
.checkout-grids div:last-child[b-fflki62a9k] {
	cursor: pointer;
}

.checkout-button[b-fflki62a9k] {
	margin-top: 20px;
	margin-left: 20px;
}

.add-to-cart[b-fflki62a9k] {
	text-transform: uppercase;
}

.add-to-cart:hover[b-fflki62a9k] {
	text-transform: uppercase;
	color: white;
}
/* /Views/Account/Partials/_PaymentConfirmation.cshtml.rz.scp.css */
.payment-line-item-key[b-ghj8tw8nf5] {
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #5F5F62;
    white-space: nowrap;
}

.payment-line-item-key label[b-ghj8tw8nf5] {
    font-size: 17px;
    font-weight: 600;
    color: #5F5F62;
    padding-bottom: 20px;
}

.payment-line-item-value[b-ghj8tw8nf5] {
    font-weight: 800;
    text-align: right;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.payment-sub-item-key[b-ghj8tw8nf5] {
    padding: 2px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    line-height: 2;
}

.payment-sub-item-value[b-ghj8tw8nf5] {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-sub-total-key[b-ghj8tw8nf5] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
}

.payment-sub-total-value[b-ghj8tw8nf5] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-total-item-key[b-ghj8tw8nf5] {
    font-size: 18px;
    font-weight: 600;
}

.payment-total-item-value[b-ghj8tw8nf5] {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.payment-border-top[b-ghj8tw8nf5] {
    border-top: 1px solid #D5D5D5;
    line-height: 2.5;
}

.bullet-numbered[b-ghj8tw8nf5] {
    margin: 10px 5px;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    clear: left;
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #5F5F62;
    background-color: #FFFFFF !important;
    float: left;
    padding-top: 8px;
    padding-left: 15px !important;
    font-size: 18px;
}

.bullet-numbered[data-num][b-ghj8tw8nf5]:before {
    content: attr(data-num);
    font-size: 19px;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 8.9px;
    z-index: 2;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 1px;
    border-radius: 20px;
    color: #FFFFFF;
}

.bullet-numbered svg .icon-shape[b-ghj8tw8nf5] {
    transition: fill 0.2s ease-in-out;
}

.section-title .purchase-item:last-child[b-ghj8tw8nf5] {
    border-top: 1px solid #D5D5D5;
}

.btn-green[b-ghj8tw8nf5] {
    margin-top: 20px;
}

.account-section .control-label[b-ghj8tw8nf5] {
    margin-top: unset !important;
    margin-bottom: 5px !important;
}
/* /Views/Account/Partials/_PaymentHistoryPartial.cshtml.rz.scp.css */
.payments[b-d8zu9jzdwk] {
    padding-bottom: 10px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 10px;
}

.payments > div[b-d8zu9jzdwk] {
    color: #5F5F62;
    font-size: 13px;
    font-weight: 600;
}

.payments .date[b-d8zu9jzdwk] {
    color: #5F5F62;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.payments .price[b-d8zu9jzdwk] {
    color: #5F5F62;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    float: right;
    top: 3px;
}

.load-more-payments-container[b-d8zu9jzdwk] {
    display: flex;
    justify-content: center;
    color: #4086AD;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}

.load-more-payments-container[b-d8zu9jzdwk]  img {
    margin-top: 2px;
    margin-right: 10px;
}

.export-to-pdf-container[b-d8zu9jzdwk] {
    display: flex;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}

.export-to-pdf-container[b-d8zu9jzdwk]  img {
    margin-top: 2px;
    margin-right: 10px;
}

.btn-white[b-d8zu9jzdwk] {
    border-radius: 6px;
    background-color: #fff;
    color: #9DA2A6 !important;
    height: 40px !important;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(96,96,96,.1);
    margin-top: 0 !important;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.btn-white:hover[b-d8zu9jzdwk] {
    text-transform: uppercase;
    border: 2px solid #ececec;
    background-color: #E2EDF3;
    color: #9DA2A6 !important;
}
/* /Views/Account/Partials/_PaymentReview.cshtml.rz.scp.css */
.visible-rule[b-1fhgiim68e] {
    border: 1px solid #666666;
    margin: 5px;
}

.payment-line-item-key[b-1fhgiim68e] {
    padding: 5px 15px;
    margin-top: 10px;
}

.payment-line-item-value[b-1fhgiim68e] {
    font-weight: 800;
    text-align: right;
    padding: 5px 15px;
    margin-top: 10px;
}

.payment-sub-item-key[b-1fhgiim68e] {
    font-size: small;
    color: #999999;
    padding: 2px 20px;
}

.payment-sub-item-value[b-1fhgiim68e] {
    font-size: small;
    color: #999999;
    text-align: right;
    padding: 2px 10px;
}

.payment-line-item-key[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 700;
    color: #5F5F62;
    white-space: nowrap;
}

.payment-line-item-key label[b-1fhgiim68e] {
    font-size: 17px;
    font-weight: 600;
    color: #5F5F62;
    padding-bottom: 20px;
}

.payment-line-item-value[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.payment-sub-item-key[b-1fhgiim68e] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    line-height: 2;
}

.payment-sub-item-value[b-1fhgiim68e] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-sub-total-key[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
}

.payment-sub-total-value[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-total-item-key[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 600;
}

.payment-total-item-value[b-1fhgiim68e] {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.payment-border-top[b-1fhgiim68e] {
    border-top: 1px solid #D5D5D5;
    line-height: 2.5;
}

.section-title .purchase-item:last-child[b-1fhgiim68e] {
    border-top: 1px solid #D5D5D5;
}

.btn-green[b-1fhgiim68e] {
    margin-top: 20px;
}

.account-section .control-label[b-1fhgiim68e] {
    margin-top: unset !important;
    margin-bottom: 5px !important;
}
/* /Views/Account/Partials/_PaymentsAndUnlockCodesPartial.cshtml.rz.scp.css */
.bullet-numbered div[b-hvodlrfy5g] {
	border-radius: 20px;
	height: 40px;
	width: 40px;
	border: 1px solid #5F5F62;
	background-color: #FFFFFF !important;
	float: left;
	padding-top: 8px;
	padding-left: 15px !important;
	font-size: 18px;
}

.unlock-code-instructions div[b-hvodlrfy5g] {
	background-color: #FFCD05;
	padding-left: 20px;
	padding-bottom: 5px;
}

.unlock-code-instructions div.instruction[b-hvodlrfy5g] {
	padding-left: 0;
}

.unlock-code-instructions div.unlock-code-content[b-hvodlrfy5g] {
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.unlock-code-instructions div h4[b-hvodlrfy5g] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.unlock-code-instructions div h4 img[b-hvodlrfy5g] {
	padding-right: 20px;
	vertical-align: sub;
}

.unlock-code-instructions .row[b-hvodlrfy5g] {
	padding-top: 5px;
}

.unlock-code-form img[b-hvodlrfy5g] {
	padding-right: 10px;
	vertical-align: text-bottom;
}

.unlock-code-form input[b-hvodlrfy5g] {
	width: 92%;
}

.unlock-code-form input[b-hvodlrfy5g],
.unlock-code-form select[b-hvodlrfy5g] {
	margin-left: 32px;
}

.unlock-code-form span.field-validation-error[b-hvodlrfy5g] {
	display: block;
	padding-left: 35px;
	line-height: 1.6;
}

.unlock-code-form select[b-hvodlrfy5g] {
	width: 92% !important;
}

.payment-line-item-key[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 700;
	color: #5F5F62;
	white-space: nowrap;
}

.payment-line-item-key label[b-hvodlrfy5g] {
	font-size: 17px;
	font-weight: 600;
	color: #5F5F62;
	padding-bottom: 20px;
}

.payment-line-item-value[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}

.payment-sub-item-key[b-hvodlrfy5g] {
	font-size: 14px;
	font-weight: 700;
	color: #9DA2A6;
	line-height: 2;
}

.payment-sub-item-value[b-hvodlrfy5g] {
	font-size: 14px;
	font-weight: 700;
	color: #9DA2A6;
	text-align: right;
}

.payment-sub-total-key[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 700;
	color: #9DA2A6;
}

.payment-sub-total-value[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 700;
	color: #9DA2A6;
	text-align: right;
}

.payment-total-item-key[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 600;
}

.payment-total-item-value[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}

.payment-border-top[b-hvodlrfy5g] {
	border-top: 1px solid #D5D5D5;
	line-height: 2.5;
}

.unlock-code-panel[b-hvodlrfy5g] {
	background-color: #2D80AF4D;
	color: #2D80AF;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.unlock-code-panel img[b-hvodlrfy5g] {
	vertical-align: bottom;
	padding-left: 0px;
	padding-right: 10px;
}

.unlock-code-panel h5[b-hvodlrfy5g] {
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	q
}

.section-title .purchase-item:last-child[b-hvodlrfy5g] {
	border-top: 1px solid #D5D5D5;
}

.btn-green[b-hvodlrfy5g] {
	margin-top: 20px;
}

.account-section .control-label[b-hvodlrfy5g] {
	margin-top: unset !important;
	margin-bottom: 5px !important;
}

#cardholder-name[b-hvodlrfy5g] {
	margin-top: 0px;
}

#address-form div[b-hvodlrfy5g] {
	padding-left: 15px !important;
}

#address-form .control-label[b-hvodlrfy5g] {
	margin-bottom: 15px !important;
}

.switch-box[b-hvodlrfy5g] {
	margin-left: 15px !important;
}

#AccountBalanceDue[b-hvodlrfy5g] {
	background-color: #F26C61;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#AccountBalanceDue h4[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 600;
}

#AccountBalanceDue span[b-hvodlrfy5g] {
	font-size: 42px;
	font-weight: 600;
}

#AccountBalanceDue p[b-hvodlrfy5g] {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}

#AccountBalanceDue img[b-hvodlrfy5g] {
	height: 61px;
	margin-top: 20px;
}

#PaymentAmount[b-hvodlrfy5g] {
	font-size: 18px;
	font-weight: 600;
	color: #5F5F62;
	background-color: #FFFFFF;
	border: 2px solid #5F5F62;
	height: 40px;
	padding-left: 10px;
	margin-top: 0px;
}

#PaymentAmount [b-hvodlrfy5g]::placeholder {
	font-size: 18px;
	font-weight: 600;
	color: #5F5F62;
}

.counter[b-hvodlrfy5g] {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 3px 0;
}

.counter .button[b-hvodlrfy5g] {
	background-color: #5F5F62;
	padding: 0 4px;
	border-radius: 50%;
	font-size: 16px;
}

.counter .button.disabled[b-hvodlrfy5g] {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

.counter .quantity[b-hvodlrfy5g] {
	color: #666666;
	padding: 10%;
}

.quantity-label[b-hvodlrfy5g] {
	position: absolute;
	left: -10px;
}

button[b-hvodlrfy5g] {
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: none;
	height: 44px;
	box-shadow: 1px 3px 2px rgba(128, 128, 128, .4);
}

button:hover[b-hvodlrfy5g] {
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: none;
	height: 44px;
}

.btn-white[b-hvodlrfy5g] {
	border-radius: 6px;
	background-color: #fff;
	color: #9DA2A6;
	border: 1px solid #ececec;
	box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
}

.btn-white:hover[b-hvodlrfy5g] {
	border: 2px solid #ececec;
	background-color: #E2EDF3;
}

.btn-blue[b-hvodlrfy5g] {
	border-radius: 6px;
	border-width: 0;
	color: #fff;
}
/* /Views/Account/Partials/_RecentActivityPartial.cshtml.rz.scp.css */
.current-bill[b-n8ph2sk3df] {
    background-color: #07203C0D;
    margin-bottom: 15px;
    padding: 10px 25px 25px 25px;
}
.current-bill > div[b-n8ph2sk3df], .current-bill > section > div[b-n8ph2sk3df] {
    padding: unset;
}
.current-bill .payments[b-n8ph2sk3df] {
    padding-top: 10px;
    margin-top: -5px;
    margin-bottom: 20px;
    padding-bottom: 20px !important;
}
.current-bill .payments > div[b-n8ph2sk3df] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
    white-space: nowrap;
}
    .current-bill .date[b-n8ph2sk3df] {
        color: #000 !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 1.8 !important;
    }
.current-bill span[b-n8ph2sk3df] {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.statement-details-item[b-n8ph2sk3df] {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    padding: 20px 35px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #757575;
}

.statement-details-item div[b-n8ph2sk3df] {
    line-height: 2.2;
}

.statement-details-item .align-right[b-n8ph2sk3df] {
    display: flex;
    justify-content: flex-end;
}

.statement-details-item .align-right > span[b-n8ph2sk3df] {
    color: #000;
}    

.statement-details-item .item-description > span[b-n8ph2sk3df] {
    font-weight: 600;
    color: #757575;
}

.sub-total[b-n8ph2sk3df] {
    padding-left: 0;
    padding-right: 0;
}

.sub-total span[b-n8ph2sk3df] {
    color: #07203C;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 20px;
}

h3[b-n8ph2sk3df] {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

.item-green > span[b-n8ph2sk3df] {
    color: #54B849 !important;
    white-space: nowrap;
}
/* /Views/Account/Partials/_ReferenceCodePartial.cshtml.rz.scp.css */
.authority > .row[b-hddeiauea0] {
    padding: 20px;
    padding-bottom: 0px;
    background-color: #666666;
}

.reference-code-container[b-hddeiauea0] {
    display: flex;
    align-items: center;
}

.reference-code-container #txtReferenceCode[b-hddeiauea0] {
    margin-top: 0;
}

.reference-code-container div:first-child[b-hddeiauea0] {
    padding-right: 9px;
}

.reference-code-container[b-hddeiauea0]  img {
    padding-left: 30px;
    margin-left: -29px;
    margin-right: 5px;
}

.reference-code-container input [type=button][b-hddeiauea0] {
    margin-top: 25px;
}

.reference-code-container .btn-blue[b-hddeiauea0] {
    margin-top: 26px;
}

.reference-code-terms .terms-and-conditions-label[b-hddeiauea0] {
    font-size: 16px;
    display: block;
    padding-left: 0;
}

@media only screen and (max-width: 400px) {
    .reference-code-terms .terms-and-conditions-label[b-hddeiauea0] {
        display: contents;
    }
}

.btn-green[b-hddeiauea0] {
    margin-top: 20px;
}

.account-section .control-label[b-hddeiauea0] {
    margin-top: unset !important;
    margin-bottom: 5px !important;
}

.account-section .btn-green[b-hddeiauea0] {
    text-transform: uppercase;
}

.account-section .btn-green:hover[b-hddeiauea0] {
    text-transform: uppercase;
}

.account-section .authority[b-hddeiauea0] {
    padding-bottom: 10px;
    background-color: #C4E9F7;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 17px;
}

.account-section .authority .row[b-hddeiauea0] {
    background-color: transparent;
}

.account-section .authority label[b-hddeiauea0] {
    font-size: 14px;
    font-weight: 400;
}

.account-section .authority .bold[b-hddeiauea0] {
    font-weight: 500;
}

.account-section .authority > row[b-hddeiauea0] {
    padding-bottom: 0px;
}

.authority > .row[b-hddeiauea0] {
    padding: 20px;
    padding-bottom: 0px;
    background-color: #666666;
}
/* /Views/Account/Partials/_ServiceExcellenceDatePartial.cshtml.rz.scp.css */
.action-btn[b-ych2ckvfe1] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
}

.action-btn:hover[b-ych2ckvfe1] {
    text-transform: uppercase;
}

.action-btn:active[b-ych2ckvfe1], .action-btn:focus[b-ych2ckvfe1] {
    outline: none;
    border-left-width: 1px !important;
}
.btn-link[b-ych2ckvfe1] {
    text-align: left;
    padding-left: 0;
    color: #529BCC;
}
    .btn-link:focus[b-ych2ckvfe1] {
        outline: none;
    }

p[b-ych2ckvfe1] {
    color: #292929;
    font-weight: 400;
    font-size: 13px;
    padding-bottom: 0;
}
    p b[b-ych2ckvfe1] {
        font-weight: 600;
    }

h5[b-ych2ckvfe1] {
    color: #292929;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

input[b-ych2ckvfe1] {
    margin-top: 5px;
}

.btn-green[b-ych2ckvfe1] {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: none;
    background-color: #54B849;
}

select#appointmentTime[b-ych2ckvfe1] {
    background-color: white;
    color: #07203C;
    font-weight: 600;
    font-size: 11px;
    border-bottom: unset;
    margin-top: 5px;
}
    select#appointmentTime:disabled[b-ych2ckvfe1] {
        opacity: .3;
    }
    select:focus-visible[b-ych2ckvfe1] {
        outline: none;
    }

.time-label[b-ych2ckvfe1] {
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 0;    
}

.alert-warning[b-ych2ckvfe1] {
    padding: 15px;
    border-radius: 6px;
    background: #FDE021;
    color: #292929;
    font-weight: 400;
    font-size: 14px;
}
    .alert-warning h3[b-ych2ckvfe1] {
        margin-top: 3px;
        color: #292929;
        font-weight: 600;
        font-size: 16px;
    }

.appointment[b-ych2ckvfe1] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
    .appointment .appointment-subtitle[b-ych2ckvfe1] {
        color: #292929;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }

.card[b-ych2ckvfe1] {
    padding: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
    margin-top: 20px;
    margin-bottom: 25px;
    color: #292929;
    font-weight: 400;
    font-size: 14px;
}
    .card div:first-child[b-ych2ckvfe1] {
        font-weight: 600;
        font-size: 18px;
    }
    .card a[b-ych2ckvfe1] {
        font-size: 14px;
        font-weight: 700;
        color: #529BCC;
        line-height: 2;
    }
    .card .action-btn[b-ych2ckvfe1]{
        margin-top: 20px;
    }
/* /Views/Account/Partials/_ServiceExcellenceLocationPartial.cshtml.rz.scp.css */
.action-btn[b-sug85mihzf] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
}

.action-btn:hover[b-sug85mihzf] {
    text-transform: uppercase;
}

.action-btn:active[b-sug85mihzf], .action-btn:focus[b-sug85mihzf] {
    outline: none;
    border-left-width: 1px !important;
}

.store-name[b-sug85mihzf] {
    color: #292929;
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
}

.store-address[b-sug85mihzf] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.mb-25[b-sug85mihzf] {
    margin-bottom: 25px;
}

.phone-number a[b-sug85mihzf] {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: bold;
    color: #529BCC;
    margin-top: 10px;
}

.mt-15[b-sug85mihzf] {
    margin-top: 15px;
}

.headline[b-sug85mihzf] {
    display: flex;
    align-items: center;
    margin: 25px 0 10px 0;
    color: #292929;
}

[b-sug85mihzf] .headline img {
    margin-right: 10px;
}

.day[b-sug85mihzf] {
    display: flex;
}

.day-name[b-sug85mihzf] {
    font-weight: bold;
    width: 60px;
}

.day-time[b-sug85mihzf] {
    font-weight: normal;
}

.services[b-sug85mihzf] {
    display: ruby;
}
    .services span[b-sug85mihzf]::before {
        content: "\2022";
        padding-right: 7px;
        padding-left: 5px;
    }
    .services span[b-sug85mihzf] {
        font-weight: normal;
    }

#service-excellence-store-map-container[b-sug85mihzf] {
    height: 250px;
    margin-top: 25px;
}

.google-rating[b-sug85mihzf] {
    width: 210px;
    height: 70px;
    border-radius: 5px;
    border-top: 3px solid #34A853;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
    padding-top: 8px;
    padding-right: 0px;
    font-family: 'Roboto';
    font-size: 11px;
    color: #6A6A6A;
}
    .google-rating > div[b-sug85mihzf] >  img {
        padding-top: 5px;
    }
    .google-rating .stars span[b-sug85mihzf] {
        font-size: 15px;
        font-weight: 800;
        color: #FEA500;
        padding-right: 5px;
        vertical-align: top;
    }
    .google-rating a[b-sug85mihzf], .google-rating a:active[b-sug85mihzf], .google-rating a:focus[b-sug85mihzf] {
        font-size: 9px;
        font-weight: 400;
        color: #868686;
    }
/* /Views/Account/Partials/_ServiceExcellenceNextServiceAppointmentConfirmed.cshtml.rz.scp.css */
p[b-fq039lu6vk] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 0;
}
    p b[b-fq039lu6vk] {
        font-weight: 600;
    }

h5[b-fq039lu6vk] {
    color: #292929;
    font-weight: 500;
    font-size: 16px;
    line-height: 3;
    margin-top: -10px;
}

.store-name[b-fq039lu6vk] {
    color: #292929;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.phone-number a[b-fq039lu6vk] {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
    color: #529BCC;
    line-height: 3;
}

.store-address[b-fq039lu6vk] {
    margin-bottom: 20px;
    line-height: 1.6;
}    

.store-options[b-fq039lu6vk] {
    color: #292929;
    font-weight: 600;
    font-size: 14px;
    line-height: 3;
    margin-top: 20px;
}

.btn-link[b-fq039lu6vk] {
    text-align: left;
    padding-left: 0;
    color: #529BCC;
    font-weight: 700;
    font-size: 14px;
}

    .btn-link:focus[b-fq039lu6vk] {
        outline: none;
    }

.btn-green[b-fq039lu6vk] {
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: none;
    background-color: #54B849;
}
.card[b-fq039lu6vk] {
    padding: 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
    margin-top: 20px;
    color: #292929;
    font-weight: 400;
    font-size: 14px;    
}
    .card b[b-fq039lu6vk] {
        font-weight: 500;
        padding-right: 5px;
    }
/* /Views/Account/Partials/_ServiceExcellencePartial.cshtml.rz.scp.css */
.header[b-91by45m5w2] {
    margin-bottom: 15px;
}

.header-content[b-91by45m5w2] {
    display: flex;
}

.header .header-content .status[b-91by45m5w2] {
    width: 100%;
    padding: 10px;
    margin-left: 15px;
    background-color: #07203c;
    color: white;
    height: 39px;
    border-radius: 10px;
}

.header .header-text[b-91by45m5w2] {
    margin-top: 30px;
    color: #292929;
}

.card[b-91by45m5w2] {
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
    margin-bottom: 10px;
}

.status-container[b-91by45m5w2] {
    display: flex;
    align-items: center;
}

.status-circle[b-91by45m5w2] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #c0c0c0;
    margin-right: 10px;
    margin-top: 5px;
}

.status-circle-yellow[b-91by45m5w2] {
    background-color: #FDE021;
}
.status-circle-red[b-91by45m5w2] {
    background-color: #dd1d21;
}
.status-circle-green[b-91by45m5w2] {
    background-color: #54B849;
}

.status-text[b-91by45m5w2] {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.status-text-title[b-91by45m5w2] {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 1.8;
}

.status-text-label[b-91by45m5w2] {
    font-size: 13px;
    font-weight: 500;
    color: #292929;
}

.card-title[b-91by45m5w2] {
    font-size: 14px;
    font-weight: 500;
    color: #07203C;
    margin: 10px 0 10px 38px;
}

.card-title a[b-91by45m5w2] {
    font-weight: 500;
    font-size: 14px;
    color: #529BCC;
}

.action-btn[b-91by45m5w2] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
}

.action-btn:active[b-91by45m5w2], .action-btn:focus[b-91by45m5w2] {
    outline: none;
    border-left-width: 1px !important;
}

.remedy-btn[b-91by45m5w2] {
    margin-bottom: 15px;
}

.action-label[b-91by45m5w2] {
    display: flex;
    justify-content: center;
    color: #07203C;
    font-size: 14px;
    font-weight: 600;
}

.appointment-details[b-91by45m5w2] {
    font-weight: 500;
    font-size: 14px;
    color: #07203C;
    padding-bottom: 20px;
}

.service-location[b-91by45m5w2] {
    font-weight: 500;
    font-size: 13px;
    color: #757575;
}

.btn-link[b-91by45m5w2] {  
    display: flex;
    align-items: center;
    color: #529BCC;
    padding-left: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.btn-link[b-91by45m5w2]  .icon-container {
    display: flex;
    justify-content: center;
    width: 20px;
    margin-right: 6px;
}

.btn-link .icon-container[b-91by45m5w2]  img {
    margin-top: -1px;
}

.btn-link:active[b-91by45m5w2], .btn-link:focus[b-91by45m5w2] {
    outline: none;
}

button.text-uppercase[b-91by45m5w2], button.text-uppercase:hover[b-91by45m5w2] {
    text-transform: uppercase;
}

.alert-warning[b-91by45m5w2] {
    background-color: #FDE021;
    color: #292929;
    font-size: 14px;
    margin-bottom: 20px;
}

.alert-warning div:nth-child(2)[b-91by45m5w2] {
    font-weight: 400 !important;
}

    .alert-warning h3[b-91by45m5w2] {
        color: #292929;
        font-weight: 600;
        font-size: 16px;
        margin-top: unset;
    }
    .alert-warning .title-warning[b-91by45m5w2] {
        color: #292929;
        font-weight: 600;
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.alert-warning img[b-91by45m5w2] {
    vertical-align: -webkit-baseline-middle;
}

.alert-danger[b-91by45m5w2] {
    background-color: #FB594E;
    border-radius: 6px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.alert-danger h3[b-91by45m5w2] {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin-top: unset;
}
    .alert-danger .title-danger[b-91by45m5w2] {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 16px;
        margin-top: unset;
        margin-bottom: -5px;
    }

.alert-danger[b-91by45m5w2]  p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}

.alert-info[b-91by45m5w2] {
    background-color: #C4E9F7;
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 20px;
}

.confirmation-title[b-91by45m5w2] {
    font-weight: 600;
    font-size: 14px;
    color: #292929;
    margin-left: unset;
    padding-left: 10px;
}

.confirmation-text[b-91by45m5w2] {
    font-weight: 400;
    font-size: 14px;
    color: #292929;
    margin-left: unset;
    padding-left: 10px;
    padding-bottom: 20px;
}

.alert-success[b-91by45m5w2] {
    background-color: #54B84933;
    font-weight: 400;
    font-size: 14px;
    color: #292929;
    line-height: 20px;
    padding-bottom: 0;
}

.mb-10[b-91by45m5w2] {
    margin-bottom: 10px;
}

.issue-description[b-91by45m5w2] {
    margin-top: -5px;
    margin-bottom: 15px;
}

.alert-refresh[b-91by45m5w2] {
    margin-bottom: 30px;
}

.alert-refresh[b-91by45m5w2]  a {
    font-weight: 500;
    margin-top: -2px;
    margin-right: -12px;
    margin-left: -12px;
}

.alert-refresh[b-91by45m5w2]  a:active {
    border-left: none !important;
    padding-left: 13px;
}

.modal-footer[b-91by45m5w2] {
    display: flex;
}

.btn-change-date-time[b-91by45m5w2] {
    margin-top: 10px;
    margin-bottom: -4px;
}
.btn-change-date-time[b-91by45m5w2]:before {
    content: url('/images/service-excellence-calendar.svg');
    padding-right: 8px;    
}
.btn-change-location[b-91by45m5w2]:before {
    content: url('/images/service-excellence-location.svg');
    padding-right: 10px;
}
/* /Views/Account/Partials/_ServiceExcellencePostServiceQuestionnaire.cshtml.rz.scp.css */
.text-label[b-9t8ig8pn61] {
    font-size: 14px;
    color: #292929;
    font-weight: normal;
}

.mb-15[b-9t8ig8pn61] {
    margin-bottom: 15px;
}

.rate-your-experience .btn[b-9t8ig8pn61], .service-length .btn[b-9t8ig8pn61] {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: none;
    height: 44px;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, .4);
}

.rate-your-experience .btn:hover[b-9t8ig8pn61], .service-length .btn:hover[b-9t8ig8pn61] {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: none;
    height: 44px;
}

.rate-your-experience .btn-white[b-9t8ig8pn61], .service-length .btn-white[b-9t8ig8pn61] {
    border-radius: 6px;
    background-color: #fff;
    color: #9DA2A6;
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
}

.rate-your-experience .btn-white:hover[b-9t8ig8pn61], .service-length .btn-white:hover[b-9t8ig8pn61] {
    border: 2px solid #ececec;
    background-color: #E2EDF3;
}

.rate-your-experience .btn-blue[b-9t8ig8pn61], .service-length .btn-blue[b-9t8ig8pn61] {
    border-radius: 6px;
    border-width: 0;
    color: #fff;
}

.rate-your-experience .btn-blue[b-9t8ig8pn61]  img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(107deg) brightness(122%) contrast(100%);
}

.rate-your-experience .btn-blue .stars-label[b-9t8ig8pn61], .service-length .btn-blue .stars-label[b-9t8ig8pn61] {
    color: white;
}

.stars[b-9t8ig8pn61] {
    display: flex;
    margin-right: 10px;
}

.stars[b-9t8ig8pn61]  img {
    margin-right: 5px;
}

.stars-label[b-9t8ig8pn61] {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
}

.control-label[b-9t8ig8pn61] {
    color: #757575;
    margin-bottom: 0;
}

.fee-charged-container[b-9t8ig8pn61] {
    display: flex;
}


.fee-charged-container span[b-9t8ig8pn61] {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    padding-bottom: 5px;
    color: #5F5F62;
    margin-bottom: 5px;
    border-bottom: 1px solid #666;
    border-bottom-left-radius: 4px;
}

.fee-charged[b-9t8ig8pn61] {
    width: 100%;
}

.fee-charged input[b-9t8ig8pn61] {
    border-bottom-left-radius: 0;
}

.fee-charged[b-9t8ig8pn61]  label.error {
    position: absolute;
    bottom: -8px;
    left: 15px;
}

.notes textarea[b-9t8ig8pn61] {
    padding: 10px 15px;
    resize: none;
    color: #757575;
    width: 100%;
    border: 1px solid #757575;
    border-radius: 5px;
}

.notes textarea:focus-visible[b-9t8ig8pn61] {
    outline: none;
}

.count[b-9t8ig8pn61] {
    display: flex;
    justify-content: flex-end;
    color: #757575;
    margin-top: 5px;
}

.btn-green[b-9t8ig8pn61] {
    margin-bottom: 15px;
}

.btn-white[b-9t8ig8pn61] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.btn-white:hover[b-9t8ig8pn61] {
    text-transform: uppercase;
}

.btn-white:active[b-9t8ig8pn61], .btn-white:focus[b-9t8ig8pn61] {
    outline: none;
    border-left-width: 1px !important;
}
/* /Views/Account/Partials/_ServiceExcellencePreServiceQuestionnaire.cshtml.rz.scp.css */
.section-title[b-9e07hy9fo6]  {
    margin-top: 0;
}

.mb-25[b-9e07hy9fo6] {
    margin-bottom: 25px;
}

.mb-15[b-9e07hy9fo6] {
    margin-bottom: 15px;
}

.field-validation-error[b-9e07hy9fo6] {
    padding-left: 0;
    font-weight: 400;
    color: #FB594E;
}

.who-will-be-present .btn[b-9e07hy9fo6] {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: none;
    height: 44px;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, .4);
    text-align: left;
}

.who-will-be-present .btn:hover[b-9e07hy9fo6] {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: none;
    height: 44px;
}

.who-will-be-present .btn-white[b-9e07hy9fo6] {
    border-radius: 6px;
    background-color: #fff;
    color: #9DA2A6;
    border: 1px solid #ececec;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
}

.who-will-be-present .btn-white:hover[b-9e07hy9fo6] {
    border: 2px solid #ececec;
    background-color: #E2EDF3;
}

.who-will-be-present .btn-blue[b-9e07hy9fo6] {
    border-radius: 6px;
    border-width: 0;
    color: #fff;
}

.idle-mode-container[b-9e07hy9fo6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.idle-mode-left[b-9e07hy9fo6] {
    display: flex;
    align-items: center;
}

.idle-mode-left .icon[b-9e07hy9fo6] {
    margin-right: 10px;
}

.idle-mode-left .labels[b-9e07hy9fo6] {
    font-size: 13px;
    font-weight: 500;
}

.idle-mode-left .labels .name-label[b-9e07hy9fo6] {
    color: #757575;
    margin-bottom: 8px;
}

.idle-mode-left .labels .status-label[b-9e07hy9fo6] {
    color: #292929;
}

.switch-box[b-9e07hy9fo6] {
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 46px;
    border-radius: 23px;
    border: none;
    margin-left: 20px;
    box-sizing: border-box;
}

.switch-box input[type="checkbox"].toggle[b-9e07hy9fo6] {
    position: absolute;
    left: -9999em;
}

.switch-box label.toggle[b-9e07hy9fo6] {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: none;
    position: relative;
    min-height: 0;
    width: 72.83333333px;
    left: -26.83333333px;
    background: #E6E6E6;
    padding: 3.83333333px 0;
    border: none;
    transition: all ease-in-out 0.25s;
    max-width: inherit;
    margin-left: -15px;
    margin-bottom: 0;
    margin-bottom: 0px;
}

.switch-box .poll[b-9e07hy9fo6] {
    width: 15.33333333px;
    height: 15.33333333px;
    position: relative;
    left: 30.66666667px;
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.25s;
}


.switch-box input:checked ~ label.toggle.blue[b-9e07hy9fo6] {
    background: #2D80AF;
}

.switch-box label.disabled[b-9e07hy9fo6] {
    background-color: #E6E6E6 !important;
    cursor: default;
}

.switch-box label.disabled .poll[b-9e07hy9fo6] {
    background-color: #F7F7F7 !important;
}

.switch-box.sblarge[b-9e07hy9fo6] {
    width: 52px;
    height: 30px;
    margin-left: 15px;
}

.switch-box.sblarge label.toggle[b-9e07hy9fo6] {
    width: 82.33333333px;
    left: -30.33333333px;
    padding: 4.33333333px 0;
}

.switch-box.sblarge .poll[b-9e07hy9fo6] {
    width: 21.66666667px;
    height: 21.66666667px;
    left: 34.67px;
}

.switch-box.sblarge input:checked ~ label.toggle[b-9e07hy9fo6] {
    left: -9.33333333px;
}

.switch-box.sbsmall[b-9e07hy9fo6] {
    width: 36px;
}

.switch-box.sbsmall label.toggle[b-9e07hy9fo6] {
    width: 57.6px;
    left: -21.6px;
    padding: 3.6px 0;
}

.switch-box.sbsmall .poll[b-9e07hy9fo6] {
    width: 11.8px;
    height: 11.8px;
    left: 25.2px;
}

.switch-box.sbsmall input:checked ~ label.toggle[b-9e07hy9fo6] {
    left: -4.6px;
}

.modal-footer .btn[b-9e07hy9fo6] {
    text-transform: uppercase;
}

.actions .btn-green[b-9e07hy9fo6] {
    margin-bottom: 15px;
}

.actions .btn-white[b-9e07hy9fo6] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.actions .btn-white:hover[b-9e07hy9fo6] {
    text-transform: uppercase;
}

.actions .btn-white:active[b-9e07hy9fo6], .btn-white:focus[b-9e07hy9fo6] {
    outline: none;
    border-left-width: 1px !important;
}

#idleModePromptModal .modal-dialog[b-9e07hy9fo6] {
    width: 392px;
}

#idleModePromptModal .modal-content[b-9e07hy9fo6] {
    border-radius: 16px;
    padding: 10px;
    background-color: #FFFFFF;
    box-shadow: none;
}

#idleModePromptModal .modal-body p[b-9e07hy9fo6] {
    color: #292929;
    font-size: 14px;
    font-weight: 400;
}

#idleModePromptModal .modal-footer[b-9e07hy9fo6] {
    border-top: unset;
    margin-top: -15px;
}

#idleModePromptModal .btn[b-9e07hy9fo6] {
    width: 117px;
}

#idleModePromptModal .btn-white[b-9e07hy9fo6] {
    border: 1px solid #07203C;
    color: #07203C;
    background-color: transparent;
}

#idleModePromptModal .btn-green[b-9e07hy9fo6] {
    box-shadow: unset;
    background-color: #54B849;
}
/* /Views/Account/Partials/_ServiceExcellenceReschedulePartial.cshtml.rz.scp.css */
.section-title[b-tck16asall] {
    margin-top: 0;
    margin-bottom: 25px;
}

.cards[b-tck16asall] {
    margin-bottom: 25px;
}

.card[b-tck16asall] {
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
}

.card-option[b-tck16asall] {
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(96, 96, 96, .3);
    margin-bottom: 25px;
}

.card-option:hover[b-tck16asall] {
    cursor: pointer;
    background-color: #E2EDF3;
}

.status-container[b-tck16asall] {
    display: flex;
    align-items: center;
}

.status-circle[b-tck16asall] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #c0c0c0;
    margin-right: 10px;
    margin-top: 5px;
}

.status-circle-green[b-tck16asall] {
    background-color: #54B849;
}

.status-text[b-tck16asall] {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.status-text-title[b-tck16asall] {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 1.8;
}

.status-text-label[b-tck16asall] {
    font-size: 13px;
    font-weight: 500;
    color: #292929;
}

.card-title[b-tck16asall] {
    font-size: 14px;
    font-weight: 500;
    color: #07203C;
    margin: 10px 0 10px 38px;
}

.action-btn[b-tck16asall] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
}

.action-btn:hover[b-tck16asall] {
    text-transform: uppercase;
}

.action-btn:active[b-tck16asall], .action-btn:focus[b-tck16asall] {
    outline: none;
    border-left-width: 1px !important;
}

.icon-container[b-tck16asall] {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.mb-25[b-tck16asall] {
    margin-bottom: 25px;
}

.action-label[b-tck16asall] {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    color: #529bcc;
    font-weight: 600;
}

.action-description[b-tck16asall] {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    color: #292929;
}

.action-description-text[b-tck16asall] {
    width: 80%;
    text-align: center;
}

.description[b-tck16asall] {
    color: rgb(41, 41, 41);
    font-weight: 400;
    font-size: 14px;
}
/* /Views/Account/Partials/_ServiceExcellenceServiceCode.cshtml.rz.scp.css */
.card[b-5euqljq805] {
    padding: 8px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(96, 96, 96, .1);
    margin-bottom: 10px;
}

.status-container[b-5euqljq805] {
    display: flex;
    align-items: center;
}

.status-circle[b-5euqljq805] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #c0c0c0;
    margin-right: 10px;
    margin-top: 5px;
}

.status-circle-yellow[b-5euqljq805] {
    background-color: #FDE021;
}
.status-circle-red[b-5euqljq805] {
    background-color: #dd1d21;
}
.status-circle-green[b-5euqljq805] {
    background-color: #54B849;
}

.status-text[b-5euqljq805] {
    display: flex;
    flex-direction: column;
    width: 45%;
}

.status-text-title[b-5euqljq805] {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    line-height: 1.8;
}

.status-text-label[b-5euqljq805] {
    font-size: 13px;
    font-weight: 500;
    color: #292929;
}

.card-title[b-5euqljq805] {
    font-size: 14px;
    font-weight: 500;
    color: #07203C;
    margin: 10px 0 10px 38px;
}

.card-title a[b-5euqljq805] {
    font-weight: 500;
    font-size: 14px;
    color: #529BCC;
}

.btn-link[b-5euqljq805] {
    display: flex;
    align-items: center;
    color: #529BCC;
    padding-left: 0;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.btn-link[b-5euqljq805]  .icon-container {
    display: flex;
    justify-content: center;
    width: 20px;
    margin-right: 6px;
}

.btn-link .icon-container[b-5euqljq805]  img {
    margin-top: -1px;
}

.btn-link:active[b-5euqljq805], .btn-link:focus[b-5euqljq805] {
    outline: none;
}

.service-code-section[b-5euqljq805] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-code-title[b-5euqljq805] {
    font-size: 24px;
    color: #292929;
    margin-top: 10px;
}

.service-code-value[b-5euqljq805] {
    font-size: 36px;
    color: #292929;
    margin-bottom: 20px;
}

.action-btn[b-5euqljq805] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
}

.action-btn:active[b-5euqljq805], .action-btn:focus[b-5euqljq805] {
    outline: none;
    border-left-width: 1px !important;
}

button.text-uppercase[b-5euqljq805], button.text-uppercase:hover[b-5euqljq805] {
    text-transform: uppercase;
}

.instruction[b-5euqljq805] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.instruction-first-row[b-5euqljq805] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.instruction-first-row[b-5euqljq805]  img {
    margin-right: 15px;
}

.instruction-title[b-5euqljq805] {
    font-size: 16px;
    color: #292929;
}

.instruction-text[b-5euqljq805] {
    margin-left: 46px;
    font-size: 14px;
    color: #292929;
    font-weight: normal;
}
/* /Views/Account/Partials/_ServiceExcellenceStoreResultPartial.cshtml.rz.scp.css */
.section-title[b-jvavtr19td] {
    margin-top: 0;
}

.store-results[b-jvavtr19td] {
    
}

.store-result[b-jvavtr19td] {
    border-top: 2px solid #07203C66;
    background-color: #FFFFFF;
    padding: 15px 20px 30px 20px;    
}

    .store-result.selected[b-jvavtr19td] {
        background-color: #529BCC1A;
        border-top: 8px solid #529BCC;
    }

.store-result a[b-jvavtr19td] {
    color: #529BCC;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 3;
}

.store-result a:active[b-jvavtr19td] {
    border-left: none !important;
}
.store-result a:focus[b-jvavtr19td] {
    outline: none;
}

.store-name[b-jvavtr19td] {
    color: #292929;
    font-weight: 600;
    font-size: 18px;
    line-height:2;
}

.store-address[b-jvavtr19td] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.store-work-time[b-jvavtr19td] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
    line-height: 3;
    margin-bottom: -10px;
}

.store-work-time b[b-jvavtr19td] {
    font-weight: 700;
    text-transform: uppercase;
}

.btn-link[b-jvavtr19td] {
    color: #529BCC;
    font-weight: 400;
    font-size: 18px;
    line-height: 3.6;
}

.btn-link:focus[b-jvavtr19td] {
    outline: none;
}

.btn-green[b-jvavtr19td] {
    background-color: #54B849;
    box-shadow: none;
    margin-bottom: 10px;
}

.search-buttons[b-jvavtr19td] {
    background-color: #7878801F;
    border-radius: 8px;    
    height: 34px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}
    .search-buttons > div[b-jvavtr19td] {
        padding-left: 4px;
        padding-right: 4px;
    }

p[b-jvavtr19td] {
    color: #292929;
    font-weight: 400;
    font-size: 14px;
}

.btn-xs[b-jvavtr19td] {
    background-color: transparent;
    border-radius: 6px;
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    height: 26px;
}

.btn-xs.active[b-jvavtr19td], .btn-xs:active[b-jvavtr19td], .btn-xs:focus[b-jvavtr19td] {
    background-color: #FFFFFF;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);
    outline: none;
}

#searchStore .control-label[b-jvavtr19td] {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
}

#searchStore .btn-green[b-jvavtr19td] {
    margin-top: 20px;
    margin-bottom: 20px;
}

#searchStore .form-group[b-jvavtr19td] {
    margin-bottom: unset;
}

#searchStore .form-control[b-jvavtr19td] {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

#searchStore select.form-control[b-jvavtr19td] {
    color: #529BCC;
}

.alert-warning[b-jvavtr19td] {
    background-color: #FDE021;    
}

.alert-warning h3[b-jvavtr19td] {
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 12px;
}

.mb-25[b-jvavtr19td] {
    margin-bottom: 25px;
}

.phone-number a[b-jvavtr19td] {
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: bold;
    color: #529BCC;
    margin-top: 10px;
}

.mt-15[b-jvavtr19td] {
    margin-top: 15px;
}

.headline[b-jvavtr19td] {
    display: flex;
    align-items: center;
    margin: 25px 0 10px 0;
    color: #292929;
}

[b-jvavtr19td] .headline img {
    margin-right: 10px;
}

.day[b-jvavtr19td] {
    display: flex;
}

.day-name[b-jvavtr19td] {
    font-weight: bold;
    width: 60px;
}

.day-time[b-jvavtr19td] {
    font-weight: normal;
}

.action-btn[b-jvavtr19td] {
    color: #07203C;
    border: 1px solid #07203C;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    max-height: 40px;
    line-height: 1.9;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.action-btn:hover[b-jvavtr19td] {
    text-transform: uppercase;
}

.action-btn:active[b-jvavtr19td], .action-btn:focus[b-jvavtr19td] {
    outline: none;
    border-left-width: 1px !important;
}

.field-validation-error[b-jvavtr19td] {
    padding-left: 0;
    font-weight: 400;
    color: #FB594E;
}

#store-results-map-container[b-jvavtr19td] {
    height: 250px;
    margin-top: 25px;
}
/* /Views/Account/Partials/_ShoppingCartPartial.cshtml.rz.scp.css */
.panel-default[b-420t3snhtj] {
    border-color: #F4F4F4;
    border-radius: 6px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .panel-default[b-420t3snhtj] {
        margin-top: 20px;
    }
}

#orderEquipment h5[b-420t3snhtj] {
    margin-bottom: 2px;
    margin-top: 15px;
    min-height: 100px;
    font-weight: 700;
    font-size: 14px;
}

#orderEquipment h3[b-420t3snhtj] {
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
}

#orderEquipment h3.item-price[b-420t3snhtj] {
    font-size: 18px;
    font-weight: 700;
    color: #00182E;
}

#orderEquipment .product-image[b-420t3snhtj] {
    object-fit: contain;
}

#orderEquipment .order-alert[b-420t3snhtj] {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

#orderEquipment .order-alert .alert-content[b-420t3snhtj] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
}

#orderEquipment .order-alert .alert-content span[b-420t3snhtj] {
    font-weight: 600;
    cursor: pointer;
}

#shoppingCart .panel-body[b-420t3snhtj] {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
}

#shoppingCart .panel-body > div:first-child[b-420t3snhtj] {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
}

#shoppingCart .panel-body > div:not(:first-child)[b-420t3snhtj] {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 20px;
    padding-top: 20px;
}

#shoppingCart .panel-body > div:not(:first-child) > div[b-420t3snhtj] {
    line-height: 5;
}

@media screen and (max-width: 568px) {
    #shoppingCart .panel-body > div:not(:first-child) > div[b-420t3snhtj] {
        line-height: unset;
    }
}

#shoppingCart .panel-body > div:not(:first-child) > div:nth-child(3)[b-420t3snhtj] {
    line-height: unset;
    padding-top: 20px;
}

#shoppingCart .panel-body > div:last-child[b-420t3snhtj] {
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 20px;
}

#shoppingCart .panel-body > div:last-child > div[b-420t3snhtj] {
    line-height: normal;
}

#shoppingCart .item[b-420t3snhtj] {
    font-weight: 600;
}

#shoppingCart .total-price[b-420t3snhtj] {
    font-size: 20px;
    color: #00182E;
    line-height: 1 !important;
}
@media screen and (max-width: 576px) {
    #shoppingCart .total-price[b-420t3snhtj] {
        text-align: right;
    }
}

#shoppingCart .checkout-grids[b-420t3snhtj] {
    margin-top: 0;
}
#shoppingCart .checkout-grids .div[b-420t3snhtj] {
    max-width: 40px;
    max-height: 40px;
}
#shoppingCart .product-image[b-420t3snhtj] {
    padding-left: unset;
    width: 20%;
}
@media screen and (max-width: 568px) {
    #shoppingCart .product-image[b-420t3snhtj] {
        width: 150%;
    }
}

.proceed-to-checkout[b-420t3snhtj] {
    text-transform: none;
    height: 44px;
    margin-bottom: 15px;
}

.continue-shopping[b-420t3snhtj] {
    height: 44px;
}
/* /Views/Account/Partials/_StatementOverviewPartial.cshtml.rz.scp.css */
h3[b-3i9me8ynag] {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;    
    margin-left: -15px;
}

.sub-title[b-3i9me8ynag] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;    
    margin-bottom: 10px;
    color: #757575;
    margin-left: -15px;
}

.statement-details-item[b-3i9me8ynag] {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 0 5px 0;
    color: #757575;
}

.statement-details-item > .row[b-3i9me8ynag] {
    padding-left: 15px;
    padding-right: 15px;
}

.statement-details-item div[b-3i9me8ynag] {
    line-height: 2.2;
}

.statement-details-item .align-right[b-3i9me8ynag] {
    display: flex;
    justify-content: flex-end;
}

.statement-details-item .black > span[b-3i9me8ynag] {
    color: #000;
}

.statement-details-item .item-description[b-3i9me8ynag] {
    font-weight: 600;
    color: #757575 !important;
}

.statement-details-item .item-description > span[b-3i9me8ynag] {
    color: #757575;
}

.sub-total span[b-3i9me8ynag] {
    color: #07203C;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
}

.sign[b-3i9me8ynag] {
    margin-left: -8px;
}

.item-green > span[b-3i9me8ynag] {
    color: #54B849 !important;
    white-space: nowrap;
}

.note[b-3i9me8ynag] {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
    padding-left: 2px;
    padding-right: 0;
    padding-bottom: 30px;
}
/* /Views/Account/Partials/_StatementsPartial.cshtml.rz.scp.css */
.current-bill[b-wk2hbapr44] {
    background-color: #07203C0D;
    margin-bottom: 15px;
    padding: 10px 30px 25px 30px;
}

.current-bill > div[b-wk2hbapr44], .current-bill > section > div[b-wk2hbapr44] {
    padding: unset;
}

.current-bill .payments > div[b-wk2hbapr44] {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #757575;
}

    .current-bill .date[b-wk2hbapr44] {
        color: #000 !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 1.5 !important;
    }

.current-bill span[b-wk2hbapr44] {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.statement-overview[b-wk2hbapr44] {
    background-color: #07203C0D;
}

h3[b-wk2hbapr44] {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

select[b-wk2hbapr44] {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.btn[b-wk2hbapr44] {
    color: #2D80AF;
    text-align: left;
    padding-left: 0;
    margin-top: 5px;
}
.btn:focus[b-wk2hbapr44], .btn:hover[b-wk2hbapr44] {
    text-decoration: none;
    outline: none;
}

.btn[b-wk2hbapr44]  img {
    filter: brightness(0) saturate(100%) invert(50%) sepia(10%) saturate(4463%) hue-rotate(162deg) brightness(82%) contrast(73%);
}
/* /Views/Account/Partials/_ViewNotesPartial.cshtml.rz.scp.css */
.no-notes[b-nowtw98ntf] {
    background-color: #FFFFFF;
    color: #9DA2A6;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.note-block[b-nowtw98ntf] {
    word-wrap: break-word;
    background-color: #FFFFFF !important;
}

.note-block > label[b-nowtw98ntf] {
    line-height: 1.5;
    color: #5F5F62 !important;
    font-size: 13px;
    font-weight: 700;
}

.note-card[b-nowtw98ntf] {
    transition: 0.3s;
    margin-top: 20px;
}

.note-card:not(:first-child)[b-nowtw98ntf] {
    margin-top: 10px;
}

.note-card > .form-group[b-nowtw98ntf] {
    padding: 0px;
}

.note-card > .form-group > div[b-nowtw98ntf] {
    background-color: #F7F7F7;
}

.note-card label[b-nowtw98ntf] {
    color: #1A1818;
    font-size: 14px;
}

.note-card[b-nowtw98ntf]  .h4 {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}

.note-card[b-nowtw98ntf]  .h5 {
    color: #5F5F62;
    font-size: 14px;
    font-weight: 600;
}
/* /Views/Account/Profile.cshtml.rz.scp.css */
.user-page-content[b-8skybh4u48] {
    margin-top: -20px;
}

.profile_header_box[b-8skybh4u48] {
    background-color: #00182E;
    color: #FFFFFF;
    height: 46px;
    margin-bottom: 24px;
}

.profile_header[b-8skybh4u48] {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding-top: 14px;
    margin-top: 0px;
}

[b-8skybh4u48] .profile-form {
    padding-top: 30px;
}

.profile-form input[type=text].form-control[b-8skybh4u48],
.profile-form input[type=tel].form-control[b-8skybh4u48],
.profile-form input[type=password].form-control[b-8skybh4u48] {
    height: 28px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666666;
    background-color: #F7F7F7;
    color: #5F5F62;
    font-weight: 600;
    font-size: 16px;
    margin-left: 32px;
    padding-left: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 92%;
    border-radius: unset;
}

.profile-form input[type=text]:disabled[b-8skybh4u48], label[disabled=disabled][b-8skybh4u48] {
    color: #AFAFB0 !important;
}

.profile-form select[b-8skybh4u48] {
    margin-left: 28px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 30px;
    font-size: 16px;
    width: 92%;
}

.profile-form .form-group[b-8skybh4u48] {
    margin-bottom: 30px;
}

.profile-form .form-group[b-8skybh4u48]  img {
    position: absolute;
}

.profile-form .form-group a[b-8skybh4u48] {
    padding-left: 32px;
    line-height: 3;
    font-weight: 600;
    font-size: 16px;
}

.profile-form .img-input[b-8skybh4u48] {
    position: absolute;
    top: 30px;
    left: 96%;
}

.profile-form .control-label[b-8skybh4u48] {
    padding-left: 32px;
    color: #666666;
    padding-bottom: 0px;
}

.profile-form .nav[b-8skybh4u48] {
    margin-left: -15px;
    margin-right: -15px;
}

.profile-form .tab-content .tab-pane[b-8skybh4u48] {
}

.profile-form .tab-content .tab-pane > div[b-8skybh4u48] {
    padding-left: 15px;
    padding-right: 15px;
}

.profile-form .tab-content .tab-pane .row > div:nth-child(2)[b-8skybh4u48] {
    padding-right: 0px !important;
}

.profile-form .tab-content .tab-pane .btn-default[b-8skybh4u48] {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: -25px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
    width: 80%;
    line-height: 2;
}

.profile-form .tab-content .tab-pane .lookup-button[b-8skybh4u48] {
    top: -92px;
    left: 25px;
    margin-bottom: -50px;
}

@media screen and (max-width: 992px) {
    .profile-form .tab-content .tab-pane .lookup-button[b-8skybh4u48] {
        top: -25px;
        margin-bottom: unset;
    }
}

.profile-form .tab-content .tab-pane .lookup-button input[b-8skybh4u48] {
    margin-top: 12px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .profile-form .tab-content .tab-pane .lookup-button input[b-8skybh4u48] {
        margin-top: unset;
        width: 96%;
    }
}

.profile-form .tab-content div:last-child .form-group .btn[b-8skybh4u48] {
    width: 100%;
}

.profile-form [b-8skybh4u48]::-webkit-input-placeholder {
    /* Edge */
    color: #2D80AF;
    font-weight: 600;
}

.profile-form :-ms-input-placeholder[b-8skybh4u48] {
    /* Internet Explorer 10-11 */
    color: #2D80AF;
    font-weight: 600;
}

.profile-form [b-8skybh4u48]::placeholder {
    color: #2D80AF;
    font-weight: 600;
}

.profile-form .tab-content[b-8skybh4u48] {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 992px) {
    .profile-form .tab-content[b-8skybh4u48] {
        margin-right: 0;
    }
}

.profile-form .btn[b-8skybh4u48] {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.29);
}

.profile-form .nav-pills[b-8skybh4u48] {
    background-color: #FFFFFF;
    margin-right: -50px !important;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
}

.profile-form .nav-pills li:first-child[b-8skybh4u48] {
    padding-top: 20px;
}

.profile-form .nav-pills li:last-child[b-8skybh4u48] {
    padding-bottom: 100px;
}

.profile-form .nav-pills > li[b-8skybh4u48] {
    padding-left: 15px;
    padding-top: 10px;
}

.profile-form .nav-pills > li > a[b-8skybh4u48] {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    min-height: 25px;
    border-radius: 0px;
    color: #666666;
    border-left: 6px solid #FFFFFF;
}

.profile-form .nav-pills > li.active > a[b-8skybh4u48] {
    border-left: 6px solid #00182E;
    background-color: white;
    color: #00182E;
}

.profile-form .nav-pills > li > a:hover[b-8skybh4u48] {
    border-left: 6px solid #00182E;
    color: #00182E;
    background-color: white;
}
    .profile-form .nav-pills > li > a.inactive[b-8skybh4u48] {
        opacity: .5;
        cursor: default;
    }

#pills-tab > div:first-child[b-8skybh4u48] {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0px;
    margin-right: 50px;
}

@media screen and (max-width: 992px) {
    #pills-tab > div:first-child[b-8skybh4u48] {
        margin-right: 20px;
    }
}

#pills-mailaddress > .row:first-child > .form-group:nth-child(2)[b-8skybh4u48] {
    line-height: 2;
    font-size: 16px;
    padding-left: 30px;
}

.communications[b-8skybh4u48] {
    color: #666666;
    font-size: 14px;
}

.communications-header[b-8skybh4u48] {
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.communications-row[b-8skybh4u48] {
    margin-top: 32px;
    margin-bottom: 32px;
}

.communications-row > div:nth-child(1)[b-8skybh4u48] {
    padding-top: 5px;
}

.communications-row > div:nth-child(2)[b-8skybh4u48] {
    line-height: 2;
}

.communications-row > div:nth-child(3)[b-8skybh4u48] {
    padding-left: 0px;
}

.no-margin[b-8skybh4u48] {
    margin-left: 0px;
    margin-right: 0px;
}

.modal-dialog[b-8skybh4u48] {
    width: 360px;
    margin-top: 21%;
}

.modal-dialog .modal-content[b-8skybh4u48] {
    border-radius: unset;
    box-shadow: none;
    font-weight: 600;
    color: #666666;
}

.modal-dialog .modal-content .modal-body[b-8skybh4u48] {
    padding: 25px;
    padding-bottom: 0px;
}

.modal-dialog .modal-content .modal-footer[b-8skybh4u48] {
    border-top: unset;
}

.modal-dialog .modal-content .btn[b-8skybh4u48] {
    width: 33%;
    text-transform: capitalize;
    border-radius: unset;
}

.modal-dialog .modal-content .btn-white[b-8skybh4u48] {
    color: #666666;
    border: unset;
    box-shadow: none;
}

.modal-dialog .modal-content .btn-white :hover[b-8skybh4u48],
.modal-dialog .modal-content .btn-white :active[b-8skybh4u48] {
    background-color: transparent;
}

.alert div:nth-child(2)[b-8skybh4u48] {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

.alert-danger div:nth-child(2)[b-8skybh4u48] {
    color: #FFFFFF;
}

.ml-32[b-8skybh4u48] {
    margin-left: 32px;
}

#account-menu[b-8skybh4u48] {
    background-color: #FFFFFF;
    padding: 20px;
}

@media screen and (min-width: 1200px) {
    #account-menu[b-8skybh4u48] {
        width: 20%;
    }
}

@media screen and (max-width: 992px) {
    #account-menu[b-8skybh4u48] {
        padding-right: 62px;
    }
}

#account-menu a[b-8skybh4u48] {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 6px solid #FFFFFF;
    width: 110%;
}

@media only screen and (max-width: 992px) {
    #account-menu a[b-8skybh4u48] {
        border: none;
        color: #FFFFFF;
        margin-top: 18px;
        font-size: 12px;
        white-space: nowrap;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        padding-top: 15px !important;
        border-bottom: 5px solid transparent;
    }
}

@media only screen and (max-width: 992px) {
    #account-menu a:hover[b-8skybh4u48],
    a:active[b-8skybh4u48],
    a.active[b-8skybh4u48] {
        border: none !important;
        color: #FFFFFF !important;
        border-bottom: 5px solid #FFFFFF !important;
    }
}

@media only screen and (max-width: 992px) {
    .account-menu-mobile[b-8skybh4u48] {
        display: flex !important;
        position: relative;
        background-color: #00182E !important;
        overflow: hidden;
        padding: 0 10px !important;
        color: #FFFFFF;
        margin-left: -15px;
        margin-right: -15px;
    }

    .account-menu-mobile #menu-items[b-8skybh4u48] {
        display: flex;
        overflow: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .account-menu-mobile #navigation-left[b-8skybh4u48] {
        display: flex;
        align-items: center;
        padding-right: 7px;
        cursor: pointer;
    }

    .account-menu-mobile #navigation-right[b-8skybh4u48] {
        display: flex;
        align-items: center;
        padding-left: 7px;
        cursor: pointer;
    }
}

.nav > li a:focus[b-8skybh4u48] {
    background-color: unset;
    outline: none;
}

@media only screen and (max-width: 992px) {
    .row[b-8skybh4u48] {
        margin-right: 0;
    }
}

@media only screen and (min-width: 769px) {
    .button-row[b-8skybh4u48] {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .title[b-8skybh4u48] {
        padding-top: unset;
        padding-bottom: unset;
    }
}

.password-rules p[b-8skybh4u48] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul[b-8skybh4u48] {
    padding-left: 0px;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 30px;
}

.password-rules ul li[b-8skybh4u48] {
    font-size: 13px;
    color: #707070;
    display: flex;
    align-items: center;
}

.password-rules ul li .text[b-8skybh4u48] {
    margin-left: 12px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .password-rules ul li[b-8skybh4u48]  img {
        width: 6%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .password-rules ul li[b-8skybh4u48]  img {
        width: 3%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    .password-rules ul li[b-8skybh4u48]  img {
        width: 4%;
    }
}

@media screen and (max-width: 400px) {
    .password-rules ul li[b-8skybh4u48]  img {
        width: 6%;
    }
}

.grey-header[b-8skybh4u48] {
    margin-right: -40px;
}

#PhysicalLocalityContainer > div[b-8skybh4u48] {
    margin-right: 10px;
}

#pills-address[b-8skybh4u48] {
    margin-top: -10px;
}

#pills-address section[b-8skybh4u48] {
    margin-left: 15px;
    margin-right: 15px
}

#pills-address .row > div:nth-child(2)[b-8skybh4u48] {
    padding-right: 15px !important;
}

#pills-address > .row:nth-child(3)[b-8skybh4u48], #pills-address section > .row:nth-child(2)[b-8skybh4u48] {
    margin-right: 15px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    #pills-address > .row:nth-child(3)[b-8skybh4u48], #pills-address section > .row:nth-child(2)[b-8skybh4u48] {
        margin-right: -5px;
    }
}

@media screen and (max-width: 576px) {
    #pills-address > .row:nth-child(3)[b-8skybh4u48], #pills-address section > .row:nth-child(2)[b-8skybh4u48] {
        margin-right: 0px;
    }
}

.btn-link[b-8skybh4u48] {
    text-transform: none;
    border: none;
}
/* /Views/Account/ResetPassword.cshtml.rz.scp.css */
.navbar-toggle[b-ej1x73mk2s] {
    display: none;
}
/* /Views/Account/_ProfileHeader.cshtml.rz.scp.css */
.profile-info[b-rhc1uqkb50] {
    background-color: #C4E9F7;
    color: #00182E;
    padding-bottom: 6px;
    height: 152px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.profile-info .image-container[b-rhc1uqkb50] {
    width: 70px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.profile-info .info-container[b-rhc1uqkb50] {
    margin-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-info .info-container .name[b-rhc1uqkb50] {
    font-size: 18px;
    font-weight: 600;
    color: #00182E;
}

.profile-info .info-container .email[b-rhc1uqkb50] {
    font-size: 14px;
    font-weight: 600;
    color: #00182E;
}
/* /Views/Autopay/Partials/_TermsAndConditionsPartial.cshtml.rz.scp.css */
.terms-and-conditions-btn[b-olrh0rw5xj] {
    vertical-align: baseline;
    padding: 0px;
    text-decoration: underline;
}
/* /Views/CustomerOnboarding/CommunicationAndLanguagePreferences.cshtml.rz.scp.css */
.setup-form p[b-a9mnx9j2eg] {
    font-size: 16px;
}

.setup-form .form-group[b-a9mnx9j2eg] {
    padding-left: 0px;
}

.setup-form .form-group .control-label[b-a9mnx9j2eg] {
    padding-left: 10px;
    color: #9DA2A6;
}

.setup-form input[type=text].form-control[b-a9mnx9j2eg],
.setup-form input[type=tel].form-control[b-a9mnx9j2eg],
.setup-form input[type=datetime].form-control[b-a9mnx9j2eg] {
    border-bottom: 1px solid #9DA2A6;
    margin-left: 20px;
    padding-left: 0px;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
}

.setup-form .mb-30[b-a9mnx9j2eg] {
    padding-right: 0px;
}

.setup-form .mb-30 img[b-a9mnx9j2eg] {
    position: absolute;
    margin-left: -10px;
}

.setup-form .control-label[b-a9mnx9j2eg] {
    padding-left: 20px;
    white-space: nowrap;
}

.setup-form span.field-validation-error[b-a9mnx9j2eg] {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 20px;
    white-space: nowrap;
}

.setup-form select[b-a9mnx9j2eg] {
    margin-left: 30px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    color: #2D80AF;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #9DA2A6;
}

.setup-form .btn[b-a9mnx9j2eg] {
    width: 100%;
    margin-top: 20px;
}

.col-md-1[b-a9mnx9j2eg] {
    padding-left: 0px;
}

.title[b-a9mnx9j2eg] {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    height: 36px;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.user-page-content[b-a9mnx9j2eg] {
    padding-top: 5px;
}

.alert[b-a9mnx9j2eg] {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
}

.alert alert-danger-img[b-a9mnx9j2eg] {
    display: inline;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.alert div:nth-child(2)[b-a9mnx9j2eg] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}
/* /Views/CustomerOnboarding/DriverLicense.cshtml.rz.scp.css */
.user-page-content[b-zj5jhq1gks] {
    padding-top: 19px;
}

#driver-license .btn[b-zj5jhq1gks] {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: unset;
    width: 100%;
    margin-top: 20px;
}
        
#driver-license .btn-transparent[b-zj5jhq1gks] {
    color: #07203C;
    background-color: transparent;
    border-color: #07203C;
    margin-top: 10px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

#driver-license .btn-green:disabled[b-zj5jhq1gks] {
    color: #AAAAAA;
    background-color: rgba(84, 184, 73, 0.2);
}

#driver-license .driver-license-subtitle[b-zj5jhq1gks] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

.alert[b-zj5jhq1gks] {
    margin-top: 15px;    
}

.alert .alert-danger-img[b-zj5jhq1gks] {
    padding-left: 15px;
    padding-right: 20px;        
}

.alert div:nth-child(2)[b-zj5jhq1gks] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}

.align-center[b-zj5jhq1gks] {
    align-content: center;
}
/* /Views/CustomerOnboarding/DriverLicenseScan.cshtml.rz.scp.css */
.user-page-content[b-x68owgxf0o] {
    padding-top: 15px;
}

.alert-warning[b-x68owgxf0o] {
    background-color: #EED713;
    color: #292929;
    margin-left: -20px;
    margin-right: 0px;
    padding-top: 18px;
    padding-bottom: 16px;
}

.alert-warning div:nth-child(2)[b-x68owgxf0o] {
    padding-right: 0px;
}

.alert-warning[b-x68owgxf0o]  img {
    padding-left: 15px;
    padding-right: 15px;
    position: relative !important;
}

.alert[b-x68owgxf0o] {
    margin-top: -10px;    
}

.alert .alert-img[b-x68owgxf0o] {
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.alert div:nth-child(2)[b-x68owgxf0o] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}

#driver-license .btn[b-x68owgxf0o] {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: unset;
}

#driver-license .btn-link[b-x68owgxf0o] {
    color: #529BCC;    
}

#driver-license .btn-link.underline[b-x68owgxf0o] {
    text-decoration: underline;
}

#driver-license .btn-green[b-x68owgxf0o] {
    text-transform: uppercase;
}

#driver-license .btn-transparent[b-x68owgxf0o] {
    color: #07203C;
    background-color: transparent;
    border-color: #07203C;
    margin-top: 10px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

#driver-license .btn-green:disabled[b-x68owgxf0o] {
    color: #AAAAAA;
    background-color: rgba(84, 184, 73, 0.2);
}

#driver-license .driver-license-subtitle[b-x68owgxf0o] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

#driver-license p[b-x68owgxf0o] {
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

#driver-license .subtitle[b-x68owgxf0o] {
    background-color: #E0E0E0;
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 2.6;
}

#driver-license .subtext[b-x68owgxf0o] {
    padding-top: 30px;
    padding-bottom: 15px;
}

#driver-license .subtext p[b-x68owgxf0o] {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: unset;
}

#driver-license .results[b-x68owgxf0o] {
    background-color: rgba(7,32,60,.05);
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#driver-license .results label[b-x68owgxf0o] {
    color: #757575;
    padding-top: 15px;
}

#driver-license .results .mismatch[b-x68owgxf0o] {
    color: #F26C61;
}

#driver-license .results input[type='text'][b-x68owgxf0o] {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0px 0px 0px 0px !important;
}

#driver-license .addresses[b-x68owgxf0o] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}

#driver-license .addresses input[b-x68owgxf0o] {
    display: none;
}

#driver-license .addresses label[b-x68owgxf0o] {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    color: black;
    margin-bottom: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#driver-license .addresses label .label-title[b-x68owgxf0o] {
    margin-bottom: 10px;
}

#driver-license .addresses label .label-text[b-x68owgxf0o] {
    font-weight: 500;
}

#driver-license .addresses.single[b-x68owgxf0o] {
    margin-top: unset;
}

#driver-license .localities[b-x68owgxf0o] {
    background: #E0E0E0;
    padding-top: 15px;
}

#driver-license .localities p[b-x68owgxf0o] {
    font-size: 14px;
    color: #757575;
    padding-bottom: 5px;
}

#driver-license .localities.single[b-x68owgxf0o] {
    background: unset;
}

#driver-license .form-group[b-x68owgxf0o]  img {
    margin-left: -20px;
}

#driver-license .form-group .control-label[b-x68owgxf0o] {
    font-weight: 500;
    color: #757575;
    padding-left: 20px;
    margin-top: 15px;
}

#driver-license .form-group select[b-x68owgxf0o] {
    margin-left: 20px;
    color: #529BCC;
    font-size: 14px;
    padding-bottom: 0;
}

.setup-form p[b-x68owgxf0o] {
    color: #707070;
    font-size: 16px;
}

.setup-form label[b-x68owgxf0o] {
    color: #707070;
}

.setup-form .form-group[b-x68owgxf0o] {
    padding-left: 0px;
}

.setup-form .form-group .control-label[b-x68owgxf0o] {
    padding-left: 10px;
    color: #9DA2A6;
}

.setup-form input[type=text].form-control[b-x68owgxf0o],
.setup-form input[type=tel].form-control[b-x68owgxf0o],
.setup-form input[type=datetime].form-control[b-x68owgxf0o] {
    border-bottom: 1px solid #9DA2A6;
    margin-left: 20px;
    padding-left: 0px;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
}

.setup-form .mb-30[b-x68owgxf0o] {
    padding-right: 0px;
}

.setup-form .mb-30 img[b-x68owgxf0o] {
    position: absolute;
    margin-left: -10px;
}

.setup-form .control-label[b-x68owgxf0o] {
    padding-left: 20px;
    white-space: nowrap;
    color: #9DA2A6;
}

.setup-form span.field-validation-error[b-x68owgxf0o] {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 20px;
    white-space: nowrap;
}

.setup-form select[b-x68owgxf0o] {
    margin-left: 30px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    color: #2D80AF;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #9DA2A6;
}

.setup-form .btn[b-x68owgxf0o] {
    width: 100%;
    margin-top: 20px;
}

#driver-license-result .btn-default[b-x68owgxf0o] {
    margin-top: 38px;
    margin-left: 15px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
}

#driverLicenseScanScreen[b-x68owgxf0o] {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.info-message[b-x68owgxf0o] {
    margin-top: unset;
    margin-bottom: unset;
}

.warning-message[b-x68owgxf0o] {
    padding-right: 0;
}

.error-message[b-x68owgxf0o] {
    padding-right: 0;
    padding-left: 0;
}
/* /Views/CustomerOnboarding/DriverLicenseStart.cshtml.rz.scp.css */
.user-page-content[b-m3trpepfef] {
    padding-top: 35px;
}

#driver-license .btn[b-m3trpepfef] {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: unset;
    width: 100%;
    margin-top: 20px;
}

#driver-license .btn-link[b-m3trpepfef] {
    color: #529BCC;
    text-transform: uppercase;
}

#driver-license .btn-link.underline[b-m3trpepfef] {
    text-decoration: underline;
}

#driver-license .btn-green[b-m3trpepfef] {
    text-transform: uppercase;
}    

#driver-license .btn-green:disabled[b-m3trpepfef] {
    color: #AAAAAA;
    background-color: rgba(84, 184, 73, 0.2);
}

#driver-license .driver-license-subtitle[b-m3trpepfef] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 20px;
}

#driver-license p[b-m3trpepfef] {
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}

.camera-guidelines .circle-number[b-m3trpepfef] {
    position: relative;
    margin-bottom: -43px;
}

.camera-guidelines .driver-license-subtitle[b-m3trpepfef],
.camera-guidelines p[b-m3trpepfef] {
    margin-left: 50px;
}

.align-center[b-m3trpepfef] {
    align-content: center;
}
/* /Views/CustomerOnboarding/ProfilePicture.cshtml.rz.scp.css */
.setup-form p[b-2okr917gwd] {
    color: #707070;
    font-size: 16px;
}

.setup-form label[b-2okr917gwd] {
    color: #707070;
}

.setup-form .form-group[b-2okr917gwd] {
    padding-left: 0px;
}

.setup-form .form-group .control-label[b-2okr917gwd] {
    padding-left: 10px;
    color: #9DA2A6;
}

.setup-form input[type=text].form-control[b-2okr917gwd],
.setup-form input[type=tel].form-control[b-2okr917gwd],
.setup-form input[type=datetime].form-control[b-2okr917gwd] {
    border-bottom: 1px solid #9DA2A6;
    margin-left: 20px;
    padding-left: 0px;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
}

.setup-form .mb-30[b-2okr917gwd] {
    padding-right: 0px;
}

.setup-form .mb-30 img[b-2okr917gwd] {
    position: absolute;
    margin-left: -10px;
}

.setup-form .control-label[b-2okr917gwd] {
    padding-left: 20px;
    white-space: nowrap;
    color: #9DA2A6;
}

.setup-form span.field-validation-error[b-2okr917gwd] {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 20px;
    white-space: nowrap;
}

.setup-form select[b-2okr917gwd] {
    margin-left: 30px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    color: #2D80AF;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #9DA2A6;
}

.setup-form .btn[b-2okr917gwd] {
    width: 100%;
    margin-top: 20px;
}

.col-md-1[b-2okr917gwd] {
    padding-left: 0px;
}

.title[b-2okr917gwd] {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    height: 36px;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.user-page-content[b-2okr917gwd] {
    padding-top: 15px;
}

.alert[b-2okr917gwd] {
    margin-top: 15px;
    margin-bottom: 0px;
}

.alert alert-danger-img[b-2okr917gwd] {
    display: inline;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 7px;
}

.alert div:nth-child(2)[b-2okr917gwd] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}


.camera-guidelines .circle-number[b-2okr917gwd] {
    position: relative;
    margin-bottom: -43px;
}

.camera-guidelines .driver-license-subtitle[b-2okr917gwd],
.camera-guidelines p[b-2okr917gwd] {
    margin-left: 50px;
}

#spinner-upload-progress[b-2okr917gwd] {
    margin-top: 34vh !important;
}

.pic_gudelines[b-2okr917gwd] {
    position: absolute;
    top: 300px;
    left: 66%;
    background-color: #FFFFFF;
    padding: 25px;
    width: 380px;
    color: #5F5F62;
    font-size: 16px;
    z-index: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pic_gudelines[b-2okr917gwd] {
        top: 270px;
        width: 380px;
    }
}

@media only screen and (max-width: 992px) {
    .pic_gudelines[b-2okr917gwd] {
        position: static;
        width: 100%;
        margin-top: 30px;
    }
}

.pic_gudelines h3[b-2okr917gwd] {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pic_gudelines ol[b-2okr917gwd] {
    padding-left: 15px;
}

.pic_gudelines ol li[b-2okr917gwd] {
    padding-bottom: 15px;
}

.profile_pic[b-2okr917gwd] {
    text-align: center;
    margin-left: 40px;
    padding-bottom: 20px;
}


.circlePadding[b-2okr917gwd] {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 14%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 8%;
    }
}

@media only screen and (min-width: 667px) and (max-width: 768px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 16%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 667px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 14%;
    }
}

@media only screen and (min-width: 520px) and (max-width: 600px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 12%;
    }
}

@media only screen and (max-width: 520px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 8%;
    }
}

@media only screen and (max-device-width: 520px) {
    .circlePadding[b-2okr917gwd] {
        padding-left: 2%;
    }
}

.circle[b-2okr917gwd] {
    border: 1px solid #9DA2A6;
    background-color: #FFFFFF;
    width: 250px;
    height: 250px;
    z-index: 100;
}

.circle .content[b-2okr917gwd] {
    top: 70px;
    left: 60px;
    width: 50%;
    height: 40%;
}

.circle .picture[b-2okr917gwd] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-md-1[b-2okr917gwd] {
    padding-left: 0px;
}

input[type=file][hidden][b-2okr917gwd] {
    display: none;
}

.inputButtonVerticalCenter[b-2okr917gwd] {
    margin-bottom: 20px;
    border: 0;
    text-transform: capitalize;    
    background-color: transparent;
    font-size: 16px;
}
/* /Views/CustomerOnboarding/_ErrorMessage.cshtml.rz.scp.css */
.alert[b-clgllyc973] {
    margin-top: 15px;
    margin-bottom: 30px;
}

.alert .alert-danger-img[b-clgllyc973] {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 14px;
}

.alert div:nth-child(2)[b-clgllyc973] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}
/* /Views/CustomerOnboarding/_InfoMessage.cshtml.rz.scp.css */
.alert[b-frbu0nkzhg] {
    margin-top: 15px;    
}

.alert .alert-info-img[b-frbu0nkzhg] {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 14px;
}

.alert div:nth-child(2)[b-frbu0nkzhg] {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 43px;
}

.info-gray[b-frbu0nkzhg] {
    color: #07203C;
    line-height: normal;
    background-color: rgba(7, 32, 60, 0.2);
    border-radius: 4px;
    border: none;
}
/* /Views/CustomerOnboarding/_OnboardingHeader.cshtml.rz.scp.css */
#onboard-steps[b-ots88gmudf] {
    background-color: #00182E;
}

#onboard-steps div:first-child[b-ots88gmudf] {
    background-color: #00182E;
    color: #FFFFFF;
}

#onboard-steps .nav-pills[b-ots88gmudf] {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 565px) {
    #onboard-steps .nav-pills[b-ots88gmudf] {
        margin-right: -10px;
    }
}

#onboard-steps .nav-pills > li[b-ots88gmudf] {
    width: 32%;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 565px) {
    #onboard-steps .nav-pills > li[b-ots88gmudf] {
        width: 32%;
        font-size: 12px;
    }
}

#onboard-steps .nav-pills > li > a[b-ots88gmudf] {
    color: #FFFFFF;
    border-radius: 0;
}

#onboard-steps .nav-pills > li > a:hover[b-ots88gmudf] {
    background-color: #00182E;
    cursor: default;
}

#onboard-steps .nav-pills > li + li[b-ots88gmudf] {
    margin-left: 11px;
}

@media only screen and (max-width: 565px) {
    #onboard-steps .nav-pills > li + li[b-ots88gmudf] {
        margin-left: 2px;
    }
}

#onboard-steps .nav-pills li.active > a[b-ots88gmudf],
#onboard-steps .nav-pills > li.active > a:hover[b-ots88gmudf],
#onboard-steps .nav-pills > li.active > a:focus[b-ots88gmudf] {
    background-color: #EFEFEF;
    color: #00182E;
}

#onboard-steps .nav-link[b-ots88gmudf] {
    cursor: default;
}

#onboard-steps .nav-link img[b-ots88gmudf] {
    float: left;
    padding-right: 10px;
}

.header_box[b-ots88gmudf] {
    background-color: #C4E9F7;    
    text-align: center;
}

.header_box h2[b-ots88gmudf] {
    color: #00182E;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 4.4;
    margin-top: 0;
    margin-bottom: 0;
}
/* /Views/OnlineInstall/Confirmation.cshtml.rz.scp.css */
#main-content[b-8oxsovz6nd] {
    --Border-color-border-divider: #E5E7EB;
    --Blue-color-blue-50: #F5FAFC;
    --Blue-color-blue-100: #E8F3F8;
    --Blue-color-blue-500: #4792BC;
    --Blue-color-blue-600: #37789D;
    --Blue-color-blue-700: #2E5F7D;
    --Color-Primary-White-white: #FFF;
    --Gray-color-gray-50: #F9FAFB;
    --Gray-color-gray-300: #D1D5DB;
    --Gray-color-gray-400: #9CA3AF;
    --Icon-color-icon-success: #34B66B;
    --sds-size-radius-200: 0.5rem;
    --sds-size-space-200: 0.5rem;
    --sds-size-space-300: 0.75rem;
    --sds-size-stroke-border: 1px;
    --Text-color-text-primary: #212121;
    --Text-color-text-secondary: #5C5C5C;
    --Text-color-text-surface: #FFF;
    --Text-color-text-link: #4792BC;
    /* ---- Main Content ---- */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    color: var(--Text-color-text-primary);
    font-weight: 400;
    border-radius: 15px;
    border-color: white;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: unset;
    padding: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

/* ---- Print Row ---- */

.print-row[b-8oxsovz6nd] {
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
}

/* ---- Welcome Banner ---- */

.welcome-banner[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: stretch;
}

.welcome-title[b-8oxsovz6nd] {
    font-size: 20px;
    font-weight: 600;
}

.welcome-text[b-8oxsovz6nd] {
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 15px;
}

.welcome-text.heavy[b-8oxsovz6nd] {
    font-weight: 600;
}

.print-button[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    padding: 0.5rem 0;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
    white-space: nowrap;
    flex-shrink: 0;
}

.print-button:hover[b-8oxsovz6nd] {
    background: var(--Gray-color-gray-50);
}

/* ---- Appointment Details (3 columns) ---- */

.appointment-details[b-8oxsovz6nd] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    align-self: stretch;
}

.appt-col[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

#main-content .appt-col .label[b-8oxsovz6nd] {
    font-size: 16px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0;
    line-height: normal;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    background-color: transparent;
}

#main-content .appt-icon[b-8oxsovz6nd] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#main-content .appt-col .value[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 400;
    margin-left: 29px;
}

#main-content .appt-col:first-child .value[b-8oxsovz6nd] {
    font-weight: 600;
}

#main-content .appt-col .sub-value[b-8oxsovz6nd] {
    font-size: 13px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
    margin-left: 29px;
}

#main-content .appt-col .link[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    color: #4792BC;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 29px;
}

.appt-col .link:hover[b-8oxsovz6nd] {
    text-decoration: underline;
}

/* ---- Order Details Row ---- */

.order-details-title[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    align-self: stretch;
}

.order-details[b-8oxsovz6nd] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: stretch;
    padding: 1rem;
    border-radius: 0.75rem;
    background: #E8F3F8;
    gap: 1rem;
}

.order-item[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

#main-content .order-item .label[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    color: var(--Text-color-text-primary);
    display: block;
    padding: 0;
    line-height: normal;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    background-color: transparent;
}

#main-content .order-item .value[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 400;
}

#main-content .order-item .paid-to[b-8oxsovz6nd] {
    font-size: 12px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
}

/* ---- Accordion ---- */

#main-content .accordion[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border-radius: 0.9375rem;
    background: var(--Color-Primary-White-white);
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

#main-content .accordion-header[b-8oxsovz6nd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    gap: 1rem;
}

#main-content .accordion-header .title[b-8oxsovz6nd] {
    font-size: 16px;
    font-weight: 600;
    background: none;
    color: var(--Text-color-text-primary);
    text-align: left;
    padding: 0;
    display: inline;
    line-height: normal;
}

.accordion-chevron[b-8oxsovz6nd] {
    width: 2.25rem;
    height: 2.25rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.accordion-chevron.open[b-8oxsovz6nd] {
    transform: rotate(180deg);
}

.accordion-body[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ---- Path to Installation Stepper ---- */

.enrollment-stepper[b-8oxsovz6nd] {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Each step row */
.enrollment-step[b-8oxsovz6nd] {
    position: relative;
    padding-bottom: 10px;
}

.enrollment-step:last-child[b-8oxsovz6nd] {
    padding-bottom: 0;
}

/* Dashed connector line */
.enrollment-step:not(:last-child)[b-8oxsovz6nd]::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 40px;
    bottom: -40px;
    border-left: 14px solid #07203C;
    border-right: 14px solid #07203C;
    z-index: 1;
    width: 32px;
    background-color: #07203C;
    background-image: repeating-linear-gradient(to bottom, #FDE021 0px, #FDE021 8px, transparent 0, transparent 16px);
}

.enrollment-step.completed[b-8oxsovz6nd]::before {
    border-left-style: solid;
}

/* Wrapper for step content - enables card background for active */
.enrollment-step-wrapper[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

/* Indicator circle container */
.enrollment-step-indicator[b-8oxsovz6nd] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

/* Circle base - gray outlined for upcoming */
.enrollment-step-circle[b-8oxsovz6nd] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 4px solid #07203C;
    transition: all 0.2s ease;
    background: white;
    border-color: #07203C;
    margin-left: -8px;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

/* Step content */
.enrollment-step-content[b-8oxsovz6nd] {
    flex: 1;
    padding: 3px;
    background-color: transparent;
    border: unset;
    border-radius: 8px;
}

.enrollment-step-title[b-8oxsovz6nd] {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    line-height: 1.5;
}

.enrollment-step.active .enrollment-step-wrapper .enrollment-step-content[b-8oxsovz6nd] {
    background-color: #07203C;
    border: 4px solid #07203C;
}
.enrollment-step.active .enrollment-step-wrapper .enrollment-step-content .enrollment-step-title[b-8oxsovz6nd] {
    color: #FFFFFF;
}

.enrollment-step.completed .enrollment-step-wrapper .enrollment-step-indicator .enrollment-step-circle[b-8oxsovz6nd] {
    background-color: #2E5F7D !important;
}

/* ---- Installation Appointment Section ---- */

.section-group[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.section-card[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.5rem;
    background: var(--Gray-color-gray-50);
}

.section-card.no-bg[b-8oxsovz6nd] {
    background: none;
}

.section-card.section-card-blue[b-8oxsovz6nd] {
    background: var(--Blue-color-blue-100);
    padding: 2rem;
}

.section-card.section-card-blue .card-desc[b-8oxsovz6nd] {
    color: var(--Text-color-text-primary);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-card.section-card-bordered[b-8oxsovz6nd] {
    background: none;
    border: 1px solid var(--Gray-color-gray-400);
}

.section-card.section-card-bordered .card-title[b-8oxsovz6nd],
.section-card.section-card-bordered .card-desc[b-8oxsovz6nd] {
    color: var(--Text-color-text-primary);
}

.section-card .card-title[b-8oxsovz6nd] {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-title-icon[b-8oxsovz6nd] {
    width: 20px;
    height: 20px;
}

.section-card .card-desc[b-8oxsovz6nd] {
    font-size: 13px;
    font-weight: 400;
    color: var(--Text-color-text-secondary);
    line-height: 1.5rem;
}

.cost-row[b-8oxsovz6nd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
}

.cost-col[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.cost-row .cost-label[b-8oxsovz6nd] {
    font-weight: 500;
    margin-left: 32px;
}

.cost-row .cost-value[b-8oxsovz6nd] {
    font-weight: 600;
}

.cost-row .cost-info[b-8oxsovz6nd] {
    font-weight: 400;
    font-size: 12px;
}

.cost-header[b-8oxsovz6nd] {
    font-weight: 600;
    font-size: 14px;
}

.labor-estimates-table[b-8oxsovz6nd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.labor-estimates-table th[b-8oxsovz6nd] {
    text-align: left;
    font-weight: 600;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid var(--Border-color-border-divider);
    font-size: 12px;
    color: var(--Text-color-text-secondary);
    text-transform: uppercase;
}

.labor-estimates-table td[b-8oxsovz6nd] {
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid var(--Border-color-border-divider);
}

.doc-list[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.doc-list li[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
}

.doc-list li[b-8oxsovz6nd]::before {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url('/images/icons/online-install-confirmation/arrow-right.svg') no-repeat center / contain;
}

/* ---- Program Details Section ---- */

.program-info-grid[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.program-info-row[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 14px;
}

.program-info-row .info-label[b-8oxsovz6nd] {
    font-weight: 600;
    color: var(--Text-color-text-primary);
}

.program-info-row .info-value[b-8oxsovz6nd] {
    font-weight: 400;
}

.features-row[b-8oxsovz6nd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.feature-badge[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0;
    border-radius: 6.1875rem;
    background: var(--Color-Primary-White-white);
    font-size: 14px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
}

.feature-badge img[b-8oxsovz6nd] {
    width: 16px;
    height: 16px;
    filter: brightness(0);
}

/* ---- Lease Agreement Info Box ---- */

.info-box[b-8oxsovz6nd] {
    display: flex;
    padding: 1rem;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background: var(--Blue-color-blue-50);
    align-items: flex-start;
}

.info-box .info-icon[b-8oxsovz6nd] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-box .info-content[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.info-box .info-title[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
    color: var(--Text-color-text-primary);
}

.info-box .info-text[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--Text-color-text-primary);
}

/* ---- Manage Your Account Section ---- */

.manage-desc[b-8oxsovz6nd] {
    font-size: 14px;
    color: var(--Text-color-text-primary);
    line-height: 1.25rem;
}

.manage-list[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.manage-list li[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
    line-height: 2.5rem;
    color: var(--Text-color-text-primary);
}

.manage-list li[b-8oxsovz6nd]::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('/images/icons/online-install-confirmation/arrow-right.svg') no-repeat center / contain;
    flex-shrink: 0;
}

.invitation-box[b-8oxsovz6nd] {
    display: flex;
    padding: 1rem;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background: var(--Blue-color-blue-50);
    align-items: flex-start;
}

.invitation-box .invite-icon[b-8oxsovz6nd] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.invitation-box .invite-content[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.invitation-box .invite-title[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
    color: var(--Text-color-text-primary);
}

.invitation-box .invite-text[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--Text-color-text-primary);
}

.download-section[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.download-card[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--Gray-color-gray-400);
    background: var(--Color-Primary-White-white);
}

.download-card .card-title[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}

.download-card .card-desc[b-8oxsovz6nd] {
    font-size: 14px;
    font-weight: 400;
    color: var(--Text-color-text-primary);
    line-height: 1.5rem;
    margin-left: 25px;
}

.download-card-header[b-8oxsovz6nd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.download-card-icon[b-8oxsovz6nd] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.store-badges[b-8oxsovz6nd] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-left: 25px;
}

.download-card .btn-outlined[b-8oxsovz6nd] {
    margin-left: 25px;
}

.store-badges img[b-8oxsovz6nd] {
    height: 2.5rem;
}

#main-content .btn-primary[b-8oxsovz6nd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background: var(--Blue-color-blue-500);
    color: var(--Text-color-text-surface);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    align-self: flex-start;
}

#main-content .btn-primary:hover[b-8oxsovz6nd] {
    background: var(--Blue-color-blue-600);
    color: var(--Text-color-text-surface);
}

#main-content .btn-outlined[b-8oxsovz6nd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: var(--Color-Primary-White-white);
    color: var(--Blue-color-blue-500);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--Blue-color-blue-500);
    cursor: pointer;
    align-self: flex-start;
}

#main-content .btn-outlined:hover[b-8oxsovz6nd] {
    background: var(--Blue-color-blue-50);
    color: var(--Blue-color-blue-500);
}

/* ---- Payment Receipt Section ---- */

.receipt-grid[b-8oxsovz6nd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 2rem;
}

.receipt-cell[b-8oxsovz6nd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
}

.receipt-cell .receipt-label[b-8oxsovz6nd] {
    font-weight: 600;
    color: var(--Text-color-text-primary);
}

.receipt-cell .receipt-value[b-8oxsovz6nd] {
    font-weight: 400;
    color: var(--Text-color-text-primary);
}

/* ---- Divider ---- */

.section-divider[b-8oxsovz6nd] {
    width: 100%;
    height: 1px;
    background: var(--Border-color-border-divider);
}

/* ---- Print Media Query ---- */

@media print {
    a[href][b-8oxsovz6nd]::after {
        content: none !important;
    }

    .label[b-8oxsovz6nd] {
        border: none !important;
    }

    .print-button[b-8oxsovz6nd] {
        display: none !important;
    }

    .accordion-body[b-8oxsovz6nd] {
        display: flex !important;
    }

    .accordion-chevron[b-8oxsovz6nd] {
        display: none !important;
    }

    .accordion-header[b-8oxsovz6nd] {
        cursor: default;
    }
}

/* ---- Responsive: Mobile ---- */

@media (max-width: 599px) {
    .appointment-details[b-8oxsovz6nd] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .order-details[b-8oxsovz6nd] {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .order-item[b-8oxsovz6nd] {
        min-width: 0;
    }

    #main-content .order-item .label[b-8oxsovz6nd],
    #main-content .order-item .value[b-8oxsovz6nd],
    #main-content .order-item .paid-to[b-8oxsovz6nd] {
        font-size: 12px;
        word-break: break-word;
    }

    .cost-row[b-8oxsovz6nd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.125rem;
    }

    .features-row[b-8oxsovz6nd] {
        grid-template-columns: 1fr;
    }

    .store-badges[b-8oxsovz6nd]  img {
        height: 3.5rem;
    }

    .download-section[b-8oxsovz6nd] {
        gap: 1rem;
    }
}

/* ---- Responsive: Desktop ---- */

@media (min-width: 900px) {
    #main-content[b-8oxsovz6nd] {
        padding: 3rem 4.5rem;
        gap: 1.5rem;
    }

    .order-details[b-8oxsovz6nd] {
        padding: 1.5rem;
        gap: 3rem;
    }
}
/* /Views/OnlineInstall/Index.cshtml.rz.scp.css */
.online-install[b-0i5slpz301] {
    margin-left: -15px;
    margin-right: -15px;
    display: grid;
}

/* Hero Section */
.online-install-hero[b-0i5slpz301] {
    background-image: url('/images/what_to_expect.png');
    background-size: contain;
    background-position: center;
    background-color: #07203C;
    height: 420px;
    margin-top: -16px;
    background-position-x: 80%;
    background-repeat: no-repeat;
    order: 1;
}

.online-install-hero-overlay[b-0i5slpz301] {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent);
    height: 420px;
    display: flex;
    align-items: center;
    padding: 40px;
}

.online-install-hero-content[b-0i5slpz301] {
    max-width: 500px;
    padding-left: 5%;
}

.online-install-hero-content h1[b-0i5slpz301] {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 16px;
    white-space: nowrap;
}

.online-install-hero-highlight[b-0i5slpz301] {
    color: #C4E9F7;
}

.online-install-hero-content p[b-0i5slpz301] {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6;
    margin-bottom: 24px;
}

.btn-online-install-cta[b-0i5slpz301] {
    background-color: #F5FAFC;
    max-height: 65px;
    color: #37789D;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 20px 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

    .btn-online-install-cta:hover[b-0i5slpz301] {
        background-color: #E8EEF2;
        color: #1A3C50;
        text-decoration: none;
    }

.arrow-icon[b-0i5slpz301] {
    font-size: 22px;
    font-weight: 400;
    padding-left: 10px;
    margin-top: -2px;
}

/* Features Section */
.online-install-features[b-0i5slpz301] {
    padding: 60px 0;
    background-color: #F9FAFC;
    order: 2;
}

.online-install-feature-item[b-0i5slpz301] {
    text-align: center;
    padding: 20px 30px;
}

.online-install-feature-icon[b-0i5slpz301] {
    width: 80px;
    height: 80px;
    background-color: #E8F3F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

    .online-install-feature-icon img[b-0i5slpz301] {
        width: 28px;
        height: 28px;
    }

.online-install-feature-item h3[b-0i5slpz301] {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px;
}

.online-install-feature-item p[b-0i5slpz301] {
    font-size: 14px;
    font-weight: 500;
    color: #5C5C5C;
    line-height: 1.5;
}

/* Steps Section */
.online-install-steps[b-0i5slpz301] {
    padding: 60px 0;
    background-color: #C4E9F71A;
    text-align: center;
    order: 3;
}

.online-install-steps h2[b-0i5slpz301] {
    font-size: 32px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 12px;
}

.online-install-steps-subtitle[b-0i5slpz301] {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

.online-install-steps-timeline[b-0i5slpz301] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;    
}

.online-install-step[b-0i5slpz301] {
    flex: 0 0 180px;
    text-align: center;
    position: relative;
}

.online-install-step-circle[b-0i5slpz301] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #212121;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    position: relative;
    z-index: 2;
    border: 6px solid #07203C;
}

.online-install-step-connector[b-0i5slpz301] {
    flex: 0 0 160px;
    height: 56px;
    background: repeating-linear-gradient(
        to right,
        #FDE021 0px,
        #FDE021 9px,
        transparent 0px,
        transparent 17px
    );
    margin-top: 23px;
    margin-right: -56px;
    margin-left: -56px;
    align-self: flex-start;
    background-color: #07203C;
    border-bottom: 26px solid #07203C;
    border-top: 26px solid #07203C;
}

.online-install-step h4[b-0i5slpz301] {
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px;
    white-space: nowrap;
}

.online-install-step p[b-0i5slpz301] {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    line-height: 1.5;
    padding: 0 8px;
}

/* CTA Section */
.online-install-cta-section[b-0i5slpz301] {
    padding: 60px 0;        
    order: 4;
}

.online-install-cta-card[b-0i5slpz301] {
    background-color: #E8F3F8;
    border: 1px solid #529BCC99;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

    .online-install-cta-card h2[b-0i5slpz301] {
        font-size: 32px;
        font-weight: 700;
        color: #212121;
        margin-bottom: 12px;
    }

    .online-install-cta-card p[b-0i5slpz301] {
        font-size: 16px;
        font-weight: 400;
        color: #212121;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .online-install-cta-card .btn-online-install-cta[b-0i5slpz301] {
        background-color: #37789D;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

        .online-install-cta-card .btn-online-install-cta:hover[b-0i5slpz301] {
            background-color: #15313F;
            color: #FFFFFF;
        }

.online-install-cta-secure[b-0i5slpz301] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #4792BC;
    font-size: 12px;
    font-weight: 400;       
}

    .online-install-cta-secure img[b-0i5slpz301] {
        width: 14px;
        height: 14px;
    }

/* Responsive */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .online-install-step[b-0i5slpz301] {
        flex: unset;
    }
}

@media (max-width: 767px) {
    .online-install-hero[b-0i5slpz301] {
        background-size: cover;
        height: 185px;
        margin-bottom: 270px;
    }
    .online-install-hero-content[b-0i5slpz301] {
        position: relative;
        top: 250px;
        background: #07203C;
        max-width: unset;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 15px;
        margin-left: -40px;
        margin-right: -40px;
        height: 344px;
    }
    .online-install-hero-content h1[b-0i5slpz301] {
        font-size: 32px;
    }
    .online-install-hero-content p[b-0i5slpz301] {
        font-size: 14px;
    }
    .online-install-hero-overlay[b-0i5slpz301] {
        height: 185px;
    }

    .online-install-cta-section[b-0i5slpz301] {
        background-color: #C4E9F71A;
        padding-top: 0;
    }
    .online-install-cta-section .container[b-0i5slpz301] {
        padding-left: 0;
        padding-right: 0;
    }

    .online-install-features[b-0i5slpz301] {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .online-install-steps[b-0i5slpz301] {
        order: 1;
        padding-top: 100px;
        padding-bottom: 25px;
    }
        .online-install-steps h2[b-0i5slpz301] {
            font-size:24px;
        }

    .online-install-steps-subtitle[b-0i5slpz301] {
        font-size: 14px;
    }

    .online-install-steps-timeline[b-0i5slpz301] {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .online-install-step-connector[b-0i5slpz301] {
        display: none;       
    }
   
    .online-install-cta-card[b-0i5slpz301] {
        padding: 32px 20px;        
        border: unset;
        border-radius: unset;
    }

    .btn-online-install-cta[b-0i5slpz301] {
        max-height: 52px;
        padding-top: 8px;
        width: 100%;
        display: block;
        align-items: unset;
        text-align: center;
    }

    .online-install-step[b-0i5slpz301] {
        display: flex;
        align-items: stretch;
        gap: 30px;
        flex: 0 0 142px;
        width: 100%;
    }

    .online-install-step-num[b-0i5slpz301] {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        width: 96px;
    }

    .online-install-step-circle[b-0i5slpz301] {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background-color: #FFFFFF;
        border: 5px solid #1B2A3D;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        z-index: 2;
        margin: unset;
    }

    .online-install-step-connector-vertical[b-0i5slpz301] {
        display: block;
        width: 54px;
        flex: unset;
        background-color: #07203C;
        border-left: 16px solid #07203C;
        border-right: 16px solid #07203C;
        background-image: repeating-linear-gradient(to bottom, #FDE021 0px, #FDE021 8px, transparent 0, transparent 16px);
        background-position: center;
        background-size: 3px 100%;
        background-repeat: no-repeat;
        margin-top: -8px;
        margin-bottom: -8px;
        height: 62px;
    }

    .online-install-step-description[b-0i5slpz301] {
        background-color: #FFF;
        border: 1px solid #E5E7EB;
        border-radius: 8px;
        padding: 10px 16px;
        align-self: center;
        flex: 1;
        margin-top: -42px;
    }
        .online-install-step-description h4[b-0i5slpz301] {            
            text-align: left;
        }
        .online-install-step-description p[b-0i5slpz301] {
            margin-left: -10px;
            text-align: left;
        }

    .online-install-steps-timeline .online-install-step:last-child .online-install-step-connector-vertical[b-0i5slpz301] {
        display: none;
    }
}
/* /Views/OnlineInstall/InstallationAppointment.cshtml.rz.scp.css */
[b-3oer4xemki] select.form-control {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 9px 14px !important;
    margin-left: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #212121;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px !important;
}

input[type=text].form-control[b-3oer4xemki] {
    background-color: #fff !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    height: 40px;
    padding: 6px 12px;
}

.button[b-3oer4xemki] {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px;
    border-radius: 8px;
    color: #37789D;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.button :focus-visible[b-3oer4xemki] {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #2E5F7D;
}

    .button[disabled][b-3oer4xemki] {
        cursor: not-allowed !important;
        filter: alpha(opacity=65) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        opacity: .65 !important;
    }

.card[b-3oer4xemki] {
    border-radius: 15px;
}

.card-right[b-3oer4xemki] {
    background-color: #fff;    
    padding: 20px;
}

.shadow[b-3oer4xemki] {
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
}

.flex[b-3oer4xemki] {
    display: flex;
}

.flex-col[b-3oer4xemki] {
    display: flex;
    flex-direction: column;
}

.flex-5[b-3oer4xemki] {
    flex: 5;
}

.wrap[b-3oer4xemki] {
    flex-wrap: wrap;
}

.gap-1[b-3oer4xemki] {
    gap: 0.25rem;
}

.gap-1\.5[b-3oer4xemki] {
    gap: 0.375rem;
}

.gap-2[b-3oer4xemki] {
    gap: 0.5rem;
}

.gap-2\.5[b-3oer4xemki] {
    gap: 0.625rem;
}

.gap-3[b-3oer4xemki] {
    gap: 0.75rem;
}

.gap-3\.5[b-3oer4xemki] {
    gap: 0.875rem;
}

.gap-4[b-3oer4xemki] {
    gap: 1rem;
}

.gap-6[b-3oer4xemki] {
    gap: 1.5rem;
}

.gap-8[b-3oer4xemki] {
    gap: 2rem;
}

.pad-1[b-3oer4xemki] {
    padding: 3px;
}

.pad-2[b-3oer4xemki] {
    padding: 0.5rem;
}

.pad-3[b-3oer4xemki] {
    padding: 0.75rem;
}

.pad-4[b-3oer4xemki] {
    padding: 1rem;
}

.pad-6[b-3oer4xemki] {
    padding: 1.5rem;
}

.pad-8[b-3oer4xemki] {
    padding: 2rem;
}

.pad-v-0[b-3oer4xemki] {
    padding-top: 0;
    padding-bottom: 0;
}

.pad-v-1[b-3oer4xemki] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.pad-v-2[b-3oer4xemki] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pad-v-3[b-3oer4xemki] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.pad-v-4[b-3oer4xemki] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pad-h-0[b-3oer4xemki] {
    padding-left: 0;
    padding-right: 0;
}

.pad-h-2[b-3oer4xemki] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.pad-h-3[b-3oer4xemki] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.pad-h-4[b-3oer4xemki] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pad-t-0\.5[b-3oer4xemki] {
    padding-top: 0.125rem;
}

.pad-t-2[b-3oer4xemki] {
    padding-top: 0.5rem;
}

.pad-t-4[b-3oer4xemki] {
    padding-top: 1rem;
}

.pad-t-8[b-3oer4xemki] {
    padding-top: 2rem;
}

.pad-b-2[b-3oer4xemki] {
    padding-bottom: 0.5rem;
}

.pad-b-6[b-3oer4xemki] {
    padding-bottom: 1.5rem;
}

.pad-b-8[b-3oer4xemki] {
    padding-bottom: 2rem;
}

.pad-l-4[b-3oer4xemki] {
    padding-left: 1rem;
}

.mt-6[b-3oer4xemki] {
    margin-top: 1.5em;
}

.grow[b-3oer4xemki] {
    flex-grow: 1;
}

.stretch[b-3oer4xemki] {
    align-self: stretch;
}

.nostretch[b-3oer4xemki] {
    align-self: unset;
}

.item-center[b-3oer4xemki] {
    align-items: center;
}

.item-start[b-3oer4xemki] {
    align-items: flex-start;
}

.item-end[b-3oer4xemki] {
    align-items: flex-end;
}

.justify-between[b-3oer4xemki] {
    justify-content: space-between;
}

.justify-center[b-3oer4xemki] {
    justify-content: center;
}

.justify-end[b-3oer4xemki] {
    justify-content: flex-end;
}

.center[b-3oer4xemki] {
    align-items: center;
    justify-content: center;
}

.font-normal[b-3oer4xemki] {
    font-weight: 400;
}

.font-medium[b-3oer4xemki] {
    font-weight: 500;
}

.font-semibold[b-3oer4xemki] {
    font-weight: 600;
}

.font-bold[b-3oer4xemki] {
    font-weight: 700;
}

.text-xs[b-3oer4xemki] {
    font-size: 12px;
}

.text-sm[b-3oer4xemki] {
    font-size: 14px;
}

.text-lg[b-3oer4xemki] {
    font-size: 16px;
}

.text-xl[b-3oer4xemki] {
    font-size: 18px;
}

.text-lh-5[b-3oer4xemki] {
    line-height: 20px;
}

.text-center[b-3oer4xemki] {
    text-align: center;
}

.text-black[b-3oer4xemki] {
    color: #212121;
}

.text-white[b-3oer4xemki] {
    color: #FFFFFF;
}

.text-onsurface[b-3oer4xemki] {
    color: #454545;
}

.text-error[b-3oer4xemki] {
    color: #cc2020;
    font-size: 0.875rem;
}

.text-link[b-3oer4xemki] {
    color: #4792BC;
}

.text-right[b-3oer4xemki] {
    text-align: right;
}

.round-2[b-3oer4xemki] {
    border-radius: 0.5rem;
}

.round-3[b-3oer4xemki] {
    border-radius: 0.75rem;
}

.round-3\.5[b-3oer4xemki] {
    border-radius: 0.875rem;
}

.round-4\.5[b-3oer4xemki] {
    border-radius: 15px;
}

.bg-page[b-3oer4xemki] {
    background-color: #F4F4F4;
}

.bg-blue-50[b-3oer4xemki] {
    background-color: #F5FAFC;
}

.bg-blue-100[b-3oer4xemki] {
    background-color: #E8F3F8;
}

.bg-blue-500[b-3oer4xemki] {
    background-color: #4792BC;
}

.bg-blue-700[b-3oer4xemki] {
    background-color: #2E5F7D;
}

.bg-gray-100[b-3oer4xemki] {
    background-color: #F3F4F6;
}

.bg-gray-200[b-3oer4xemki] {
    background-color: #E5E7EB;
}

.bg-white[b-3oer4xemki] {
    background-color: #FFF;
}

.outline-blue-500[b-3oer4xemki] {
    outline: 1px solid #4792BC;
}

.outline-default[b-3oer4xemki] {
    outline: 1px solid #E5E7EB;
}

.pointer[b-3oer4xemki] {
    cursor: pointer;
}

.ws[b-3oer4xemki] {
    white-space: break-spaces;
}

.desktop-left[b-3oer4xemki],
.desktop-right[b-3oer4xemki],
.desktop-row[b-3oer4xemki],
.desktop-gapless-boxes[b-3oer4xemki] {
    display: contents;
}

.input-group[b-3oer4xemki] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.25rem;
    flex: 1;
}

.switch-tab[b-3oer4xemki] {
    display: flex;
    height: 30px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    color: #37789D;
    font-weight: 600;
    font-size: 14px;
}

    .switch-tab.selected[b-3oer4xemki] {
        background: #FFF;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    }

.result[b-3oer4xemki] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 16px;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid #4792BC;
    background-color: #FFF;    
}


.number-circle[b-3oer4xemki] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #37789D;
    color: #F5FAFC;
    margin-right: 5px;
}

.result.call-to-schedule[b-3oer4xemki] {
    border: 1px solid #5C5C5C;
    background-color: #E5E7EB;
}

.call-to-schedule .number-circle[b-3oer4xemki] {
    background-color: #5C5C5C;
}

.appt-time[b-3oer4xemki] {
    display: flex;  
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #4792BC;
    background: #FFF;
    color: #4792BC;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .appt-time .drop-off[b-3oer4xemki] {
        font-family: Inter;
        font-style: italic;
        font-weight: 400;
    }

    .appt-time.selected[b-3oer4xemki] {
        background-color: #4792BC;
        color: #FFFFFF;
    }

    .appt-time.dropoff[b-3oer4xemki]::after {
        content: '(Drop off)';
        font-family: Inter;
        font-style: italic;
        font-weight: 400;
    }

    .appt-time.selected[b-3oer4xemki]::after {
        content: '';
        mask: url('/images/icons/oi-2/check-thin.svg') no-repeat;
        -webkit-mask: url('/images/icons/oi-2/check-thin.svg') no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        background-color: #FFF;
        width: 1rem;
        height: 1rem;
    }

.close-button[b-3oer4xemki] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #E9E9EA;
    stroke: #838384;
    border-radius: 296px;
    gap: 0.75rem;
    margin-bottom: 4px;
    cursor: pointer;
}

.button-box[b-3oer4xemki] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 1rem;
    gap: 1.5rem;
}

.button.modal-confirm[b-3oer4xemki] {
    background-color: #4792BC;
    color: #FFFFFF;
    align-self: stretch;
    flex: 5;
}

.button.modal-cancel[b-3oer4xemki] {
    color: #4792BC;
    outline: 1px solid #4792BC;
    flex: 5;
}

dialog[b-3oer4xemki] {
    border-style: none;
    outline: none;
    border-radius: 1rem;
    max-width: 500px;
}

#calendar[b-3oer4xemki] {
    display: flex;
    align-self: center;
}

.spinner-container[b-3oer4xemki] {
    position: absolute;
}

    .spinner-container #spinner-upload-progress[b-3oer4xemki] {
        color: white;
        font-size: 24px;
        text-align: center;
        margin-top: 36vh;
        position: static;
    }

.spinner-container-shadow[b-3oer4xemki] {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2147483646;
    position: absolute;
}

.spinner[b-3oer4xemki] {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2147483647;
    -webkit-animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
    animation: rotate 1.3s linear 0s infinite, size 5s linear 0s infinite alternate;
}

    .spinner[b-3oer4xemki]:after,
    .spinner[b-3oer4xemki]:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #20521C;
        border-radius: 100%;
        left: 0px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }

    .spinner[b-3oer4xemki]:before {
        left: auto;
        right: 0;
    }

.spinner-container .spinner[b-3oer4xemki]:after,
.spinner-container .spinner[b-3oer4xemki]:before {
    background: #FFF;
}

.icon-box[b-3oer4xemki] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

    .icon-box:has(.pte-current)[b-3oer4xemki] {
        background: #4791BC;
        border-radius: 999px;
        width: 1.5rem;
        height: 1.5rem;
    }

.icon[b-3oer4xemki] {
    mask-size: contain;
    background-color: #000;
    width: 1rem;
    height: 1rem;
}

.icon-1\.5[b-3oer4xemki] {
    width: 1.5rem;
    height: 1.5rem;
}

.icon.check[b-3oer4xemki] {
    mask-image: url('/images/icons/oi-3/check-black.svg');
}

.icon.success[b-3oer4xemki] {
    color: #34B66B;
}

.icon.pte-current[b-3oer4xemki] {
    mask-image: url('/images/icons/oi-3/pte-current.svg');
    background: white;
}

.icon.pte-blank[b-3oer4xemki] {
    mask-image: url('/images/icons/oi-3/pte-blank.png');
    width: 1.5rem;
    height: 1.5rem;
    background: #9E9E9E;
}

@media (min-width: 900px) {
    #main-content[b-3oer4xemki] {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }

    #calendar-subview[b-3oer4xemki] {
        flex-direction: row;
        gap: 1.5rem;
        align-items: stretch;
        justify-content: center;
    }
    
    .not-desktop[b-3oer4xemki] {
        display: none;
    }

    .not-mobile[b-3oer4xemki] {
        display: inherit;
    }

    .desktop-left[b-3oer4xemki],
    .desktop-right[b-3oer4xemki] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .desktop-left[b-3oer4xemki] {
        padding: 1.5rem;
        min-width: 40rem;
        max-width: 40rem;
        background: #FFF;
    }

    .desktop-right[b-3oer4xemki] {
        min-width: 20rem;
        max-width: 20rem;
        border-radius: 0.5rem;
    }

    .desktop-row[b-3oer4xemki] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-self: stretch;
    }

    .desktop-gapless-boxes[b-3oer4xemki] {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100%;
    }

    .shadow[b-3oer4xemki] {
        box-shadow: none;
    }

    .results[b-3oer4xemki] {
        height: 50%;
        overflow: auto;
        background: #FFF;
        padding: 16px;
        gap: 16px;
        border-radius: 15px;
        margin-top: 20px;
        max-height: 630px;
    }
    
    .close-button[b-3oer4xemki] {
        background: transparent;
        stroke: #212121;
    }

    .button-box[b-3oer4xemki] {
        flex-direction: row;
    }

    .button.modal-cancel[b-3oer4xemki] {
        order: -1;
    }
}

.btn-blue[b-3oer4xemki] {
    color: #37789D;
    text-transform: none;
    background-color: #F5FAFC;
    box-shadow: none;
    border-radius: 10px;
    width: 100%;
}
    .btn-blue:hover[b-3oer4xemki], .btn-blue:active[b-3oer4xemki] {
        text-transform: none;
        background-color: #E8F3F8;
    }

.btn-link[b-3oer4xemki] {
    color: #4792BC;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
    padding-top: 5px;
    padding-left: 10px;
}
    .btn-link[b-3oer4xemki]  img {
        vertical-align: sub;
    }

[b-3oer4xemki] .map-marker-icon {
    width: 28px;
    height: 36px;
    left: 6px;
    top: 3px;
    position: absolute;
    background: #37789D;
    mask: url('/images/icons/oi-2/map-marker.svg');
    -webkit-mask: url('/images/icons/oi-2/map-marker.svg');
}

[b-3oer4xemki] .map-marker-textbox {
    width: 16px;
    height: 20px;
    left: 13px;
    top: 8px;
    position: absolute;
    background: #37789D;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

[b-3oer4xemki] .map-marker-text {
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    word-wrap: break-word;
}

[b-3oer4xemki] #ui-datepicker-div {
    display: none !important;
}

/* Wrapper */
[b-3oer4xemki] .ui-datepicker {
    width: 320px;
    padding: unset !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

/* Header */
[b-3oer4xemki] .ui-datepicker-header {
    background: none;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

[b-3oer4xemki] .ui-datepicker-title {
    font-size: 14px;
    font-weight: 600;
}
[b-3oer4xemki] .ui-datepicker-year {
    font-weight: 400;
}

/* Prev/Next arrows */
[b-3oer4xemki] .ui-datepicker-prev,
[b-3oer4xemki] .ui-datepicker-next {
    cursor: pointer !important;
    top: 14px !important;
}

    [b-3oer4xemki] .ui-datepicker-prev span,
    [b-3oer4xemki] .ui-datepicker-next span {
        background: none !important;
        border: solid #212121;
        border-width: 0 3px 3px 0;
        display: inline-block !important;
        padding: 4px;
    }

    [b-3oer4xemki] .ui-datepicker-prev span {
        transform: rotate(135deg);
        margin-left: 0 !important;        
    }

    [b-3oer4xemki] .ui-datepicker-next span {
        transform: rotate(-45deg);
        margin-left: -14px !important;
    }

[b-3oer4xemki] .ui-widget-header {
    border: none !important;
    border-bottom: 1px solid #E5E7EB !important;
}

[b-3oer4xemki] .ui-state-disabled,
[b-3oer4xemki] .ui-widget-content .ui-state-disabled,
[b-3oer4xemki] .ui-widget-header .ui-state-disabled {
    opacity: 0.25 !important;
}

[b-3oer4xemki] .ui-datepicker-header .ui-state-hover {
    border: none !important;
    background: none !important;
    color: #212121 !important;    
}

/* Table */
[b-3oer4xemki] .ui-datepicker table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
}

[b-3oer4xemki] .ui-datepicker th {
    font-size: 10px;
    font-weight: 400;
    color: #5C5C5C;
    text-transform: uppercase;
    opacity: .5;
}

/* Day cells */
[b-3oer4xemki] .ui-datepicker td {
    text-align: center;
    padding: 0;
}

    [b-3oer4xemki] .ui-datepicker td a,
    [b-3oer4xemki] .ui-datepicker td span {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        border-color: #9CA3AF !important;
        font-size: 12px;
        font-weight: 600;
        color: #212121;
        text-decoration: none;
    }

        /* Hover */
        [b-3oer4xemki] .ui-datepicker td a:hover {
            background-color: rgba(0, 0, 0, 0.04) !important;
        }

/* Selected day (outline) */
[b-3oer4xemki] .ui-datepicker .ui-state-active,
[b-3oer4xemki] .ui-datepicker .ui-state-active.ui-state-hover {
    background: #4791BC !important;
    color: white !important;
    border-radius: 4px;
    border: 2px solid #4791BC !important;
}

/* Current chosen date (filled circle) */
[b-3oer4xemki] .ui-datepicker .ui-state-highlight {
    border: 2px solid #9CA3AF !important;
    border-radius: 4px;
}

/* Remove jQuery UI default styles */
[b-3oer4xemki] .ui-state-default {
    background: none !important;
    border: none !important;
}

#calendar-subview > .card > .card[b-3oer4xemki] {
    padding: 25px;
}

@media (min-width: 768px) {
    #calendar-subview > .card > .card[b-3oer4xemki] {
        margin: 0 15px;
    }
}
@media (max-width: 768px) {    
    .result[b-3oer4xemki] {
        margin-bottom: 20px;
    }
    .results[b-3oer4xemki] {
        margin-top: 20px;
    }
}
/* /Views/OnlineInstall/Partials/_AppointmentExpiredModal.cshtml.rz.scp.css */
@media screen and (min-width: 768px) {
    .modal-dialog[b-3j6par6wln] {
        width: 390px;
    }
}

.modal-content[b-3j6par6wln] {
    border-radius: 20px;
    background-color: white;
}

.modal-header[b-3j6par6wln] {
    background-color: #FFF7ED;
    text-align: center;
    height: 144px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: unset;
    padding-top: 32px;
}

.circle-orange[b-3j6par6wln] {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: #FFEDD5;
    margin: auto;
    padding-top: 20px;
}

.modal-body[b-3j6par6wln] {
    padding: 32px;
}

h4[b-3j6par6wln] {
    font-weight: 600;
    font-size: 20px;
    color: #212121;
    text-align: center;
    padding-bottom: 20px;
}

p[b-3j6par6wln] {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    text-align: center;
}

.modal-footer[b-3j6par6wln] {
    border-top: unset;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 0;
    display: flex;
}
    .modal-footer .btn + .btn[b-3j6par6wln] {
        margin-bottom: 0;
        margin-left: 20px;
    }

.btn[b-3j6par6wln] {
    box-shadow: unset;
    border-radius: 12px;
    height: 46px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: none !important;    
    width: 100%;
}

.btn-blue[b-3j6par6wln] {
    line-height: 2.5;
    border-color: #4792BC;
    background-color: #4792BC;
}

.alert-info[b-3j6par6wln] {
    background-color: #F5FAFC;
    border-radius: 12px;
    border-color: #F5FAFC;
    margin-bottom: 0;
}
.alert div:nth-child(2)[b-3j6par6wln] {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}
/* /Views/OnlineInstall/Partials/_CallUsModalPartial.cshtml.rz.scp.css */
.modal-content[b-q6r1w2j503] {
    border-radius: 16px;
}

.modal-header[b-q6r1w2j503] {
    padding-bottom: 10px;
}

    .modal-header button[b-q6r1w2j503] {
        font-size: 40px !important;
        color: #212121;
        opacity: 1;
        font-weight: 400;
    }

h4[b-q6r1w2j503] {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    line-height: 2.6;
}

    h4[b-q6r1w2j503]  img {
        vertical-align: text-top;
        padding-right: 5px;
    }

.modal-body[b-q6r1w2j503] {
    padding: 5px 30px 5px 30px;
}

p[b-q6r1w2j503] {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}
    p.desc[b-q6r1w2j503] {
        font-weight: 400;
        font-size: 16px;
        color: #212121;
        padding-left: 24px;
    }
        p.desc a[b-q6r1w2j503], p.desc a:active[b-q6r1w2j503] {
            font-weight: 400;
            font-size: 16px;
            margin-left: -3px;
        }

.modal-footer[b-q6r1w2j503] {
    border-top: unset;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: flex;
}
    .modal-footer .btn + .btn[b-q6r1w2j503] {
        margin-bottom: 0;
        margin-left: 20px;
    }

.btn[b-q6r1w2j503] {
    box-shadow: unset;
    border-radius: 12px;
    height: 46px !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: none !important;
    border-color: #4792BC;
    width: 50%;
}

.btn-transparent[b-q6r1w2j503] {
    line-height: 2.4;
    background-color: transparent;
    color: #4792BC;
}

.btn-blue[b-q6r1w2j503] {
    line-height: 2.5;
    background-color: #4792BC;
}
/* /Views/OnlineInstall/Partials/_CardSelection.cshtml.rz.scp.css */
.payment-tabs[b-efa9egr8sf] {
    display: flex;
    background-color: #F3F4F6;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 25px;
}

.payment-tab[b-efa9egr8sf] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
    border-radius: 26px;
}

.payment-tab:hover[b-efa9egr8sf] {
    color: #212121;
}

.payment-tab.active[b-efa9egr8sf] {
    background-color: #fff;
    color: #4792BC;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.payment-row[b-efa9egr8sf] {
    margin-left: 10px;
    margin-right: 10px;
}

.payment-row > [class*="col-"][b-efa9egr8sf] {
    padding-left: 5px;
    padding-right: 5px;
}

.payment-divider[b-efa9egr8sf] {
    border-top: 1px solid #E5E7EB;
    margin-top: 10px;
    margin-bottom: 25px;
}

.control-label[b-efa9egr8sf] {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 2px;
    display: block;
    white-space: normal;
}

.payment-row input.form-control[b-efa9egr8sf],
.payment-row[b-efa9egr8sf]  select.form-control {
    height: 44px !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px;
    font-size: 14px !important;
    font-weight: 400;
    color: #212121 !important;
    padding: 10px 14px !important;
    margin-left: 0;
    background-color: #fff !important;
    box-shadow: none !important;
}

.payment-row[b-efa9egr8sf]  select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px !important;
}

.terms-text[b-efa9egr8sf] {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    margin-top: -20px;
    margin-left: 10px;
}

.terms-text.bold[b-efa9egr8sf] {
    font-weight: 600;
}

.ach-terms[b-efa9egr8sf] {
    border-radius: 15px;
    background-color: #F3F4F6;
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    padding: 0px 20px 20px 15px;
}

.ach-terms h3[b-efa9egr8sf] {
    font-size: 14px;
    font-weight: 600;
}

.input-group[b-efa9egr8sf] {
    width: 100%;
}

.payment-row[b-efa9egr8sf]  img {
    padding-bottom: 15px;
    margin-top: -10px;
}


:root[b-efa9egr8sf] {
    /* larger checkbox */
}

:root label.checkbox-bootstrap input[type=checkbox][b-efa9egr8sf] {
    /* hide original check box */
    opacity: 0;
    position: absolute;
}

:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder[b-efa9egr8sf] {
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 3px;
    /*checkbox border color*/
    border-color: #737373;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 0 -20px;
    vertical-align: middle;
    text-align: center;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder[b-efa9egr8sf] {
    background: #4086AD;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder[b-efa9egr8sf]:before {
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 5px;
    height: 9px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 2px 2px 0;
    /*can be done with post css autoprefixer*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder[b-efa9egr8sf] {
    background: #ececec;
    border-color: #c3c2c2;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder[b-efa9egr8sf] {
    background: #d6d6d6;
    border-color: #bdbdbd;
}

:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder[b-efa9egr8sf] {
    outline: 1px dotted black;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder[b-efa9egr8sf] {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #B3B3B3;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder[b-efa9egr8sf] {
    border-color: #4086AD;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder[b-efa9egr8sf]:before {
    width: 6px;
    height: 11px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 3px 3px 0;
}

@media only screen and (max-width: 768px) {
    .payment-divider[b-efa9egr8sf] {
        display: none;
    }
}
/* /Views/OnlineInstall/Partials/_EnrollmentProgress.cshtml.rz.scp.css */
/* Card container */
.enrollment-progress-card[b-787gp0hsss] {
    background: #F5FAFC;
    border-radius: 12px;
    padding: 20px 5px 20px 10px;
    box-shadow: 0px 3.5px 5.5px 0px #00000005;
}    

/* Header - stacked layout */
.enrollment-progress-header[b-787gp0hsss] {
    margin-bottom: -10px;
}

.enrollment-progress-icon[b-787gp0hsss] {
    margin-bottom: 16px;
    /*width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;*/
}
    .enrollment-progress-icon .btn[b-787gp0hsss], .enrollment-progress-icon .btn:focus[b-787gp0hsss] {
        float: right;
        font-weight: 600;
        font-size: 16px;
        color: #4792BC;
        padding-top: 10px;
        outline: none;
    }
.enrollment-progress-icon img[b-787gp0hsss] {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
}

.enrollment-progress-title[b-787gp0hsss] {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    line-height: 1.3;
    margin-bottom: 4px;
    margin-left: 10px;
}

/* Stepper list */
.enrollment-stepper[b-787gp0hsss] {
    margin: 0;
    padding: 0;
    position: relative;
}

/* Each step row */
.enrollment-step[b-787gp0hsss] {
    position: relative;
    padding-bottom: 10px;
}

.enrollment-step:last-child[b-787gp0hsss] {
    padding-bottom: 0;
}

/* Dashed connector line */
    .enrollment-step:not(:last-child)[b-787gp0hsss]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 40px;
        bottom: -20px;
        border-left: 14px solid #07203C;
        border-right: 14px solid #07203C;
        z-index: 1;
        width: 32px;
        background-color: #07203C;
        background-image: repeating-linear-gradient(to bottom, #FDE021 0px, #FDE021 8px, transparent 0, transparent 16px);
    }

    .enrollment-step.completed[b-787gp0hsss]::before {                
        border-left-style: solid;
    }

/* Wrapper for step content - enables card background for active */
.enrollment-step-wrapper[b-787gp0hsss] {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

/* Indicator circle container */
.enrollment-step-indicator[b-787gp0hsss] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

/* Circle base - gray outlined for upcoming */
.enrollment-step-circle[b-787gp0hsss] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 4px solid #07203C;
    transition: all 0.2s ease;
    background: white;
    border-color: #07203C;
    margin-left: -8px;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

/* Step content */
.enrollment-step-content[b-787gp0hsss] {
    flex: 1;
    padding: 3px;
    background-color: transparent;
    border: unset;
    border-radius: 8px;    
    margin-top: 5px;
}

.enrollment-step-title[b-787gp0hsss] {
    font-weight: 600;
    font-size: 14px;
    color: #212121;    
    line-height: 1.5;
}

.enrollment-step.active .enrollment-step-wrapper .enrollment-step-content[b-787gp0hsss] {
    background-color: #07203C;
    border: 4px solid #07203C;
}
    .enrollment-step.active .enrollment-step-wrapper .enrollment-step-content .enrollment-step-title[b-787gp0hsss] {
        color: #FFFFFF;
    }

.enrollment-step.completed .enrollment-step-wrapper .enrollment-step-indicator .enrollment-step-circle[b-787gp0hsss] {
    background-color: #2E5F7D !important;    
}

.enrollment-step-description[b-787gp0hsss] {
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 1;
}

/* Link styling for navigable steps */
.enrollment-step-link[b-787gp0hsss] {
    display: block;
    color: inherit;
    text-decoration: none;
}

.enrollment-step-link:hover[b-787gp0hsss],
.enrollment-step-link:focus[b-787gp0hsss] {
    text-decoration: none;
}

    .enrollment-step-link:hover .enrollment-step-title[b-787gp0hsss] {
        color: #4791BC;
        text-decoration: underline;
    }

.enrollment-current-card[b-787gp0hsss] {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.enrollment-step-content.link[b-787gp0hsss] {
    cursor: pointer;
    max-height: unset;
    margin-top: -8px;
    padding-top: 2px;
    padding-bottom: 6px;
}
    .enrollment-step-content.link[b-787gp0hsss]  img {
        filter: brightness(0) invert(1);
        position: absolute;
        bottom: 28px;
        right: 20px;
        transform: unset;
    }
        .enrollment-step-content.link[b-787gp0hsss]  img.up {
            transform: rotate(180deg);
        }

/* Installation Appointment-specific reordering for mobile */
@media (max-width: 767px) {
    .enrollment-progress-card:has(~ .appointment-location-list)[b-787gp0hsss] {
        order: -1;
        flex: 1 0 100%;
    }

    .enrollment-progress-card.enrollment-current-card:has(~ .appointment-location-list)[b-787gp0hsss] {
        order: -2;
    }

    .enrollment-progress-card:has(~ .appointment-location-list) .enrollment-step[b-787gp0hsss],
    .enrollment-progress-card:has(~ .appointment-location-list) .enrollment-step-wrapper[b-787gp0hsss] {
        display: flex;
        flex: 1 0 100%;
    }
}
/* /Views/OnlineInstall/Partials/_ErrorBanner.cshtml.rz.scp.css */
.alert-danger[b-b969mjc2sb] {
    border-radius: 12px;
    border-color: #FEF2F2;
    background-color: #FEF2F2;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}
/* /Views/OnlineInstall/Partials/_InstallationAppointmentProgress.cshtml.rz.scp.css */
#appointment-bar[b-a1h5e8axkk] {
    background-color: #071F3C;
    color: #FFF;
    height: 49px;
    padding-top: 8px;
    margin-left: -15px;
    margin-right: -15px;
}

.appointment-date[b-a1h5e8axkk] {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
}
span.appointment-change[b-a1h5e8axkk] {
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#appointment-timer-box[b-a1h5e8axkk] {
    background: #FDE021;
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 35px;
    padding: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    min-width: 80px;
    max-width: 300px;
}
    #appointment-timer-box[b-a1h5e8axkk]  img {
        margin-right: 10px;
    }

.appointment-timer[b-a1h5e8axkk] {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
}

.appointment-timer-sec[b-a1h5e8axkk] {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'case' on;
}

a[b-a1h5e8axkk] {
    font-size: 14px;
}

.desktop-label[b-a1h5e8axkk] {
    padding-right: 5px;
    white-space: nowrap;
}
    @media only screen and (max-width: 768px) {
        .desktop-label[b-a1h5e8axkk] {
            display: none;
        }
        .time-expired[b-a1h5e8axkk] {
            font-size: 10px;
            font-weight: 500;
            margin-left: -7px;
            padding-right: 0 !important;
        }
        #appointment-timer-box[b-a1h5e8axkk] {
            padding: 8px;
            margin-left: 16px;
        }
    }

.time-expired[b-a1h5e8axkk] {
    text-align: center;
    padding-right: 20px;
    width: 100%;
    color: #B91C1C;
}

[b-a1h5e8axkk] img.time-expired {
    filter: brightness(0) saturate(100%) invert(16%) sepia(46%) saturate(7134%) hue-rotate(355deg) brightness(82%) contrast(86%);
}
/* /Views/OnlineInstall/Partials/_StateEnrollmentNotEligibleModal.cshtml.rz.scp.css */
#stateEnrollmentNotEligibleModal[b-qz12x8bgne] {
    border-radius: 12px;
}

    #stateEnrollmentNotEligibleModal .modal-content[b-qz12x8bgne] {
        background-color: #FFFFFF;
        border-radius: 20px;
        box-shadow: unset;
    }

    #stateEnrollmentNotEligibleModal .modal-header[b-qz12x8bgne] {
        background-color: #4792BC;
        border-radius: 20px 20px 0 0;
        margin-top: -1px;
        text-align: center;
        padding-top: 32px;
        height: 144px;
    }

    #stateEnrollmentNotEligibleModal h4[b-qz12x8bgne] {
        color: #212121;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 3;
    }

    #stateEnrollmentNotEligibleModal .modal-body[b-qz12x8bgne] {
        padding: 16px 32px;
    }

        #stateEnrollmentNotEligibleModal .modal-body p[b-qz12x8bgne] {
            color: #212121;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            margin-bottom: 20px;
        }

    #stateEnrollmentNotEligibleModal .card[b-qz12x8bgne] {
        background-color: #F3F4F6;
        border-radius: 12px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        display: inline-flex;
    }

        #stateEnrollmentNotEligibleModal .card[b-qz12x8bgne]  img {
            padding: 10px;
            padding-top: 5px;
        }

        #stateEnrollmentNotEligibleModal .card div[b-qz12x8bgne] {
            padding-top: 5px;
            color: #5C5C5C;
            font-size: 12px;
            font-weight: 400;
        }

        #stateEnrollmentNotEligibleModal .card h5[b-qz12x8bgne] {
            color: #212121;
            font-size: 14px;
            font-weight: 600;
        }

    #stateEnrollmentNotEligibleModal .modal-footer[b-qz12x8bgne] {
        color: #5C5C5C;
        font-size: 12px;
        font-weight: 400;
        border-top: unset;
        padding: 0 30px 15px 30px;
    }

    #stateEnrollmentNotEligibleModal a:active[b-qz12x8bgne] {
        border: none !important;
    }

    #stateEnrollmentNotEligibleModal .btn[b-qz12x8bgne] {
        box-shadow: unset;
        border-radius: 12px;
        height: 46px !important;
        width: 100%;
    }

    #stateEnrollmentNotEligibleModal .btn-blue[b-qz12x8bgne] {
        background-color: #4792BC;
        text-transform: none;
        color: white;
        line-height: 2.5;
        font-size: 14px;
        font-weight: 600;
    }

    #stateEnrollmentNotEligibleModal .btn-transparent[b-qz12x8bgne] {
        background-color: transparent;
        text-transform: none;
        color: #4792BC;
        line-height: 2.4;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #4792BC;
    }
    #stateEnrollmentNotEligibleModal .btn-link[b-qz12x8bgne] {        
        text-transform: none;
        color: #5C5C5C;
        line-height: 2.4;
        font-size: 14px;
        font-weight: 600;
    }

    #stateEnrollmentNotEligibleModal a[b-qz12x8bgne] {
        color: #4792BC;
        font-size: 12px;
        font-weight: 600;
    }
/* /Views/OnlineInstall/Partials/_WelcomeBack.cshtml.rz.scp.css */
.welcome-back-banner[b-vxsv78xohh] {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #2E5F7D;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.welcome-back-icon[b-vxsv78xohh] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    [b-vxsv78xohh] .welcome-back-icon {
        display: none;
    }
}

.welcome-back-title[b-vxsv78xohh] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.welcome-back-description[b-vxsv78xohh] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
/* /Views/OnlineInstall/Payment.cshtml.rz.scp.css */
[b-hvfnmixmz0] {
    font-size: 16px;
    --Border-color-border-divider: var(--Gray-color-gray-200);
    --Border-color-border-divider-dark: var(--Gray-color-gray-700);
    --Blue-color-blue-50: #F5FAFC;
    --Blue-color-blue-100: #E8F3F8;
    --Blue-color-blue-500: #4792BC;
    --Blue-color-blue-600: #37789D;
    --Blue-color-blue-700: #2E5F7D;
    --Color-Primary-White-white: #FFF;
    --Gray-color-gray-200: #E5E7EB;
    --Gray-color-gray-400: #9CA3AF;
    --Gray-color-gray-700: #9E9E9E;
    --Neutral-color-neutral-100: #F4F4F4;
    --Text-color-text-error: #B91C1C;
    --Text-color-text-link: #4792BC;
    --Text-color-text-primary: #212121;
    --Text-color-text-surface: #FFFFFF;
    --Text-color-text-success: #34B66B;
    --sds-size-radius-200: 0.5em;
    --sds-size-space-300: 0.75em;
    --Amber-color-amber-50: #FFFBEB;
    --Amber-color-amber-700: #B45309;
    --Gray-color-gray-50: #F9FAFB;
    --Gray-color-gray-100: #F3F4F6;
    --Border-color-border-error: #f44336;
    --Dark-blue: #07203c;
}

.button-box[b-hvfnmixmz0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 1em;
    gap: 1.5em;
}

.btn.modal-confirm[b-hvfnmixmz0] {
    background: var(--Blue-color-blue-500);
    color: var(--Text-color-text-surface);
    align-self: stretch;
    cursor: pointer;
}

.btn.modal-cancel[b-hvfnmixmz0] {
    color: var(--Text-color-text-link);
    outline: 1px solid var(--Blue-color-blue-500);
    cursor: pointer;
}

.card[b-hvfnmixmz0] { border-radius: 0.9375em; }
.card-inner[b-hvfnmixmz0] { border-radius: 0.4375em; }
.shadow[b-hvfnmixmz0] { box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02); }
.flex[b-hvfnmixmz0] { display: flex; }
.flex-col[b-hvfnmixmz0] { display: flex; flex-direction: column; }
.flex-5[b-hvfnmixmz0] { flex: 5; }
.wrap[b-hvfnmixmz0] { flex-wrap: wrap; }
.gap-1[b-hvfnmixmz0] { gap: 0.25em; }
.gap-1\.5[b-hvfnmixmz0] { gap: 0.375em; }
.gap-2[b-hvfnmixmz0] { gap: 0.5em; }
.gap-2\.5[b-hvfnmixmz0] { gap: 0.625em; }
.gap-3[b-hvfnmixmz0] { gap: 0.75em; }
.gap-3\.5[b-hvfnmixmz0] { gap: 0.875em; }
.gap-4[b-hvfnmixmz0] { gap: 1em; }
.gap-6[b-hvfnmixmz0] { gap: 1.5em; }
.gap-8[b-hvfnmixmz0] { gap: 2em; }
.pad-1[b-hvfnmixmz0] { padding: 0.25em; }
.pad-2[b-hvfnmixmz0] { padding: 0.5em; }
.pad-3[b-hvfnmixmz0] { padding: 0.75em; }
.pad-4[b-hvfnmixmz0] { padding: 1em; }
.pad-6[b-hvfnmixmz0] { padding: 1.5em; }
.pad-8[b-hvfnmixmz0] { padding: 2em; }
.pad-v-0[b-hvfnmixmz0] { padding-top: 0; padding-bottom: 0; }
.pad-v-1[b-hvfnmixmz0] { padding-top: 0.25em; padding-bottom: 0.25em; }
.pad-v-2[b-hvfnmixmz0] { padding-top: 0.5em; padding-bottom: 0.5em; }
.pad-v-3[b-hvfnmixmz0] { padding-top: 0.75em; padding-bottom: 0.75em; }
.pad-v-4[b-hvfnmixmz0] { padding-top: 1em; padding-bottom: 1em; }
.pad-h-0[b-hvfnmixmz0] { padding-left: 0; padding-right: 0; }
.pad-h-2[b-hvfnmixmz0] { padding-left: 0.5em; padding-right: 0.5em; }
.pad-h-3[b-hvfnmixmz0] { padding-left: 0.75em; padding-right: 0.75em; }
.pad-h-4[b-hvfnmixmz0] { padding-left: 1em; padding-right: 1em; }
.pad-t-0\.5[b-hvfnmixmz0] { padding-top: 0.125em; }
.pad-t-1[b-hvfnmixmz0] { padding-top: 0.25em; }
.pad-t-2[b-hvfnmixmz0] { padding-top: 0.5em; }
.pad-t-4[b-hvfnmixmz0] { padding-top: 1em; }
.pad-t-6[b-hvfnmixmz0] { padding-top: 1.5em; }
.pad-t-8[b-hvfnmixmz0] { padding-top: 2em; }
.pad-b-2[b-hvfnmixmz0] { padding-bottom: 0.5em; }
.pad-b-6[b-hvfnmixmz0] { padding-bottom: 1.5em; }
.pad-b-8[b-hvfnmixmz0] { padding-bottom: 2em; }
.pad-l-4[b-hvfnmixmz0] { padding-left: 1em; }
.grow[b-hvfnmixmz0] { flex-grow: 1; }
.stretch[b-hvfnmixmz0] { align-self: stretch; }
.nostretch[b-hvfnmixmz0] { align-self: unset; }
.item-center[b-hvfnmixmz0] { align-items: center; }
.item-start[b-hvfnmixmz0] { align-items: flex-start; }
.item-end[b-hvfnmixmz0] { align-items: flex-end; }
.justify-between[b-hvfnmixmz0] { justify-content: space-between; }
.justify-center[b-hvfnmixmz0] { justify-content: center; }
.justify-end[b-hvfnmixmz0] { justify-content: flex-end; }
.center[b-hvfnmixmz0] { align-items: center; justify-content: center; }
.font-montserrat[b-hvfnmixmz0] { font-family: 'Montserrat'; }
.font-inter[b-hvfnmixmz0] { font-family: 'Inter'; }
.font-normal[b-hvfnmixmz0] { font-weight: 400; }
.font-medium[b-hvfnmixmz0] { font-weight: 500; }
.font-semibold[b-hvfnmixmz0] { font-weight: 600; }
.font-bold[b-hvfnmixmz0] { font-weight: 700; }
.text-xs[b-hvfnmixmz0] { font-size: 0.75em; }
.text-sm[b-hvfnmixmz0] { font-size: 0.875em; }
.text-base[b-hvfnmixmz0] { font-size: 1em; }
.text-lg[b-hvfnmixmz0] { font-size: 1.125em; }
.text-xl[b-hvfnmixmz0] { font-size: 1.25em; }
.text-2xl[b-hvfnmixmz0] { font-size: 2em; }
.text-lh-5[b-hvfnmixmz0] { line-height: 1.25em; }
.text-center[b-hvfnmixmz0] { text-align: center; }
.text-black[b-hvfnmixmz0] { color: var(--Text-color-text-primary); }
.text-white[b-hvfnmixmz0] { color: var(--Text-color-text-surface); }
.text-onsurface[b-hvfnmixmz0] { color: var(--Text-text-onsurface-strong); }
.text-error[b-hvfnmixmz0] { color: var(--Text-color-text-error); }
.text-link[b-hvfnmixmz0] { color: var(--Text-color-text-link); }
.text-success[b-hvfnmixmz0] { color: var(--Text-color-text-success); }
.text-right[b-hvfnmixmz0] { text-align: right; }
.round-2[b-hvfnmixmz0] { border-radius: 0.5em; }
.round-3[b-hvfnmixmz0] { border-radius: 0.75em; }
.round-3\.5[b-hvfnmixmz0] { border-radius: 0.875em; }
.round-4[b-hvfnmixmz0] { border-radius: 1em; }
.round-4\.5[b-hvfnmixmz0] { border-radius: 1.125em; }
.bg-page[b-hvfnmixmz0] { background-color: var(--Neutral-color-neutral-100); }
.bg-blue-50[b-hvfnmixmz0] { background-color: var(--Blue-color-blue-50); }
.bg-blue-100[b-hvfnmixmz0] { background-color: var(--Blue-color-blue-100); }
.bg-blue-500[b-hvfnmixmz0] { background-color: var(--Blue-color-blue-500); }
.bg-blue-700[b-hvfnmixmz0] { background-color: var(--Blue-color-blue-700); }
.bg-gray-100[b-hvfnmixmz0] { background-color: var(--Gray-color-gray-100); }
.bg-gray-200[b-hvfnmixmz0] { background-color: var(--Gray-color-gray-200); }
.bg-white[b-hvfnmixmz0] { background-color: var(--Color-Primary-White-white); }
.outline-blue-500[b-hvfnmixmz0] { outline: 1px solid var(--Blue-color-blue-500); }
.outline-default[b-hvfnmixmz0] { outline: 1px solid var(--Border-color-border-default); }
.pointer[b-hvfnmixmz0] { cursor: pointer; }
.ws[b-hvfnmixmz0] { white-space: pre; }

.desktop-left[b-hvfnmixmz0],
.desktop-right[b-hvfnmixmz0],
.desktop-row[b-hvfnmixmz0],
.desktop-gapless-boxes[b-hvfnmixmz0] { display: contents; }

.input-group[b-hvfnmixmz0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.25em;
    flex: 1;
}

.divider[b-hvfnmixmz0] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    gap: 0.625em;

    .line {
        width: 100%;
        outline: 1px var(--Border-color-border-divider) solid;
    }

    &.dark > .line[b-hvfnmixmz0] {
        outline: 1px var(--Border-color-border-divider-dark) solid;
    }

    &.no-pad[b-hvfnmixmz0] { padding: 0; }
}

.logo-box[b-hvfnmixmz0] {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 0.625em;
}

.labor-chart-link[b-hvfnmixmz0] {
    color: var(--Text-color-text-link);
    font-size: 0.75em;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"][b-hvfnmixmz0] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox[b-hvfnmixmz0] {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;

    background-color: white;
    border: 1px solid #9CA3AF;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox[b-hvfnmixmz0]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url('/images/icons/oi-6/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox[b-hvfnmixmz0] {
    background-color: #2E5F7D;
    border-color: #2E5F7D;
}

.checkbox-wrapper input[type="checkbox"]:checked+.custom-checkbox[b-hvfnmixmz0]::after {
    opacity: 1;
}

.checkbox-wrapper input[type="checkbox"]:focus-visible+.custom-checkbox[b-hvfnmixmz0] {
    outline: none;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #2E5F7D;
}

.section-header[b-hvfnmixmz0] {
    display: flex;
    align-items: center;
    gap: 0.5em;
    align-self: stretch;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--Gray-color-gray-200);
}

.section-icon-bg[b-hvfnmixmz0] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: var(--Blue-color-blue-100);
    border-radius: 6px;
}

.section-icon-bg img[b-hvfnmixmz0] {
    width: 24px;
    height: 24px;
    /* Recolor icons to blue (#4792BC) — matches the location icon's native color */
    filter: brightness(0) saturate(100%) invert(52%) sepia(47%) saturate(467%) hue-rotate(157deg) brightness(92%) contrast(87%);
}

.secure-badge[b-hvfnmixmz0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 4px 8px;
    background: var(--Gray-color-gray-50);
    border-radius: 99px;
    font-size: 0.75em;
    font-weight: 600;
    color: var(--Gray-color-gray-400);
}

.secure-badge[b-hvfnmixmz0]  img {
    width: 10px;
    height: 14px;
    opacity: 0.5;
    filter: invert(73%) sepia(21%) saturate(160%) hue-rotate(180deg) brightness(86%) contrast(85%); /* #9CA3AF */
}

.summary-divider[b-hvfnmixmz0] {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.feature-check[b-hvfnmixmz0] {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: white;
    font-size: 0.875em;
    line-height: 1.25em;
    font-weight: 400;
}

.feature-check-icon[b-hvfnmixmz0] {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.tooltip-trigger[b-hvfnmixmz0] {
    color: var(--Text-color-text-link);
    font-size: 0.75em;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.25em;
}

.enrollment-tooltip[b-hvfnmixmz0] {
    background: var(--Dark-blue);
    color: white;
    font-size: 0.875em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    line-height: 1.25em;
}

.alert-banner[b-hvfnmixmz0] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.75em;
    padding: 1em;
    border-radius: 0.5em;
    align-self: stretch;
}

.alert-banner-icon[b-hvfnmixmz0] {
    flex-shrink: 0;
    padding-top: 2px;
}

.alert-banner--error[b-hvfnmixmz0] {
    background: #fef2f2;
}

.alert-banner--success[b-hvfnmixmz0] {
    background: #ecfdf5;
}

.labor-card[b-hvfnmixmz0] {
    border-radius: 0.4375em;
    overflow: hidden;
    background: var(--Gray-color-gray-100);
    align-self: stretch;
}

.labor-warning-header[b-hvfnmixmz0] {
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
    padding: 1em;
    padding-bottom: 0.5em;
    background: var(--Amber-color-amber-50);
    font-size: 0.75em;
    font-weight: 500;
    color: var(--Text-color-text-primary);
}

.labor-warning-header svg[b-hvfnmixmz0] {
    flex-shrink: 0;
    margin-top: 1px;
}

.labor-card-body[b-hvfnmixmz0] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 1em;
}

.labor-price[b-hvfnmixmz0] {
    font-size: 1.125em;
}

.autopay-check-icon[b-hvfnmixmz0] {
    width: 1em;
    height: 1em;
}

.payment-page[b-hvfnmixmz0]  .extra-info-form input.form-control.promo-input-error,
.promo-input-error[b-hvfnmixmz0] {
    border: 1px solid var(--Border-color-border-error) !important;
    box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.15) !important;
}

dialog[b-hvfnmixmz0] {
    border-style: none;
    outline: none;
    border-radius: 1em;
    max-width: 500px;
    font-weight: 400;
}

/* On desktop the 24px frame is dialog's UA padding (16px) + inner pad-2 (8px).
   Plainsheet strips the dialog's UA padding on mobile, so re-supply the 16px
   on .modal-root (which survives Plainsheet's dialog reset). */
@media (max-width: 900px) {
    .pbs-content-wrapper .modal-root[b-hvfnmixmz0] {
        padding: 16px;
    }
}

.payment-page .form-group[b-hvfnmixmz0] {
    margin-bottom: 20px;
}

.payment-page[b-hvfnmixmz0]  .extra-info-form .control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 8px;
    display: block;
    white-space: normal;
}

.payment-page[b-hvfnmixmz0]  .extra-info-form input[type=text].form-control,
.payment-page[b-hvfnmixmz0]  .extra-info-form input[type=tel].form-control,
.payment-page[b-hvfnmixmz0]  .extra-info-form input[type=email].form-control,
.payment-page[b-hvfnmixmz0]  .extra-info-form input.form-control,
.payment-page[b-hvfnmixmz0]  .extra-info-form select.form-control {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 14px !important;
    margin-left: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: var(--Text-color-text-primary, #212121) !important;
}

    .payment-page[b-hvfnmixmz0]  .extra-info-form input[type=text].form-control:focus,
    .payment-page[b-hvfnmixmz0]  .extra-info-form input[type=tel].form-control:focus,
    .payment-page[b-hvfnmixmz0]  .extra-info-form input[type=email].form-control:focus,
    .payment-page[b-hvfnmixmz0]  .extra-info-form input.form-control:focus,
    .payment-page[b-hvfnmixmz0]  .extra-info-form select.form-control:focus {
        border: 1px solid #4792BC !important;
        box-shadow: 0 0 0 2px rgba(71, 146, 188, 0.15) !important;
    }

.payment-page[b-hvfnmixmz0]  .extra-info-form .form-control::placeholder {
    color: #9CA3AF;
}

.payment-page[b-hvfnmixmz0]  .extra-info-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px !important;
}

.apply-promo-btn[b-hvfnmixmz0] {
    flex: 0 0 auto;
    width: 150px;
    align-self: flex-end;
    height: 44px;
    background: transparent;
    border: 1px solid var(--Blue-color-blue-500);
    border-radius: 8px;
    font-weight: 600;
}

/* Promo row: button beside the input on desktop, stacked + full-width on mobile */
@media (max-width: 767px) {
    .promo-row[b-hvfnmixmz0] {
        flex-direction: column;
    }

    .promo-row .apply-promo-btn[b-hvfnmixmz0] {
        align-self: stretch;
        width: 100%;
    }
}

#enrollment-summary[b-hvfnmixmz0] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#payment-details[b-hvfnmixmz0] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (min-width: 900px) {
    #main-content[b-hvfnmixmz0] {
        flex-direction: row;
        gap: 1.5em;
        align-items: stretch;
        justify-content: center;
    }

    .appointment-date[b-hvfnmixmz0]::before {
        content: "Installation Appointment:";
    }

    #appointment-timer-box .desktop-label[b-hvfnmixmz0] {
        display: block;
        color: var(--Text-color-text-primary);
        font-family: Montserrat;
        font-size: 0.75em;
        font-style: normal;
        font-weight: 400;
        line-height: 1.0375em;
    }

    .not-desktop[b-hvfnmixmz0] {
        display: none;
    }
    .not-mobile[b-hvfnmixmz0] {
        display: inherit;
    }

    .desktop-left[b-hvfnmixmz0],
    .desktop-right[b-hvfnmixmz0] {
        display: flex;
    }

    .desktop-left[b-hvfnmixmz0] {
        padding: 1.5em;
        min-width: 40em;
        max-width: 40em;
        background: var(--Color-Primary-White-white, #FFF);
    }

    .desktop-right[b-hvfnmixmz0] {
        max-width: 20em;
        border-radius: 0.5em;
        flex-direction: column;
    }

    .desktop-row[b-hvfnmixmz0] {
        display: flex;
        gap: 1em;
        align-self: stretch;
    }

    .desktop-gapless-boxes[b-hvfnmixmz0] {
        display: flex;
        flex-direction: column;
        gap: 0;
        height: 100%;
    }

    .desktop-left[b-hvfnmixmz0] {
        padding: 0;
        background: transparent;
        gap: 1em;
        flex-direction: column;
    }
    
    .shadow[b-hvfnmixmz0] {
        box-shadow: none;
    }

    .close-button[b-hvfnmixmz0] {
        background: transparent;
        stroke: #212121;
    }
}

@media only screen and (max-width: 768px) {
    #enrollment-summary[b-hvfnmixmz0] {
        margin-bottom: 20px;
    }
}

.labor-estimate-header[b-hvfnmixmz0] {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 1em;
    background: var(--Blue-color-blue-50);
    border-top-left-radius: 0.9375em;
    border-top-right-radius: 0.9375em;
    height: 3.125em;
}
/* /Views/OnlineInstall/PersonalInfo.cshtml.rz.scp.css */
[b-waxvcnqnak] .required {
    color: #B91C1C;
}

h2[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--Text-color-text-primary, #212121);
    margin-top: 0;
    margin-bottom: 10px;
}

    h2.subtitle[b-waxvcnqnak] {
        border-bottom: 1px solid #E5E7EB;
        padding-bottom: 8px;        
    }

        h2.subtitle[b-waxvcnqnak]  img {
            background-color: #E8F3F8;
            border-radius: 6px;
            width: 32px;
            height: 32px;
            padding: 6px;
            margin-right: 10px;
        }

.description[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 25px;
}

.conviction-box[b-waxvcnqnak] {
    background-color: #FFFBEB;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.conviction-header[b-waxvcnqnak] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conviction-header-left[b-waxvcnqnak] {
    flex: 1;
}

.conviction-header strong[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--Text-color-text-primary, #212121);
    display: block;
    margin-bottom: 4px;
}

.update-link[b-waxvcnqnak] {
    color: #4792BC;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1.5px solid #4792BC;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    background: transparent;
}

.update-link:hover[b-waxvcnqnak] {
    background-color: rgba(71, 146, 188, 0.08);
    text-decoration: none;
    color: #4792BC;
}

[b-waxvcnqnak] .update-icon {
    width: 16px;
    height: 16px;
}

.conviction-details[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-waxvcnqnak] .conviction-location-icon {
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

.conviction-details strong[b-waxvcnqnak] {
    font-weight: 600;
}

.conviction-note[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 0;
    font-style: italic;
}

.personal-info-form .row[b-waxvcnqnak] {
    margin-left: -10px;
    margin-right: -10px;
}

.personal-info-form .row > [class*="col-"][b-waxvcnqnak] {
    padding-left: 10px;
    padding-right: 10px;
}

.personal-info-form .form-group[b-waxvcnqnak] {
    margin-bottom: 20px;
}

.personal-info-page[b-waxvcnqnak]  .personal-info-form .control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 8px;
    display: block;
    white-space: normal;
}

.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=text].form-control,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=tel].form-control,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=email].form-control,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input.form-control,
.personal-info-page[b-waxvcnqnak]  .personal-info-form select.form-control {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 14px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: var(--Text-color-text-primary, #212121) !important;
}

.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=text].form-control:focus,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=tel].form-control:focus,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input[type=email].form-control:focus,
.personal-info-page[b-waxvcnqnak]  .personal-info-form input.form-control:focus,
.personal-info-page[b-waxvcnqnak]  .personal-info-form select.form-control:focus {
    border: 1px solid #4792BC !important;
    box-shadow: 0 0 0 2px rgba(71, 146, 188, 0.15) !important;
}

.personal-info-page[b-waxvcnqnak]  .personal-info-form .form-control::placeholder {
    color: #9CA3AF;
}

.personal-info-page[b-waxvcnqnak]  .personal-info-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 40px !important;
}

.gender-options[b-waxvcnqnak] {
    display: flex;
    align-items: center;
    height: 44px;
}

.personal-info-page[b-waxvcnqnak]  .gender-options .radio-inline {
    margin-right: 25px;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--Text-color-text-primary, #212121);
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-waxvcnqnak] .gender-options .radio-inline input[type="radio"] {
    position: static;
    margin: 0;
}

[b-waxvcnqnak] .gender-options input[type="radio"],
[b-waxvcnqnak] .vehicle-option input[type="radio"],
[b-waxvcnqnak] .vehicle-option-none input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--Blue-color-blue-500, #4792BC);
    flex-shrink: 0;
}

.special-vehicle-section[b-waxvcnqnak] {
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}

[b-waxvcnqnak] .special-vehicle-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--Text-color-text-primary, #212121);
    margin-top: 0;
    margin-bottom: 8px;
}

[b-waxvcnqnak] .special-vehicle-section .section-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--Text-color-text-primary, #212121);
    margin-bottom: 15px;
}

.vehicle-options[b-waxvcnqnak] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.vehicle-option[b-waxvcnqnak] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid var(--Gray-color-gray-300, #D1D5DB);
    border-radius: 8px;
    padding: 10px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--Text-color-text-primary, #212121);
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    margin: 0;
}

.vehicle-option:hover[b-waxvcnqnak] {
    border-color: #4792BC;
}

.vehicle-option:has(input[type="radio"]:checked)[b-waxvcnqnak] {
    background-color: #F3F4F6;
}

.vehicle-note[b-waxvcnqnak] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #07203C;
    margin-bottom: 15px;
    line-height: 1.5;
}

.vehicle-option-none[b-waxvcnqnak] {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

.form-actions[b-waxvcnqnak] {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.form-actions .btn-primary[b-waxvcnqnak] {
    background-color: #4792BC;
    border-color: #4792BC;
    font-weight: 600;
    font-size: 14px;
    height: 44px;
    border-radius: 8px;
    padding: 0 30px;
    min-width: 160px;
}

.form-actions .btn-primary:hover[b-waxvcnqnak] {
    background-color: #3a7a9e;
    border-color: #3a7a9e;
}

@media screen and (max-width: 992px) {
    .vehicle-options[b-waxvcnqnak] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .vehicle-options[b-waxvcnqnak] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-waxvcnqnak] {
        justify-content: center;
    }

    .form-actions .btn-primary[b-waxvcnqnak] {
        width: 100%;
    }
}

.driver-license-section[b-waxvcnqnak] {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .driver-license-section h2[b-waxvcnqnak],
    .contact-preference-section h2[b-waxvcnqnak] {
        font-weight: 600;
        font-size: 16px;
        color: #212121;
        margin-top: 0;
        margin-bottom: 25px;
    }

.contact-preference-section .description[b-waxvcnqnak] {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin-bottom: 25px;
    padding-left: 30px;
}

    .driver-license-section .info-box[b-waxvcnqnak] {
        background-color: #F3F4F6;
        border-radius: 10px;
        padding: 15px 20px;
        margin-bottom: 25px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .driver-license-section .info-header[b-waxvcnqnak] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }

    .driver-license-section .info-note[b-waxvcnqnak] {
        font-weight: 400;
        font-size: 12px;
        color: #212121;
        margin-bottom: 0;
    }

    .driver-license-section[b-waxvcnqnak]  .control-label,
    .contact-preference-section[b-waxvcnqnak]  .control-label {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 8px;
        display: block;
        white-space: normal;
    }

    .driver-license-section[b-waxvcnqnak]  input.form-control,
    .contact-preference-section[b-waxvcnqnak]  input.form-control,
    .driver-license-section[b-waxvcnqnak]  select.form-control,
    .contact-preference-section[b-waxvcnqnak]  select.form-control {
        width: 100% !important;
        height: 44px !important;
        border: 1px solid #9CA3AF !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 10px 14px !important;
        margin-left: 0 !important;
        background-color: #fff !important;
        box-shadow: none !important;
        color: #212121;
    }

        .driver-license-section[b-waxvcnqnak]  input.form-control:focus,
        .contact-preference-section[b-waxvcnqnak]  input.form-control:focus,
        .driver-license-section[b-waxvcnqnak]  select.form-control:focus,
        .contact-preference-section[b-waxvcnqnak]  select.form-control:focus {
            border: 1px solid #4792BC !important;
            box-shadow: 0 0 0 2px rgba(71, 146, 188, 0.15) !important;
        }

    .driver-license-section[b-waxvcnqnak]  .form-control::placeholder,
    .contact-preference-section[b-waxvcnqnak]  .form-control::placeholder {
        color: #9CA3AF;
    }

    .driver-license-section[b-waxvcnqnak]  select.form-control,
    .contact-preference-section[b-waxvcnqnak]  select.form-control {
        appearance: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
        padding-right: 40px !important;
    }

.referral-container[b-waxvcnqnak] {
    background-color: #F5FAFC;
    padding: 20px;
    border-radius: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

    .referral-container p[b-waxvcnqnak] {
        font-size: 14px;
        color: #212121;
        font-weight: 400;
    }

.contact-preference-section[b-waxvcnqnak] {
    margin-top: 10px;
    margin-bottom: 25px;
}

#additionalReferralFields[b-waxvcnqnak] >  div {
    padding-left: 10px;
    padding-top: 10px;
}

/* larger checkbox */
label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox] {
    /* hide original check box */
    opacity: 0;
    position: absolute;
}
    label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox] + span.checkbox-placeholder {
        width: 14px;
        height: 14px;
        border: 1px solid;
        border-radius: 3px;
        /*checkbox border color*/
        border-color: #737373;
        display: inline-block;
        cursor: pointer;
        margin: 0 7px 0 -20px;
        vertical-align: middle;
        text-align: center;
    }
    label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox]:checked + span.checkbox-placeholder {
        background: #4086AD;
    }
        label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox]:checked + span.checkbox-placeholder:before {
            display: inline-block;
            position: relative;
            vertical-align: text-top;
            width: 5px;
            height: 9px;
            /*checkmark arrow color*/
            border: solid white;
            border-width: 0 2px 2px 0;
            /*can be done with post css autoprefixer*/
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            content: "";
        }
    label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox]:disabled + span.checkbox-placeholder {
        background: #ececec;
        border-color: #c3c2c2;
    }
    label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
        background: #d6d6d6;
        border-color: #bdbdbd;
    }
    label.checkbox-bootstrap[b-waxvcnqnak]  input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
        outline: 1px dotted black;
    }
label.checkbox-bootstrap.checkbox-lg[b-waxvcnqnak]  input[type=checkbox] + span.checkbox-placeholder {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #B3B3B3;
}
label.checkbox-bootstrap.checkbox-lg[b-waxvcnqnak]  input[type=checkbox]:checked + span.checkbox-placeholder {
    border-color: #4086AD;
}
    label.checkbox-bootstrap.checkbox-lg[b-waxvcnqnak]  input[type=checkbox]:checked + span.checkbox-placeholder:before {
        width: 6px;
        height: 11px;
        /*checkmark arrow color*/
        border: solid white;
        border-width: 0 3px 3px 0;
    }

.terms-text[b-waxvcnqnak] {
    font-weight: 600;
    font-size: 14px;
    color: #212121;
}

/* /Views/OnlineInstall/Program.cshtml.rz.scp.css */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
}

@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
}

.program-page[b-oh7cogeigj] {
    font-size: 16px;
    --Border-color-border-divider: #E5E7EB;
    --Blue-color-blue-50: #F5FAFC;
    --Blue-color-blue-100: #E8F3F8;
    --Blue-color-blue-500: #4792BC;
    --Blue-color-blue-600: #37789D;
    --Blue-color-blue-700: #2E5F7D;
    --Color-Primary-White-white: #FFF;
    --Gray-color-gray-50: #F9FAFB;
    --Gray-color-gray-100: #F3F4F6;
    --Gray-color-gray-200: #E5E7EB;
    --Gray-color-gray-300: #D1D5DB;
    --Gray-color-gray-400: #9CA3AF;
    --Icon-color-icon-success: #34B66B;
    --sds-size-radius-200: 0.5em;
    --sds-size-space-200: 0.5em;
    --sds-size-space-300: 0.75em;
    --sds-size-stroke-border: 1px;
    --State-color-toggle-on: #4792BC;
    --Text-color-text-primary: #212121;
    --Text-color-text-secondary: #5C5C5C;
    --Text-color-text-surface: #FFF;
    --Text-color-text-link: #4792BC;
}

#main-content[b-oh7cogeigj] {
    /* First Card */
    display: flex;
    padding: 1em;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0.9375em;
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
    background: #F4F4F4;
}

.program-desc[b-oh7cogeigj] {
    /* Left Card */
    display: flex;
    padding: 1.5em;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    align-self: stretch;
    border-radius: 0.9375em;
    background: var(--Color-Primary-White-white);
    box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02);
}

.program-desc .program-desc-header[b-oh7cogeigj] {
    /* Section Header */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    align-self: stretch;
}

.program-desc .program-desc-header .header-title[b-oh7cogeigj] {
    /* frame 599 */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    align-self: stretch;
}

.program-desc .program-desc-header .header-title .ht-title[b-oh7cogeigj] {
    background-color: unset;
    color: var(--Text-color-text-primary);
    font-family: Montserrat;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.program-desc .program-desc-header span[b-oh7cogeigj] {
    align-self: stretch;
    color: var(--Text-color-text-primary);
    font-family: Montserrat;
    font-size: 0.875em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
}

.program-desc .program-desc-header .header-guarantee[b-oh7cogeigj] {
    /* frame 495 */
    display: flex;
    padding: 0.25em 0.5em;
    align-items: center;
    gap: 0.5em;
    border-radius: 6.1875em;
    background: var(--Blue-color-blue-100);
}

.program-desc .program-desc-header .header-guarantee .guarantee-icon[b-oh7cogeigj] {
    width: 1em;
    height: 1em;
    aspect-ratio: 1 / 1;
}

.program-desc .program-desc-header .header-guarantee .guarantee-label[b-oh7cogeigj] {
    color: var(--Text-color-text-link);
    font-family: Montserrat;
    font-size: 0.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0375em;
}

.program-feature-box[b-oh7cogeigj] {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    margin-top: 1em;
}

.program-feature-box > .pf-title[b-oh7cogeigj] {
    color: #212121;
    font-family: Montserrat;
    font-size: 1em;
    font-weight: 600;
}

.program-feature-box .features[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    padding: 1em;
    gap: 1em;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 0.5em;
    border: 2px solid var(--Blue-color-blue-500);
    background: var(--Blue-color-blue-50);
    margin-bottom: 1em;
}

.program-feature-box .feature[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.program-feature-box .feature[b-oh7cogeigj]  > img {
    width: 2em;
    height: 2em;
    margin-bottom: 0.25em;
}

.program-feature-box .feature .f-title[b-oh7cogeigj] {
    font-size: 0.875em;
    font-weight: 600;
}

.program-feature-box .feature .f-body[b-oh7cogeigj] {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.25em;
}

.payment-info-box[b-oh7cogeigj] {
    width: 100%;
    background: white;
    box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-info-box .contents[b-oh7cogeigj] {
    align-self: stretch;
    padding: 2em 1em;
    background: #E5E7EB;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    color: #212121;
    font-size: 1em;
    font-family: Montserrat;
}

.payment-info-box .contents .due-today-box[b-oh7cogeigj] {
    padding: 1em;
    background: #F3F4F6;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-size: 0.875em;
}

.payment-info-box .contents .due-today-box .header[b-oh7cogeigj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
    font-weight: 600;
}

.payment-info-box .contents .due-today-box .item[b-oh7cogeigj] {
    line-height: 1.25em;
    font-weight: 400;
}

.payment-info-box .contents .future-payments-title[b-oh7cogeigj] {
    font-weight: 600;
}

.payment-info-box .contents .payments-box[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.payment-info-box .contents .payments-box .payment[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.payment-info-box .contents .payments-box .payment .header[b-oh7cogeigj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 0.875em;
    font-weight: 600;
}

.payment-info-box .contents .payments-box .payment .description[b-oh7cogeigj] {
    font-size: 0.75em;
    font-weight: 400;
}

.payment-info-box .contents .payments-box .divider[b-oh7cogeigj] {
    width: 100%;
    outline: 1px #9E9E9E solid;
    outline-offset: -0.5px;
}

.payment-info-box .contents .payments-box .link[b-oh7cogeigj] {
    width: 100%;
    color: #4792BC;
    font-size: 0.75em;
    font-weight: 500;
    text-decoration: underline;
}

.cost-summary-box[b-oh7cogeigj] {
    background: var(--Color-Primary-White-white);
    box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    display: flex;
    font-family: Montserrat;
}

.cost-summary-box .contents[b-oh7cogeigj] {
    align-self: stretch;
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    background: var(--Blue-color-blue-700);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.cost-summary-box .contents .c-title[b-oh7cogeigj] {
    color: var(--Text-color-text-surface);
    font-size: 1em;
    font-weight: 600;
    word-wrap: break-word;
}

.cost-summary-box .contents .details[b-oh7cogeigj] {
    align-self: stretch;
    padding: 1em;
    background: var(--Blue-color-blue-100);
    border-radius: 0.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
    display: flex;
}

.cost-summary-box .contents .details .item[b-oh7cogeigj] {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    color: var(--Text-color-text-primary);
    font-weight: 600;
}

.cost-summary-box .contents .details .item .header[b-oh7cogeigj] {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}

.cost-summary-box .contents .details .item .header .h-label[b-oh7cogeigj] {
    flex: 1 1 0;
    align-self: stretch;
    font-size: 1em;
    word-wrap: break-word;
}

.cost-summary-box .contents .details .item .header .price[b-oh7cogeigj] {
    text-align: right;
    font-size: 1.25em;
    word-wrap: break-word;
}

.cost-summary-box .contents .details .item .description[b-oh7cogeigj] {
    width: 150px;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.25em;
    word-wrap: break-word;
}

.cost-summary-box .contents .details .discount[b-oh7cogeigj] {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    display: inline-flex;
}

.cost-summary-box .contents .details .discount .d-label[b-oh7cogeigj] {
    color: var(--Text-color-text-secondary);
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1em;
    word-wrap: break-word;
}

.cost-summary-box .contents .bottom-group[b-oh7cogeigj] {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    display: flex;
}

.cost-summary-box .contents .bottom-group .save-button[b-oh7cogeigj] {
    align-self: stretch;
    padding: 0.75em;
    background: var(--Blue-color-blue-500);
    border-radius: 0.5em;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    display: inline-flex;
    color: var(--Text-color-text-surface);
    font-size: 0.875em;
    font-weight: 600;
    word-wrap: break-word;
}

.cost-summary-box .contents .disclaimer[b-oh7cogeigj] {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--Text-color-text-surface);
    font-size: 0.75em;
    font-family: Varela Round;
    font-weight: 400;
    line-height: 1em;
    word-wrap: break-word;
}

.program-options[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 1em;
    padding: 1em 0;
    font-family: Montserrat;
    font-size: 0.875em;
    font-style: normal;
    color: var(--Text-color-text-primary);
}

.program-options .option[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 1em;
    gap: 1em;
    border-radius: 0.5em var(--sds-size-radius-200) 0.5em 0.5em;
    border: var(--sds-size-stroke-border) solid var(--Gray-color-gray-300);
    background: #FFF;
    position: relative;
}

.program-options .option.selected[b-oh7cogeigj] {
    border-radius: 0.5em var(--sds-size-radius-200) 0.5em 0.5em;
    outline: 2px solid var(--Blue-color-blue-500);
    background: var(--Blue-color-blue-50);
}

.program-options .po-badge[b-oh7cogeigj] {
    display: flex;
    padding: 0.25em 0.5em;
    align-items: center;
    gap: 0.5em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6.1875em;
    background: var(--Blue-color-blue-500);
    color: var(--Text-color-text-surface);
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.0375em;
    white-space: nowrap;
}

.program-options .header[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.po-title[b-oh7cogeigj] {
    font-weight: 600;
    min-height: 4em;
}

.po-description[b-oh7cogeigj] {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.25em;
}

.po-info[b-oh7cogeigj] {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.25em;
    min-height: 8em;
}

.po-cost[b-oh7cogeigj] {
    display: flex;
    align-items: flex-end;
    align-self: stretch;
    gap: 0.5em;
    align-items: baseline;
}

.po-price[b-oh7cogeigj] {
    font-size: 1.25em;
    font-weight: 600;
}

.po-feature[b-oh7cogeigj] {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 0.5em;
}

.po-features[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.program-options .button[b-oh7cogeigj] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-top: auto;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    padding: var(--sds-size-space-300);
    border-radius: var(--sds-size-radius-200);
    background: var(--Blue-color-blue-50);
    color: var(--Blue-color-blue-600);
    font-size: 0.875em;
    font-weight: 600;
}

.program-options .button.selected[b-oh7cogeigj] {
    display: flex;
    background: var(--Blue-color-blue-500);
    gap: var(--sds-size-space-200);
    color: var(--Blue-color-blue-50);
}

.sticky-summary[b-oh7cogeigj] {
    display: flex;
    padding: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    align-self: stretch;
    border-radius: 0.625em;
    background: var(--Gray-color-gray-200);
    /*position: sticky;*/
    /*bottom: 0;*/
    margin-top: 1em;
}

.sticky-summary .contents[b-oh7cogeigj] {
    display: flex;
    padding: 1em;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    align-self: stretch;
    border-radius: 0.4375em;
    background: var(--Blue-color-blue-100);
    font-family: Montserrat;
    font-size: 1em;
    font-weight: 600;
}

.sticky-summary .contents .price-info[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    color: var(--Text-color-text-primary);
}

.sticky-summary .contents .price-info .header[b-oh7cogeigj] {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.25em;
}

.sticky-summary .contents .price-info .header .h-title[b-oh7cogeigj] {
    flex: 1 1 0;
    align-self: stretch;
}

.sticky-summary .contents .price-info .header .price[b-oh7cogeigj] {
    font-size: 1.25em;
    align-items: center;
}

.sticky-summary .contents .price-info .description[b-oh7cogeigj] {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.25em;
}

.sticky-summary .contents .discount[b-oh7cogeigj] {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5em;
    display: inline-flex;
}

.sticky-summary .contents .discount .d-label[b-oh7cogeigj] {
    color: var(--Text-color-text-secondary);
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1em;
    word-wrap: break-word;
}

.desktop-left[b-oh7cogeigj],
.desktop-right[b-oh7cogeigj] {
    display: contents;
    flex-direction: column;
    gap: 1em;
    flex: 1 1 0;
}

.desktop-divider[b-oh7cogeigj] {
    display: none;
}

.desktop-gapless-boxes[b-oh7cogeigj] {
    display: contents;    
}

.not-mobile[b-oh7cogeigj] {
    display: none !important;
}

.icon[b-oh7cogeigj] {
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--icon-color, #000);
    width: 16px;
    height: 16px;
}
.icon.icon-1\.5[b-oh7cogeigj] { width: 24px; height: 24px; }
.icon.big[b-oh7cogeigj] { width: 32px; height: 32px; }
.icon.check[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/check-black.svg'); }
.icon.thumbs-up[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/thumbs-up.svg'); }
.icon.cash[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/cash.svg'); }
.icon.back[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/back.svg'); }
.icon.lock[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/lock.svg'); }
.icon.roadside[b-oh7cogeigj] { mask-image: url('/images/icons/oi-3/roadside.svg'); }
.icon.success[b-oh7cogeigj] { --icon-color: var(--Icon-color-icon-success); }
.icon.gray[b-oh7cogeigj] { --icon-color: var(--Gray-color-gray-400); }
.icon.white[b-oh7cogeigj] { --icon-color: #FFF; }
.icon.black[b-oh7cogeigj] { --icon-color: #000; }
.icon.link[b-oh7cogeigj] { --icon-color: var(--Text-color-text-link); }

.autopay-banner[b-oh7cogeigj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    padding: 1em;
    gap: 1em;
    border-radius: 0.5em;
}

.column-box[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    flex: auto;
    gap: 0.25em;
    color: var(--Text-color-text-primary);
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.column-box .cb-title[b-oh7cogeigj] {
    font-size: 0.875em;
    font-weight: 600;
}

.column-box .cb-description[b-oh7cogeigj] {
    font-size: 0.75em;
    font-weight: 400;
}

.included-chip[b-oh7cogeigj] {
    display: flex;
    padding: 0.25em 0.5em;
    align-items: center;
    gap: 0.5em;
    border-radius: 6.1875em;
    background: var(--Gray-color-gray-50);
    color: var(--Gray-color-gray-400);
    font-family: Montserrat;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1.0375em;
}

.toggle-switch[b-oh7cogeigj] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
}

.toggle-switch input[b-oh7cogeigj] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-oh7cogeigj] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 1em;
}

.slider[b-oh7cogeigj]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider[b-oh7cogeigj] {
    background: var(--State-color-toggle-on);
}

input:checked + .slider[b-oh7cogeigj]:before {
    transform: translateX(26px);
}

dialog[b-oh7cogeigj] {
    border-style: none;
    outline: none;
    border-radius: 1em;
    max-width: 500px;
}

.close-button[b-oh7cogeigj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #E9E9EA;
    stroke: #838384;
    border-radius: 296px;
    gap: 0.75em;
    margin-bottom: 4px;
    cursor: pointer;
}

.card[b-oh7cogeigj] { border-radius: 0.9375em; }
.card-inner[b-oh7cogeigj] { border-radius: 0.4375em; }
.shadow[b-oh7cogeigj] { box-shadow: 0 3.5px 5.5px 0 rgba(0, 0, 0, 0.02); }
.flex[b-oh7cogeigj] { display: flex; }
.flex-col[b-oh7cogeigj] { display: flex; flex-direction: column; }
.flex-5[b-oh7cogeigj] { flex: 5; }
.wrap[b-oh7cogeigj] { flex-wrap: wrap; }
.gap-1[b-oh7cogeigj] { gap: 0.25em; }
.gap-1\.5[b-oh7cogeigj] { gap: 0.375em; }
.gap-2[b-oh7cogeigj] { gap: 0.5em; }
.gap-2\.5[b-oh7cogeigj] { gap: 0.625em; }
.gap-3[b-oh7cogeigj] { gap: 0.75em; }
.gap-3\.5[b-oh7cogeigj] { gap: 0.875em; }
.gap-4[b-oh7cogeigj] { gap: 1em; }
.gap-6[b-oh7cogeigj] { gap: 1.5em; }
.gap-8[b-oh7cogeigj] { gap: 2em; }
.pad-1[b-oh7cogeigj] { padding: 0.25em; }
.pad-2[b-oh7cogeigj] { padding: 0.5em; }
.pad-3[b-oh7cogeigj] { padding: 0.75em; }
.pad-4[b-oh7cogeigj] { padding: 1em; }
.pad-6[b-oh7cogeigj] { padding: 1.5em; }
.pad-8[b-oh7cogeigj] { padding: 2em; }
.pad-v-0[b-oh7cogeigj] { padding-top: 0; padding-bottom: 0; }
.pad-v-1[b-oh7cogeigj] { padding-top: 0.25em; padding-bottom: 0.25em; }
.pad-v-2[b-oh7cogeigj] { padding-top: 0.5em; padding-bottom: 0.5em; }
.pad-v-3[b-oh7cogeigj] { padding-top: 0.75em; padding-bottom: 0.75em; }
.pad-v-4[b-oh7cogeigj] { padding-top: 1em; padding-bottom: 1em; }
.pad-h-0[b-oh7cogeigj] { padding-left: 0; padding-right: 0; }
.pad-h-2[b-oh7cogeigj] { padding-left: 0.5em; padding-right: 0.5em; } 
.pad-h-3[b-oh7cogeigj] { padding-left: 0.75em; padding-right: 0.75em; }
.pad-h-4[b-oh7cogeigj] { padding-left: 1em; padding-right: 1em; }
.pad-t-0\.5[b-oh7cogeigj] { padding-top: 0.125em; }
.pad-t-2[b-oh7cogeigj] { padding-top: 0.5em; }
.pad-t-4[b-oh7cogeigj] { padding-top: 1em; }
.pad-t-8[b-oh7cogeigj] { padding-top: 2em; }
.pad-b-2[b-oh7cogeigj] { padding-bottom: 0.5em; }
.pad-b-6[b-oh7cogeigj] { padding-bottom: 1.5em; }
.pad-b-8[b-oh7cogeigj] { padding-bottom: 2em; }
.pad-l-4[b-oh7cogeigj] { padding-left: 1em; }
.grow[b-oh7cogeigj] { flex-grow: 1; }
.stretch[b-oh7cogeigj] { align-self: stretch; }
.nostretch[b-oh7cogeigj] { align-self: unset; }
.item-center[b-oh7cogeigj] { align-items: center; }
.item-start[b-oh7cogeigj] { align-items: flex-start; }
.item-end[b-oh7cogeigj] { align-items: flex-end; }
.justify-between[b-oh7cogeigj] { justify-content: space-between; }
.justify-center[b-oh7cogeigj] { justify-content: center; }
.justify-end[b-oh7cogeigj] { justify-content: flex-end; }
.center[b-oh7cogeigj] { align-items: center; justify-content: center; }
.font-montserrat[b-oh7cogeigj] { font-family: 'Montserrat'; }
.font-inter[b-oh7cogeigj] { font-family: 'Inter'; }
.font-normal[b-oh7cogeigj] { font-weight: 400; }
.font-medium[b-oh7cogeigj] { font-weight: 500; }
.font-semibold[b-oh7cogeigj] { font-weight: 600; }
.font-bold[b-oh7cogeigj] { font-weight: 700; }
.text-xs[b-oh7cogeigj] { font-size: 0.75em; }
.text-sm[b-oh7cogeigj] { font-size: 0.875em; }
.text-base[b-oh7cogeigj] { font-size: 1em; }
.text-lg[b-oh7cogeigj] { font-size: 1.125em; }
.text-xl[b-oh7cogeigj] { font-size: 1.25em; }
.text-lh-5[b-oh7cogeigj] { line-height: 1.25em; }
.text-center[b-oh7cogeigj] { text-align: center; }
.text-black[b-oh7cogeigj] { color: var(--Text-color-text-primary); }
.text-white[b-oh7cogeigj] { color: var(--Text-color-text-surface); }
.text-error[b-oh7cogeigj] { color: var(--Text-color-text-error); font-size: 0.875em; }
.text-link[b-oh7cogeigj] { color: var(--Text-color-text-link); }
.text-right[b-oh7cogeigj] { text-align: right; }
.round-2[b-oh7cogeigj] { border-radius: 0.5em; }
.round-3[b-oh7cogeigj] { border-radius: 0.75em; }
.round-3\.5[b-oh7cogeigj] { border-radius: 0.875em; }
.round-4[b-oh7cogeigj] { border-radius: 1em; }
.round-4\.5[b-oh7cogeigj] { border-radius: 1.125em; }
.bg-page[b-oh7cogeigj] { background-color: var(--Neutral-color-neutral-100); }
.bg-blue-50[b-oh7cogeigj] { background-color: var(--Blue-color-blue-50); }
.bg-blue-100[b-oh7cogeigj] { background-color: var(--Blue-color-blue-100); }
.bg-blue-500[b-oh7cogeigj] { background-color: var(--Blue-color-blue-500); }
.bg-blue-700[b-oh7cogeigj] { background-color: var(--Blue-color-blue-700); }
.bg-gray-100[b-oh7cogeigj] { background-color: var(--Gray-color-gray-100); }
.bg-gray-200[b-oh7cogeigj] { background-color: var(--Gray-color-gray-200); }
.bg-white[b-oh7cogeigj] { background-color: var(--Color-Primary-White-white); }
.outline-blue-500[b-oh7cogeigj] { outline: 1px solid var(--Blue-color-blue-500); }
.pointer[b-oh7cogeigj] { cursor: pointer; }
.ws[b-oh7cogeigj] { white-space: pre; }

.button-box[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 1em;
    gap: 1.5em;
}

.btn.modal-confirm[b-oh7cogeigj] {
    background: var(--Blue-color-blue-500);
    color: var(--Text-color-text-surface);
    align-self: flex-end;
}

.btn.modal-cancel[b-oh7cogeigj] {
    color: var(--Text-color-text-link);
    outline: 1px solid var(--Blue-color-blue-500);
    flex: 5;
}

.btn-link[b-oh7cogeigj] {
    color: #4792BC;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5;
    padding-top: 5px;
    padding-left: 10px;
}

.btn-link[b-oh7cogeigj]  img {
    vertical-align: sub;
}

.program-components-box[b-oh7cogeigj] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    overflow: hidden;
    border-radius: 0.9375em;
    background-color: var(--Color-Primary-White-white);
    box-shadow: 0 3.5px 5.5px rgba(0, 0, 0, 0.02);
    margin-top: 1em;
}

.program-components-box .pc-header[b-oh7cogeigj] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    background-color: var(--Gray-color-gray-200);
    padding: 1.5em 1.5em 0.5em;
    gap: 0.625em;
}

.program-components-box .pc-header > span[b-oh7cogeigj] {
    flex: 1 1 0;
    min-height: 1.875em;
    color: var(--Text-color-text-primary);
    font-size: 1em;
    font-weight: 600;
    line-height: 1.875em;
}

.program-components-box .pc-details[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 1em;
    padding: 0.75em 1.5em 1.5em 1.5em;
}

.program-components-box .pc-details .details-box[b-oh7cogeigj] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    gap: 0.5em;
}

.program-components-box .pc-details .details-box .detail-header[b-oh7cogeigj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}

.program-components-box .pc-details .details-box .detail-header > span[b-oh7cogeigj] {
    color: var(--Text-color-text-primary);
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.25em;
}

.program-components-box .pc-details .details-box .detail-header .toggle-box[b-oh7cogeigj] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--Blue-color-blue-50);
    width: 1.5em;
    height: 1.5em;
    padding: 0.375em 0.25em;
    gap: 0.625em;
    overflow: hidden;
    border-radius: 999px;
}

.program-components-box .pc-details .details-box .detail-header .toggle-box > svg[b-oh7cogeigj] {
    transition: transform 0.3s ease-in-out;
}

.program-components-box .pc-details .details-box .detail-header .toggle-box.open > svg[b-oh7cogeigj] {
    transform: rotate(180deg);
}

.program-components-box .pc-details .details-box .detail-desc[b-oh7cogeigj] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding-bottom 0.4s ease-in-out;
    align-self: stretch;
    color: var(--Text-color-text-primary);
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.0375em;
}

.program-components-box .pc-details .details-box .detail-desc.open[b-oh7cogeigj] {
    display: block;
    max-height: 300px;
    padding-bottom: 0.5em;
}

.program-components-box .pc-details .detail-divider[b-oh7cogeigj] {
    align-self: stretch;
    height: 0;
    width: 100%;
}

.program-components-box .pc-details .detail-divider .line[b-oh7cogeigj] {
    width: 100%;
    outline: 1px var(--Border-color-border-divider) solid;
    outline-offset: -0.5px;
}

.online-install-main .panel .program-page.panel-body[b-oh7cogeigj] {
    background-color: unset;
    padding: unset;
}

.back-box[b-oh7cogeigj] {
    display: none;
}

@media (min-width: 900px) {
    #main-content[b-oh7cogeigj] {
        flex-direction: row;
        gap: 1.5em;
        align-items: stretch;
        justify-content: center;
    }

    .not-desktop[b-oh7cogeigj] {
        display: none !important;
    }

    .not-mobile[b-oh7cogeigj] {
        display: inherit !important;
    }

    .desktop-left[b-oh7cogeigj],
    .desktop-right[b-oh7cogeigj] {
        display: flex;
    }

    .desktop-left[b-oh7cogeigj] {
        padding: 1.5em;
        min-width: 40em;
        max-width: 40em;
        background: var(--Color-Primary-White-white);
        border-radius: 0.9375em;
    }

    .desktop-right[b-oh7cogeigj] {
        max-width: 20em;
    }

    .desktop-divider[b-oh7cogeigj] {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .desktop-divider .line[b-oh7cogeigj] {
        width: 100%;
        outline: 1px var(--Border-color-border-divider) solid;
    }

    .program-desc[b-oh7cogeigj] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
        /* mobile cards must provide their own padding, but for desktop view it's provided by left/right containers */
        padding: 0;
    }
    
    .cost-summary-box[b-oh7cogeigj] {
        order: 1;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .payment-info-box[b-oh7cogeigj] {
        order: 2;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
    }

    .desktop-gapless-boxes[b-oh7cogeigj] {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: 20px;
    }

    .program-desc .program-desc-header .header-title[b-oh7cogeigj] {
        flex-direction: row;
        justify-content: space-between;

        .header-guarantee {
            order: 2;
        }
    }
   
    .program-options[b-oh7cogeigj] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
        padding: 1em 0;
        gap: 1em;
    }

    .back-box[b-oh7cogeigj] {
        display: flex;
        padding-top: 1em;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .sticky-summary[b-oh7cogeigj] {
        display: none;
    }

    .close-button[b-oh7cogeigj] {
        background: transparent;
        stroke: #212121;
    }
    
    .program-components-box[b-oh7cogeigj] {
        margin-top: unset;
    }

    .online-install-main .panel .program-page.panel-body[b-oh7cogeigj] {
        background-color: white;
        padding: 25px 30px;
    }
}
/* /Views/OnlineInstall/Requirement.cshtml.rz.scp.css */
.online-install[b-3bbtz2bla8] {
    border-radius: 15px;
    border-color: white;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: unset;
    max-width: 650px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
}
    .online-install .form[b-3bbtz2bla8] {
        border-radius: 15px;
        border: 1px solid #9CA3AF;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

h2[b-3bbtz2bla8] {
    font-weight: 600;
    font-size: 20px;
    color: #212121;
}

h3[b-3bbtz2bla8] {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}

p[b-3bbtz2bla8] {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}

.control-label[b-3bbtz2bla8] {
    font-weight: 500;
    font-size: 14px;
    color: #5C5C5C;
}

[b-3bbtz2bla8] #OnlineBookingRequiredState input {
    background-color: #fff !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 12px;
    color: #212121;
}

[b-3bbtz2bla8] #OnlineBookingRequiredState select {
    margin-left: 0 !important;
    background-color: white;
    border-radius: 10px !important;
    border: 1px solid #9CA3AF !important;
    padding-left: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
}
    [b-3bbtz2bla8] #OnlineBookingRequiredState select:disabled, [b-3bbtz2bla8] #OnlineBookingRequiredState input:disabled {
        background-color: #F3F4F6 !important;
        border-color: #E5E7EB !important;
    }

@media (max-width: 767px) {
    #OnlineBookingRequiredState .form-group.no-padding-xs[b-3bbtz2bla8] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btn-primary[b-3bbtz2bla8] {
        width: 100%;
    }
}

#OnlineBookingRequiredState .form-group:first-child[b-3bbtz2bla8] {
    padding-left: 0;
}
#OnlineBookingRequiredState .form-group:nth-child(2)[b-3bbtz2bla8] {
    padding-right: 0;
}

.control-label[b-3bbtz2bla8] {
    color: #5C5C5C;
}

.alert-info[b-3bbtz2bla8] {
    background-color: #F5FAFC;
    border-color: #F5FAFC;
    border-radius: 10px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
    .alert-info .strong[b-3bbtz2bla8] {
        font-weight: 600;
    }
    .alert-info[b-3bbtz2bla8]  img {
        padding-right: 5px;

    }

.btn-primary[b-3bbtz2bla8] {
    background-color: #4792BC;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    border-radius: 8px;
}

.btn-default[b-3bbtz2bla8] {
    color: #4792BC;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    border-color: #4792BC;
    border-radius: 8px;
}

.card[b-3bbtz2bla8] {
    background-color: #F3F4F6;
    border-color: #F3F4F6;
    border-radius: 15px;
}
    .card .panel-body[b-3bbtz2bla8] {
        margin-bottom: 0 !important;
        background-color: #F3F4F6 !important;
    }
    .card .panel-body p[b-3bbtz2bla8] {
        font-size: 14px;
    }

    .card .panel-body label[b-3bbtz2bla8], .card .panel-body input[b-3bbtz2bla8] {
        font-size: 14px !important;
        font-weight: 500;
        color: #212121;
    }
        .card .panel-body input.error-border[b-3bbtz2bla8] {
            border-color: #F44336 !important;
        }

.panel-default input[b-3bbtz2bla8] {
    background-color: #fff !important;
    border: 1px solid #9CA3AF !important;
    border-radius: 8px;
    font-size: 16px !important;
    height: 40px;
    padding: 6px 12px;
}

.panel-default.card[b-3bbtz2bla8] {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
    .panel-default.card[b-3bbtz2bla8] {
        margin-bottom: 20px;
    }
}

    .alert-success[b-3bbtz2bla8] {
        border-radius: 12px;
        border-color: #ECFDF5;
        background-color: #ECFDF5;
        font-size: 14px;
        font-weight: 400;
        color: #212121;
        margin-top: 10px;
    }
/* /Views/OnlineInstall/Vehicle.cshtml.rz.scp.css */
h2[b-4ncs1n63cm] {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    margin-top: 0;
    margin-bottom: 10px;
}

h3[b-4ncs1n63cm] {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    margin-top: 0;
    margin-bottom: 25px;
}

.description[b-4ncs1n63cm] {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin-bottom: 25px;
}

.vehicle-page[b-4ncs1n63cm] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lookup-tabs[b-4ncs1n63cm] {
    display: flex;
    background-color: #F3F4F6;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 25px;
}

.lookup-tab[b-4ncs1n63cm] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
    border-radius: 26px;
}

    .lookup-tab:hover[b-4ncs1n63cm] {
        color: #212121;
    }

    .lookup-tab.active[b-4ncs1n63cm] {
        background-color: #fff;
        color: #4792BC;
        font-weight: 600;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

.lookup-row[b-4ncs1n63cm] {
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.lookup-row > [class*="col-"][b-4ncs1n63cm] {
    padding-left: 5px;
    padding-right: 5px;
}

.lookup-divider[b-4ncs1n63cm] {
    border-top: 1px solid #E5E7EB;
    margin-top: 10px;
    margin-bottom: 25px;
}

.vehicle-details-header[b-4ncs1n63cm] {
    margin-bottom: 15px;
}

.vehicle-form .form-group[b-4ncs1n63cm] {
    margin-bottom: 10px;
}

    .vehicle-page[b-4ncs1n63cm]  .vehicle-form .control-label {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        margin-bottom: 2px;
        display: block;
        white-space: normal;
    }

    .vehicle-page[b-4ncs1n63cm]  .vehicle-form input.form-control,
    .vehicle-page[b-4ncs1n63cm]  .vehicle-form select.form-control {
        width: 100% !important;
        height: 44px !important;
        border: 1px solid #9CA3AF !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 10px 14px !important;
        margin-left: 0 !important;
        background-color: #fff !important;
        box-shadow: none !important;
        color: #212121;
    }

    .vehicle-page[b-4ncs1n63cm]  .vehicle-form input.form-control:focus,
    .vehicle-page[b-4ncs1n63cm]  .vehicle-form select.form-control:focus {
        border: 1px solid #4792BC !important;
        box-shadow: 0 0 0 2px rgba(71, 146, 188, 0.15) !important;
    }

    .vehicle-page[b-4ncs1n63cm]  .vehicle-form .form-control::placeholder {
        color: #9CA3AF;
    }

    .vehicle-page[b-4ncs1n63cm]  .vehicle-form select.form-control {
        appearance: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 12px;
        padding-right: 40px !important;
    }

.lookup-btn-container[b-4ncs1n63cm] {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}

.btn-lookup[b-4ncs1n63cm] {
    color: #4792BC;
    font-size: 14px;
    font-weight: 600;
    background-color: #EFF6FB;
    border: none;
    border-radius: 8px;
    padding: 10px;
    height: 44px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s;
    margin-top: 22px;
    width: 100%;
}

    .btn-lookup:hover[b-4ncs1n63cm] {
        background-color: #D6EAF5;
        color: #3a7a9e;
    }

    .btn-lookup:disabled[b-4ncs1n63cm] {
        color: #9CA3AF;
        background-color: #F3F4F6;
        cursor: not-allowed;
    }

.lookup-error-banner[b-4ncs1n63cm] {
    display: flex;
    gap: 12px;
    background-color: #FEF2F2;
    border: 1px solid #FCA5A5;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.lookup-error-icon[b-4ncs1n63cm] {
    flex-shrink: 0;
    margin-top: 2px;
}

.lookup-error-content strong[b-4ncs1n63cm] {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    display: block;
    margin-bottom: 4px;
}

.lookup-error-content p[b-4ncs1n63cm] {
    font-size: 13px;
    font-weight: 400;
    color: #212121;
    margin: 0;
}

.info-box[b-4ncs1n63cm] {
    background-color: #F3F4F6;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.info-header[b-4ncs1n63cm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.info-note[b-4ncs1n63cm] {
    font-weight: 400;
    font-size: 12px;
    color: #212121;
    margin-bottom: 0;
}

.special-vehicle-section[b-4ncs1n63cm] {
    background-color: #F5FAFC !important;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 25px;
}

[b-4ncs1n63cm] .special-vehicle-section h2 {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    margin-top: 0;
    margin-bottom: 8px;
}

[b-4ncs1n63cm] .special-vehicle-section .section-description {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin-bottom: 15px;
}

.vehicle-options[b-4ncs1n63cm] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.vehicle-option[b-4ncs1n63cm] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    margin: 0;
}

.vehicle-option:hover[b-4ncs1n63cm] {
    border-color: #4792BC;
}

.vehicle-option:has(input[type="radio"]:checked)[b-4ncs1n63cm] {
    background-color: #F3F4F6;
}

[b-4ncs1n63cm] .vehicle-option input[type="radio"],
[b-4ncs1n63cm] .vehicle-option-none input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #4792BC;
    flex-shrink: 0;
}

.vehicle-note[b-4ncs1n63cm] {
    font-weight: 400;
    font-size: 12px;
    color: #07203C;
    margin-bottom: 15px;
    line-height: 1.5;
}

.vehicle-option-none[b-4ncs1n63cm] {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
}

.form-actions[b-4ncs1n63cm] {
    margin-top: 25px;
}

    .form-actions .btn-link[b-4ncs1n63cm] {
        color: #4792BC;
        font-size: 14px;
        font-weight: 600;
        line-height: 2.5;
        padding-top: 5px;
        padding-left: 10px;
    }

        .form-actions .btn-link[b-4ncs1n63cm]  img {
            vertical-align: sub;
        }

    .form-actions .btn-primary[b-4ncs1n63cm] {
        background-color: #4792BC;
        border-color: #4792BC;
        font-weight: 600;
        font-size: 14px;
        height: 44px;
        border-radius: 10px;
        padding: 0 30px;
        min-width: 160px;
    }

        .form-actions .btn-primary:hover[b-4ncs1n63cm] {
            background-color: #3a7a9e;
            border-color: #3a7a9e;
        }

.vehicle-page[b-4ncs1n63cm]  .vehicle-form input.form-control.input-validation-error,
.vehicle-page[b-4ncs1n63cm]  .vehicle-form select.form-control.input-validation-error {
    border: 1px solid #DC2626 !important;
}

@media screen and (max-width: 768px) {
    .form-actions[b-4ncs1n63cm] {
        justify-content: center;
    }

        .form-actions .btn[b-4ncs1n63cm] {
            width: 100%;
        }

    .lookup-tab[b-4ncs1n63cm] {
        padding: 6px 8px;
        font-size: 12px;
    }

    .vehicle-options[b-4ncs1n63cm] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .vehicle-options[b-4ncs1n63cm] {
        grid-template-columns: 1fr;
    }
}
/* /Views/OnlineInstall/_OnlineInstallLayout.cshtml.rz.scp.css */
.online-booking[b-2wenz1qpn0] {
    margin-top: 30px;
}

    .online-booking > .row[b-2wenz1qpn0] {
        max-width: 1024px;
        margin: auto;
    }

/* Flexbox layout for sidebar positioning */
.online-install-layout[b-2wenz1qpn0] {
    display: flex;
    flex-wrap: wrap;
}

.online-install-layout.centered[b-2wenz1qpn0] {
    justify-content: center;
    margin: 0 auto;
}

.online-install-main[b-2wenz1qpn0] {
    order: 1;
}

.online-install-sidebar[b-2wenz1qpn0] {
    order: 2;
}

/* On mobile (xs): sidebar appears first (above main content) */
@media (max-width: 767px) {
    .online-install-sidebar[b-2wenz1qpn0] {
        order: 0;
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .online-install-main[b-2wenz1qpn0] {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
}

.online-install-main .panel[b-2wenz1qpn0] {    
    padding-bottom: 25px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
    .online-install-main .panel[b-2wenz1qpn0]  .panel-body {
        border-radius: 15px;
        border-color: white;
        background-color: white;
        box-shadow: unset;
        padding: 25px 30px;
        margin-bottom: 20px;
    }

@media (max-width: 599px) {
    .online-install-main .panel[b-2wenz1qpn0] {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Installation Appointment-specific reordering for mobile */
@media (max-width: 767px) {
    .online-install-main:has(#calendar-subview)[b-2wenz1qpn0],
    .online-install-sidebar:has(.appointment-location-list)[b-2wenz1qpn0] {
        display: contents;
    }
}

/* Payment-specific reordering for mobile */
@media (max-width: 767px) {
    .online-install-layout .mobile-main-first.online-install-main[b-2wenz1qpn0]    { order: 0; }
    .online-install-layout .mobile-main-first.online-install-sidebar[b-2wenz1qpn0] { order: 1; }
}
/* /Views/Payment/Partials/_CardSelection.cshtml.rz.scp.css */
.alert.alert-info[b-h25pwccuwc] {
    color: #4086AD;
    background-color: #C5DAE6;
    border-color: transparent;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.alert.alert-info div:nth-child(2)[b-h25pwccuwc] {
    font-weight: 500;
}

.helper-text[b-h25pwccuwc] {
    color: #a94442;
}

#AddCardRoot > div[b-h25pwccuwc] {
    margin-bottom: 20px;
}

#card-logo[b-h25pwccuwc] {
    display: none;
}

#PaymentSelectionForm[b-h25pwccuwc] {
    margin-top: 0px;
    margin-bottom: 20px;
}

input[type=text].form-control:disabled[b-h25pwccuwc] {
    color: #AAAAAA;
}

#PaymentSelectionForm .form-control[b-h25pwccuwc] {
    font-weight: 600;
    font-size: 16px;
    padding-left: 0px;
    height: 40px;
}

#PaymentSelectionForm .align-left[b-h25pwccuwc] {
    padding-left: 0px;
}

#PaymentSelectionForm .alert-info[b-h25pwccuwc] {
    padding: 15px;
}

#PaymentSelectionForm .mb-1[b-h25pwccuwc] {
    margin-bottom: 10px;
}

#address-form div[b-h25pwccuwc] {
    padding-left: 40px;
}

#address-form img[b-h25pwccuwc] {
    margin-left: -25px;
    padding-right: 5px;
}

#cc-form div[b-h25pwccuwc] {
    margin-bottom: 10px;
}

#cc-form div.mb-30[b-h25pwccuwc] {
    margin-bottom: 30px;
}

#cc-form img[b-h25pwccuwc] {
    margin-left: -25px;
    padding-right: 5px;
}

#cc-form .input-group[b-h25pwccuwc] {
    padding-left: 0 !important;
    width: 100%;
}

.use-physical[b-h25pwccuwc] {
    display: flex;
    align-items: center;
}

.use-physical-container[b-h25pwccuwc] {
    margin-bottom: 20px;
}

.h5[b-h25pwccuwc] {
    color: #5F5F62;
    font-size: 14px;
    font-weight: 600;
}
.form-group[b-h25pwccuwc]  span {
    margin-top: 5px;
    padding-left: 1px !important;
}
/* /Views/Payment/Partials/_LromActivationPartial.cshtml.rz.scp.css */
@media only screen and (max-device-width: 767px) {
    .small-line[b-xp05qlwuxw] {
        border-bottom: 1px solid #D5D5D5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
/* /Views/Payment/Partials/_PaymentBalanceAndInfoPartial.cshtml.rz.scp.css */
@media only screen and (max-device-width: 767px) {
    .small-line[b-8z88lfhm8o] {
        border-bottom: 1px solid #D5D5D5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
/* /Views/Payment/Partials/_UnlockCodePartial.cshtml.rz.scp.css */
@media only screen and (max-device-width: 767px) {
    .padding-unlock-code-left[b-2folhxhs1p] {
        padding: 0px;
    }

    .remove-margin-sides[b-2folhxhs1p] {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .shorten-side-padding[b-2folhxhs1p] {
        padding: 0px 15px;
    }
}

@media only screen and (min-device-width: 768px) {
    .padding-unlock-code-left[b-2folhxhs1p] {
        padding-left: 15px;
    }

    .remove-margin-sides[b-2folhxhs1p] {
        margin: 20px 90px 0px 90px;
        padding: 10px;
    }

    .shorten-side-padding[b-2folhxhs1p] {
        padding: 0px 40px;
    }
}
/* /Views/Payment/PaymentMethods.cshtml.rz.scp.css */
.user-page-header-mobile-view[b-cpdw276tg3] {
    margin-top: -74px;
}
    .user-page-header-mobile-view[b-cpdw276tg3]  > div:first-child {
        display: none;
    }

.user-page-content-mobile-view[b-cpdw276tg3] {
    padding-top: unset;
}
/* /Views/Programs/Index.cshtml.rz.scp.css */
.no-active[b-4dp42hztuo] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
    padding-top: 22px;
}

.new-account-form .form-group[b-4dp42hztuo]  img {
    position: absolute;
}

.new-account-form span.field-validation-error[b-4dp42hztuo] {
    font-size: 12px;
    color: #CC0000;
    display: block;
}

.new-account-form select[b-4dp42hztuo] {
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    color: #2D80AF;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    height: 40px;
}

.new-account-form h4[b-4dp42hztuo] {
    font-size: 16px;
    font-weight: 700;
    color: #5F5F62;
}

.new-account-form .section-title[b-4dp42hztuo] {
    background-color: unset;
}

.new-account-form .new-credit-card-disclaimer[b-4dp42hztuo] {
    padding-left: 30px;
    padding-right: 30px;
}

.new-account[b-4dp42hztuo] {
    border-radius: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) {
    .new-account[b-4dp42hztuo] {
        margin-left: 26%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .new-account[b-4dp42hztuo] {
        margin-left: 21%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .new-account[b-4dp42hztuo] {
        margin-left: 32%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .new-account[b-4dp42hztuo] {
        margin-left: 44%;
    }
}

@media only screen and (max-width: 576px) {
    .new-account[b-4dp42hztuo] {
        margin-left: 41%;
    }
}

.new-account[b-4dp42hztuo]  img {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0px;
    position: relative;
}

.new-account[b-4dp42hztuo]  img:hover {
    /*        box-shadow: 0 0 10px @blue-gray;*/
}

.new-account a[b-4dp42hztuo] {
    display: block;
    width: 100%;
    height: 100%;
}

.new-account + span[b-4dp42hztuo] {
    font-weight: 700;
    font-size: 11px;
    color: #5F5F62;
    text-align: center;
}

.new-account > a:hover + div[b-4dp42hztuo] {
    color: #2D80AF;
}

.new-account-user[b-4dp42hztuo] {
    background-color: #EE8913;
}

    .new-account-user[b-4dp42hztuo]  img {
        width: 70%;
    }

.programs-title[b-4dp42hztuo] {
    background-color: #C4E9F7;
    text-align: center;
}

.programs-title > div > h3[b-4dp42hztuo] {
    font-size: 24px;
    color: #00182E;
    font-weight: 700;
    line-height: 4.4;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 400px) {
    .programs-title > div > h3[b-4dp42hztuo] {
        font-size: 19px;
    }
}

.programs-title > div > h3[b-4dp42hztuo] >  img {
    padding-right: 30px;
    width: 60px;
}

.programs-title > div > h3.inactive[b-4dp42hztuo] {
    color: #9DA2A6;
}

.programs-subtitle > div[b-4dp42hztuo] {
    margin-top: 30px;
    color: #5F5F62;
    font-size: 16px;
    text-align: center;
}

.programs > div[b-4dp42hztuo] {
    min-height: 74px;
}   

.programs > div a[b-4dp42hztuo] {
    color: #2D80AF;
    font-size: 20px;
    text-decoration: none;
}

.programs > div a[b-4dp42hztuo]  img {
    padding-right: 12px;
}

.programs .account[b-4dp42hztuo] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D5D5D5;
    min-height: 120px;
    max-height: 122px;
}

@media screen and (max-width: 768px) {
    .programs .account[b-4dp42hztuo] {
        max-height: 500px;
    }
}

.programs .account:hover[b-4dp42hztuo] {
    background-color: #2D80AF1A;
}

.programs .account[b-4dp42hztuo]  h3 {
    font-size: 20px;
    color: #5F5F62;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 3px;
}

.programs .account[b-4dp42hztuo]  img {
    width: 50px;
}

.programs .account[b-4dp42hztuo]  .image.device-inhom {
    width: 45px;
}

.programs .account span[b-4dp42hztuo] {
    font-size: 20px;
}

.programs .account .active[b-4dp42hztuo] {
    color: #2D80AF;
}

.programs .account .pending[b-4dp42hztuo] {
    color: #2D80AF;
}

.programs .account .removed[b-4dp42hztuo] {
    color: #9DA2A6;
}

.user-page-content[b-4dp42hztuo] {    
    padding-top: 0;
}

.payment-header-text[b-4dp42hztuo] {
    color: #FFFFFF;
    background-color: #00182E;
    height: 35px;
    line-height: 1.2;
    padding-left: 20px;
}

.mdc-card[b-4dp42hztuo] {
    border-radius: 10px;
    margin: 15px 0;
}

.programs .account .badge-error[b-4dp42hztuo] {
    background: red;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-error[b-4dp42hztuo] {
        margin-top: 15px;
    }
}

.programs .account .badge-info[b-4dp42hztuo] {
    background: #2D80AF;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-info[b-4dp42hztuo] {
        margin-top: 15px;
    }
}

.programs .account .badge-warning[b-4dp42hztuo] {
    background: #FFBF00;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-warning[b-4dp42hztuo] {
        margin-top: 15px;
    }
}

.programs .account[b-4dp42hztuo]  img {
    width: 50px;
}

.programs .account .device-bare[b-4dp42hztuo] {
    width: 50px;
}

.mdc-card[b-4dp42hztuo] {
    border-radius: 4px;
    /* @alternate */
    border-radius: var(--mdc-shape-medium, 4px);
    background-color: #fff;
    /* @alternate */
    background-color: var(--mdc-theme-surface, #fff);
    /* @alternate */
    position: relative;
    /* @alternate */
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mdc-card__content[b-4dp42hztuo] {
    border-radius: inherit;
    height: 100%;
}

.mdc-card__primary-action[b-4dp42hztuo] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::before,
.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::after {
    z-index: 0;
    /* @alternate */
    z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple[b-4dp42hztuo]::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple[b-4dp42hztuo]::after {
    top: 0;
    /* @noflip */
    /*rtl:ignore*/
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple[b-4dp42hztuo]::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    /*rtl:ignore*/
    left: var(--mdc-ripple-left, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple[b-4dp42hztuo]::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple[b-4dp42hztuo]::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::before,
.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::after {
    top: calc(50% - 100%);
    /* @noflip */
    /*rtl:ignore*/
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple[b-4dp42hztuo]::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::before, .mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo]::after {
    background-color: #000;
    /* @alternate */
    background-color: var(--mdc-ripple-color, #000);
}

.mdc-card__primary-action:hover .mdc-card__ripple[b-4dp42hztuo]::before, .mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple[b-4dp42hztuo]::before {
    opacity: 0.04;
    /* @alternate */
    opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple[b-4dp42hztuo]::before, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple[b-4dp42hztuo]::before {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple[b-4dp42hztuo]::after {
    transition: opacity 150ms linear;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple[b-4dp42hztuo]::after {
    transition-duration: 75ms;
    opacity: 0.12;
    /* @alternate */
    opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action.mdc-ripple-upgraded[b-4dp42hztuo] {
    --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action .mdc-card__ripple[b-4dp42hztuo] {
    box-sizing: content-box;
    height: 100%;
    overflow: hidden;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.programs .account:last-child[b-4dp42hztuo] {
    border-bottom: none;
}
/* /Views/Programs/Partials/_AccountSummaryCard.cshtml.rz.scp.css */
.programs .account .badge-error[b-282uu1toen] {
    background: red;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-error[b-282uu1toen] {
        margin-top: 15px;
    }
}

.programs .account .badge-info[b-282uu1toen] {
    background: #2D80AF;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-info[b-282uu1toen] {
        margin-top: 15px;
    }
}

.programs .account .badge-warning[b-282uu1toen] {
    background: #FFBF00;
    padding: 5px;
    color: white;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 160px;
}

@media screen and (max-width: 768px) {
    .programs .account .badge-warning[b-282uu1toen] {
        margin-top: 15px;
    }
}
/* /Views/Registration/AvailablePrograms.cshtml.rz.scp.css */
.account-devices > div[b-escqsz0gbu] {
    margin-bottom: 20px;
}

.device-group-secondary[b-escqsz0gbu] {
    background: #EBEBEB 0% 0% no-repeat padding-box;
    border-radius: 9px;
    opacity: 1;
}

.device-container[b-escqsz0gbu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 15px 15px 22px 15px;
    border: 0.5px solid transparent;
}

.device-container:hover[b-escqsz0gbu] {
    background-color: white;
}

.device-container.selected[b-escqsz0gbu] {
    background-color: white;
    border: 0.5px solid #7F7F7F;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.device-container.selected .radio[b-escqsz0gbu] {
    visibility: visible;
}

.device-container .new-account[b-escqsz0gbu] {
    margin-left: 0;
}

.device-container .device-title[b-escqsz0gbu] {
    font-size: 14px;
    color: #5F5F62;
    font-weight: 400;
    white-space: pre;
}

.device-container .radio[b-escqsz0gbu] {
    width: 18px;
    height: 18px;
    border: 1px solid #7F7F7F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.device-container .radio .inner-circle[b-escqsz0gbu] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.btn[b-escqsz0gbu] {
    width: 100%;
}

.btn-green[b-escqsz0gbu] {
    margin-top: 25px;
}
/* /Views/Registration/InformationLookup.cshtml.rz.scp.css */
.password-rules p[b-bgod9htmin] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul[b-bgod9htmin] {
    padding-left: 0px;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 30px;
}

.password-rules ul li[b-bgod9htmin] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul li img[b-bgod9htmin] {
    width: 5%;
    vertical-align: text-top;
    margin-right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .password-rules ul li img[b-bgod9htmin] {
        width: 6%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .password-rules ul li img[b-bgod9htmin] {
        width: 3%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    .password-rules ul li img[b-bgod9htmin] {
        width: 4%;
    }
}

@media screen and (max-width: 400px) {
    .password-rules ul li img[b-bgod9htmin] {
        width: 6%;
    }
}

.device-tip[b-bgod9htmin] {
    font-weight: 600;
    font-size: 13px;
}

.device-tip-link[b-bgod9htmin],
.device-tip-link:hover[b-bgod9htmin] {
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #2D80AF;
}

.btn-selected[b-bgod9htmin] {
    background-color: #2D80AF !important;
    color: #FFFFFF !important;
}

.popover[b-bgod9htmin] {
    max-width: 352px !important;
}

.verification[b-bgod9htmin] {
    margin-top: 60px;
}
.verification > div[b-bgod9htmin] {
    display: flex;
    flex-direction: row;
    text-align: center
}
.verification > div .google-play[b-bgod9htmin]  img {
    width: 200px;
    height: 100%;
    margin-top: -10px;
}
.verification > div .app-store[b-bgod9htmin]  img {
    width: 156px;
    padding-top: 6px;
}

.button-container div[b-bgod9htmin] {
    display: flex;
    justify-content: center;
}
/* /Views/Registration/InsightDistributorProgramCode.cshtml.rz.scp.css */
.container[b-vviyg55paq] {
    margin-top: 25px;
}

.alert-warning[b-vviyg55paq] {
    display: flex;
    padding: 20px 15px;
    align-items: initial;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #07203c !important;
    background-color: #fde021;
    padding: 15px !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.alert-warning div:nth-child(1)[b-vviyg55paq] {
    padding-right: 15px !important;
    padding-top: 3px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.alert-warning div:nth-child(2)[b-vviyg55paq] {
    font-size: 14px;
}

.reference-code-container[b-vviyg55paq] {
    background-color: #e0e0e0;
}

#ProgramCodeLabel[b-vviyg55paq] {
    padding-left: 0;
    margin-left: -10px;
}

#LookUpButton[b-vviyg55paq] {
    width: 100%;
    margin: 25px 0 0 15px;
    background-color: white;
    color: black;
}

.cancel-button[b-vviyg55paq] {
    background-color: white;
    color: black;
}
/* /Views/Registration/NewCustomer.cshtml.rz.scp.css */
.password-rules p[b-d1wvfeevhe] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul[b-d1wvfeevhe] {
    padding-left: 0px;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 30px;
}

.password-rules ul li[b-d1wvfeevhe] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul li img[b-d1wvfeevhe] {
    width: 5%;
    vertical-align: text-top;
    margin-right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .password-rules ul li img[b-d1wvfeevhe] {
        width: 6%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .password-rules ul li img[b-d1wvfeevhe] {
        width: 3%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    .password-rules ul li img[b-d1wvfeevhe] {
        width: 4%;
    }
}

@media screen and (max-width: 400px) {
    .password-rules ul li img[b-d1wvfeevhe] {
        width: 6%;
    }
}

.register_title[b-d1wvfeevhe] {
    color: #5F5F62;
    font-size: 16px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media screen and (max-width: 576px) {
    .register_title[b-d1wvfeevhe] {
        margin-top: 42px;
    }
}

#register-steps[b-d1wvfeevhe] {
    background-color: #00182E;
}

#register-steps div:first-child[b-d1wvfeevhe] {
    background-color: #00182E;
    color: #FFFFFF;
}

#register-steps .nav-pills[b-d1wvfeevhe] {
    padding-top: 0px;
    padding-bottom: 0px;
}

#register-steps .nav-pills > li[b-d1wvfeevhe] {
    width: 20%;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    #register-steps .nav-pills[b-d1wvfeevhe] {
        margin-left: -15px;
        margin-right: -15px;
    }
    #register-steps .nav-pills > li[b-d1wvfeevhe] {
        width: 100%;
    }
}

#register-steps .nav-pills > li > a[b-d1wvfeevhe] {
    color: #FFFFFF;
    border-radius: unset;
    white-space: nowrap;
}

#register-steps .nav-pills > li > a:hover[b-d1wvfeevhe] {
    background-color: #00182E;
}

#register-steps .nav-pills > li + li[b-d1wvfeevhe] {
    margin-left: unset;
}

#register-steps .nav-pills li.active > a[b-d1wvfeevhe],
#register-steps .nav-pills > li.active > a:hover[b-d1wvfeevhe],
#register-steps .nav-pills > li.active > a:focus[b-d1wvfeevhe] {
    background-color: #EFEFEF;
    color: #00182E;
}

#register-steps .nav-link[b-d1wvfeevhe] {
    cursor: default;
}

#register-steps .nav-link img[b-d1wvfeevhe] {
    float: left;
    padding-right: 10px;
}

.step-header[b-d1wvfeevhe] {
    text-transform: uppercase;
    color: #D5D5D5;
    font-size: 10px;
}

.step-title[b-d1wvfeevhe] {
    color: #5F5F62;
    font-size: 12px;
    font-weight: 700;
}

#PhysicalAddressLookupZip[b-d1wvfeevhe],
#MailingAddressLookupZip[b-d1wvfeevhe] {
    width: 150%;
}

.btn-blue[b-d1wvfeevhe] {
    background-color: #669EBD;
}

#pills-third div:first-child .form-group[b-d1wvfeevhe] {
    padding-left: 0px;
}

#pills-third div:first-child .form-group label[b-d1wvfeevhe] {
    line-height: 2.2;
}

.lookup-btn-container[b-d1wvfeevhe] {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}

.lookup-btn-container .btn[b-d1wvfeevhe] {
    text-transform: uppercase;
}

.col-md-offset-1[b-d1wvfeevhe]  img {
    margin-left: -90px !important;
}

.btn-link[b-d1wvfeevhe] {
    width: 90% !important;
}
/* /Views/Registration/Register.cshtml.rz.scp.css */
.password-rules p[b-eb81c95krc] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul[b-eb81c95krc] {
    padding-left: 0px;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 30px;
}

.password-rules ul li[b-eb81c95krc] {
    font-size: 13px;
    color: #707070;
}

.password-rules ul li img[b-eb81c95krc] {
    width: 5%;
    vertical-align: text-top;
    margin-right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .password-rules ul li img[b-eb81c95krc] {
        width: 6%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .password-rules ul li img[b-eb81c95krc] {
        width: 3%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    .password-rules ul li img[b-eb81c95krc] {
        width: 4%;
    }
}

@media screen and (max-width: 400px) {
    .password-rules ul li img[b-eb81c95krc] {
        width: 6%;
    }
}

.device-tip[b-eb81c95krc] {
    font-weight: 600;
    font-size: 13px;
}

.device-tip-link[b-eb81c95krc],
.device-tip-link:hover[b-eb81c95krc] {
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #2D80AF;
}

.btn-selected[b-eb81c95krc] {
    background-color: #2D80AF !important;
    color: #FFFFFF !important;
}

.popover[b-eb81c95krc] {
    max-width: 352px !important;
}
/* /Views/RemovalRequests/Accounts.cshtml.rz.scp.css */
@media screen and (max-width: 768px) {
    .user-page-content[b-rxjxnmojjz] {
        margin-right: -15px;
    }
}
/* /Views/RemovalRequests/DeviceRemovalRequest.cshtml.rz.scp.css */
.label-holder[b-emw7mwy52e] {
    margin-top: 1px;
    text-transform: uppercase;
}

.label-holder-blue[b-emw7mwy52e] {
    color: #0060df;
}

[b-emw7mwy52e] select {
    margin-left: 0;
}

.btn[b-emw7mwy52e] {
    width: 100%;
}
/* /Views/RemovalRequests/Documents.cshtml.rz.scp.css */
.account-removal-header[b-bzwd57iiu6] {
    margin-top: 34px;
}
.register_subtitle[b-bzwd57iiu6] {
    float: left;
    margin-top: 0;
}

.submit-btn[b-bzwd57iiu6] {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#docsViewPartial > .row[b-bzwd57iiu6] {
    margin: 0;
}

.document-image .file[b-bzwd57iiu6] {
    margin-right: 5px;
}

#docsViewPartial .row .document-header[b-bzwd57iiu6] {
    padding-bottom: 5px;
}

#docsViewPartial .row .document-info[b-bzwd57iiu6] {
    background-color: #FFFFFF; 
}    

#docsViewPartial .row .document-info .document-image[b-bzwd57iiu6] {
    padding: 15px;
}

#docsViewPartial .row .document-info .document-title[b-bzwd57iiu6] {
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #5F5F62;
}

#docsViewPartial .row .document-info .document-title .document-description[b-bzwd57iiu6] {
    word-wrap: break-word;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #9DA2A6;
}

#docsViewPartial .control-label[b-bzwd57iiu6] {
    white-space: unset;
}
/* /Views/RemovalRequests/Partials/_AccountHeaderPartial.cshtml.rz.scp.css */
.account-removal-header[b-xfn31cjuw7] {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.account-removal-header[b-xfn31cjuw7]  img {
    width: 35px;
    margin-right: 15px;
    margin-left: 10px;
}
.account-removal-header h3[b-xfn31cjuw7] {
    color: #00182E;
}
/* /Views/RemovalRequests/Partials/_HeaderPartial.cshtml.rz.scp.css */
.register_header_box[b-c7tb1ss3x9] {
    background-color: #C4E9F7;
    height: unset;
    text-align: center;
}

.register_header_box h2[b-c7tb1ss3x9] {
    color: #00182E;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 4.4;
    margin-top: 0;
    margin-bottom: 0;
}
/* /Views/RemovalRequests/Payment.cshtml.rz.scp.css */
.payment-line-item-key[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 700;
    color: #5F5F62;
    white-space: nowrap;
}

.payment-line-item-key label[b-1jbse3wiil] {
    font-size: 17px;
    font-weight: 600;
    color: #5F5F62;
    padding-bottom: 20px;
}

.payment-line-item-value[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.payment-sub-item-key[b-1jbse3wiil] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    line-height: 2;
}

.payment-sub-item-value[b-1jbse3wiil] {
    font-size: 14px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-sub-total-key[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
}

.payment-sub-total-value[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 700;
    color: #9DA2A6;
    text-align: right;
}

.payment-total-item-key[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 600;
}

.payment-total-item-value[b-1jbse3wiil] {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.payment-border-top[b-1jbse3wiil] {
    border-top: 1px solid #D5D5D5;
    line-height: 2.5;
}

.margin-top-20[b-1jbse3wiil] {
    margin-top: 20px;
}
/* /Views/RemovalRequests/VehicleInoperableOrRepossessed.cshtml.rz.scp.css */
.register_subtitle h3[b-28zenpj0oo] {
    text-align: right !important;
}

.btn-default[b-28zenpj0oo] {
    padding-top: 9px;
}

.btn-white[b-28zenpj0oo] {
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
/* /Views/Shared/EditorTemplates/_TimeExtension.cshtml.rz.scp.css */
.purchase-item-list[b-m6ivxhjgm5] {
    margin: 0;
    padding: 0;
}

.purchase-item-list .row[b-m6ivxhjgm5] {
    margin: 0;
}

.panel-default .row[b-m6ivxhjgm5] {
    margin: 0;
    padding: 0 15px;
}

.panel-default .row span[b-m6ivxhjgm5] {
    line-height: 50px;
    margin: 0;
    padding: 0;
}

.unselected-panel[b-m6ivxhjgm5] {
    background: #FFFFFF;
    text-align: left;
    line-height: 50px;
    padding: 0 0 0 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
    color: #ABAFB2;
}

.selected-panel[b-m6ivxhjgm5] {
    background: #2D80AF;
    color: #FFFFFF;
    text-align: left;
    line-height: 50px;
    padding: 0 0 0 10px;
    border-radius: 10px;
}
/* /Views/Shared/PrivacyPolicy.cshtml.rz.scp.css */
.privacy-policy-container[b-ths2jorinp] {
    display: flex;
    justify-content: center;
}

.privacy-policy[b-ths2jorinp] {
    margin-top: 20px;
    text-align: left;
}

.privacy-policy[b-ths2jorinp]  a {
    font-size: 14px;
}
/* /Views/Shared/_DropDown.cshtml.rz.scp.css */
select.form-control[b-90mjnv464i] {
    margin-left: 30px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #9DA2A6;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bkibud17qw] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-bkibud17qw] {
    color: #0077cc;
}

.btn-primary[b-bkibud17qw] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-bkibud17qw] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-bkibud17qw] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bkibud17qw] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bkibud17qw] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-bkibud17qw] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
.modal-footer button[b-bkibud17qw] {
    margin-left: 40px;
    margin-right: 40px;
    width: 120px;
    text-transform: uppercase;
    box-shadow: 1px 3px 2px rgba(128, 128, 128, 0.4);
}
/* /Views/Shared/_TermsAndConditions.cshtml.rz.scp.css */
:root[b-n40ys2wchx] {
    /* larger checkbox */
}

:root label.checkbox-bootstrap input[type=checkbox][b-n40ys2wchx] {
    /* hide original check box */
    opacity: 0;
    position: absolute;
    /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
    /* draw checkmark before the span placeholder when original hidden input is checked */
    /* disabled checkbox style */
    /* disabled and checked checkbox style */
    /* when the checkbox is focused with tab key show dots arround */
}

:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder[b-n40ys2wchx] {
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 3px;
    /*checkbox border color*/
    border-color: #737373;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 0 -20px;
    vertical-align: middle;
    text-align: center;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder[b-n40ys2wchx] {
    background: #4086AD;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder[b-n40ys2wchx]:before {
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 5px;
    height: 9px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 2px 2px 0;
    /*can be done with post css autoprefixer*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder[b-n40ys2wchx] {
    background: #ececec;
    border-color: #c3c2c2;
}

:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder[b-n40ys2wchx] {
    background: #d6d6d6;
    border-color: #bdbdbd;
}

:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder[b-n40ys2wchx] {
    outline: 1px dotted black;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder[b-n40ys2wchx] {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #B3B3B3;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder[b-n40ys2wchx] {
    border-color: #4086AD;
}

:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder[b-n40ys2wchx]:before {
    width: 6px;
    height: 11px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 3px 3px 0;
}

.terms-and-conditions-label[b-n40ys2wchx] {
    font-size: 16px;
    font-weight: 600 !important;
    color: #5F5F62;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-and-conditions-label a[b-n40ys2wchx] {
    margin-left: 7px;
}
/* /Views/Shared/_ToggleSwitch.cshtml.rz.scp.css */
.switch-box[b-bqg9eb0cva] {
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 46px;
    border-radius: 23px;
    border: none;
    margin-left: 20px;
    box-sizing: border-box;
}

.switch-box input[type="checkbox"].toggle[b-bqg9eb0cva] {
    position: absolute;
    left: -9999em;
}

.switch-box label.toggle[b-bqg9eb0cva] {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: none;
    position: relative;
    min-height: 0;
    width: 72.83333333px;
    left: -26.83333333px;
    background: #E6E6E6;
    padding: 3.83333333px 0;
    border: none;
    transition: all ease-in-out 0.25s;
    max-width: inherit;
    margin-left: -15px;
    margin-bottom: 0;
    margin-bottom: 0px;
}

.switch-box .poll[b-bqg9eb0cva] {
    width: 15.33333333px;
    height: 15.33333333px;
    position: relative;
    left: 30.66666667px;
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.25s;
}


.switch-box input:checked ~ label.toggle.blue[b-bqg9eb0cva] {
    background: #2D80AF;
}

.switch-box input:hover ~ label.toggle[b-bqg9eb0cva] {
    background: #E6E6E6;
}

.switch-box label.disabled[b-bqg9eb0cva] {
    background-color: #E6E6E6 !important;
    cursor: default;
}

.switch-box label.disabled .poll[b-bqg9eb0cva] {
    background-color: #F7F7F7 !important;
}

.switch-box input:hover:checked ~ label.toggle.blue[b-bqg9eb0cva] {
    background: #2D80AF;
}

.switch-box.sblarge[b-bqg9eb0cva] {
    width: 52px;
    height: 30px;
    margin-left: 15px;
}

.switch-box.sblarge label.toggle[b-bqg9eb0cva] {
    width: 82.33333333px;
    left: -30.33333333px;
    padding: 4.33333333px 0;
}

.switch-box.sblarge .poll[b-bqg9eb0cva] {
    width: 21.66666667px;
    height: 21.66666667px;
    left: 34.67px;
}

.switch-box.sblarge input:checked ~ label.toggle[b-bqg9eb0cva] {
    left: -9.33333333px;
}

.switch-box.sbsmall[b-bqg9eb0cva] {
    width: 36px;
}

.switch-box.sbsmall label.toggle[b-bqg9eb0cva] {
    width: 57.6px;
    left: -21.6px;
    padding: 3.6px 0;
}

.switch-box.sbsmall .poll[b-bqg9eb0cva] {
    width: 11.8px;
    height: 11.8px;
    left: 25.2px;
}

.switch-box.sbsmall input:checked ~ label.toggle[b-bqg9eb0cva] {
    left: -4.6px;
}
