
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white_scnd);
    padding:0;
    margin:0;
}

button{
    font: inherit;
    transition: color 0.07s ease, background 0.07s ease;
}

input{
    font: inherit;
}


body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--black_frst);
    padding:0;
    margin:0;
}

button{
    font: inherit;
    transition: color 0.07s ease, background 0.07s ease;
}

input{
    font: inherit;
}

pre{
    font: inherit;
}



/* survey */

.survey_container{
    width: 100%;
    padding-bottom: 0px;
}

.survey_element_container{
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.survey_input{
    width: 100%;
    padding: 5px;
    margin-left: 5px;
}
.survey_input:focus{
    border-color: var(--green_frth);
    outline: none;
}

.survey_input_dropdown_options{
    margin-top: 5px;
    display:flex;
    flex-direction: column;
    gap:5px;
    width: default;
    flex-grow: 0;
    display: none;
    margin-left: 5px;
}

.survey_input_dropdown_options.active{
    display:flex;
}


.survey_input_dropdown_option{
    width: auto;
    width: default;
    flex-grow: 0;
    text-align: start;
    background: none;
    border-radius: 0;
    border-style: solid;
    border-color: var(--black_scnd);
}

@media (hover:hover) and (pointer:fine){
	.survey_input_dropdown_option:hover{
	    background: var(--black_scnd);
        color: var(--green_frst);
	}
}
.survey_input_dropdown_option:active{
    background: var(--black_scnd);
    color: var(--green_frst);
}

.survey_introducer_small{
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.survey_introducer{
    margin-bottom: 5px;
}

.survey_multiple_choice_tick_option{
    margin-left: 10px;
}

.survey_multiple_choice_tick{
    width: 1.6ch;
    height: 1.6ch;
    border-style: solid;
    border-color: var(--black_thrd);
    color: rgba(0, 0, 0, 0);
    background: none;
    padding: 0;
    line-height: 1.25ch;
}
@media (hover:hover) and (pointer:fine){
	.survey_multiple_choice_tick:hover{
	    background: var(--black_ftfth);
	}
}
.survey_multiple_choice_tick:active{
    background: var(--black_ftfth);
}


.survey_multiple_choice_ticked{
    width: 100%; 
    height: 100%;
    background: var(--green_frst);
    display: none;
    border-style: solid;
    border-width: 2px;
    border-color: var(--black_frst);
}


.survey_multiple_choice_ticked.active{
    display: inline-block;
}

.survey_multiple_choice_choose_option{
    margin-left: 10px;
}

.survey_multiple_choice_choose{
    width: 1.6ch;
    height: 1.6ch;
    border-style: solid;
    border-color: var(--black_thrd);
    color: rgba(0, 0, 0, 0);
    background: none;
    padding: 0;
    line-height: 1.25ch;
    border-radius: 1.6ch;
}
@media (hover:hover) and (pointer:fine){
	.survey_multiple_choice_choose:hover{
	    background: var(--black_ftfth);
	}
}
.survey_multiple_choice_choose:active{
    background: var(--black_ftfth);
}


.survey_multiple_choice_chosen{
    width: 100%; 
    height: 100%;
    background: var(--green_frst);
    border-color: var(--black_scnd);
    display: none;
    border-radius: 1.6ch;
    border-width: 2px;
    border-style: solid;
}


.survey_multiple_choice_chosen.active{
    display: inline-block;
}

.survey_submit{
    border-radius: 0;
    align-self: stretch;
    border-style: solid;
    border-color: var(--black_scnd);
    padding: 10px;
    background: var(--black_scnd);
    color: var(--green_frst);
    stroke: var(--green_frst);
    width: 100%;
}
@media (hover:hover) and (pointer:fine){
	.survey_submit:hover{
	    background: none;
	    color: var(--black_scnd);
	}
}
.survey_submit:active{
    background: none;
    color: var(--black_scnd);
}

.survey_link{
    color: var(--blue_thrd);
}

.survey_problem{
    border-style: solid;
    border-color: red;
}


/* other */

.title{
    margin-top: 100px;
    color: var(--green_frst);
    font-size: 4.3rem;
    margin-bottom: 20px;
}

.back_cover{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white_frst);
    z-index: 2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 80vh;
}
.background_design{
    position: fixed;
    top: 0;
    stroke: var(--green_frth);
}


.horizontal_curve{
    z-index: 2;
    width: 100%;
    fill: white;
}

.backcover_legal_objects{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 2;
    background: var(--white_frst);
}

.legal_objects_container{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}

.text_input:focus{
    outline-color: var(--green_thrd);
    outline-style: solid;
    outline-width: 2px;
}

.horizontal_divider{
    height: 1px;
    width: 100%;
    background: var(--black_sxth);
}

.form_container{
    display: flex;
    flex-direction: column;
    background: var(--white_frst);
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.1rem;
    width: 100%;
}

.info_container{
    display: flex;
    flex-direction: column;
}

.survey_header{
    color: var(--black_scnd);
    font-size: 2rem;
    margin-bottom: 10px;
}

.submit_container{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header{
    font-size: 0.9rem;
    margin-top: 20px; 
    margin-bottom: 5px;
}

.email{
    flex-grow: 1;
}

.profession{
    margin-bottom: 20px;
    flex-grow: 1;
}

.description{
    display: none;
}

.accept_container{
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.accept{
    width: 1.6ch;
    height: 1.6ch;
    border-style: solid;
    border-color: var(--black_thrd);
    color: rgba(0, 0, 0, 0);
    background: none;
    padding: 0;
    line-height: 1.25ch;
}
@media (hover:hover) and (pointer:fine){
	.accept:hover{
	    background: var(--black_ftfth);
	}
}
.accept:active{
    background: var(--black_ftfth);
}
.accept.checked{
    background: var(--black_thrd);
    color: var(--green_frst);
}
@media (hover:hover) and (pointer:fine){
	.accept.checked:hover{
	    background: var(--black_frth);
	}
}
.accept.checked:active{
    background: var(--black_frth);
}

.link{
    color: var(--blue_thrd);
    cursor: default;
    text-decoration: none;
}
@media (hover:hover) and (pointer:fine){
	.link:hover{
	    color: var(--black_frth);
	}
}
.link:active{
    color: var(--black_frth);
}

.text_input.invalid{
    outline-style: solid;
    outline-color: var(--red_scnd);
}

.register_container{
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex; 
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
}

@media only screen and (max-width: 1500px) {
    body{
        align-items: center;
        justify-content: start;
        margin-top: 30px;
    }

    .form_container{
        max-width: 60ch;
    }

}


@media only screen and (max-width: 700px) {
    .form_container{
        width: 100%;
        border-radius: 0;
    }
    .legal_objects_container{
        flex-direction: column;
    }
    .legal_objects_split{
        display: none;
    }
}

