/* _content/smeg_connect/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-paex2gu4cn],
body[b-paex2gu4cn] {
    height: 100vh;
    position: relative;
}

.page[b-paex2gu4cn] {
    overflow: hidden;
    height: 100%;

    background: #FAF8F6;
    display: flex;
    flex-direction: row;

}

.image-container[b-paex2gu4cn] {
    width: 420px;
    height: 100%;
    background-image: url("/images/Image.svg");
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.logo[b-paex2gu4cn] {
    z-index: 5;
}

.text-logo[b-paex2gu4cn] {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.line[b-paex2gu4cn] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FCFFFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    z-index: 5;
}

.image-container .blur[b-paex2gu4cn] {
    /* Blur */

    position: absolute;
    width: 335px;
    height: 335px;
    left: -167.5px;
    bottom: -167.5px;

    background: #E51D1C;
    filter: blur(175px);
    z-index: 4;
}

.subline[b-paex2gu4cn] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;

    color: #FFFFFF;
    text-align: center;

    /* Body/S, regular */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    z-index: 5;
}

.right-container[b-paex2gu4cn] {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 20px;
    justify-content: center;
    align-items: flex-start;
    overflow: auto;
    flex-shrink: 0;

    position: relative;
}


.top-language-aide[b-paex2gu4cn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;

    position: absolute;
    right: 16px;
    top: 16px;
}


.top-language-aide .button-language-question-mark-down[b-paex2gu4cn] {

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 12px;
    gap: 6px;

    width: 82px;
    height: 36px;

    background: #FFFFFF;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 1px 1px #ECECEC;
    border-radius: 6px;
    z-index: 3;
    position: relative;
}

.signout[b-paex2gu4cn] {
    z-index: 3;
    cursor: pointer;
}

.signout .button-language-signout[b-paex2gu4cn] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 4px;

    height: 20px;

    border-radius: 6px;
}

.signout .button-language-signout .padding-label-signout[b-paex2gu4cn] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px;
    gap: 10px;

    height: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #16171D;
}

:focus[b-paex2gu4cn],
.focus-visible:focus:not(:focus-visible)[b-paex2gu4cn] {
    outline: 0;
    box-shadow:
        0 0 0 .2rem #fff,
}


.top-language-aide select[b-paex2gu4cn],
.top-language-aide-phone-view select[b-paex2gu4cn] {
    cursor: pointer;
    border: none;
    background: none;
    z-index: 8;

    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.top-language-aide .button-language-question-mark-down .padding-label-question-mark-down[b-paex2gu4cn] {

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 35px;
    height: 20px;

    flex: none;
    order: 1;
    flex-grow: 0;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #1A1C23;

}

.top-language-aide .button-language-question-mark-down .icon-questionn-mark-circle[b-paex2gu4cn] {
    width: 16px;
    height: 16px;

}

.image-full[b-paex2gu4cn] {
    display: block;
}

.image-mobile[b-paex2gu4cn] {
    display: none;
}

.service-pop[b-paex2gu4cn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    position: absolute;
    width: 256px;
    height: 76px;

    bottom: 26px;

    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;

    color: #16171D;
}


.top-language-aide-phone-view[b-paex2gu4cn] {
    display: none;
}

.signout-phone-view[b-paex2gu4cn] {
    display: none;
}


.button-language-nav-arrow-down .icon-nav-arrow-down[b-paex2gu4cn] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.service-pop .row-images[b-paex2gu4cn] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 8px;

    width: 256px;
    height: 60px;
}


