
*{
    box-sizing: border-box;
}

form.form-cs {
    padding: 25px;
    background-color: #fff;
    border-radius: 3px;
    margin: 25px 0;
}

.title-form {
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 0;
}

.register_title {
    color: #000;
    font-size: 40px;
    margin: 10px 0;
}

.log_out_btn {
    font-size: 30px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin: 140px;
    background-color: #f11a1a;
    color: #fff;
    cursor: pointer;
}

.client_field-cont {
    margin-bottom: 6px;
    display: grid;
    width: 95%;
}

.client_form-cont {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    margin: 2px;
    border: 2px solid;
    padding: 8px;
    height: 500px;
}

.name-label_cont__cont {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 6px));
    gap: 12px;
}

.form-label {
    display: inline-block;
    font-size: 18px;
    width: 100%;
}

.form-input {
    border: 2px solid #000;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 18px;
    width: 100%;
}

.center_space {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 6px));
    width: 100%;
    gap: 12px;
}

.cont-input {
    width: 100%;
}

.names-put {
    width: 100%;
}

.part_cont {
    width: 85%;
}

.part_cont {
    width: 85%;
    margin-bottom: 15px;
}

#eyeIconBtn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #2d338f;
}

#eyeImg {
    width: 100%;
    filter: invert(1);
}

.password-cont {
    display: grid;
    grid-template-columns: 92% 8%;
}

.submit {
    color: #fff;
    font-size: 20px;
    background-color: #44bd4e;
    padding: 5px;
    border-radius: 2px;
    border: none;
}

.sec2 {
    display: inline-block;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
}

.ad_login {
    font-size: 20px;
}

.link_login {
    color: #2b57bb;
    font-size: 25px;
    font-weight: 600;
}

.elements_form-cont {
    display: grid;
    justify-items: center;
}

/*------------------------------------------------------------------------------------*/



.hello_user {
    display: inline-block;
}

.welcome_user {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

.hello_user {
    padding: 5px 140px;
    background-color: #f5a630;
    border-radius: 10px;
    margin-top: 40px;
    min-width: 465px;
}

.sec2__v4 {
    justify-content: center;
    display: flex;
    width: 100%;
}

.infos_cont {
    width: 610px;
    display: grid;
    grid-template-rows: 160px repeat(4, 120px);
    border-radius: 15px;
    overflow: hidden;
}

.user_name {
    color: #000;
    font-size: 70px;
    margin: 0;
    margin-left: 20px;
}

.pfp_user {
    height: 90%;
    border-radius: 15%;
    width: 90%;
    margin-left: 10%;
    border: 2px solid #000;
    object-fit: cover;
    object-position: center;
}

.profile_one {
    background-color: #fffef8;
    display: grid;
    grid-template-columns: 25% 60% 15%;
    align-items: center;
    justify-content: center;
}

#icon-below {
    color: #000;
    font-size: 55px;
    font-weight: 900;
    margin: 0;
    font-family: cursive;
    transform: scaleX(1.6);
    display: inline-block;
    width: fit-content;
    position: relative;
    left: 20px;
}

.part_cont1 {
    background-color: #fff;
    outline: 2px solid #000;
    display: grid;
    grid-template-columns: 18% 82%;
    height: 100%;
    align-items: center;
}

.part_name {
    color: #000;
    font-size: 41px;
    margin: 0;
    margin-left: 20px;
}

.part_img {
    width: 85%;
    height: 85%;
}

.center2{
    display: flex;
    align-items: center;
    justify-content: center;
}

#log-out {
    color: #fff;
    font-size: 32px;
    border: none;
    border-radius: 10px;
    background-color: #e33e3e;
    margin-left: 12px;
}

#log-out_cont {
    position: relative;
    width: 130px;
}

.log_out_form {
    position: absolute;
    top: 25px;
}

.actions{
    width: 100%;
    display: none;
}

.actions_cont {
    margin: auto;
    margin-top: 30px;
    background-color: #fff;
    width: 90%;
    border-radius: 10px;
    border: 8px solid #eb9122;
}

.title_action {
    color: #000;
    font-size: 60px;
    margin: 15px 0;
    padding: 15px 0;
    text-align: center;
}

#create_curriculum {
    color: #fff;
    font-size: 40px;
    background-color: #29d329;
    border-radius: 15px;
    padding: 14px;
    border: none;
}

.curriculums_form {
    display: flex;
    justify-content: center;
    padding: 25px;
}

.c-title {
    font-size: 76px;
    text-align: center;
    margin: 10px 0;
    margin-top: 100px;
}

.part-title {
    text-align: center;
    font-size: 25px;
}

.curriculum-form {
    width: 80%;
}

.part-title {
    text-align: center;
    font-size: 55px;
    display: inline-block;
    width: 100%;
}

