body {
    font-family: 'Roboto', sans-serif;
}
.navbar {
    box-shadow: 0 6px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.flex-navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 1rem);
    padding-left: 3rem;
    padding-right: 3rem;
}

.bg-back{
    background-color: #FEFEFE !important;
}

.container-login{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
}
.card-flex-login{
    padding: 20px;
}
.h4-login{
    font-weight: bold;
    text-align: center;
}
.flex-btn-with{
    display: flex;
    gap: 20px;
    margin-top: 1.5rem;
}
.btn-purple{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    background-color: #5234E2;
    color: white;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    gap: 5px;
    font-size: 14px;
}
.btn-border{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    color: #5234E2;
    border-radius:  100px;
    border: 1px solid #A9A8AA;
    padding: 8px 24px 8px 24px;
    gap: 5px;
    font-size: 14px;
}
.flex-or{
    display: flex;
    margin-top: 1rem;
    gap: 10px;
}

.flex-or hr{
    width: 100%;
    border-top: 1px solid #7A7A7A;
}
.flex-inputs-login{
    margin-top: .8rem;
}
.password-container {
    display: flex;
    flex-direction: column;
}

.login-label {
    margin-bottom: 8px;
    font-weight: bold;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.inputs-login {
    width: 100%;
    padding: 12px;
    padding-right: 40px; 
    border: 1px solid #A9A8AA;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    padding-bottom: .6rem;
    background-color: #FAFAFA;
}

.inputs-login:focus {
    border-color: #333;
}

.inputs-login-date {
    width: 100%;
    padding: 12px;
    padding-right: 10px; 
    border: 1px solid #A9A8AA;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    padding-bottom: .6rem;
    background-color: #FAFAFA;
}

.inputs-login-date:focus {
    border-color: #333;
}
.toggle-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.forgot-password {
    color: #6200EE;
    font-size: 12px;
    margin-top: 12px;
    text-decoration: none;
    padding-left: .9rem;
}
.forgot-password:hover {
    text-decoration: underline;
}
.p-button-inputs{
    padding-bottom: 1rem;
}
.flex-btn-login{
    display: flex;
    width: 100%;
    margin-top: 1.2rem;
}
.btn-desactive{
    display: flex;
    width: 100%;
    background-color: #E3E3E4;
    border-radius: 100px;
    color: #7A7A7A;
    align-items: center;
    justify-content: center;
    cursor: not-allowed !important;
}

.btn-desactive:hover{
    color: #7A7A7A;
}

.flex-new-user{
    display: flex;
    margin-top: 2rem;
}
.flex-new-user span{
    font-size: 14px;
}
.text-purple{
    color: #5234E2;
    font-weight: bold;
}
.text-purple-2{
    color: #5234E2;
}
.container-tabs-login{
    display: flex;
    flex-direction: column;
    width: calc(55% - 1rem);
    margin-top: 1rem;
    padding: 3rem 3rem 2rem 3rem;
}
.container-card-tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 1px 1px 1px #00000026;
    margin-top: 1rem;
    margin-left: 1rem;    
}
.tab-select{
    font-size: 14px;
    padding: 5px 40px 5px 40px;
    cursor: pointer;
    border-radius: 4px;
}
.tab-select:hover{
    background-color: #CFC7F9;
    font-weight: bold;
}
.tab-selected-active{
    background-color: #CFC7F9;
    font-weight: bold;
}
.container-type-register{
    display: flex;
    flex-direction: column;
    width: calc(55% - 1rem);
    padding-left: 3rem;
    padding-right: 3rem;
}
.container-talent{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;   
    gap: 15px;
}
.card-talent{
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    border: 1px solid #DCCFFF;
    border-radius: 12px;
    padding: 16px;
    gap: 8px;
}
.btn-purple-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background-color: #5234E2;
    color: white;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    font-size: 14px;
    margin-left: 30px;
}