.service-pop .row-images .smart[b-paex2gu4cn] {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-pop .row-images .evzen[b-paex2gu4cn] {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-pop .row-images .mobee[b-paex2gu4cn] {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-pop .row-images .smart .frame[b-paex2gu4cn] {
    display: flex;
    justify-content: center;
    width: 55.8px;
    height: 36px;
    border-radius: 8px;
}

.service-pop .row-images .evzen .frame[b-paex2gu4cn] {
    display: flex;
    justify-content: center;
    width: 64.8px;
    height: 36px;
    border-radius: 8px;

}

.service-pop .row-images .mobee .frame[b-paex2gu4cn] {
    display: flex;
    justify-content: center;
    width: 50.4px;
    height: 36px;
    border-radius: 6px;
}


@media only screen and (max-width: 900px) {
    .page[b-paex2gu4cn] {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .image-container[b-paex2gu4cn] {
        width: 100%;
        height: 200px;
        background-image: url("images/Image-mobile.svg");
    }

    .text-logo[b-paex2gu4cn] {
        margin-bottom: 43px;
    }

    .right-container[b-paex2gu4cn] {
        padding: 20px 20px 20px 20px;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: -20px;
        background: #FAF8F6;
        z-index: 5;
        border-radius: 20px 20px 0px 0px;
    }

    .image-container .blur[b-paex2gu4cn] {
        position: absolute;
        width: 335px;
        height: 335px;
        top: 32.5px;
        left: -197.5px;

        background: #E51D1C;
        filter: blur(125px);
        z-index: 4;
    }

    .top-language-aide[b-paex2gu4cn] {
        display: none;
    }

    .top-language-aide-phone-view[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 0px;
        gap: 16px;

        width: 100%;
        min-height: 36px;
    }

    .top-language-aide-phone-view .button-language-nav-arrow-down[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 4px;

        width: 34px;
        height: 20px;

        border-radius: 6px;
        flex-grow: 0;
    }

    .top-language-aide-phone-view .button-language-question-mark-down[b-paex2gu4cn] {
        box-sizing: border-box;

        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 10px 10px 12px;
        gap: 6px;

        width: 82px;
        height: 36px;

        background: #FFFFFF;
        border: 1px solid #F7F7F7;
        box-shadow: 0px 1px 1px #ECECEC;
        border-radius: 6px;
    }

    .signout .button-language-signout[b-paex2gu4cn] {
        display: none;
    }

    .signout-phone-view[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 4px;

        width: 86px;
        height: 20px;

        border-radius: 6px;
    }

    .signout-phone-view .padding-label-signout[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 0px;
        gap: 10px;

        width: 86px;
        height: 20px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        color: #16171D;
    }

    .top-language-aide-phone-view .button-language-nav-arrow-down .padding-label-nav-arrow-down[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 10px;

        width: 14px;
        height: 20px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;

        color: #16171D;
    }

    .top-language-aide-phone-view .button-language-question-mark-down .padding-label-question-mark-down[b-paex2gu4cn] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 10px;

        width: 35px;
        height: 20px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        color: #1A1C23;
    }

    .top-language-aide-phone-view .button-language-question-mark-down .icon-questionn-mark-circle[b-paex2gu4cn] {
        width: 16px;
        height: 16px;
    }

    .service-pop[b-paex2gu4cn] {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0px 0px 16px;

        width: 256px;
        height: 76px;

        border-radius: 8px;
        flex-grow: 1;

    }
}




#blazor-error-ui[b-paex2gu4cn] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-paex2gu4cn] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/smeg_connect/Components/Pages/AccountManagement.razor.rz.scp.css */
.formContent[b-ruawjjmt2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-sizing: border-box;
}

.head[b-ruawjjmt2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    /* Body/L, medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    overflow: visible;
}

.formContent .user-mail-id[b-ruawjjmt2v] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    gap: 4px;

    height: 48px;

    background: #16171D;
    border-radius: 6px;

    flex: none;
    align-self: stretch;
    flex-grow: 0;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #FCFFFF;
    box-sizing: border-box;

}

.formContent .user-mail-id .padding-label[b-ruawjjmt2v] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 4px;
    gap: 24px;

    width: 315px;
    height: 24px;


    /* Inside auto layout */
    flex: none;
    flex-grow: 1;

}


.formContent .user-mail-id .icon-left[b-ruawjjmt2v] {
    width: 24px;
    height: 24px;
}

.head-title[b-ruawjjmt2v] {
    align-self: stretch;
    width: 100%;
}

.inputs-cta[b-ruawjjmt2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 446px;
    overflow: visible;
}

.inputs-cta .inputs[b-ruawjjmt2v] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    align-self: stretch;
    /* Body/M, regular */
    color: #16171D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: visible;
}

.feedback[b-ruawjjmt2v] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    box-sizing: border-box;

    width: 446px;

    background: #F8F8F8;
    border-radius: 4px;

}

.feedback .padding-left[b-ruawjjmt2v]{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8F8F8F;
}


@media only screen and (max-width: 900px) {

    .formContent[b-ruawjjmt2v] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-ruawjjmt2v] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }

    .inputs-cta[b-ruawjjmt2v] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        overflow: visible;
    }

    .inputs-cta .inputs[b-ruawjjmt2v] {
        /* inputs */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 302px;
        overflow: visible;
    }



    .inputs-cta .inputs>p[b-ruawjjmt2v] {
        /* Text */

        width: 302px;
        height: 40px;

        /* Body/S, regular */
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        display: flex;
        align-items: flex-end;

        color: #16171D;

    }

    .inputs-cta .inputs .input[b-ruawjjmt2v] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;
    }

    .inputs-cta .inputs[b-ruawjjmt2v] {
        /* display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch; */
        /* Body/M, regular */
        color: #16171D;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 150% */
        overflow: visible;
    }



    .formContent .user-mail-id[b-ruawjjmt2v] {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 14px;
        gap: 4px;
        box-sizing: border-box;

        width: 302px;
        height: 48px;

        background: #16171D;
        border-radius: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;

        color: #FDFCFF;
        box-sizing: border-box;
    }



    .formContent .user-mail-id .padding-label[b-ruawjjmt2v] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 4px;
        gap: 24px;

        width: 207px;
        height: 20px;
    }

    .formContent .user-mail-id p[b-ruawjjmt2v] {
        width: 63px;
        height: 20px;
    }



    .feedback[b-ruawjjmt2v] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        gap: 8px;
        box-sizing: border-box;

        width: 302px;

        background: #F8F8F8;
        border-radius: 4px;


    }

 

}
/* _content/smeg_connect/Components/Pages/AccountManagementName.razor.rz.scp.css */
.formContent[b-9ahwr1roh5] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.head[b-9ahwr1roh5] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.formContent .buttons[b-9ahwr1roh5] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;

    width: 100%;
    height: 48px;
}

