* {
    box-sizing: inherit;
}

.startOpenTest_root {
    font-family: Montserrat, ui-sans-serif, sans-serif;
    min-height: 71vh;
}

.startOpenTest_panel {
    width: 100vw;
    min-width: 100vw;
    display: flex;
    padding-bottom: 5vh;
}

.startOpenTest_viewportPanel_imageContainer {
    width: 50%;
    /*height: 100%;*/
    padding: 0 0 5vh 7.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.startOpenTest_viewportPanel_contentContainer {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}

/* Tablets and Smartphones */
@media (max-width: 991.98px) {
    .startOpenTest_panel {
        flex-direction: column;
        height: unset;
        width: unset;
        min-width: unset;
    }

    .startOpenTest_viewportPanel_imageContainer {
        width: 100%;
        padding: 0 0 3rem 0;
    }

    .startOpenTest_viewportPanel_contentContainer {
        width: 100%;
    }

    .startOpenTest_viewportPanel_imageContainer {
        display: none;
    }
}


.startOpenTest_root {
    /*overflow-y: scroll;*/
}

.startOpenTest_titleContainer {
    display: flex;
    align-items: center;
    padding-bottom: 4rem;
}

.startOpenTest_title {
    display: flex;
    text-align: left;
    cursor: default;
    width: 100%;
    color: #818181;
    font-weight: normal;
    font-size: 4vh;
    margin: 0;
    padding: 0;
}

.startOpenTest_form {
    box-sizing: border-box;
    /*padding: 1rem 3rem;*/
}

.startOpenTest_userDetailsForm {
    width: 70%;
}

/* Smartphones */
@media (max-width: 575.98px) {
    .startOpenTest_form {
        padding: 1rem 1rem;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
    .startOpenTest_form {
        padding: 1rem 1rem;
    }
}

.startOpenTest_form_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 1rem 0;
}

.hidden {
    display: none;
}

.startOpenTest_form_labelContainer {
    width: 20%;
    height: 100%;
    font-size: 1.5vh;
    color: #7c7c7c
}

.startOpenTest_form_widgetRoot {
    width: 100%;
    height: 50%;
    margin-right: 1rem;
}

.startOpenTest_form_widgetContainer {
    width: 100%;
    height: 100%;
}

.startOpenTest_form_widget {
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    color: #838383;
    padding: 1rem 1rem;
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.078));
    border-radius: 30px;
    height: 50px;
}

.startOpenTest_form_widgetBusinessType {

}

.startOpenTest_errors_container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.5rem;
    width: calc(100% - 30px);
    color: white;
    background-color: #B0413E;
    justify-self: auto;
    margin-left: 15px;
}

.startOpenTest_errors_text {
    display: flex;
    color: #B0413E;
    margin-left: 15px;
}

/* Tablets and Smartphones */
@media (max-width: 991.98px) {
    .startOpenTest_form_row {
        flex-direction: column;
    }

    .startOpenTest_form_labelContainer {
        margin: 1rem 0 0.5rem 0;
        padding: 0;
        text-align: left;
        width: 100%;
        height: 50%;
    }

    .startOpenTest_form_widgetContainer {
        width: 100%;
        height: 50%;
    }

    .startOpenTest_userDetailsForm {
        width: 100%;
        padding: 0 2rem;
    }
}

.startOpenTest_form_saveContainer {
    display: flex;
    justify-content: center;
}

.startOpenTest_form_saveWidget {
    width: 100%;
    background-color: #993487;
    text-align: center;
    color: white;
    padding: 0.4rem;
    border-radius: 15px;
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.078));
    cursor: pointer;
    margin-top: 3vh;
    background-image: linear-gradient(to right, #993487, #993487 50%, #1d984b 50%, #228a24);
    background-size: 200% 200%;
    transition: background-position .3s;
    margin-right: 1rem;
}

.startOpenTest_form_saveWidget:hover {
    background-position: 100% 0;
}

.startOpenTest_previousButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3bca70;
    text-align: center;
    color: #1A1A1A;
    padding: 0.5rem;
    border-radius: 10px;
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.078));
    cursor: pointer;
    margin-right: 1rem;
}

.startOpenTest_previousButton > img {
    width: 20px;
}

.startOpenTest_nextButton {
    background-color: #993487;
    text-align: center;
    color: white;
    padding: 0.4rem;
    border-radius: 15px;
    filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.078));
    cursor: pointer;
    margin-top: 3vh;
    background-image: linear-gradient(to right, #993487, #993487 50%, #1d984b 50%, #228a24);
    background-size: 200% 200%;
    transition: background-position .3s;
}

.startOpenTest_nextButton:hover {
     background-position: 100% 0;
}

.startOpenTest_personalNeedsForm {

}

.startOpenTest_personalNeedsForm_checkboxContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.startOpenTest_personalNeedsForm_checkboxRow {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.3rem;
    color: #3a3a3a;
}

.startOpenTest_personalNeedsForm_checkboxRow > input {
    margin-right: 0.5rem;
    margin-top: 0.3rem;
}

.startOpenTest_personalNeedsForm_checkboxContainer > .checkbox_description {
    font-size: 0.6rem;
    color: #838383;
}

.startOpenTest_personalNeedsForm_errors_container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.5rem;
    width: 100%;
    color: white;
    background-color: #B0413E;
}

.startOpenTest_personalNeedsForm_errors_text {
    display: flex;
    color: #B0413E;
}

.startOpenTest_personalNeedsForm_mustCheckErrorContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.5rem;
    width: 100%;
    color: white;
    background-color: #B0413E;
}

.startOpenTest_personalNeedsForm_mustCheckErrorContainer.hidden {

    display: none;
}

.startOpenTest_personalNeedsForm_mustCheckErrorText {
    display: flex;
    color: #B0413E;
}

.startOpenTest_personalNeedsForm_mustCheckErrorText.hidden {
    display: none;
}

.startOpenTest_RGPD_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 1rem 0;
}

.startOpentTest_RGPD_label {
    width: 95%;
    height: 100%;
    font-size: 1.5vh;
    color: #7c7c7c
}

.startOpentTest_RGPD_root {
    margin-right: 1rem;
}

.startOpenTest_navigation_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    width: 100%;
}

.startOpenTest_navigation_row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    width: 100%;
}

.startOpenTest_navigation_bubble {
    margin-right: 0.5rem;
    width: 13px;
    height: 13px;
    border: 1px solid black;
    border-radius: 15px;
}

.startOpenTest_navigation_bubble.selected {
    /*background-color: #7ccb7c;*/
    background: rgb(18,76,19);
    background: linear-gradient(180deg, rgba(18,76,19,1) 0%, rgba(27,121,9,1) 100%);
    border-color: #538853;
}

.startOpenTest_navigation_bubbleImg {
    width: 15px;
}

.startOpenTest_navigation_pageCounter {
    display: flex;
}

.startOpenTest_widget_customErrorContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem 0.5rem;
    width: calc(100% - 2rem);
    color: white;
    background-color: #B0413E;
}

.startOpenTest_widget_customErrorContainer.hidden {
    display: none;
}

.startOpenTest_widget_customErrorText {
    display: flex;
    color: #B0413E;
}

.startOpenTest_widget_customErrorText.hidden {
    display: none;
}

