.sleepsurvey {
    border: 0px solid red;
    margin-bottom: 5rem;
}

    .sleepsurvey > form {
        margin-bottom: 9rem;
    }

    .sleepsurvey fieldset {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 2px 24px 4px rgba(0, 0, 0, 0.04);
        width: 77.77%;
        margin: 2.5rem auto !important;
        padding: 2.5rem 1.25rem 2.5rem 1.25rem !important;
        border: 0px solid black;
    }

        .sleepsurvey fieldset:first-child {
            margin: calc(5.63rem + 44px) auto 1.25rem auto !important;
        }

    .sleepsurvey .umbraco-forms-page .umbraco-forms-field > label {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.2px;
        color: #424242;
        margin-bottom: 0.75rem;
    }

.ss-form-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    color: #424242;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.email .umbraco-forms-field-wrapper {
    position: relative; 
}

.email .field-validation-error {
    position: absolute;
    bottom: calc(-15% + -34px);
    left: 0%;
    color: #BF1721;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

.ss-form-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    color: #78BE20;
    margin-bottom: 2.5rem;
    letter-spacing: -0.2px; 
}


.sleepsurvey .umbraco-forms-page .umbraco-forms-field .umbraco-forms-tooltip {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    color: #78BE20;
    margin-bottom: 2.5rem;
    margin-top: 0.75rem;
    display: block;
    letter-spacing: -0.2px;
}

.sleepsurvey .umbraco-forms-page .umbraco-forms-field .umbraco-forms-field-wrapper label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    color: #101828;
    letter-spacing: -0.1px;
}

.checkboxlist {
    width: 100%;
    padding-left: 0 !important;
    padding-top: 2rem !important;
}

.checkbox-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 5%;
}

    .checkbox-flex label {
        flex: 1 0 0%;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
        margin-bottom: 2.5rem;
    }

        .checkbox-flex label:last-child {
            margin-bottom: 0;
        }

    .checkbox-flex input {
        margin-bottom: 2.5rem;
        border-radius: 6px;
        width: 20px;
        height: 20px;
        accent-color: rgba(120,190,32,0.1);
    }


.ss-text-area {
    display: flex !important;
    padding: 20px 20px 20px 20px !important;
    align-items: center !important;
    gap: 12px !important;
    align-self: stretch !important;
    border-radius: 6px !important;
    border: 0.5px solid #666 !important;
    margin: 1.5rem 0 0rem 0 !important;
    width: 100% !important;
    height: 234px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    transition: all 0.5s ease 0s;
    font-family: 'FSAlbert';
}


    .ss-text-area:hover {
        border: 1px solid #78BE20;
        background: rgba(120, 190, 32, 0.10);
    }

    .ss-text-area:focus {
        border: 1px solid #78BE20;
        background: rgba(120, 190, 32, 0.10);
        outline-width: 0;
    }

.sleepsurvey .shortanswer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.sleepsurvey .shortanswer:last-child {
    margin-bottom: 0rem;
}

    .sleepsurvey .shortanswer label {
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 22.4px !important;
        color: var(--text) !important;
    }

.ss-input-form {
    display: flex !important;
    width: 94px !important;
    height: 50px !important;
    padding: 10px !important;
    align-items: center !important;
    border-radius: 6px !important;
    border: 0.5px solid #424242 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    transition: all 1s ease 0s;
}

    .ss-input-form::placeholder {
        color: rgba(66, 66, 66, 0.40);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
        font-family: 'FSAlbert';
    }

    .ss-input-form:hover {
        border: 1px solid #78BE20;
        background: rgba(120, 190, 32, 0.10);
    }


    .ss-input-form:focus {
        /*   border: 1px solid #78BE20;  */
        outline-width: 0;
        background: rgba(120, 190, 32, 0.10);
    }

.ss-form-button {
    display: flex;
    padding: 11.5px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #78BE20;
    width: 77.77%;
    margin: 1.25rem auto 0rem auto;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.28px;
    border: 0px solid black;
    font-family: 'Inter', sans-serif;
    z-index: 99;
    transition: all 0.5s ease 0s; 
}


.ss-form-button:hover {
    box-shadow: 0px 2px 20px 8px rgba(0, 0, 0, 0.08);
}

.sleepsurvey ::placeholder {
    color: rgba(66, 66, 66, 0.40);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    font-family: 'FSAlbert';
}

.shortanswer .umbraco-forms-field-wrapper {
    flex: 1 0 0%;
    display: flex;
    justify-content: flex-end;
}

.male:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.male .umbraco-forms-field-wrapper {
    position: relative;
}

.male .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}

.female:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.female .umbraco-forms-field-wrapper {
    position: relative;
}

.female .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}


.n1525:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.n1525 .umbraco-forms-field-wrapper {
    position: relative;
}

.n1525 .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}


.n2645:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.n2645 .umbraco-forms-field-wrapper {
    position: relative;
}

.n2645 .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}

.n4665:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.n4665 .umbraco-forms-field-wrapper {
    position: relative;
}

.n4665 .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}


.n6585:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.n6585 .umbraco-forms-field-wrapper {
    position: relative;
}

.n6585 .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}

.n85:after {
    content: "%";
    color: #424242;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.n85 .umbraco-forms-field-wrapper {
    position: relative;
}

.n85 .field-validation-error {
    position: absolute;
    width: 298px;
    bottom: -70%;

}