.input-message[b-9ahwr1roh5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .formContent[b-9ahwr1roh5] {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-9ahwr1roh5] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }


    form[b-9ahwr1roh5] {
        all: none;
    }

    .formContent .form[b-9ahwr1roh5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 104px;
    }

    .formContent .buttons[b-9ahwr1roh5] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 40px;
    }

    .formContent .password-criter[b-9ahwr1roh5] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
    }
}
/* _content/smeg_connect/Components/Pages/AccountManagementPhone.razor.rz.scp.css */
.open-modal[b-afflchdvez] {
    align-self: center;
    cursor: pointer;

    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

/* The Modal (background) */
.modal[b-afflchdvez] {
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 9;
    border-radius: 8px;

    overflow: auto;

    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content[b-afflchdvez] {
    display: flex;
    flex-direction: column;

    margin: 17px;
    gap: 10px;
    padding: 10px 16px;

    border-radius: 8px;
    background-color: #fefefe;
}

.modal-text[b-afflchdvez] {
    margin-top: 10px;

    width: 95%;
    max-width: 412px;

    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.modal-text-2[b-afflchdvez] {
    margin-bottom: 10px;

    width: 95%;
    max-width: 412px;

    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.modal-confirmation[b-afflchdvez] {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    gap: 12px
}

.separator[b-afflchdvez] {
    border-top: 1px solid #EBEBEB;
}

.close[b-afflchdvez] {
    align-self: flex-end;
    color: #aaa;
    float: right;
    font-size: 24px;
}

.close:hover[b-afflchdvez],
.close:focus[b-afflchdvez] {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.inputs-phone[b-afflchdvez] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 16px;
    height: 48px;
}

.selectInputGroup[b-afflchdvez] {
    font-family: Poppins;
    position: relative;
    display: flex;
    width: 130px;
    height: 48px;
}

[b-afflchdvez] .selectInput {
    background: white;

    box-sizing: border-box;
    height: 48px;
    width: 100%;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;

    padding: 12px 0px 10px 20px;

    border-radius: 8px;
    border-width: 1px;
    border: 1px solid rgba(235, 235, 235);
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectLabel[b-afflchdvez] {
    position: absolute;
    top: -12px;
    left: 0;
    padding: 4px;
    margin-left: 12px;

    background-color: white;
    color: #8F8F8F;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0px;


    pointer-events: none;
}

.formContent[b-afflchdvez] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.head[b-afflchdvez] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    /* Body/L, medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    overflow: visible;
}

.formContent .form[b-afflchdvez] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 446px;
    overflow: visible;
}


.formContent .buttons[b-afflchdvez] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 446px;
    height: 48px;
}


.formContent .password-criter[b-afflchdvez] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    overflow: visible;
}



















@media only screen and (max-width: 900px) {
    .formContent[b-afflchdvez] {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .inputs-phone[b-afflchdvez] {
        height: 40px;
    }

    [b-afflchdvez] .selectInput {
        height: 40px;
    }

    .head[b-afflchdvez] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }


    .formContent .form[b-afflchdvez] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 104px;
        overflow: visible;
    }

    .formContent .buttons[b-afflchdvez] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 40px;
    }

    .formContent .password-criter[b-afflchdvez] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
        overflow: visible;
    }








}
/* _content/smeg_connect/Components/Pages/ChangePassword.razor.rz.scp.css */
.formContent[b-9rvfoh21k5] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.validation-messages[b-9rvfoh21k5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.dot[b-9rvfoh21k5] {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: gray;
}

.head[b-9rvfoh21k5] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.formContent .buttons[b-9rvfoh21k5] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;

    width: 100%;
    height: 48px;
}

.input-message[b-9rvfoh21k5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .formContent[b-9rvfoh21k5] {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .validation-messages[b-9rvfoh21k5] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;
    }

    .head[b-9rvfoh21k5] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }


    form[b-9rvfoh21k5] {
        all: none;
    }

    .formContent .form[b-9rvfoh21k5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 104px;
    }

    .formContent .buttons[b-9rvfoh21k5] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 40px;
    }

    .formContent .password-criter[b-9rvfoh21k5] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
    }
}
/* _content/smeg_connect/Components/Pages/ConnectionPage.razor.rz.scp.css */
.formContent[b-r5qywsxo96] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    gap: 20px;

    padding: 32px;
    width: 510px;

    border-radius: 16px;
    background: #FFFFFF;

    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.inside-form[b-r5qywsxo96] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.title[b-r5qywsxo96] {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.subtitle[b-r5qywsxo96] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 16px;
}

.forgot-password[b-r5qywsxo96] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;

    margin-top: 8px;
    margin-bottom: 24px;

    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    .formContent[b-r5qywsxo96] {
        width: 350px;
        padding: 24px;
    }

    .subtitle[b-r5qywsxo96] {
        font-size: 14px;
        line-height: 20px;
    }
}
/* _content/smeg_connect/Components/Pages/EnterCodeEmail.razor.rz.scp.css */
.form-content[b-pjeak5o009]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;
    height: 352px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-sizing: border-box;
}

