.container_inputs-form{
    overflow-y: scroll;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    width: 90%;
    padding-left: 10%;
}

p{
    color: #0a0100!important;
    font-size: 18px;
}

#FaqQuestion {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 60px;
    margin-bottom: 16px;
    background: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.question-box{
    margin-bottom: 40px;
}

section h2 {
    font-size: 18px;
}

.section_1 .inputs_wrraper input {
    border-radius: 20px;
    padding: 0 5px;
}

.inputs_wrraper{
    width: 100%;
    justify-content: space-between;
}

.question-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}


.question-answers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    align-items:baseline;
    width: 65%;
}


.question-answers  .input-number {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: flex-start;
    align-items:baseline;
}

.section_type2{
    width: 75%;
}

.input-field {
    width: 100%;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}


.radio-field {
    margin-right: 6px;
    accent-color:  #0a500a;
}


.form-control {
    display: flex;
    align-items: center;
    background: none;
    border: none;
}

.country{
    font-size: 18px;
    height: 3rem;
    width: 16rem;
    filter: drop-shadow(0px 0px 2px black);
    border-radius: 15px;
    border: 1px solid #CCCCCC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    width: 30px;
    height: 30px;
}
option:disabled {
    color: rgb(198, 197, 197);
    display: none;
}

#quantity::placeholder{
    color: #151515;
}


section{
    padding: 2rem 2rem;
}
section div {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
section h2 {
    font-size: 25px;
}



section h3 {
    font-size: 19px!important;
    margin: 0;
    font-weight: bold;
    color: black;
}

section h4 {
    font-size: 15px!important;
    margin: 0;
    font-weight: bold;
}


section div input:not([type="checkbox"]){
    font-size: 18px;
    height: 40px;
    width: 250px;
    filter: drop-shadow(0px 0px 2px black);
}


section div input[type="checkbox"]{
    padding: 7px;
    margin-right: 2rem;
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    filter: drop-shadow(0px 0px 2px black);
}

section div input[type="checkbox"]:checked {
    background-color: #02b756;
}

#btn_back-survey {
    background: grey;
}

.error {
    border: 1px solid red;
}

.modal_styles{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000047;
    top: 0;
    left: 0;
}

.btn_dropdown{
    width: 150px;
    border: none;
    padding: 5px;
    border-radius: 15px;
    background: green;
    color: white;
    filter: drop-shadow(1px 2px 2px black);
}

.form_modal {
    width: 50%;
    height: 200px;
    z-index: 99999;
    position: fixed;
    top: 30%;
    left: 30%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.btn__login {
    border: none;
    margin: 1rem 5px;
    width: 19rem;
    height: 3rem;
    border-radius: 20px;
    background: linear-gradient(104deg, #02b756 5.69%, #068e45 37.01%, #078642 69.35%, #02b756 98.99%);
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 1);
    filter: drop-shadow(2px 4px 6px black);
    cursor: pointer;
}