.btn-border-2{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A9A8AA;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    font-size: 14px;
}
.btn-left{
    margin-left: 1rem;
}
.card-recruiter{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #FAFAFA;
    border: 1px solid #DCCFFF;
    border-radius: 12px;
    padding: 16px;
    gap: 8px;
}
.flex-list-recruiter{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
}
.flex-btn-recruiter{
    display: flex;
    justify-content: flex-end;
}
.btn-purple-3{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5234E2;
    color: white;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    font-size: 14px;
}
.img-recruiter-singup{
    margin-right: 10px;
}
.h3-start-purple{
    color: #5234E2;
    font-weight: bold;
    margin-top: 1rem;
}
.container-create-account{
    display: flex;
    padding: 2.5rem 4rem 2.5rem 4rem;
    gap: 17px;
}
.card-create-account-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(40% - .5rem);
}
.flex-create-account{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3rem;
}
.flex-create-account-2{
    display: flex;
    flex-direction: column;
    width: 80%;
}
.text-desactivated{
    color: #A9A8AA;
    font-size: 14px;
}
.text-create{
    font-size: 16px;
    margin-top: .5rem;
}
.flex-create-account-3{
    display: flex;
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
    margin-top: 4rem;
}
.flex-usefull{
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 8px;
}
.flex-usefull-img{
    display: flex;
    flex-direction: column;
    width: 40%;
    align-items: center;
    justify-content: center;
}
.flex-list-usefull{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 10px;
}
.btn-usefull{
    width: calc(100% - 2rem) !important;
}
.card-create-account-2{
    display: flex;
    flex-direction: column;
    width: calc(60% - .5rem);
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
    justify-content: space-between;
}
.card-create-account-3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(32% - .5rem);
}
.card-create-account-4{
    display: flex;
    flex-direction: column;
    width: calc(68% - .5rem);
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
}
.btn-100{
    width: calc(100%) !important;
}
.flex-btn-create{
    display: flex;
    gap: 15px;
}
.flex-or-create{
    display: flex;
    align-items: center;
    margin-top: 2rem;
    gap: 6px;
}

.flex-or-create hr{
    width: 40%;
    border-top: 1px solid #7A7A7A;
}
.flex-inputs-create{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 1rem;
}
.input-wrapper-create {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100%);
}