.form-content .head[b-pjeak5o009]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    width: 446px;
    height: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #16171D;
}

.form-content .form[b-pjeak5o009]{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 446px;
    height: 176px;
}

.form-content .form .cta-inputs[b-pjeak5o009]{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 446px;
    height: 176px;
}

.form-content .form .inputs-code[b-pjeak5o009]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 80px;
        gap: 8px;

        width: 446px;
        height: 48px;
}

.form-content .form .inputs-code .input[b-pjeak5o009]{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 8px;

    width: 41px;
    height: 48px;

    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;


    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #8F8F8F;
}

.form-content .form .inputs-code .padding-text[b-pjeak5o009]{
    /* display: flex;
    flex-direction: row;
    align-items: center;*/
    padding: 0px 4px; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #8F8F8F;
}


.form-content .form .cta-double[b-pjeak5o009]  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 446px;
    height: 56px;
}

.form-content .form .cta-double .padding-label[b-pjeak5o009] {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #16171D;
    cursor: pointer;
}


input[b-pjeak5o009]::-webkit-outer-spin-button,
input[b-pjeak5o009]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}























@media only screen and (max-width: 900px) {
    .form-content[b-pjeak5o009]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;
        height: 352px;

        background: #FFFFFF;

        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        box-sizing: border-box;
    }
    
    .form-content .head[b-pjeak5o009]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        height: 24px;
    }
    
    .form-content .form[b-pjeak5o009]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width:100%;
        height: 192px;
    }
    
    .form-content .form .cta-inputs[b-pjeak5o009]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width:100%;
        height: 192px;


        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        
        text-align: center;

        color: #16171D;
    }
    
    .form-content .form .inputs-code[b-pjeak5o009]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 100%;
        height: 48px;

    }
    
    .form-content .form .inputs-code .input[b-pjeak5o009]{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        isolation: isolate;

        width: 43.67px;
        height: 48px;
        flex-grow: 1;
    }
    
    .form-content .form .inputs-code .padding-text[b-pjeak5o009]{
        padding: 0px 4px; 
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    
        text-align: center;
    
        color: #8F8F8F;
    }
    
    
    .form-content .form .cta-double[b-pjeak5o009]  {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 16px;
    

        width: 100%;
        height: 56px;
    }
    
    .form-content .form .cta-double .padding-label[b-pjeak5o009] {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #16171D;
    }
    

}
/* _content/smeg_connect/Components/Pages/EnterCodeSMS.razor.rz.scp.css */
.form-content[b-wyxqxfd0o3]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;
    height: 284px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-sizing: border-box;
}

.form-content .head[b-wyxqxfd0o3]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    width: 446px;
    height: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #16171D;
}

.form-content .form[b-wyxqxfd0o3]{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 446px;
    height: 176px;
}

.form-content .form .cta-inputs[b-wyxqxfd0o3]{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;

    width: 446px;
    height: 176px;
}

.form-content .form .inputs-code[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 80px;
        gap: 8px;

        width: 446px;
        height: 48px;
}

.form-content .form .inputs-code .input[b-wyxqxfd0o3]{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 8px;

    width: 41px;
    height: 48px;

    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;


    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #8F8F8F;
}

.form-content .form .inputs-code .padding-text[b-wyxqxfd0o3]{
    /* display: flex;
    flex-direction: row;
    align-items: center;*/
    padding: 0px 4px; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    text-align: center;

    color: #8F8F8F;
}


.form-content .form .cta-double[b-wyxqxfd0o3]  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 446px;
    height: 56px;
}

.form-content .form .cta-double .padding-label[b-wyxqxfd0o3] {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #16171D;
}


input[b-wyxqxfd0o3]::-webkit-outer-spin-button,
input[b-wyxqxfd0o3]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





























@media only screen and (max-width: 900px) {
    .form-content[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
        gap: 20px;

        width: 350px;
        height: 300px;

        background: #FFFFFF;

        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        box-sizing: border-box;
    }
    
    .form-content .head[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 100%;
        height: 24px;
    }
    
    .form-content .form[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width:100%;
        height: 192px;
    }
    
    .form-content .form .cta-inputs[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width:100%;
        height: 192px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;

        text-align: center;

        color: #16171D;
    }
    
    .form-content .form .inputs-code[b-wyxqxfd0o3]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 100%;
        height: 48px;

    }
    
    .form-content .form .inputs-code .input[b-wyxqxfd0o3]{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        isolation: isolate;

        width: 41px;
        height: 48px;
        flex-grow: 1;
    }
    
    .form-content .form .inputs-code .padding-text[b-wyxqxfd0o3]{
        padding: 0px 4px; 
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    
        text-align: center;
    
        color: #8F8F8F;
    }
    
    
    .form-content .form .cta-double[b-wyxqxfd0o3]  {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 16px;
    

        width: 100%;
        height: 56px;
    }
    
    .form-content .form .cta-double .padding-label[b-wyxqxfd0o3] {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #16171D;
    }
    

}
/* _content/smeg_connect/Components/Pages/Home.razor.rz.scp.css */




