.survey-card-form {
    /* form____________________ */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* width: min(50%, 300px); */
    width: 330px;
    height: fit-content;
    /* atributes_______________ */
    padding: 10px 10px 10px 10px;
    margin-left: 20px;
    margin-right: 20px;
    background: #f3f2f0;
    border: 2px;
    border-style: solid;
    border-color: #8e8e8d;
    border-radius: 10px;
    /* behaviour_______________ */
    overflow: hidden;            
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    cursor: default;
    transition: all 400ms ease;
}
.survey-card-form-button {
    /* form____________________ */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* width: 20%; */
    /* width: clamp(80%, 100%, 20%); */
    width: min(50%, 300px);
    height: auto;
    /* atributes_______________ */
    /* margin-top: 10px auto; */
    padding: 10px 10px 10px 10px; /* top right bottom left */
    margin-left: 20px;
    margin-right: 20px;
    background: #f3f2f0;
    border: 2px;
    border-style: solid;
    border-color: #8e8e8d;
    border-radius: 10px;
    /* behaviour_______________ */
    overflow: hidden;                           /*esconde lo que quede fuera de la tarjeta*/
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    cursor: default;
}

.survey-card-form-button:hover {
    box-shadow: 1px 5px 20px rgba(0,0,0,0.4);
    transform: translateY(-5%);
}

.survey_form_00 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_01 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_03 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_05 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_10_prov {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_11_prov {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.survey_form_12_prov {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#survey_access {
    display: flex;
    justify-content: center;
    /* atributes_______________ */
    /* width: 500px; */
    /* width: 50%; */
    /* height: 200px; */
}


.survey-form-div-for-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    height: auto;
    justify-content: center;
    align-items: center;
}


.survey-field-content-for-checkbox {
    width: auto;
    height: auto;
    padding-left: 10Px;
    padding-bottom: 7px;
}

.survey-field-tittle-for-checkbox p {
    font-size: 12px;
    /* color: #737372; */
    color: #000000;
    padding: 5px 0px 5px 0px;
}

.survey-form-div {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
}

.survey-field-content {
    width: 100%;
}

.survey-field-tittle p {
    font-size: 12px;
    color: #737372;
    padding: 5px 0px 5px 0px;
}

    #survey_access-button-div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        justify-content: space-between;
        align-items: center;
        row-gap: 5px;
    }

    .user_id_box,
    .user_ps_box,
    .code_jjvv_box,
    .names_box,
    .run_card_box,
    .rut_card_box,
    .email_box,
    .address_box,
    .number_box,
    .code_oper_box,
    #certificate-uses,
    #beneficiary_disctrit,
    input[type="email"]::placeholder {
        color: black;
    }

    .user_id_box,
    .user_ps_box,
    .code_jjvv_box,
    .names_box,
    .run_card_box,
    .rut_card_box,
    .email_box,
    .address_box,
    .number_box,
    #certificate-uses,
    #beneficiary_disctrit,
    input[type="email"] {
        width: 100%;
        /* width: 300px; */
        font-size: 12px;
        padding: 5px;
        outline: none;                              /*elimina brillo al rededor de casilla*/
        border-style: solid;
        border-width: 1px;
        border-color: #8e8e8d;
        border-radius: 6px;
        text-align: center;
    }

    .user_id_box:focus,
    .user_ps_box:focus,
    .code_jjvv_box:focus,
    .names_box:focus,
    .run_card_box:focus,
    .rut_card_box:focus,
    .email_box:focus,
    .address_box:focus,
    .number_box:focus,
    #certificate-uses:focus,
    #beneficiary_disctrit:focus,
    input[type="email"]:focus {
        background: #f6f1e3;
        border-style: solid;
        border-width: 1px;
        border-color: #a3790e;
        border-radius: 6px;
        
    }

    .code_oper_box {
        width: 100%;
        /* width: 250px; */
        font-size: 12px;
        padding: 5px;
        outline: none;                              /*elimina brillo al rededor de casilla*/
        border-style: solid;
        border-width: 1px;
        border-color: #8e8e8d;
        border-radius: 6px;
        text-align: center;
    }

    .code_oper_box:focus {
        background: #f6f1e3;
        border-style: solid;
        border-width: 1px;
        border-color: #a3790e;
        border-radius: 6px;
        
    }

    #cb_fieldset_01 {
        width: 300px; 
        border-width: 3px; 
        padding: 10px 15px 10px 15px; 
        border-radius: 15px;
        border-style: dotted; 
        border-color: cornflowerblue; 
        display: flex; 
        flex-direction: column; 
        align-items: center;
    }

    #cd_legend_01 p {
        font-size: 12px;
        font-weight: bold;
        color: #737372;
        padding-left: 10px;
        padding-right: 10px;
    }