@import '_content/GlobalSharedComponents/GlobalSharedComponents.abhv642t60.bundle.scp.css';

/* /Features/Components/CareFormCmp.razor.rz.scp.css */
.app-store[b-jn6nwp8ycj] {
    display: flex;
    gap: .5rem;
    justify-content: start;
    flex-direction: column;
    border: 1px solid #a4abb0;
    padding: .5rem;
}

    .app-store:hover[b-jn6nwp8ycj] {
        background-color: #f2f2f2;
    }

.app-store-selected[b-jn6nwp8ycj] {
    border-color: blue;
}
/* /Features/Components/Gctl/GctlCaseEightCmp.razor.rz.scp.css */

.form-step-box[b-zzy4pwyati] {
    width: 200px;
    text-align: center;
    background: var(--clr-primary);
    height: 100px;
    padding: .5rem;
}

    .form-step-box h5[b-zzy4pwyati] {
        font-size: 1rem;
        color: #ffffff;
        margin-top: .5rem;
    }

    .form-step-box .fas[b-zzy4pwyati] {
        color: #fff;
        margin-top: 1.5rem;
    }

    .form-step-box:hover[b-zzy4pwyati] {
        cursor: pointer;
        filter: brightness(125%);
    }


.form-header[b-zzy4pwyati] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--clr-border);
}
/* /Features/Components/Gctl/GctlCaseNineCmp.razor.rz.scp.css */

.form-step-box[b-cs3r6t4c4h] {
    width: 200px;
    text-align: center;
    background: var(--clr-primary);
    height: 100px;
    padding: .5rem;
}

    .form-step-box h5[b-cs3r6t4c4h] {
        font-size: 1rem;
        color: #ffffff;
        margin-top: .5rem;
    }

    .form-step-box .fas[b-cs3r6t4c4h] {
        color: #fff;
        margin-top: 1.5rem;
    }

    .form-step-box:hover[b-cs3r6t4c4h] {
        cursor: pointer;
        filter: brightness(125%);
    }


.form-header[b-cs3r6t4c4h] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--clr-border);
}
/* /Features/Components/Gctl/GctlCaseSixCmp.razor.rz.scp.css */

.form-step-box[b-jwn8t021j1] {
    width: 200px;
    text-align: center;
    background: var(--clr-primary);
    height: 100px;
    padding: .5rem;
}

    .form-step-box h5[b-jwn8t021j1] {
        font-size: 1rem;
        color: #ffffff;
        margin-top: .5rem;
    }

    .form-step-box .fas[b-jwn8t021j1] {
        color: #fff;
        margin-top: 1.5rem;
    }

    .form-step-box:hover[b-jwn8t021j1] {
        cursor: pointer;
        filter: brightness(125%);
    }


.form-header[b-jwn8t021j1] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--clr-border);
}
/* /Features/Components/Gctl/GctlCaseTenCmp.razor.rz.scp.css */

.form-step-box[b-3o9c66rhfk] {
    width: 200px;
    text-align: center;
    background: var(--clr-primary);
    height: 100px;
    padding: .5rem;
}

    .form-step-box h5[b-3o9c66rhfk] {
        font-size: 1rem;
        color: #ffffff;
        margin-top: .5rem;
    }

    .form-step-box .fas[b-3o9c66rhfk] {
        color: #fff;
        margin-top: 1.5rem;
    }

    .form-step-box:hover[b-3o9c66rhfk] {
        cursor: pointer;
        filter: brightness(125%);
    }


.form-header[b-3o9c66rhfk] {
    font-weight: 700;
    font-size: 1.25rem;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--clr-border);
}
/* /Features/Components/Gctl/GctlSchedulerCmp.razor.rz.scp.css */
.small-font[b-92cnzyj3ab] {
    font-size: .80rem;
}

.slots[b-92cnzyj3ab] {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.day-part[b-92cnzyj3ab] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 1rem;
}

    .day-part > div[b-92cnzyj3ab] {
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        box-shadow: inset 0 -1px 0 0 #dddddd;
        padding-bottom: .25rem;
    }

        .day-part > div:hover[b-92cnzyj3ab] {
            cursor: pointer;
            box-shadow: inset 0 -2px 0 0 var(--primary);
        }

.day-part-selected[b-92cnzyj3ab] {
    box-shadow: inset 0 -2px 0 0 var(--primary) !important;
}

.time-slot-container[b-92cnzyj3ab] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.time-slot[b-92cnzyj3ab] {
    border-radius: 4px;
    border: 1px solid #202122;
    height: 45px;
    line-height: 45px;
    font-size: 1.2rem;
    background-color: transparent;
    color: #202122;
    cursor: pointer;
    width: 130px;
    margin: 1rem;
}

    .time-slot:hover[b-92cnzyj3ab] {
        background: #202122;
        color: #ffffff;
    }