.formContent[b-u8mm9wf21a]{
    box-sizing: border-box;
    display: flex;
    width: 510px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

    border-radius: 16px;
    background: #FFFFFF;

    /* Elevations/01 */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.head[b-u8mm9wf21a]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    /* Body/L, medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    overflow: visible;
}

.head[b-u8mm9wf21a]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    width: 446px;
    height: 24px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;

    color: #16171D;

}

.inputs-cta[b-u8mm9wf21a]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 446px;

}

.inputs-cta .inputs[b-u8mm9wf21a]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    /* Body/M, regular */
    color: #16171D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.inputs-cta .inputs .button[b-u8mm9wf21a] {
    width: 446px;
    height: 48px;
    padding: 12px 14px;
    border-radius: 6px; 
    box-sizing: border-box;

    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

    cursor: pointer;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}


.inputs-cta .inputs .p[b-u8mm9wf21a]{
    width: 100%;
}





























@media only screen and (max-width: 900px) {
   

    .formContent[b-u8mm9wf21a]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;
        height: 276px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-u8mm9wf21a]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;
        height: 48px;

        
    }

    .head[b-u8mm9wf21a]{
        /* Head */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;
        height: 48px;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;


        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;

        color: #16171D;
    }

    .inputs-cta[b-u8mm9wf21a]{
        /* inputs + CTA */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;

    }

    .inputs-cta .inputs[b-u8mm9wf21a]{
        /* inputs */

        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 302px;
        height: 96px;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }


 
    .inputs-cta .inputs > p[b-u8mm9wf21a] {
        /* Text */

        width: 302px;
        height: 40px;

        /* Body/S, regular */
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        display: flex;
        align-items: flex-end;

        color: #16171D;


        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;

    }


    .inputs-cta .inputs .button[b-u8mm9wf21a]{
        /* Button */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        gap: 4px;

        width: 302px;
        height: 40px;

        background: #E51D1C;
        border-radius: 6px;

        /* Inside auto layout */
        flex: none;
        order: 2;
        align-self: stretch;
        flex-grow: 0;


        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        /* text-underline-position: from-font; */
        text-decoration-skip-ink: none;
    }




    .inputs-cta .inputs[b-u8mm9wf21a]{
        /* display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch; */
        /* Body/M, regular */
        color: #16171D;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 150% */
        overflow: visible;
    }

            
  }
/* _content/smeg_connect/Components/Pages/HowToAuth.razor.rz.scp.css */

.formContent[b-e7nlw37iff]{
    box-sizing: border-box;
    display: flex;
    width: 510px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

    border-radius: 16px;
    background: #FFFFFF;

    /* Elevations/01 */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.head[b-e7nlw37iff]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    /* Body/L, medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    overflow: visible;
}


.formContent .or-block[b-e7nlw37iff]{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 446px;

}


.formContent .or-block .or[b-e7nlw37iff]{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;

    width: 446px;
    height: 20px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    text-align: center;

    color: #8F8F8F; 
}

.formContent .or-block .liens[b-e7nlw37iff]{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 24px;

    width: 446px;

}


.title[b-e7nlw37iff]{
    align-self: stretch;
    width: 100%;
}

.inputs-cta[b-e7nlw37iff]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.inputs-cta .inputs[b-e7nlw37iff]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    /* Body/M, regular */
    color: #16171D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.inputs-cta .inputs .button[b-e7nlw37iff] {
    width: 446px;
    height: 48px;
    padding: 12px 14px;
    border-radius: 6px; 
    box-sizing: border-box;

    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

    cursor: pointer;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

/* .inputs-cta .inputs .button:hover{ 
    cursor: pointer;
} */


.inputs-cta .inputs .p[b-e7nlw37iff]{
    width: 100%;
}


.line-left[b-e7nlw37iff]{
    height: 0px;
    border: 1px solid #EBEBEB;
    flex-grow: 1;
}


.line-right[b-e7nlw37iff]{
    height: 0px;
    border: 1px solid #EBEBEB;
    flex-grow: 1;
}





























@media only screen and (max-width: 900px) {
   
    .formContent[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;
        height: 48px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }

    .inputs-cta[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 24px;
    }

    .inputs-cta .inputs[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 302px;
        height: 24px;

        color: #16171D;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 150% */
        overflow: visible;
    }


 
    .inputs-cta .inputs > p[b-e7nlw37iff] {
        /* Text */

        width: 302px;
        height: 40px;

        /* Body/S, regular */
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* or 143% */
        display: flex;
        align-items: flex-end;

        color: #16171D;

    }

    .inputs-cta .inputs .input .padding-label[b-e7nlw37iff]{
    /* padding-label */

        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px 4px;
        gap: 8px;

        position: relative;
        width: 38px;
        height: 14px;
        left: 12px;
        top: -62px;
        background: #FFFFFF;

    }

    .inputs-cta .inputs .input .padding-label p[b-e7nlw37iff]{
        /* Label */

        width: 30px;
        height: 14px;

        /* Body/XXS, Regular */
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
        /* identical to box height, or 127% */

        color: #8F8F8F;
    }



    .formContent .or-block[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 16px;

        width: 302px;
        order:3
    }

    .formContent .or-block .or[b-e7nlw37iff]{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;

        width: 302px;
        height: 20px;
        gap: 10px;
        
    }

    .formContent .or-block .liens[b-e7nlw37iff]{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0px;
        gap: 20px;

        width: 302px;
    }


    .line-left[b-e7nlw37iff]{
        height: 0px;
        border: 1px solid #EBEBEB;
        flex-grow: 1;
        
    }


    .line-right[b-e7nlw37iff]{
        height: 0px;
        border: 1px solid #EBEBEB;
        flex-grow: 1;
    }

            
}
/* _content/smeg_connect/Components/Pages/PassCode.razor.rz.scp.css */
.formContent[b-3i2e9ulxgs] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}