.input-password-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.phone-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    background-color: #FAFAFA;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag{
    background-color: #FAFAFA !important;
}
.phone-container input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 16px;
    background-color: #FAFAFA;
}
.phone-container .iti {
    margin-right: 10px;
}
.input-number-create{
    background-color: #FAFAFA !important;
    padding: 0px;
    border: none;
}
.flex-upload-cv{
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.flex-upload-cv-2{
    display: flex;
    width: 80%;
    justify-content: flex-end;
    gap: 15px;
    position: relative;
}
.uploaded-files-container{
    display: flex;
    align-items: center;
}
.name-upload-cv{
    display: flex;
    background-color: #DCCFFF;
    padding: 6px 8px 6px 8px;
    border-radius: 8px;
    gap: 5px;
}
.eliminar{
    cursor: pointer;
}
.flex-next{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.flex-text-footer{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}
.btn-next{
    width: 100%;
    display: flex;
    align-items: center;
}

.password-conditions {
    position: absolute;
    z-index: 10;
    border: 1px solid #9c7dff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5.2rem;
    background-color: #FAFAFA;
    width: 100% !important;
    display: none; 
}

.password-conditions p {
    font-weight: bold;
}

.password-conditions ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.password-conditions li {
    margin-bottom: 5px;
}

.password-conditions ul li .fa-solid.fa-circle-check{
    color:green;
}

.password-conditions ul li .fa-solid.fa-circle-xmark{
    color: red;
}

.valid {
    color: green;
}
.invalid {
    color: red;
}
.flex-create-linkedin{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: 10px;
}
.flex-create-account-4{
    display: flex;
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
    margin-top: 5rem;
}
.optional-purple{
    color: #5234E2;
    font-size: 12px;
    margin-left: 0.8rem;
    margin-top: .4rem;
}
.flex-open-linkedin{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-personal{
    width: 100%;
    height: 56px;
}

.select-personal .ts-control{
    height: 45px !important;
}
.flex-tags-personal{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.flex-next-2{
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;
}
.container-complete{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.card-complete{
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.card-complete-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px 8px 24px;
    background-color: #E8DEF8;
    border-radius: 8px;
}
.span-complete{
    text-align: center;
}
.flex-started-linkedin{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8DEF8;
    padding: 8px 24px 8px 24px;
    border-radius: 8px;
    margin-bottom: 25px;
    gap: 10px;
}
.span-linkedin{
    font-size: 14px;
    font-weight: bold;
}
.flex-upload-cv-personal{
    display: flex;
    justify-content: flex-end;
    margin-top: .8rem;
}
.flex-upload-cv-personal{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
    
}
.flex-create-account-5{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5.5rem;
    gap: .5rem;
}
.flex-get-started{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.text-gray{
    color: #7A7A7A;
    font-size: 24px;
    font-weight: 500;
}
.container-get-started{
    display: flex;
    flex-direction: column;
    width: calc(100% - .5rem);
}
.card-create-account-6{
    display: flex;
    flex-direction: column;
    width: calc(65% - .5rem);
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 24px;
}
.top-started{
    margin-top: 0px !important;
}

.btn-purple-4{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    background-color: #5234E2;
    color: white;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    font-size: 14px;
}

.btn-desactive-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #E3E3E4;
    border-radius: 100px;
    color: #7A7A7A;
    cursor: not-allowed !important;
}

.btn-desactive-2:hover{
    color: #7A7A7A;
}

.btn-next-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-create-account-7{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(35% - .5rem);
    background-color: #F4F4F4;
    border-radius: 12px;
    height: 13rem;
}
.container-cards-started{
    display: flex;
    gap: 25px;
}
.flex-create-account-6{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    gap: 15px;
}
.container-card-tabs-started{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 1px 1px 1px #00000026;
}
.card-company-select{
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    border: 1px solid #DCCFFF;
    border-radius: 12px;
    padding: 16px;
    gap: 8px;
    margin-top: 1rem;
    width: 100%;
}
.flex-btn-complete{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 2rem;
}


/** New diego **/

.btn-purple:hover{
    color:white;
}

.btn-container-google{
    display: flex;
    align-items: center;
}

.btn-purple.btn-linkedin-in-login{
    padding: 5px 24px 5px 24px;
}

.btn-purple.btn-linkedin-in-login.fixed-signup{
    max-width: 190px;
}

.btn-submit-ui{
    transition: background-color 0.3s ease;
}

.btn-submit-ui:not(.btn-desactive){
    display: flex;
    width: 100%;
    background-color: #5234E2;
    border-radius: 100px;
    color: white;
    align-items: center;
    justify-content: center;
}

.container-tabs-login h2{
    margin-left: 1rem;
}

.card-option-signup{
    justify-content: space-between;
}

.card-option-signup .text-layout{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.btn.btn-purple-2:hover{
    color:white;
}

.flex-list-recruiter span{
    display: flex;
    align-items: center;
    gap:8px;
}

h3.h3-start-purple{
    font-weight: 600;
    font-size: 25px;
    font-family: "Clash Display", sans-serif;
}

button.btn-purple-2{
    width: auto !important;
}

.btn-hold-white a{
    color:white;
}

.btn-hold-white a:hover{
    color:white;
}

.flex-list-usefull span{
    display:flex;
    align-items: center;
}

.card-create-account-2 div.flex-btn-create{
    align-items: center;
    justify-content: center;
}

span b{
    font-weight: bold;
}

div.flex-or-create hr{
    width: 38%;
}

.upload-warning{
    background: white;
    padding: 3px 5px;
    height: min-content;
    border: 1px solid #0000006e;
    border-radius: 5px;
    position: absolute;
    bottom: -36px;
    display: none;
    z-index: 10;
}

.input-wrapper-create .ts-wrapper .ts-control::after {
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    right: calc(.75rem + 5px);
}

.btn-next-external-signup{
    font-size: 16px;
}

div.flex-upload-cv-personal{
    position:relative;
}

.upload-warning.right-position{
    bottom: 0;
    left: 180px;
    top: 50%;
    transform: translateY(-50%);
}

.flex-create-account-5 h1{
    font-size: 2.5rem;
}

.btn-purple.btn-linkedin-in-login.fixed-signup.full-width-linkedin{
    max-width: 100%;
    padding: 8px 24px;
}

.color-red{
    color: red;
}

.required-input-tag {
    color: #6200EE;
    font-size: 12px;
    margin-top: 12px;
    text-decoration: none;
    padding-left: .5rem;
}

.btn-purple-4:hover,.btn-purple-2:hover,.btn-purple-3:hover,.btn-purple:hover,btn-submit-ui:not(.btn-desactive):hover{
    background-color: #361FB4;
    color:white;
}

.btn-border-2:hover a{
    color: #5B4EFF;
}

.btn-border-2:active a{
    color: #361FB4;
}

/* dispositivos móviles */
@media (max-width: 768px) {
    
    .card-flex-login {
        overflow: hidden;
        padding: 0px;
    }
    
    .flex-btn-with{
        gap: 5px;
        margin-top: 1.2rem;
    }
    
    .btn-purple.btn-linkedin-in-login {
        width: 160px;
        font-size: 12px;
        gap: 2px;
    }
    
    .flex-list-recruiter{
        width: 100%;
    }
    .container-login{
        padding: 1rem;
    }
    .navbar {
        justify-content: center !important;
    }
    .flex-navbar{
        justify-content: center;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .container-tabs-login{
        width: 100%;
        padding: 25px;
    }
    .container-card-tabs {
        flex-direction: column;
        margin-left: 0px;
    }
    .tab-select {
        width: 100%;
        text-align: center;
    }
    .container-type-register{
        width: calc(100%);
        padding: 0px 25px 0px 25px;
    }
    .container-talent{
        margin-left: 0px;
    }
    .card-talent{
        flex-direction: column;
    }
    .btn-purple-2{
        margin-left: 0px;
    }
    .card-recruiter {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .container-create-account{
        flex-direction: column;
        padding: 25px;
    }
    .card-create-account-1,.flex-create-account-2,.flex-usefull,.btn-usefull{
        width: 100% !important;
    }
    .flex-create-account-3{
        flex-direction: column;
        margin-top: 1rem;
    }
    .flex-usefull-img{
        display: none;
    }
    .card-create-account-2{
        width: 100%;
    }
    .flex-btn-create{
        flex-direction: column;
    }
    .flex-or-create hr {
        width: 20%;
    }
    .flex-inputs-create {
        flex-direction: column;
    }
    #phone{
        padding-left: 0px !important;
    }
    .flex-upload-cv{
        justify-content: center;
        align-items: center;
    }
    .flex-upload-cv-2{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .flex-next{
        width: 100%;
        flex-direction: column;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .flex-text-footer{
        gap: 5px;
    }
    .flex-create-account-4{
        margin-top: 2rem;
    }
    .flex-next-2 {
        width: 100%;
        flex-direction: column;
        flex-direction: column-reverse;
        gap: 15px;
        margin-top: 2rem;
    }
    .btn-w-100-movil{
        width: 100% !important;
    }
    .flex-upload-cv-personal{
        flex-direction: column;
        align-items: center; 
    }
    .flex-btn-recruiter {
        width: 100%;
    }
    .card-create-account-3{
        width: 100%;
    }
    .flex-create-account-5{
        margin-top: 0rem;
    }
    .card-create-account-4{
        width: 100%;
    }
    .container-cards-started{
        flex-direction: column;
    }
    .card-create-account-6{
        width: 100%;
    }
    .flex-tab-movil{
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .card-create-account-7{
        height: auto;
        width: 100%;
    }
    .flex-tags-personal {
        gap: 5px;
    }
    
    
    /** new Diego mobile **/
    
    .upload-warning {
        bottom: -24px;
    }
    
    .container-tabs-login h2{
        margin-left: 0px !important;
        text-align: center;
    }
    
    .upload-warning.right-position{
        bottom: -24px;
        left: auto;
        top: auto;
        transform: none;
    }
}

@media (min-width: 1600px){
    
    .card-create-account-7 {
        width: calc(32% - .5rem);
    }
    
    .card-create-account-6 {
        width: calc(68% - .5rem);
    }
    
    .container-tabs-login {
        width: calc(45% - 1rem);
    }
    
    .container-type-register {
        width: calc(45% - 1rem);
    }
    

    .flex-btn-with {
        min-width: 400px;
        justify-content: center;
    }
}