.slot-selected[b-92cnzyj3ab] {
    background: #202122;
    color: #ffffff;
}
/* /Features/Components/ServiceRequestCmp.razor.rz.scp.css */
@media screen and (max-width: 425px) {
    .lensShape[b-fx077c80ym] {
        width: 40px;
        height: 23px;
        min-width: 40px;
        min-height: 23px;
        margin-right: 5%;
        // border-radius: 70% 79% 100% 50%/44% 50% 70% 100%;
        border-radius: 28px 32px 40px 20px/10px 12px 16px 23px;
    }

    .item-md .radio-md[item-left][b-fx077c80ym], .item-md .radio-md[item-start][b-fx077c80ym] {
        margin-right: 5%;
    }
}

@media screen and (min-width: 426px) {
    .lensShape[b-fx077c80ym] {
        width: 70px;
        height: 40px;
        min-width: 70px;
        min-height: 40px;
        margin-right: 5%;
        // border-radius: 70% 79% 100% 50%/44% 50% 70% 100%;
        border-radius: 49px 55px 70px 35px/18px 20px 28px 40px;
    }
}

.blue-mirror[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #1BA6CC, #536EA8);
}

.green-mirror[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #1EC0A4, #1EB4B1);
}

.copper-silver-mirror[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #F0E6E1, #DCB4A5);
}

.gray-silver-mirror[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #D7D7D7, #A7A7A7);
}

.sunrise-silver-mirror[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #F0F0D4, #DCCEA0);
}

.gray[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #B5ABAB, #8C8484);
}