.head-2[b-3i2e9ulxgs] {

    width: 100%;
    color: #16171D;

    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.head[b-3i2e9ulxgs] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.formInput[b-3i2e9ulxgs] {
    display: flex;
    flex-direction: row;
    padding: 0px 80px 0px 80px;
    gap: 8px;

}

.buttons[b-3i2e9ulxgs] {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 24px;

    width: 100%;
    height: 48px;
}

.formContent[b-3i2e9ulxgs] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    width: 510px;
}

.input-message[b-3i2e9ulxgs] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .formContent[b-3i2e9ulxgs] {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;
        height: 256px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-3i2e9ulxgs] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }


    form[b-3i2e9ulxgs] {
        all: none;
    }

    .formContent .form[b-3i2e9ulxgs] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 104px;
    }

    .formContent .buttons[b-3i2e9ulxgs] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 40px;
    }

    .formContent .password-criter[b-3i2e9ulxgs] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
    }
}
/* _content/smeg_connect/Components/Reusable/EnterCodeComp.razor.rz.scp.css */
.formContent[b-ckyzumngcf] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 20px;

    width: 510px;

    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}


.head-2[b-ckyzumngcf] {

    width: 100%;
    color: #16171D;

    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.head[b-ckyzumngcf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #16171D;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.formInput[b-ckyzumngcf] {
    /* display: flex;
    flex-direction: row;
    padding: 0px 80px 0px 80px;
    gap: 8px; */
    
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 16px;

width: 446px;
height: 48px;
}


.inputs-code[b-ckyzumngcf]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 80px;
    gap: 8px;

    width: 286px;
    height: 48px;
}

.buttons[b-ckyzumngcf] {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 16px;

    width: 100%;
}

.formContent[b-ckyzumngcf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    width: 510px;
}

.input-message[b-ckyzumngcf] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .formContent[b-ckyzumngcf] {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 20px;

        width: 350px;
        height: 256px;

        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
    }

    .head[b-ckyzumngcf] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 302px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #16171D;
    }


    form[b-ckyzumngcf] {
        all: none;
    }

    .formContent .form[b-ckyzumngcf] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 104px;
    }

    .formContent .buttons[b-ckyzumngcf] {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;

        width: 302px;
        height: 40px;
    }

    .formContent .password-criter[b-ckyzumngcf] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 6px;
    }

    .formInput[b-ckyzumngcf] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 16px;

        width: 286px;
        height: 48px;
    }

    .inputs-code[b-ckyzumngcf]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;

        width: 286px;
        height: 48px;
    }
}
/* _content/smeg_connect/Components/Reusable/InputField.razor.rz.scp.css */

.input[b-p5010qeu2w] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;

    overflow: visible;
    position: relative;
    gap: 8px;
}

.input .padding-label[b-p5010qeu2w] {
    display: flex;
    padding: 0px 4px;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    left: 12px;
    top: -7px;
    background: #FFFFFF;
    
}

.input .padding-label p[b-p5010qeu2w]{
    color: #8F8F8F;
    margin:0;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}

.input .input-container[b-p5010qeu2w]{
    display: flex;
    width: 446px;
    height: 48px;
    box-sizing: border-box;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFFFFF;
    outline: none; 
}


.input .input-container .padding-text[b-p5010qeu2w]{
    flex:1;
    height: 24px;
    padding: 0px 4px 0px 4px;
    gap: 0px;
    opacity: 0px;
}


.input .input-container .icon-right[b-p5010qeu2w]{
    width: 24px;
    height: 24px;
    gap: 0px;
    opacity: 0px;  
    cursor: pointer;  
}

.input .input-container .button-afficher[b-p5010qeu2w]{
    width: 54px;
    height: 24px;
    padding: 2px 0px 2px 0px;
    gap: 0px;
    border-radius: 4px 0px 0px 0px;
    opacity: 0px;    

    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    cursor: pointer;
}


.input .input-container .padding-text[b-p5010qeu2w]{
    width: 278px;
    height: 20px;
    padding: 0px 4px 0px 4px;

    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.input .input-container .icon-left[b-p5010qeu2w]{
    width: 20px;
    height: 20px;
}

.input .input-container .icon-left .vector[b-p5010qeu2w]{
    position: absolute;
}


.input .caption[b-p5010qeu2w]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;

    width: 446px;
    height: 20px;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    cursor: pointer;
}