.radio-label {
    font-size: 32px;
    color: #ffb520;
}

.radio-inpt {
    width: 30px;
}

.inpts_cont-radios {
    display: grid;
    grid-template-columns: 40% 60%;
}


.inpts_cont {
    width: 100%;
    display: flex;
    padding: 20px;
    background-color: #fff;
    border-radius: 7px;
}

.single_inp {
    font-size: 35px;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    border: 5px solid #d78116;
    width: 100%;
}

.select-inp {
    color: #000;
    font-size: 35px;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

#allClientsForm {
    padding: 10px;
    border-radius: 6px;
    background-color: #07063eba;
    width: 98%;
    display: grid;
    grid-template-columns: 50% 50%;
}

label.client_labels {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.hr_separator {
    border: 3px solid #fff;
    margin: 26px 10px;
}

.client_inp {
    color: #2dcb31;
    width: 100%;
}

label.client_labels {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.client_add-title_form {
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
    grid-column: 1 / 4;
    text-align: center;
}

.client_info-cont {
    width: 50%;
}

.submit-inpt {
    font-size: 40px;
    color: #000;
    border: none;
    border-radius: 10px;
    padding: 7px;
    background-color: #f3ab2e;
}

.submit-cont {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.submit-inpt {
    font-size: 45px;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 7px;
    background-color: #f3ab2e;
}

.part-title {
    text-align: center;
    font-size: 55px;
    display: inline-block;
    width: 100%;
    border: 4px solid;
    margin: 35px 0;
    border-radius: 11px;
    border-left: none;
    border-right: none;
}

.checkbox-input {
    height: 45px;
    width: 45px;
}

.check-label {
    color: #000;
    font-size: 26px;
    margin: 10px;
    margin-left: 20px;
}

.c-title_v2 {
    font-size: 65px;
    text-align: center;
}

.sec_1__curriculums {
    margin: 30px;
}

.curriculum {
    display: inline-block;
    padding: 20px;
    background-color: #efefef;
    width: 96%;
    margin: 10px 0;
    border-radius: 10px;
}

.c-country {
    font-size: 60px;
    margin: 0;
    color: #e18800;
    font-weight: 600;
    text-align: center;
}

.worker-info_cont {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-bottom: 25px;
}

.c-name {
    font-size: 50px;
    margin: 10px;
    font-weight: 600;
    margin-left: 42px;
    width: fit-content;
    height: fit-content;
    padding: 0 10px;
    border: 2px solid;
    color: #000;
}

.c-info {
    font-size: 35px;
    margin: 0;
    color: #000;
}

.c-info_value {
    font-size: 40px;
    color: #414141;
}

.hire-btn {
    font-size: 40px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #eb9122;
    width: 100%;
}

.hire-btn_cont {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.c-img {
    width: 100%;
}

.specify_p {
    font-size: 28px;
    position: relative;
    bottom: 35px;
}

.textarea-form {
    width: 100%;
    border: 6px solid #ff6b1b;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    padding: 10px;
    min-height: 800px;
}

.textarea-form::placeholder {
    font-size: 30px;
}

.btn__a{
    width: 90%;
}

#documents_cont {
    display: grid;
    padding: 20px;
    grid-row-gap: 10px;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
}

.part-subtitle {
    color: #000;
    font-size: 35px;
}

.select_place {
    color: #000;
    font-size: 30px;
    display: inline-block;
    width: 425px;
}

.row_cont {
    border: 2px solid #000;
    margin: 12px 0;
    padding: 10px;
}

.select_place {
    color: #000;
    font-size: 30px;
    display: inline-block;
    width: 425px;
    border-left: 2px solid;
    padding-left: 20px;
}

.aplication-cont {
    border-radius: 20px;
    /* background-color: #fff; */
    width: 85%;
    display: grid;
    grid-template-columns: 83% 17%;
}

.company-logo {
    width: 90%;
}

.infos_aplication_cont {
    background-color: #fff;
    height: 340px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 20px;
}

.first-cont_ {
    height: 100%;
    display: grid;
    grid-template-columns: 65% 35%;
    justify-content: center;
}

.company-name {
    color: #000;
    font-size: 45px;
    margin: 0;
}

.company-sector {
    color: #000;
    font-size: 30px;
}

.company-desc {
    color: #000;
    font-size: 25px;
}

.curriculum-info {
    color: #000;
    font-size: 25px;
}

.info-cont2 {
    padding-left: 20px;
    border-left: 2px solid #000;
}

.btn-cont_accept {
    position: relative;
}

.accept-btn {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 30px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #20f402;
    border: none;
    border-radius: 10px;
}

.workers_div-cont {
    margin: 20px;
}

.title-apli {
    font-size: 60px;
    margin-left: 15px;
}

/*-----------------------------------  user-curriculum.php  -----------------------------------------*/

.part-1_cont {
    display: grid;
    grid-template-columns: 58% 42%;
    padding: 30px 0;
}

.user-pfp_c {
    max-width: 80%;
}

.user-name_c {
    display: inline-block;
    height: fit-content;
    margin: 0;
    margin-left: 20px;
    width: 70%;
    padding: 0px 25px;
    padding-right: 60px;
    border: 3px solid;
    font-size: 50px;
}

.part-title_c {
    font-size: 50px;
}

.part-info_cont-c {
    display: grid;
    width: 85%;
    margin-left: 40px;
}

.part_value_c {
    border-left: 2px solid;
    padding: 10px;
    padding-left: 30px;
}

.name_part_c {
    border: 2px solid #fff;
    padding: 8px;
    color: #d3d0cb;
}

.name_part_c2 {
    border: 2px solid #fff;
    padding: 8px;
    color: #d3d0cb;
    font-size: 13px;
}

.hr_style1 {
    border: 3px solid #ddd;
    margin: 45px 0;
    width: 90%;
}

.img-c {
    width: 100%;
    height: 1000px;
}

.id-c {
    width: 100%;
    height: 500px;
    margin: 25px;
}

.hire-btn__cont {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.cont_hire-btn_form{
    width: 90%;
}

.name-account {
    font-size: 90px;
    margin: 30px 0 10px 50px;
}

.info-account_text {
    margin-left: 50px;
    font-size: 32px;
}

.go-score_workers {
    color: #fff;
    background-color: #ffa828;
    font-size: 45px;
    padding: 0 12px;
    border: none;
    border-radius: 8px;
    width: 90%;
}

.go-score_workers__cont {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.info-title-profile {
    color: #000;
    font-size: 39px;
    margin: 1px 0;
}

.info-value-profile {
    color: #000;
}

.profile-info_cont-c {
    padding: 20px;
}

#textAreaComment {
    width: 100%;
    height: 800px;
    font-size: 35px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 6px;
    background-color: #faeecd;
}

#textAreaComment:focus{
    background-color: #cfffe4;
}

/*------------------------------------------------------------------------------------*/

/*--------------------------- admin page -----------------------------------*/

.client_color1 {
    background-color: #00BFFF !important; /* Color celeste: cliente en proceso */
}

.client_color2 {
    background-color: #4242a8 !important; /* Color azul: cliente del dealer */
}

.client_color3 {
    background-color: #90EE90 !important; /* Cliente verde claro: cliente instalado pero no ha pagado */
}

.client_color4 {
    background-color: #008000 !important; /* Color verde fuerte: cliente instalado y pagado */
}

.client_color5 {
    background-color: #FFFF00 !important; /* Color amarillo: cliente cancelado por la compaÃ±Ã­a */
}

.client_color6 {
    background-color: #FF0000 !important; /* Color rojo: cliente cancelado por Ã©l y no se le puede volver a dar servicio */
}

.client_color7 {
    background-color: #FFA500 !important; /* Color naranja: cliente se le tiene que llamar para ir a tienda */
}
.client_color8 {
    background-color: #555 !important; 
}

.client_color9 {
    background-color: #cf4eba !important; 
}

.client_color10 {
    background-color: #9a0eb6 !important; 
}

.client_color11 {
    background-color: #855630 !important; 
}

.client_color12 {
    background-color: #1bb9be !important; 
}

.example_color{
    color: #ca2f8f;
}

.title-catalogue_clients {
    grid-column: 1 / 9;
    height: fit-content;
    width: 100%;
}

.calendar_statements {
    display: grid;
    grid-template-columns: repeat(8, calc(14% - 7px));
    gap: 10px;
    padding: 5px;
    grid-template-rows: min-content;
}

.calendar_clients-info-cont {
    display: grid;
    grid-template-columns: 70% 30%;
}

.end_shift {
    margin-top: 8px;
    margin-left: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #f00b;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 25px;
}

.clients_number2 {
    color: #efff00;
    grid-column: 1 / 3;
    font-size: 11px;
}

section.clients_cont {
    display: grid;
    grid-template-columns: repeat(6, calc(17% - 13px)) ;
    gap: 10px;
}

    .admin-art {
    display: grid;
    grid-template-columns: 14% 86%;
    width: -webkit-fill-available;
}

    .employees_sidebar {
        background-color: #222225;
        min-height: 400px;
    }

    .employees_cont {
        display: grid;
        padding: 10px;
        gap: 10px;
        overflow-y: scroll;
    }
    .employee_info {
        display: inline-block;
        padding: 10px;
        margin: 10px;
        border-radius: 5px;
        background-color: #c5c5c5;
        width: 222px;
    }

    .submit__form {
        border: none;
        border-radius: 3px;
        background-color: #63bf3e;
        color: #fff;
    }


    .worker_cont {
        display: grid;
        grid-template-columns: 85% 15%;
        align-items: center;
        justify-items: center;
        background-color: #3e3f48;
        border-radius: 6px;
        cursor: pointer;
        grid-template-rows: 50% 28% 18%;
        padding: 4px;
    }

    .worker_p {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }
    .position {
        grid-column: 1 / 3;
        color: #fff;
        text-transform: capitalize;
        font-size: 11px;
    }

    .clients_number {
        padding: 2px;
        color: #fff;
        font-weight: 800;
        font-size: 12px;
    }

    .right-side {
    display: grid;
    grid-template-rows: max-content;
    width: -webkit-fill-available;
}

.being-verified {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    color: #6040e3;
    text-transform: capitalize;
    min-height: 20px;
}

#status_btn {
    background-color: #0a0960;
}
#delete_btn {
    background-color: #cb1919;
}



    .verified{
        color: #66e340;
    }

    .title-cont_admin-page {
        background-color: #ddd;
        justify-content: center;
        display: flex;
        height: 60px;
    }

    .title-page {
        font-size: 25px;
        margin: 15px 0;
        color: #2d2d2d;
    }

    .columns-cont {
        display: grid;
        width: 100%;
        gap: 10px;
        padding: 4px;
        background-color: #bbb;
        grid-template-rows: max-content;
        grid-template-columns: 100%;
        height: fit-content;
    }

    .columns-cont2 {
        display: grid;
        width: 100%;
        gap: 10px;
        padding: 4px;
        background-color: #bbb;
        grid-template-rows: min-content;
        grid-template-columns: 100%;
        height: fit-content;
        min-height: 170px;
        border-radius: 5px;
    }

    #clients_info {
    display: grid;
    grid-template-columns: repeat(7, calc(14% - 7px));
    gap: 10px;
    padding: 5px;
    grid-template-rows: max-content;
}
    .processes_cont {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    

    .title-column {
        min-height: 35px;
        font-size: 10px;
        text-align: center;
        text-transform: capitalize;
        margin: 5px 0;
        color: #fff;
        background-color: #29325e;
        align-content: center;
        border-radius: 5px;
    }

    .calendar_statements {
        display: grid;
        grid-template-columns: repeat(8, calc(14% - 7px));
        gap: 10px;
        padding: 5px;
        grid-template-rows: 42px auto;
    }
    
    

    .darker-text {
        font-weight: 600;
        font-size: 13px;
        margin: 0;
        width: 100%;
        display: inline-block;
    }

    p.client_info-text {
        font-size: 10px;
        margin: 1px 0;
    }

    .client_info-text {
        font-size: 18px;
        margin: 1px 0;
        display: inline-block;
        width: 90%;
    }

    .client_info-large_text {
        margin: 5px 0px;
    }
    

    .change-class_cont {
        display: grid;
        align-items: center;
        justify-items: center;
    }

    .change-status_select {
        font-size: 15px;
        margin: 10px 0;
        border-radius: 5px;
        border: 1px solid #000;
    }

    .change-status_btn {
        padding: 3px 0px;
        border-radius: 6px;
        border: none;
        font-size: 15px;
        background-color: #51a54b;
        color: #fff;
    }

    .client-info_cont {
        padding: 5px;
        border-radius: 5px;
        width: 100%;
        background-color: #d1d8db;
       /* height: fit-content;*/
    }
    
    .title-column_cont {
        min-height: 40px;
        max-height: fit-content;
    }

    .title-catalogue_processes {
        font-size: 20px;
        margin: 0;
        margin-top: 20px;
    }

    .change_info_label{
        display: inline-block;
        width: 100%;
    }
    
.text-area_cont_add {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: 8% 92%;
    height: 100%;
}

.client_field-cont.address_inp_cont {
    grid-row: 2 / 4;
    grid-column: 3 / 4;
    grid-template-rows: 21% 79%;
}

input#clientsNumber {
    width: 215px;
}

.submit-all_clients {
    height: fit-content;
    width: fit-content;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    padding: 36px 65px;
    justify-self: center;
    align-self: center;
    color: #fff;
    background-color: #64b939;
}

.file_images_cont {
    width: 100%;
    display: grid;
    grid-template-rows: min-content;
    gap: 5px;
}

.client_file {
    width: 100%;
}

.show_files_btns {
    border: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #448cd7;
}
    
    
.stored_yes{
    background-color: #87d189;
}

.filter_cont-ap {
    position: absolute;
    top: 10px;
    display: grid;
    right: 400px;
    width: 260px;
    grid-template-columns: 40% 60%;
    gap: 5px;
}

.color_test{
    color:#855630;
}

@media screen and (max-width: 1000px){
    #allClientsForm {
       grid-template-columns: 100%;
}
}