.copper[b-fx077c80ym] {
    background-image: radial-gradient(circle at top, #E69B6D, #BE825A);
}

.sunrise-disco[b-fx077c80ym] {
    background-image: transparent;
    border: 1px solid #656565;
}

.amber-disco[b-fx077c80ym] {
    background-image: transparent;
    border: 1px solid #656565;
}

.other[b-fx077c80ym] {
    background-image: transparent;
    border: 1px solid #656565;
}
/* /Features/CultureSelector.razor.rz.scp.css */
.panel[b-oym2yy5s5e] {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.btn-lang[b-oym2yy5s5e] {
    text-align: center;
    border: .5px solid #dcdcdc;
    background: #e4e4e4;
    height: 50px;
    line-height: 50px;
}

    .btn-lang.active[b-oym2yy5s5e] {
        filter: brightness(90%);
    }

    .btn-lang:hover[b-oym2yy5s5e] {
        filter: brightness(80%);
    }

.panel-overlay[b-oym2yy5s5e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .25;
}

@media only screen and (min-width : 480px) {
    .panel[b-oym2yy5s5e] {
        width: 350px;
        border-left: 1px solid black;
    }
}
/* /Features/EmailUsPage.razor.rz.scp.css */
.app-question-container[b-h4tvekx6ik] {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.app-question-section[b-h4tvekx6ik] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}

    .app-question-section h3[b-h4tvekx6ik] {
        font-size: 1.5rem;
        color: #1c2437;
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

.app-choice-btns[b-h4tvekx6ik] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.app-question-section .step-block[b-h4tvekx6ik] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .app-question-section .step-block .button[b-h4tvekx6ik] {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        background: #1e85ff;
        width: 100%;
        border-radius: 30px;
        height: 46px;
        border: 0;
        text-align: center;
        margin-top: auto;
        outline: none;
        line-height: 46px;
    }

    .app-question-section .step-block .form-group[b-h4tvekx6ik] {
        position: relative;
        cursor: pointer;
    }

        .app-question-section .step-block .form-group .form-control[type="radio"][b-h4tvekx6ik] {
            display: none;
        }

        .app-question-section .step-block .form-group .form-control[b-h4tvekx6ik] {
            height: 55px;
            border-radius: 30px;
            color: #1c2437;
            outline: none;
            box-shadow: none;
            padding: 0 20px;
        }

            .app-question-section .step-block .form-group .form-control:checked ~ label[b-h4tvekx6ik],
            .app-question-section .step-block .form-group label:hover[b-h4tvekx6ik] {
                border-color: rgb(188 206 255);
                color: #1e85ff;
            }

        .app-question-section .step-block .form-group label[b-h4tvekx6ik] {
            margin-bottom: 0;
            width: 100%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            border-radius: 30px;
            padding: 8px 25px;
            font-size: 1.1rem;
            color: #1c2437;
            text-align: center;
            font-weight: 400;
            position: relative;
            transition: all .3s ease;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-h4tvekx6ik]:before {
            background: #1e85ff;
            border-color: transparent;
        }

        .app-question-section .step-block .form-group label[b-h4tvekx6ik]:before {
            position: absolute;
            top: 12px;
            left: 15px;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            content: '';
            opacity: 1;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-h4tvekx6ik]:after {
            opacity: 1;
        }

        .app-question-section .step-block .form-group label[b-h4tvekx6ik]:after {
            opacity: 0;
            position: absolute;
            top: 14px;
            left: 17px;
            border-radius: 50%;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f00c";
            color: #fff;
            font-size: .9rem;
            line-height: 19px;
            width: 18px;
            height: 18px;
            text-align: center;
            pointer-events: none;
            transition: opacity 0.2s;
        }

label[b-h4tvekx6ik] {
    display: inline-block;
    cursor: pointer;
}

.app-restart-btn[b-h4tvekx6ik] {
    text-decoration: underline;
    cursor: pointer;
}

.app-question-error[b-h4tvekx6ik] {
    height: 24px;
    font-weight: 400;
    color: var(--bs-danger);
}

    .app-question-error i[b-h4tvekx6ik] {
        margin-right: .2rem;
    }
/* /Features/Layouts/EssilorLuxLayout.razor.rz.scp.css */
.app-layout-header[b-8y98lpisc6] {
    border-bottom: 1px solid var(--border);
    background-color: white;
    padding: .5rem 1rem;
}

.app-layout-logo-title[b-8y98lpisc6] {
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 1.35rem;
}

    .app-layout-logo-title img[b-8y98lpisc6] {
        width: 240px;
        height: auto;
    }

@media (max-width: 576px) {
    .app-layout-logo-title[b-8y98lpisc6] {
        flex-direction: column;
        align-items: center;
    }

        .app-layout-logo-title img[b-8y98lpisc6] {
        }

    .app-layout-title[b-8y98lpisc6] {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
}
/* /Features/ReturnAuth/ReturnAuthCmp.razor.rz.scp.css */
.overlay[b-edhgssa4wu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .6;
    z-index: 10003;
}

.app-return-auth-container[b-edhgssa4wu] {
    letter-spacing: .04rem;
    font-family: "Rubik", sans-serif;
}

[b-edhgssa4wu] .validation-message {
    font-size: .8rem;
    font-weight: 500;
}

.app-action-btns[b-edhgssa4wu] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: .25rem;
}

.app-return-auth-header[b-edhgssa4wu] {
    text-align: center;
    font-size: 1.35rem;
    font-weight: 600;
}

.app-return-auth-header-sm[b-edhgssa4wu] {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 500;
}

.app-return-auth-form-summary[b-edhgssa4wu] {
    font-size: 1rem;
    height: 100%;
    justify-content: left;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: .5rem 1rem;
}

.col-form-label[b-edhgssa4wu] {
    font-size: 1rem;
}

[b-edhgssa4wu] .app-action-btn {
    width: 120px;
}

.app-return-auth-items[b-edhgssa4wu] {
    font-size: .9rem;
}

.app-return-auth-callout[b-edhgssa4wu] {
    font-size: .95rem;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-return-auth-form-item[b-edhgssa4wu] {
    margin-bottom: .5rem;
}

.col-form-label[b-edhgssa4wu] {
    padding: 0 0 .15rem 0;
}

[b-edhgssa4wu] p {
    margin-bottom: 0rem;
}

.app-return-auth-item-card[b-edhgssa4wu] {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: .5rem 1rem;
    font-size: .9rem;
    margin-bottom: .75rem;
}

.app-return-auth-item-card-row[b-edhgssa4wu] {
    display: flex;
    align-items: flex-start;
    margin-bottom: .15rem;
}

.app-return-auth-item-card-label[b-edhgssa4wu] {
    width: 140px;
    min-width: 140px;
    font-weight: 600;
}

.app-return-auth-item-card-value[b-edhgssa4wu] {
    flex: 1;
    padding-left: 12px;
    word-break: break-word;
}

@media (max-width: 576px) {
    .app-return-auth-callout[b-edhgssa4wu] {
        font-size: .85rem;
        gap: .75rem;
    }

    .col-form-label[b-edhgssa4wu] {
        padding: 0;
        font-size: .95rem;
    }
}

/*********** ITEM SELECTION ***********/

.new-item-selection-container[b-edhgssa4wu] {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.new-item-selection-tiles[b-edhgssa4wu] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.new-item-selection-tile[b-edhgssa4wu] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 1rem;
    height: 50px;
    width: 250px;
    font-size: .9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
}

    .new-item-selection-tile:hover[b-edhgssa4wu],
    .new-item-selection-tile.selected[b-edhgssa4wu] {
        background-color: #e1e1e1;
    }

.new-item-selection-tile-check[b-edhgssa4wu] {
    margin-right: .3rem;
    color: green;
}

.new-item-return-reason-container[b-edhgssa4wu] {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.new-item-return-script-container[b-edhgssa4wu] {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem;
    text-align: center;
}

.new-item-return-script-script[b-edhgssa4wu] {
    font-size: 1.1rem;
}

.new-item-return-script-thanks[b-edhgssa4wu] {
    font-size: 1rem;
    font-weight: 600;
}

.new-item-return-script-form[b-edhgssa4wu] {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 1rem;
    text-align: center;
}

    .new-item-return-script-form.col-form-label[b-edhgssa4wu] {
        text-align: left;
    }
/*********** ITEM SELECTION ***********/
/*********** TESTING ***********/
.sticky-footer[b-edhgssa4wu] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cccccc;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    transition: height 0.3s cubic-bezier(.4,0,.2,1), visibility 0.3s;
    overflow: hidden;
    z-index: 1000;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

    .sticky-footer.open[b-edhgssa4wu] {
        height: 50px;
        visibility: visible;
        pointer-events: auto;
    }

    .sticky-footer.closed[b-edhgssa4wu] {
        height: 0;
        visibility: hidden;
        pointer-events: none;
    }

.footer-toggle-btn[b-edhgssa4wu] {
    position: fixed;
    right: 24px;
    bottom: 16px;
    z-index: 1100;
    background: #0078d4;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .85rem;
}

.sticky-footer.open + .footer-toggle-btn[b-edhgssa4wu] {
    display: none;
}

.sticky-footer[b-edhgssa4wu] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-btn-group[b-edhgssa4wu] {
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.footer-btn[b-edhgssa4wu] {
    padding: .5rem;
    font-size: .95rem;
    border: none;
    border-radius: 6px;
    background: #0078d4;
    color: #fff;
    cursor: pointer;
}

    .footer-btn:hover[b-edhgssa4wu] {
        background: #005fa3;
    }

/*********** TESTING ***********/
/* /Features/SmartEyewear/SmartEyewearReturnPage.razor.rz.scp.css */
.app-question-container[b-azbwedgbq8] {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .app-question-container h2[b-azbwedgbq8] {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #1c2437;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.app-question-section[b-azbwedgbq8] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}

.app-question-header[b-azbwedgbq8] {
    border-bottom: 1px solid #dedede;
    padding-bottom: .5rem !important;
    margin-bottom: 1rem !important;
}

.app-question-section h3[b-azbwedgbq8] {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.app-question-section .step-block[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .app-question-section .step-block .form-group[b-azbwedgbq8] {
        position: relative;
        cursor: pointer;
    }

        .app-question-section .step-block .form-group .form-control[type="radio"][b-azbwedgbq8] {
            display: none;
        }

        .app-question-section .step-block .form-group .form-control[b-azbwedgbq8] {
            height: 55px;
            border-radius: 30px;
            color: #1c2437;
            outline: none;
            box-shadow: none;
            padding: 0 20px;
        }

            .app-question-section .step-block .form-group .form-control:checked ~ label[b-azbwedgbq8],
            .app-question-section .step-block .form-group label:hover[b-azbwedgbq8] {
                border-color: rgb(188 206 255);
                color: #1e85ff;
            }

        .app-question-section .step-block .form-group label[b-azbwedgbq8] {
            margin-bottom: 0;
            width: 100%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            border-radius: 30px;
            padding: 8px 25px;
            font-size: 1.1rem;
            color: #1c2437;
            text-align: center;
            font-weight: 400;
            position: relative;
            transition: all .3s ease;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-azbwedgbq8]:before {
            background: #1e85ff;
            border-color: transparent;
        }

        .app-question-section .step-block .form-group label[b-azbwedgbq8]:before {
            position: absolute;
            top: 12px;
            left: 15px;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            content: '';
            opacity: 1;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-azbwedgbq8]:after {
            opacity: 1;
        }

        .app-question-section .step-block .form-group label[b-azbwedgbq8]:after {
            opacity: 0;
            position: absolute;
            top: 14px;
            left: 17px;
            border-radius: 50%;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f00c";
            color: #fff;
            font-size: .9rem;
            line-height: 19px;
            width: 18px;
            height: 18px;
            text-align: center;
            pointer-events: none;
            transition: opacity 0.2s;
        }

label[b-azbwedgbq8] {
    display: inline-block;
    cursor: pointer;
}

.app-question-section .step-block .button[b-azbwedgbq8] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: #1e85ff;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    border: 0;
    text-align: center;
    margin-top: auto;
    outline: none;
    line-height: 46px;
}

a[b-azbwedgbq8], a:hover[b-azbwedgbq8] {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    outline: none;
}

.hybrid-button[b-azbwedgbq8] {
    display: flex;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    overflow: hidden;
    background: #1e85ff;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.hybrid-button-half[b-azbwedgbq8] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    user-select: none;
    height: 100%;
    line-height: 55px;
    outline: none;
    background: transparent;
    border: none;
    transition: background 0.2s;
}

    .hybrid-button-half.left:hover[b-azbwedgbq8],
    .hybrid-button-half.right:hover[b-azbwedgbq8] {
        background: #176ac2;
    }

.hybrid-divider[b-azbwedgbq8] {
    width: 2px;
    background: #fff;
    opacity: 0.7;
    height: 70%;
    align-self: center;
}

.action-btns[b-azbwedgbq8] {
}

.list-group-item .question[b-azbwedgbq8] {
    font-weight: 500;
}

.app-question-error[b-azbwedgbq8] {
    min-height: 24px;
    font-weight: 400;
    color: var(--bs-danger);
}

    .app-question-error i[b-azbwedgbq8] {
        margin-right: .2rem;
    }

.app-question-help-text[b-azbwedgbq8] {
    font-size: 1rem;
    font-style: italic;
}

.app-question-help2-text[b-azbwedgbq8] {
    font-size: 1rem;
}

.app-question-help2-text[b-azbwedgbq8] {
    font-size: 1rem;
}

.app-question-warranty-text[b-azbwedgbq8], .app-question-warranty-text a[b-azbwedgbq8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0078d4;
    text-decoration: underline !important;
}

    .app-question-warranty-text a:hover[b-azbwedgbq8] {
        color: #005fa3;
        text-decoration: underline !important;
    }

.app-question-help-text3[b-azbwedgbq8] {
    padding: 0 0 0 0;
    font-size: .9rem;
    font-style: italic;
}

.app-question-image img[b-azbwedgbq8] {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app-question-image.serial[b-azbwedgbq8] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem; /* space between images */
}

    .app-question-image.serial img[b-azbwedgbq8] {
        height: 180px; /* or any desired fixed height */
        width: auto;
        object-fit: contain;
        display: block;
        max-width: 100%;
    }

@media (max-width: 1350px) {
    .app-question-image.serial[b-azbwedgbq8] {
        flex-direction: column;
        align-items: center;
    }

        .app-question-image.serial img[b-azbwedgbq8] {
            height: 220px; /* increased size for stacked images */
        }
}

.app-restart-btn span[b-azbwedgbq8] {
    text-decoration: underline;
    cursor: pointer;
}

.app-choice-btns[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.app-return-state[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .app-return-state h3[b-azbwedgbq8] {
        font-weight: 400;
        border-bottom: 1px solid #dedede;
        padding-bottom: .5rem;
    }

.app-return-state-error[b-azbwedgbq8] {
    color: var(--bs-danger);
}

.app-return-state i[b-azbwedgbq8] {
    margin-right: .5rem;
}

.app-return-msg[b-azbwedgbq8] {
    font-size: 1.15rem;
}

.app-form-label[b-azbwedgbq8] {
    font-size: 1.1rem;
    cursor: default;
}

.sticky-footer[b-azbwedgbq8] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-btn-group[b-azbwedgbq8] {
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.footer-btn[b-azbwedgbq8] {
    padding: .5rem;
    font-size: .95rem;
    border: none;
    border-radius: 6px;
    background: #0078d4;
    color: #fff;
    cursor: pointer;
}

    .footer-btn:hover[b-azbwedgbq8] {
        background: #005fa3;
    }

.app-customer-form[b-azbwedgbq8] {
    text-align: left;
    margin-top: .5rem;
}

    .app-customer-form .d-flex.gap-2[b-azbwedgbq8] {
        display: flex;
        gap: 0.5rem;
        flex-direction: row;
    }

@media (max-width: 700px) {
    .app-customer-form .d-flex.gap-2[b-azbwedgbq8] {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 576px) {
    .w-50.w-sm-100[b-azbwedgbq8] {
        width: 100% !important;
    }
}

.hybrid-button-sm[b-azbwedgbq8] {
    display: flex;
    width: 150px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.hybrid-button-half-sm[b-azbwedgbq8] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    user-select: none;
    height: 100%;
    line-height: 25px;
    outline: none;
    background-color: #01010130;
    border: none;
    transition: background 0.2s;
}

    .hybrid-button-half-sm.left:hover[b-azbwedgbq8],
    .hybrid-button-half-sm.right:hover[b-azbwedgbq8],
    .hybrid-button-half-sm.btn-active[b-azbwedgbq8] {
        background: #176ac2;
        color: #fff;
    }

    .hybrid-button-half-sm.btn-active[b-azbwedgbq8] {
        background: #1e85ff;
        color: #fff;
    }

.hybrid-divider-sm[b-azbwedgbq8] {
    width: 2px;
    background: #fff;
    opacity: 0.7;
    height: 70%;
    align-self: center;
}

.app-package-question-container[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.app-package-question[b-azbwedgbq8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
}

.app-package-question-container .app-package-question:last-child[b-azbwedgbq8] {
    border-bottom: none;
}

.app-section-header[b-azbwedgbq8] {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 1rem 0 .75rem 0;
    padding: 0 0 .5rem 0;
}

.sticky-footer[b-azbwedgbq8] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cccccc;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    transition: height 0.3s cubic-bezier(.4,0,.2,1), visibility 0.3s;
    overflow: hidden;
    z-index: 1000;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

    .sticky-footer.open[b-azbwedgbq8] {
        height: 50px;
        visibility: visible;
        pointer-events: auto;
    }

    .sticky-footer.closed[b-azbwedgbq8] {
        height: 0;
        visibility: hidden;
        pointer-events: none;
    }

.footer-toggle-btn[b-azbwedgbq8] {
    position: fixed;
    right: 24px;
    bottom: 16px;
    z-index: 1100;
    background: #0078d4;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .85rem;
}

.sticky-footer.open + .footer-toggle-btn[b-azbwedgbq8] {
    display: none;
}

.app-question-summary[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-size: .95rem;
}

.app-question-summary-item[b-azbwedgbq8] {
    display: flex;
    flex-direction: column;
}

.app-question-summary-label[b-azbwedgbq8] {
    font-weight: bold;
}

.app-question-error[b-azbwedgbq8] {
    color: red;
}

.app-return-msg[b-azbwedgbq8] {
    margin-top: 1rem;
}
/* /Features/SmartEyewear/SmartEyewearReturnPageOld.razor.rz.scp.css */
.app-question-container[b-mtn4u2qsv4] {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .app-question-container h2[b-mtn4u2qsv4] {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #1c2437;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.app-question-section[b-mtn4u2qsv4] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}

.app-question-header[b-mtn4u2qsv4] {
    border-bottom: 1px solid #dedede;
    padding-bottom: .5rem !important;
    margin-bottom: 1rem !important;
}

.app-question-section h3[b-mtn4u2qsv4] {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.app-question-section .step-block[b-mtn4u2qsv4] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .app-question-section .step-block .form-group[b-mtn4u2qsv4] {
        position: relative;
        cursor: pointer;
    }

        .app-question-section .step-block .form-group .form-control[type="radio"][b-mtn4u2qsv4] {
            display: none;
        }

        .app-question-section .step-block .form-group .form-control[b-mtn4u2qsv4] {
            height: 55px;
            border-radius: 30px;
            color: #1c2437;
            outline: none;
            box-shadow: none;
            padding: 0 20px;
        }

            .app-question-section .step-block .form-group .form-control:checked ~ label[b-mtn4u2qsv4],
            .app-question-section .step-block .form-group label:hover[b-mtn4u2qsv4] {
                border-color: rgb(188 206 255);
                color: #1e85ff;
            }

        .app-question-section .step-block .form-group label[b-mtn4u2qsv4] {
            margin-bottom: 0;
            width: 100%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            border-radius: 30px;
            padding: 8px 25px;
            font-size: 1.1rem;
            color: #1c2437;
            text-align: center;
            font-weight: 400;
            position: relative;
            transition: all .3s ease;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-mtn4u2qsv4]:before {
            background: #1e85ff;
            border-color: transparent;
        }

        .app-question-section .step-block .form-group label[b-mtn4u2qsv4]:before {
            position: absolute;
            top: 12px;
            left: 15px;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            content: '';
            opacity: 1;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-mtn4u2qsv4]:after {
            opacity: 1;
        }

        .app-question-section .step-block .form-group label[b-mtn4u2qsv4]:after {
            opacity: 0;
            position: absolute;
            top: 14px;
            left: 17px;
            border-radius: 50%;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f00c";
            color: #fff;
            font-size: .9rem;
            line-height: 19px;
            width: 18px;
            height: 18px;
            text-align: center;
            pointer-events: none;
            transition: opacity 0.2s;
        }

label[b-mtn4u2qsv4] {
    display: inline-block;
    cursor: pointer;
}

.app-question-section .step-block .button[b-mtn4u2qsv4] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: #1e85ff;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    border: 0;
    text-align: center;
    margin-top: auto;
    outline: none;
    line-height: 46px;
}

a[b-mtn4u2qsv4], a:hover[b-mtn4u2qsv4] {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    outline: none;
}

.hybrid-button[b-mtn4u2qsv4] {
    display: flex;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    overflow: hidden;
    background: #1e85ff;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.hybrid-button-half[b-mtn4u2qsv4] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    user-select: none;
    height: 100%;
    line-height: 55px;
    outline: none;
    background: transparent;
    border: none;
    transition: background 0.2s;
}

    .hybrid-button-half.left:hover[b-mtn4u2qsv4],
    .hybrid-button-half.right:hover[b-mtn4u2qsv4] {
        background: #176ac2;
    }

.hybrid-divider[b-mtn4u2qsv4] {
    width: 2px;
    background: #fff;
    opacity: 0.7;
    height: 70%;
    align-self: center;
}

.action-btns[b-mtn4u2qsv4] {
}

.list-group-item .question[b-mtn4u2qsv4] {
    font-weight: 500;
}

.app-question-error[b-mtn4u2qsv4] {
    min-height: 24px;
    font-weight: 400;
    color: var(--bs-danger);
}

    .app-question-error i[b-mtn4u2qsv4] {
        margin-right: .2rem;
    }

.app-question-help-text[b-mtn4u2qsv4] {
    font-size: 1rem;
    font-style: italic;
}

.app-question-help2-text[b-mtn4u2qsv4] {
    font-size: 1rem;
}

.app-question-help2-text[b-mtn4u2qsv4] {
    font-size: 1rem;
}

.app-question-warranty-text[b-mtn4u2qsv4], .app-question-warranty-text a[b-mtn4u2qsv4] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0078d4;
    text-decoration: underline !important;
}

    .app-question-warranty-text a:hover[b-mtn4u2qsv4] {
        color: #005fa3;
        text-decoration: underline !important;
    }

.app-question-help-text3[b-mtn4u2qsv4] {
    padding: 0 0 0 0;
    font-size: .9rem;
    font-style: italic;
}

.app-question-image img[b-mtn4u2qsv4] {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.app-question-image.serial[b-mtn4u2qsv4] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem; /* space between images */
}

    .app-question-image.serial img[b-mtn4u2qsv4] {
        height: 180px; /* or any desired fixed height */
        width: auto;
        object-fit: contain;
        display: block;
        max-width: 100%;
    }

@media (max-width: 1350px) {
    .app-question-image.serial[b-mtn4u2qsv4] {
        flex-direction: column;
        align-items: center;
    }

        .app-question-image.serial img[b-mtn4u2qsv4] {
            height: 220px; /* increased size for stacked images */
        }
}

.app-restart-btn span[b-mtn4u2qsv4] {
    text-decoration: underline;
    cursor: pointer;
}

.app-choice-btns[b-mtn4u2qsv4] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.app-return-state[b-mtn4u2qsv4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .app-return-state h3[b-mtn4u2qsv4] {
        font-weight: 400;
        border-bottom: 1px solid #dedede;
        padding-bottom: .5rem;
    }

.app-return-state-error[b-mtn4u2qsv4] {
    color: var(--bs-danger);
}

.app-return-state i[b-mtn4u2qsv4] {
    margin-right: .5rem;
}

.app-return-msg[b-mtn4u2qsv4] {
    font-size: 1.15rem;
}

.app-form-label[b-mtn4u2qsv4] {
    font-size: 1.1rem;
    cursor: default;
}

.sticky-footer[b-mtn4u2qsv4] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-btn-group[b-mtn4u2qsv4] {
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.footer-btn[b-mtn4u2qsv4] {
    padding: .5rem;
    font-size: .95rem;
    border: none;
    border-radius: 6px;
    background: #0078d4;
    color: #fff;
    cursor: pointer;
}

    .footer-btn:hover[b-mtn4u2qsv4] {
        background: #005fa3;
    }

.app-customer-form[b-mtn4u2qsv4] {
    text-align: left;
    margin-top: .5rem;
}

    .app-customer-form .d-flex.gap-2[b-mtn4u2qsv4] {
        display: flex;
        gap: 0.5rem;
        flex-direction: row;
    }

@media (max-width: 700px) {
    .app-customer-form .d-flex.gap-2[b-mtn4u2qsv4] {
        flex-direction: column;
        gap: 0.25rem;
    }
}

@media (max-width: 576px) {
    .w-50.w-sm-100[b-mtn4u2qsv4] {
        width: 100% !important;
    }
}

.hybrid-button-sm[b-mtn4u2qsv4] {
    display: flex;
    width: 150px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.hybrid-button-half-sm[b-mtn4u2qsv4] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    user-select: none;
    height: 100%;
    line-height: 25px;
    outline: none;
    background-color: #01010130;
    border: none;
    transition: background 0.2s;
}

    .hybrid-button-half-sm.left:hover[b-mtn4u2qsv4],
    .hybrid-button-half-sm.right:hover[b-mtn4u2qsv4],
    .hybrid-button-half-sm.btn-active[b-mtn4u2qsv4] {
        background: #176ac2;
        color: #fff;
    }

    .hybrid-button-half-sm.btn-active[b-mtn4u2qsv4] {
        background: #1e85ff;
        color: #fff;
    }

.hybrid-divider-sm[b-mtn4u2qsv4] {
    width: 2px;
    background: #fff;
    opacity: 0.7;
    height: 70%;
    align-self: center;
}

.app-package-question-container[b-mtn4u2qsv4] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.app-package-question[b-mtn4u2qsv4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ddd;
}

.app-package-question-container .app-package-question:last-child[b-mtn4u2qsv4] {
    border-bottom: none;
}

.app-section-header[b-mtn4u2qsv4] {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 1rem 0 .75rem 0;
    padding: 0 0 .5rem 0;
}

.sticky-footer[b-mtn4u2qsv4] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cccccc;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    transition: height 0.3s cubic-bezier(.4,0,.2,1), visibility 0.3s;
    overflow: hidden;
    z-index: 1000;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}

    .sticky-footer.open[b-mtn4u2qsv4] {
        height: 50px;
        visibility: visible;
        pointer-events: auto;
    }

    .sticky-footer.closed[b-mtn4u2qsv4] {
        height: 0;
        visibility: hidden;
        pointer-events: none;
    }

.footer-toggle-btn[b-mtn4u2qsv4] {
    position: fixed;
    right: 24px;
    bottom: 16px;
    z-index: 1100;
    background: #0078d4;
    color: #fff;
    border: none;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: .85rem;
}

.sticky-footer.open + .footer-toggle-btn[b-mtn4u2qsv4] {
    display: none;
}
/* /Features/TestPage.razor.rz.scp.css */
.app-question-container[b-sag75whmcc] {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .app-question-container h2[b-sag75whmcc] {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #1c2437;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.app-question-section[b-sag75whmcc] {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    padding: 1rem;
}

.app-choice-btns[b-sag75whmcc] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.app-question-section h3[b-sag75whmcc] {
    font-size: 1.5rem;
    color: #1c2437;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.app-question-section .step-block[b-sag75whmcc] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

    .app-question-section .step-block .button[b-sag75whmcc] {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ffffff;
        background: #1e85ff;
        width: 100%;
        border-radius: 30px;
        height: 46px;
        border: 0;
        text-align: center;
        margin-top: auto;
        outline: none;
        line-height: 46px;
    }

    .app-question-section .step-block .form-group[b-sag75whmcc] {
        position: relative;
        cursor: pointer;
    }

        .app-question-section .step-block .form-group .form-control[type="radio"][b-sag75whmcc] {
            display: none;
        }

        .app-question-section .step-block .form-group .form-control[b-sag75whmcc] {
            height: 55px;
            border-radius: 30px;
            color: #1c2437;
            outline: none;
            box-shadow: none;
            padding: 0 20px;
        }

            .app-question-section .step-block .form-group .form-control:checked ~ label[b-sag75whmcc],
            .app-question-section .step-block .form-group label:hover[b-sag75whmcc] {
                border-color: rgb(188 206 255);
                color: #1e85ff;
            }

        .app-question-section .step-block .form-group label[b-sag75whmcc] {
            margin-bottom: 0;
            width: 100%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            border-radius: 30px;
            padding: 8px 25px;
            font-size: 1.1rem;
            color: #1c2437;
            text-align: center;
            font-weight: 400;
            position: relative;
            transition: all .3s ease;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-sag75whmcc]:before {
            background: #1e85ff;
            border-color: transparent;
        }

        .app-question-section .step-block .form-group label[b-sag75whmcc]:before {
            position: absolute;
            top: 12px;
            left: 15px;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 2px solid rgba(0, 0, 0, 0.12);
            content: '';
            opacity: 1;
        }

        .app-question-section .step-block .form-group .form-control:checked ~ label[b-sag75whmcc]:after {
            opacity: 1;
        }

        .app-question-section .step-block .form-group label[b-sag75whmcc]:after {
            opacity: 0;
            position: absolute;
            top: 14px;
            left: 17px;
            border-radius: 50%;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            content: "\f00c";
            color: #fff;
            font-size: .9rem;
            line-height: 19px;
            width: 18px;
            height: 18px;
            text-align: center;
            pointer-events: none;
            transition: opacity 0.2s;
        }

label[b-sag75whmcc] {
    display: inline-block;
    cursor: pointer;
}

.hybrid-button[b-sag75whmcc] {
    display: flex;
    width: 100%;
    height: 46px;
    border-radius: 30px;
    overflow: hidden;
    background: #1e85ff;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.05);
    margin-top: auto;
}

.hybrid-button-half[b-sag75whmcc] {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    user-select: none;
    height: 100%;
    line-height: 55px;
    outline: none;
    background: transparent;
    border: none;
    transition: background 0.2s;
}

    .hybrid-button-half.left:hover[b-sag75whmcc],
    .hybrid-button-half.right:hover[b-sag75whmcc] {
        background: #176ac2;
    }

.hybrid-divider[b-sag75whmcc] {
    width: 2px;
    background: #fff;
    opacity: 0.7;
    height: 70%;
    align-self: center;
}