.email-input-field[b-p5010qeu2w]{
    border: none;
    outline: none;
    width: 100%;
}

.pw-criter[b-p5010qeu2w]{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
    gap: 0px 8px;

}

.pw-criter .status[b-p5010qeu2w]{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 6px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    color: #8F8F8F;

}


input:disabled[b-p5010qeu2w] {
    background-color: #FFFFFF ;
}





















@media only screen and (max-width: 900px) {

    .inputs-cta .inputs .input[b-p5010qeu2w]{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 8px;
        isolation: isolate;

        width: 302px;

        position: relative;
    }

    .input .input-container[b-p5010qeu2w]{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 12px;
        gap: 4px;

        width: 302px;
        height: 40px;

        background: #FFFFFF;
        border: 1px solid #EBEBEB;
        border-radius: 8px;

    }

    .input .input-container .icon-left[b-p5010qeu2w]{
        width: 20px;
        height: 20px;
        gap: 0px;
        opacity: 0px;
        overflow: visible;
    }

    .input .input-container .icon-left .vector[b-p5010qeu2w]{
        width: 16.25px;
        height: 11.25px;
        gap: 0px;
        opacity: 0px;
        overflow: visible;
    }



    .input .padding-label[b-p5010qeu2w] {
        display: flex;
        padding: 0px 4px;
        align-items: flex-start;
        gap: 8px;
        position: absolute;
        left: 12px;
        top: -7px;
        background: #FFFFFF; 
    }

    .pw-criter[b-p5010qeu2w]{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        padding: 0px;
        gap: 0px 8px;

    }

    .pw-criter .status[b-p5010qeu2w]{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 6px;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;

        display: flex;
        color: #8F8F8F;
    }
    
    
}
/* _content/smeg_connect/Components/Reusable/MessageInput.razor.rz.scp.css */
.message-text[b-650ukl0ovu] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}

.message-container[b-650ukl0ovu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.dot[b-650ukl0ovu] {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: gray;
}


@media only screen and (max-width: 900px) {
    .message-container[b-650ukl0ovu]{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 6px;

        width: auto;
        height: auto;
    }
    
    .message-text[b-650ukl0ovu]{
        width: auto;
        height: auto;

        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: flex-end;

        color: #8F8F8F;
    }
}
/* _content/smeg_connect/Components/Reusable/MyButton.razor.rz.scp.css */
.button[b-gl31vg7bg0]{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    gap: 4px;

    width: 211px;
    height: 48px;

    background: #FFFFFF;
    border: 1px solid #FAF8F6;
    box-shadow: 0px 1px 2px #EDEDED;
    border-radius: 6px;
    cursor: pointer;
}

.button .padding-label[b-gl31vg7bg0]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 4px;
    gap: 10px;

    height: 24px;

    /* Button/M, Medium */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FCFFFF;

}





















@media only screen and (max-width: 900px) {
    .formContent .buttons .button[b-gl31vg7bg0]{
        box-sizing: border-box;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 10px 12px;
        gap: 4px;

        width: 139px;
        height: 40px;

        background: #FFFFFF;
        border: 1px solid #FAF8F6;
        box-shadow: 0px 1px 2px #EDEDED;
        border-radius: 6px;
    }


    .formContent .buttons .button .padding-label[b-gl31vg7bg0]{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px 4px;
        gap: 10px;

        height: 20px;
        /* Button/M, Medium */
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FCFFFF;
    }

}
/* _content/smeg_connect/Components/Reusable/MyButtonForm.razor.rz.scp.css */
.button[b-sd28bxvxn6] {
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    box-sizing: border-box;
    width: 100%;
    height: 48px;

    background: #FFFFFF;
    border: 1px solid #FAF8F6;
    box-shadow: 0px 1px 2px #EDEDED;
    border-radius: 6px;

    cursor: pointer;

    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;

}

svg[b-sd28bxvxn6] {
    display: inline;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 6px;
    color: white;
    animation: spin_357-b-sd28bxvxn6 1s linear infinite;
}

@keyframes spin_357-b-sd28bxvxn6 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 900px) {
    .button[b-sd28bxvxn6] {
        height: 40px;

        font-size: 14px;
        line-height: 20px;
    }

    svg[b-sd28bxvxn6] {
        width: 1rem;
        height: 1rem;
        margin-left: 4px;
    }

}
/* _content/smeg_connect/Components/Reusable/MyInputCode.razor.rz.scp.css */
[b-hnpgugviy9] .input {

    box-sizing: border-box;
    height: 48px;
    width: 100%;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;


    border-radius: 8px;
    border-width: 1px;
    border: 1px solid rgba(235, 235, 235);
    outline: none;
}

.inputC[b-hnpgugviy9]{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    isolation: isolate;

    width: 41px;
    height: 48px;
}