.field-validation-error {
    color: #BF1721;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

.email {
    width: 100% !important;
}

    .email label {
        display: none;
    }

    .email div {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

        .email div input {
            flex: 0 0 100% !important;
        }

            .email div input::placeholder {
                color: rgba(66, 66, 66, 0.40);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 22.4px;
                padding-left: 10px;
                font-family: 'FSAlbert';
            }

.singlechoice input {
    margin-bottom: 2.5rem;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    accent-color: rgba(120,190,32,0.1);
}

.survey-submit {

    padding: 6.25rem 2.5rem calc(6.25rem + 15%) 2.5rem;

    background: #FAFAFA;
    margin-bottom: -25%;
    margin-top: 4.75rem;
}


    .survey-submit .max-width {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

.s-submit-title {
    color: #424242;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px; /* 140% */
    letter-spacing: -0.48px;
    text-align: center;
    width: 100%;
    margin: 0 0 2.5px 0;
}

.s-submit-text {
    color: #666;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    margin: 0 0 2.5px 0;
}

.s-submit-button {
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #78BE20;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: -0.28px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none; 
    transition: all 0.5s ease 0s; 
}


.s-submit-button:hover {
    box-shadow: 0px 2px 20px 8px rgba(0, 0, 0, 0.08);
}

.survey-radio-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2%;
    margin-bottom: 2.5rem;
}

.survey-radio-con {
    position: relative;
}

    .survey-radio-con > input {
        margin: 0;
        z-index: 2;
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

        .survey-radio-con > input:hover ~ .survey-radio {
            border-radius: 6px;
            border: 1px solid #78BE20;
            background: rgba(120, 190, 32, 0.10);
        }


.survey-radio-label {
    margin-left: 2rem;
    margin-top: 0px !important;
}

.survey-radio {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    border: 1px solid black;
    top: 0;
    border-radius: 6px;
    border: 1px solid var(--gray-500, #667085);
    background: var(--White, #FFF);
}

.survey-radio-on {
    background-image: url(/media/ntepgmto/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    border: 1px solid #78BE20;
    background-color: rgba(120, 190, 32, 0.10);
    /* Focus ring/4px primary-100 */
    box-shadow: 0px 0px 3px 4px rgba(120, 190, 32, 0.10);
}

.sleep-back {
    position: absolute;
    left: 11.111111%;
    top: 0.7%;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    color: var(--main);
    cursor: pointer;
}

.field-validation-error {
    color: #BF1721;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

fieldset .survey-radio-box:last-child {
    margin-bottom: 0rem; 
}

@media (min-width: 991px) {

    .field-validation-error {
        color:  #BF1721;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
    }

    .sleep-back {
        top: 3.7%;
    }

    .survey-radio-label {
        margin-top: -5px !important;
    }

    .sleepsurvey .umbraco-forms-page .umbraco-forms-field > label {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 49px; /* 140% */
        letter-spacing: -0.48px;
    }

    .sleepsurvey .umbraco-forms-page .umbraco-forms-field .umbraco-forms-tooltip {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 33.6px;
    }

    .sleepsurvey .umbraco-forms-page .umbraco-forms-field .umbraco-forms-field-wrapper label {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
        margin-top: 5px;
    }

    .checkbox-flex {
        align-items: center;
        gap: 1%;
    }

    .ss-text-area {
        height: 134px;
    }

        .ss-text-area::placeholder {
            color: rgba(66, 66, 66, 0.40);
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 33.6px;
            font-family: 'FSAlbert' !important;
        }

    .shortanswer .umbraco-forms-field-wrapper {
        flex: 0 0 0%;
    }

    .sleepsurvey .shortanswer label {
        flex: 1 0 0%;
    }

    .sleepsurvey .shortanswer {
        justify-content: flex-start;
        width: 50%;
        align-items: center;
    }

    .ss-form-button {
        width: 17.77%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 5rem;
    }

    .sleepsurvey .umbraco-forms-navigation {
        width: 77.77%;
        margin: 1.25rem auto !important;
        border: 0px solid black;
    }

    .sleepsurvey .shortanswer label {
        font-size: 22px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 33.6px !important;
    }

    .ss-form-title {
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 49px; /* 140% */
        letter-spacing: -0.48px;
        margin-bottom: 0.75rem;
        margin-top: 0;
    }

    .sleepsurvey fieldset {
        padding: 5rem 5rem 5rem 5rem !important;
        margin: 5rem auto!important; 
    }

        .sleepsurvey fieldset:first-child {
            margin: 10rem auto 1.25rem auto !important;
        }



    .survey-submit {
    }

    .s-submit-title {
        width: 100%;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 49px; /* 140% */
        letter-spacing: -0.48px;
    }

    .s-submit-text {
        width: 100%;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
    }

    .s-submit-button {
        width: 26%;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 150% */
        letter-spacing: -0.28px;
        max-width: 342px; 
    }

    .ss-form-subtitle {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 33.6px;
    }

    .email div input::placeholder {
        color: rgba(66, 66, 66, 0.40);
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
        font-family: 'FSAlbert';
    }

    .sss-breadcrumbs-con {
        bottom: 91%;
        left: 8.333333333333333%; 
    }

    .sss-breadcrumbs {
        gap: 1%;

    }

    .ss-text-area {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;

    }

    .ss-input-form {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
    }
}

@media (min-width: 1440px) {
    .sleepsurvey .shortanswer {
        width: 35%;
    }
}

@media (min-width: 1920px) {
    .sleepsurvey .shortanswer {
        width: 25%;
    }
}