@media only screen and (max-width: 900px) {
    [b-hnpgugviy9] .input {
        height: 40px;
        padding: 10px 16px 10px 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
/* _content/smeg_connect/Components/Reusable/MyInputText.razor.rz.scp.css */
.inputGroup[b-kmg9nv5xw0] {
    font-family: Poppins;
    position: relative;
    display: flex;
    width: 100%;
}

[b-kmg9nv5xw0] .input {
    background: white;

    box-sizing: border-box;
    height: 48px;
    width: 100%;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;

    padding: 12px 20px 12px 20px;

    border-radius: 8px;
    border-width: 1px;
    border: 1px solid rgba(235, 235, 235);
    outline: none;
}

.show-password[b-kmg9nv5xw0] {
    position: absolute;
    right: 0;

    margin: 14px 16px 14px 16px;

    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;

    color: #16171D;
    border: none;
    background-color: white;

    cursor: pointer;
}

.label[b-kmg9nv5xw0] {
    position: absolute;
    top: 50%;
    left: 0;

    margin-left: 20px;

    color: #8F8F8F;
    font-size: 85%;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;


    transform: translateY(-50%);
    transition: all 0.3s ease;
    pointer-events: none;
}

.input:focus+.label[b-kmg9nv5xw0],
.input:valid+.label[b-kmg9nv5xw0],
.input:disabled+.label[b-kmg9nv5xw0] {
    top: 0;

    margin-left: 12px;
    padding: 4px;

    background-color: white;

    font-size: 12px;
    line-height: 16px;
}


@media only screen and (max-width: 900px) {
    .show-password[b-kmg9nv5xw0] {
        margin: 10px 12px 10px 12px;
    }


    [b-kmg9nv5xw0] .input {
        height: 40px;
        padding: 10px 16px 10px 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .label[b-kmg9nv5xw0] {
        margin-left: 16px;
    }

    .input:focus+.label[b-kmg9nv5xw0],
    .input:valid+.label[b-kmg9nv5xw0] {
        font-size: 11px;
    }
}
/* _content/smeg_connect/Components/Reusable/MyToastComp.razor.rz.scp.css */
.toast-feedback[b-kr8y23rtlq]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;

    position: fixed;
    width: 488px;
    
    bottom: 31px;

    /* background: #ECFAEB; */
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 2;

}

.toast-feedback .toast-head[b-kr8y23rtlq]{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;

    width: 330px;
}

.toast-feedback .toast-head .toast-content-left[b-kr8y23rtlq]{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 4px;

    width: 294px;
    flex-grow: 1;

    position: relative;
}


.toast-feedback .toast-head .toast-content-left .toast-padding-text[b-kr8y23rtlq]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 4px;

    width: 270px;
    flex-grow: 1;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    /* color: #3F9933; */
}

.toast-feedback .toast-head .toast-icon-cancel[b-kr8y23rtlq]{
    width: 20px;
    height: 20px; 
    cursor: pointer;
}



















@media only screen and (max-width: 900px){

    .toast-feedback[b-kr8y23rtlq]{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        gap: 8px;

        position: fixed;
        width: 368px;
        left: calc(50% - 368px/2);
        bottom: 14px;

        background: #ECFAEB;
        border-radius: 4px;
        box-sizing: border-box;
    }
    
    .toast-feedback .toast-head[b-kr8y23rtlq]{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 16px;

        width: 336px;
    }
    
    .toast-feedback .toast-head .toast-content-left[b-kr8y23rtlq]{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 4px;

        width: 300px;
        flex-grow: 1;
    }

    
    .toast-feedback .toast-head .toast-content-left .toast-padding-text[b-kr8y23rtlq]{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px 4px;

        width: 276px;
        flex-grow: 1;
    }
    
    .toast-feedback .toast-head .toast-icon-cancel[b-kr8y23rtlq]{
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    

}













/* _content/smeg_connect/Components/Reusable/ResetByCode.razor.rz.scp.css */
.code-button[b-3tw2lpotv7]{
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    gap: 4px;
    width: 211px;
    height: 48px;


    background: #FFFFFF;
    border: 1px solid #FAF8F6;
    box-shadow: 0px 1px 2px #EDEDED;
    border-radius: 6px;

    cursor: pointer;

}

.code-button .icon-left .logo[b-3tw2lpotv7]{
    width: 24px;
    height: 24px;

}

.code-button .padding-label[b-3tw2lpotv7]{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 4px;
    color: black;
    gap: 10px;


}















@media only screen and (max-width: 900px) {

.code-button[b-3tw2lpotv7]{
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    gap: 4px;

    width: 302px;
    height: 40px;

    background: #FFFFFF;
    border: 1px solid #FAF8F6;
    box-shadow: 0px 1px 2px #EDEDED;
    border-radius: 6px;
}


}
/* _content/smeg_connect/Components/Reusable/UserMailView.razor.rz.scp.css */
.user-mail-id[b-zs0j3tpg1l] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 14px;
    gap: 4px;

    height: 48px;
    width: 100%;

    background: #16171D;
    border-radius: 6px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #FCFFFF;

}

.padding-label[b-zs0j3tpg1l] {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-mail-id p[b-zs0j3tpg1l] {
    cursor: pointer;
}

@media only screen and (max-width: 900px) {

    .user-mail-id[b-zs0j3tpg1l] {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;

    }
}
