body {
    font-family: 'Roboto', sans-serif;
}

/** new **/

/* Clases únicas de style.css que no están en frontend-home.css */
.ts-wrapper.single .ts-control {
  border-radius: 100px;  
  height: 56px;
}

.flex-list-job-offer {
    display: flex;
    flex-direction: row;
}

.dropdown-opciones-note {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 243px;
    height: 45px;
    border-radius: 28px;
}

.dropdown-opciones-note span {
    color: #272727;
}

.dropdown-opciones-note:hover span {
    color: #000000;
}

.btn-flex-job-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 1rem;
}

/* Selectores específicos de style.css no existentes en frontend-home */
.tomselect-edit .ts-wrapper.single .ts-control {
    border-radius: 4px;
    height: 45px;
}

.tomselect-status .ts-wrapper.single .ts-control {
    border-radius: 4px;
    height: 30px;
}

/* Media queries únicas de style.css */
@media (max-width: 768px) {
    .btn-purple{
        width: 175px;
    }
    
    .navbar-brand img{
        width: 35px;
    }
}

/* Keyframes adicionales (aunque el nombre coincide, el contenido es igual) */
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.color-black{
    color:black !important;
}

.flex-navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 1rem);
    padding-left: 3rem;
    padding-right: 3rem;
}
.flex-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.btn-porple {
    background-color: #5234E2;
    border-radius: 30px;
    border: 1px solid #5234E2;
}
.btn-porple span {
    font-size: 14px;
    color: white;
}
.btn-green {
    background-color: #DDF3FF;
    border-radius: 30px;
    border: 1px solid #DDF3FF;
}
.btn-green span {
    font-size: 14px;
    color: #096653;
}
.btn-border-2 {
    border: 1px solid #797272b4;
    border-radius: 30px;
    border: solid 1px #7A7A7A;
}
.btn-border-2 span {
    color: #5234E2;
    font-weight: 500;
    font-size: 14px;
}

.btn-border-2:hover a{
    color: #5B4EFF;
}

.btn-border-2:active a{
    color: #361FB4;
}

.icon-margin{
    margin-right: .5rem;
    margin-left: .5rem;
}
.btn-flex-profile{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn-flex{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

a.btn-flex.white-color span{
    color: white;
    font-size: 20px;
}

a.btn-flex.white-color img{
    filter: brightness(100);
}

.btn-flex span{
    margin-right: .6rem;
}
.span-url{
    font-size: 14px;
    font-weight: bold;
    margin-left: .4rem;
}
.span-url a{
    color: #5234E2;
 }
 .span-url-2{
    font-size: 13px;
    font-weight: bold;
}
.span-url-2 a{
    color: #5234E2;
 }
.navbar {
    box-shadow: 0 6px 6px -1px rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.container-process{
    background-color: #E3E3E4;
    padding: 72px;
}
.card-responsable{
    display: flex;
    flex-direction: row;
}
.card-responsable-1 {
    flex: 1 1 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;

}
.card-responsable-2 {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.img-company{
    width: 120px;
    height: 120px;
    margin-right: 1rem;
}
.span-title{
    font-size: 36px;
}
.span-sublist{
    font-size: 14px;
}
.span-title-2{
    font-size: 16px;
}
.img-company-2{
    width: 56px;
    height: 56px;
}
.flex-responsable{
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    gap: 20px;
}
.flex-responsable-2{
    display: flex;
    flex-direction: column; 
}
.flex-responsable-3{
    display: flex;
    align-items: center;
}
.btn-flex-2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; 
    margin-top: 4rem;
    justify-content: space-around;
}
.card {
    display: flex;
    width: 330px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #FAFAFA;
    border: 1px solid #A9A8AA;
}
.card p {
    margin-bottom: 0.1rem; 
}

.custom-alert {
    background-color: #f9f9d5; 
    color: #7B7118; 
    border: 1.5px solid #7B7118    ;
    margin-top: 2rem;
    border-radius: 12px;
    padding: 24px;
    font-size: 16px;
}
.custom-alert .alert-heading {
    display: inline;
    font-size: 1.25em;
    margin-right: 10px;
}
.custom-alert .close {
    padding: 0;
    background: none;
    border: none;
}

.alert-dismissible .close{
    position: relative;
}
.custom-alert-2 {
    background-color: #f9f9d5; 
    color: #7B7118; 
    border: 1.5px solid #7B7118    ;
    margin-top: 1rem;
    border-radius: 12px;
    font-size: 16px;
}
.custom-alert-2 .alert-heading {
    display: inline;
    font-size: 1.25em;
    margin-right: 10px;
}
.custom-alert-2 .close {
    padding: 0;
    background: none;
    border: none;
}

.container-cards{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 72px;
    flex-wrap: wrap;
    gap: 15px;
}

.card-perfil {
    border: 1px solid #ccc;
    padding: 0.625rem;
    height: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*min-height: 266px;*/
}
.top-card-dinamic{
    margin-top: 4rem !important;
}
.bottom-card-dinamic{
    margin-bottom: 4rem !important;
}
.flex-perfil{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url('../../imgs/person_video.svg');
    width: 100%;
    height: 188px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.flex-perfil img{
    cursor: pointer;
}
.flex-span-perfil{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.flex-span-perfil span{
    font-size: 13px;
    padding: 0.3rem;
    padding-right: 0.6rem;
}
.flex-span-perfil .span-calendar{
   background-color: #DCCFFF;
   border-radius: 8px;
}
.flex-span-perfil .span-info{
    background-color: #FAFFC2;
    border-radius: 8px;
    margin-left: 0.5rem;
}

.flex-btn-perfil{
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
}
.flex-btn-perfil span{
    color: #5234E2;
}
.flex-card-video-perfil{
    display: flex;
    flex-direction: column;
    width: calc(25% - 1rem); 
    min-height: 432px;
}

.flex-span-perfil-2{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
    gap: 15px;
}
.flex-span-perfil-2 span{
    font-size: 13px;
    padding: 0.3rem;
    padding-right: 0.6rem;
}
.flex-span-perfil-2 .span-calendar{
   background-color: #DCCFFF;
   border-radius: 8px;
   font-weight: bold;
}
.flex-span-perfil-2 .span-info{
    background-color: #FAFFC2;
    border-radius: 8px;
    margin-left: 0.5rem;
}
.span-calendar{
    width: 50%;
}
.span-afinity{
    width: 50%;
    background-color: #DDF3FF;
    padding: 6px 10px 6px 8px;
    font-size: 0.875rem;
    border-radius: 8px;
    text-align: center; 
    color: #096653;
    font-weight: 501;
}
.span-afinity img{
    margin-right: 0.2rem;
}
.flex-span-perfil-3{
    display: flex;
    align-items: flex-end;
    margin-top: 1rem;
}
.p-perfil{
    margin-top: 1rem;
    font-size: 14px;
}
.flex-btn-perfil-2{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4rem;
    gap: 20px;
}
.btn-with{
    width: 50%;
}
.btn-with-2{
    width: 100%;
}
.opacity {
    opacity: 0.3;
    transition: opacity 0.3s ease; 
}
.container-joblist{
    background-color: #F4F4F4;
}
.titulo-joblist{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.titulo-joblist h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 0rem;
    font-weight: 500;
}
.titulo-joblist-2 span{
    font-size: 30px;
    color: #5234E2;
}
.images-joblist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}
.images-joblist img {
    width: 40px;
    border-radius: 10px;
}
.images-joblist-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}

.images-joblist-2 img {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.margin-left-img{
    margin-left: -20px !important; 
}
.margin-left-img-2{
    margin-left: -15px !important; 
}
.titulo-joblist-2{
    display: flex;
    flex-direction: column;
}
.span-joblist{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
}
.span-joblist-1{
    font-size: 22px !important;
    color: #5234E2 !important;
}
.span-joblist-2{
    font-size: 14px !important;
    color: #272727 !important;
    font-weight: bold;
}
.subtitle-joblist{
    margin-top: 2.5rem;
}
.subtitle-joblist h5{
    font-size: 16px;
    font-weight: 500;
} 
.subtitle-joblist span{
    font-size: 16px;
    color: #5234E2;
}   
.size-span{
    font-size: 25px !important;
}

.container-search-joblist{
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 72px;
    background-color: #E8DEF8;
    border-radius: 100px;
    justify-content: space-evenly;
    margin-top: 2rem;
    align-items: center;
    padding: 0px 20px;
    column-gap: 10px;
}

.container-search-joblist img.search-icon{
    margin-right: 5px;
}

.container-search-joblist .ts-wrapper.multi .ts-control{
    height: 56px;
}

.container-search-joblist .ts-wrapper.multi .ts-dropdown{
    margin-top: -5px;
}

.search-area{
    width: fit-content;
    height: 56px;
    flex-grow: 1;
}
.search-tags{
    width: fit-content;
    flex-grow: 2;
    height: 56px;
}
.container-joblist-offers{
    background-color: white;
    padding: 20px 34px 34px 34px;
}
.joblist-offers{
    display: flex;
    padding: 10px 24px 24px 24px;
}

.joblist-offers-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}
.purple{
    color: #5234E2;
    font-weight: bold;
}
.margin-left{
    margin-left: 1rem;
    color: #7A7A7A;
}
.span-black{
    color: black;
}

.span-black b{
    font-weight: bold;
}

.title-results{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 1rem;
    padding-left: 23px;
    padding-right: 23px;
}
.title-results h5{
    font-size: 24px;
    margin-right: 15px;
    font-weight: 500;
}
.search-selected{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
}

.search-selecteds-options{
    background-color: #DCCFFF;
    margin-right: 5px;
    border-radius: 10px;
    padding: 6px 8px 6px 8px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
.eliminar {
    margin-left:10px;
    margin-right:5px;
    cursor: pointer;
}
.border-list {
    border: 1px solid #DCCFFF;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
}
.list-joblist{
    margin-top: 1rem;
    padding-left: 23px;
    padding-right: 23px;
}
.flex-list{
    display: flex;
    flex-direction: row;
}
.back-card-offer{
    background-color: #fafafa;
}
.flex-item-1 {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    width: 30%;
}
.flex-item-2 {
    flex: 1 1 60%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    width: 60%;
}
.flex-item-3 {
    flex: 1 1 10%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    width: 10%;
}
.etiquetas input {
    width: 25%;
    border: 1px solid #797272b4;
    border-radius: 8px;
    margin-right: 1rem;
    padding-left: 0.5rem;
}
.tag {
    display: inline-block;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 0.25em;
    font-size: 0.9em;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
}
.tag-2 {
    display: inline-block;
    padding: 0.25em 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border-radius: 0.25em;
    font-size: 0.9em;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
}
.background-tag {
    background-color: #ffffff;
    border: solid 1px #868686;
    border-radius: 5px;
    font-size: 13.2px;
    font-weight: bold;
}
.background-tag-siguiente {
    background-color: #DCCFFF;
    border-radius: 5px;
    font-size: 13.2px;
    font-weight: 600;
}
.img-list{
    width: 48px;
    height: 48px;
    margin-right: .7rem;
    object-fit: contain;
    border-radius: 100%;
}
.span-red{
    background-color: #D41717;
    color: white;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
.span-red:hover {
    transform: rotate(30deg);
}
.span-company{
    font-size: 13px;
}
.btn-flex-3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ts-dropdown .optgroup-header {
    font-weight: bold;
    color: black !important;
}

.navbar-brand img{
    width: 50px;
}
.pc{
    display: block;
}

.movil{
    display: none;
}
.flex-button-2{
    display: flex;
}
.flex-container-navbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-right: 2rem;
}

.flex-container-navbar.logged{
    justify-content: center;
}

.icon-navbar{
    width: 32px;
}
.flex-alert{
    display: flex;
}
.flex-alert-text{
    display: flex;
    width: 100%;
}
.flex-alert-text-2{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.flex-alert-button{
    display: flex;
    width: 38%;
    align-items: center;
    justify-content: flex-end;
}
.flex-alert-button-2{
    display: flex;
    width: 15%;
    align-items: center;
    justify-content: flex-end;
}
.flex-joblist{
    display: flex;
}
.clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container-profile{
    display: flex;
    flex-direction: row;
    padding: .5rem;
    gap: 15px;
}
.container-profile-2{
    display: flex;
    width: calc(75% - 1rem);
    flex-direction: column;
    gap: 15px;
}
.container-profile-3{
    display: flex;
    width: calc(25% - 1rem);
    flex-direction: column;
    margin-top: 1rem;
    gap: 15px;
}
.flex-profile{
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
}
.p-alert{
    margin-top: .5rem;
    margin-bottom: 0rem;
}
.card-profile{
    background-color: #FAFAFA;
    border-radius: 12px;
    padding: 24px;
}
.flex-card-profile{
    display: flex;
    flex-direction: row;
}
.flex-card-profile-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
    gap: 6px;
}
.flex-card-profile-3{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}
.flex-card-profile-4{
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.img-profile{
    width: auto;
    margin-right: 20px;
}

.img-profile img{
    border-radius: 100%;
    object-fit:cover;
}

.img-profile img.profile-photo{
    height: 120px;
}

.img-profile-2 {
    position: relative;
    width: 15%;
}

.img-profile-2 img {
    border-radius: 100%;
    width: 128px;
    height: 128px;
    object-fit:cover;
}

.camera-icon {
    display: flex;
    position: absolute;
    bottom: 25%;
    right: 30%;
    background-color: #5234E2; 
    border-radius: 50%;
    padding: 10px; 
    border: 2px solid white;
    cursor: pointer;
}
.camera-icon img{
    width: 20px;
    height: 20px;
    margin-left: .1rem;
}
.input-edit-cargo{
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    padding: 10px;
}
.input-edit-cargo-2 input{
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-left: 0px !important;
}
.input-edit-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.input-icon {
    width: 20px; /* Ajusta el tamaño del icono según sea necesario */
    height: 20px; /* Ajusta el tamaño del icono según sea necesario */
}

.input-text {
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    color: #333;
}

.arrow-icon {
    width: 15px; /* Ajusta el tamaño del icono según sea necesario */
    height: 15px; /* Ajusta el tamaño del icono según sea necesario */
}



.flex-edit-profile{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 20%;
    min-width: 24px;
}

.flex-edit-profile img{
    cursor: pointer;
}
.flex-edit-profile-2 img{
    cursor: pointer;
}
.flex-edit-profile-2{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.flex-edit-profile-3{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 30%;
    flex-direction: column;
}
.flex-edit-profile-3 img{
    cursor: pointer;
}
.flex-edit-profile-4{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    flex-direction: column;
    margin-bottom: 1rem;
}

.btn-flex-perfil{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.titulo-h4{
    font-size: 22px;
}
.daterange-input {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 10px;
    font-size: 16px; 
    border: 1px solid #ccc; 
    border-radius: 28px; 
    margin-left: 0.5rem;
    cursor: pointer;
}
.daterange-input input {
    font-size: 14px;
    border: 0px; 
    width: 85%;
    cursor: pointer;
}
.daterange-input input:focus {
    outline: none !important; 
}

.daterange-input:hover,
.daterange-input:hover img,
.daterange-input:hover input,
.daterange-input:hover .arrow-up-down {
    background-color: #E8DEF8;
}

.daterangepicker .ranges li.active {
    background-color: #DCCFFF !important;
    color: black !important; 
}

.ranges{
    font-family: 'Roboto', sans-serif !important;
    width: 19rem !important;
}

.daterange {
    font-family: 'Roboto', sans-serif !important;
}
.daterangepicker .ranges ul {
    font-family: 'Roboto', sans-serif !important;
    width: auto !important;
    border-radius: 22px;
}
.arrow-up-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #000;
    cursor: pointer;
}
.arrow-down {
    border-top: 8px solid #000; 
    border-bottom: none;
}
.flex-filtro-notas{
    display: flex;
}
.arrow_back_icon{
    cursor: pointer;
}
.dropdown-opciones{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 243px;
    height: 45px;
    border-radius: 28px;
}
.dropdown-opciones span {
    color: #272727;
}
.dropdown-opciones:hover span {
    color: #000000;
}
.opciones {
    display: flex;
    justify-content: flex-end; 
}
.dropdown-toggle{
    cursor: pointer;
}
.dropdown-toggle.boton-activo::after {
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropdown-toggle.boton-activo span {
    color: #000000;
}
.text-area-notas{
    width: 100%;
    margin-top: 1rem;
}
.text-area-notas textarea{
    border-radius: 3px;
}
.container-job-applications{
    display: flex;
    flex-direction: column;
}
.flex-item-job-applications {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 50%;
    justify-content: flex-end;
}
.card-job-application{
    padding: 24px;
}
.flex-overview{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 1rem;
}

.flex-status{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.span-ckeck{
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #096653;
    background-color: #DDF3FF;
    max-height: 50px;
}

.span-purple-overview{
    padding: 15px;
    border-radius: 12px;
    background-color: #DCCFFF;
    max-height: 50px;
}
.flex-skills{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.flex-overview-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.upload-cv{
    margin-right: .5rem;
}
.ver-cv{
    padding-left: .5rem;
    padding-right: .5rem;
}
.flex-inputs-edit{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}

.tom-select .dropdown-content .icon {
    margin-right: 5px;
}
.flex-btn-edit{
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    justify-content: space-around;
}
.purple-span{
    color: #5234E2;
    font-size: 14px;
}
.tomselect-edit .ts-wrapper.multi .ts-control {
    border-radius: 4px;
    height: 45px;
}   
.flex-btn-edit-biography{
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-end;
}
.container-nota{
    display: flex;
}
.card-nota{
    display: flex;
    flex-direction: row;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
    box-shadow: 0px 1px 0px 0px #DCCFFF, 0 0px 0px 0px #DCCFFF;
}

.card-note-1{
    display: flex;
    flex-direction: row;
}
.flex-card-note{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 85%;
}

.flex-card-note-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.flex-card-note-3{
    display: flex;
    align-items: flex-start;
    padding-right: 1rem;
}
.flex-card-note-3 img{
    width: 44px;
}
.flex-card-note-4{
    display: flex;
    flex-direction: column;
}
.flex-card-note-4 h4{
    font-size: 14.5px;
}
.flex-card-note-5{
    display: flex;
    padding-top: .5rem;
}
.div-text-note{
    width: 80%;
}
.div-text-note-2{
    display: flex;
    justify-content: space-between;
    width: 95%;
}
.div-text-note-3{
    display: flex;
    justify-content: space-around;
    width: 5%;
}
.div-text-note-3 img{
    width: 15px;
    cursor: pointer;
}
.border-card-note{
    padding-bottom: 1.5rem;
    padding-top: 2rem;
}
.text-note{
    font-size: 14px;
    margin-right: 1rem;
    color: #7A7A7A;
}
.flex-add-note{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.flex-add-note-1{
    width: 100%;
}
.flex-add-note-1 textarea{
    width: 100%;
    border-radius: 4px;
}

.flex-add-note-2{
    display: flex;
    width: 100%;
}

.flex-add-note-2 input {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #A9A8AA;
    margin-bottom: 1rem;
}

.flex-btn-edd-note {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-end;
}

.btn-guardar-note{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.tomselect-status .ts-wrapper.multi .ts-control {
    border-radius: 4px;
    height: 30px;
} 
.with-edit-overview{
    width: 100%;
}
.flex-edit-status{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.flex-edit-salary{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.input-salary .input-group-text{
    background-color: white !important;    
  /* Borde izquierdo */
    border-right: none !important;
}
.input-salary-2{
    border-left: none !important;  
}
.max-height-salary{
    max-height: 56px;
}
.with-salary{
    width: 20%;
    font-size: 14px;
}
.flex-status-salary{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.flex-titulo-salary{
    display: flex;
    justify-content: center;
    width: 63%;
    margin-top: 1rem;
    margin-bottom: .2rem;
}
.input-salary-hour .input-group-text{
    background-color: white !important;    
    border-right: none !important;   
}
.flex-edit-salary-hour{
    display: flex;
    flex-direction: column;
}
.flex-btn-edit-overview{
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    margin-bottom: .5rem;
    width: 100%;
    justify-content: space-around;
    gap: 10px;
}
.span-skils{
    background-color: #DCCFFF;
    margin-right: 5px;
    border-radius: 10px;
    padding: 6px 8px 6px 8px;
    margin-bottom: 5px;
    font-size: 13px;
}
.eliminar-skill {
    margin-left:10px;
    margin-right:5px;
    cursor: pointer;
}
.flex-skills-edit{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.flex-profile-skills-edit{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.eliminar-profile-skill {
    margin-left:10px;
    margin-right:5px;
    cursor: pointer;
}
.flex-lenguaje-edit{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.eliminar-lenguaje {
    margin-left:10px;
    margin-right:5px;
    cursor: pointer;
}
.with-profile-skill{
    width: 100%;
}
.biography{
    width: 99%;
    margin-top: 15px;
}
#text-area-note {
    padding-left: 10px;
    padding-top: 22px;
}

/*SHIMMER PROFILE*/
.edit-card-profile-shimmer{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.shimmer-card-profile {
    display: flex;
    width: 100%; 
    height: 5rem;
    margin: 10px;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.img-profile-shimmer {
    width: 145px;
    height: 128px;
    background: #e0e0e0;
    border-radius: 50%;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
}
.shimmer-image-profile {
    width: 40%;
    height: 3rem;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 1rem;
}

/*SHIMMER BIOGRAFY*/
.edit-card-biography-shimmer{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.shimmer-card-biography {
    display: flex;
    width: 100%; 
    height: 14rem;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.img-biography-shimmer {
    width: 145px;
    height: 128px;
    background: #e0e0e0;
    border-radius: 50%;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
}
.shimmer-image-biography {
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*SHIMMER OVERVIEW*/
.edit-card-overview-shimmer{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.flex-overview-shimmer{
    display: flex;
    flex-direction: row;
    margin-top: 0.5rem;
}
.img-overview-shimmer {
    width: 80px;
    height: 56px;
    background: #e0e0e0;
    border-radius: 12px;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
}
.shimmer-card-overview {
    display: flex;
    width: 100%; 
    height: 3rem;
    margin: 10px;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.shimmer-image-overview {
    width: 75%;
    height: 3rem;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 1rem;
}

/*SHIMMER SKILLS*/
.edit-card-skills-shimmer{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.flex-skills-shimmer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1rem;
}
.flex-skills-shimmer-2{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
    margin-top: 2rem;
}
.img-skills-shimmer {
    width: 65px;
    height: 32px;
    background: #e0e0e0;
    border-radius: 12px;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
}
.img-skills-shimmer-2 {
    width: 100%;
    height: 40px;
    background: #e0e0e0;
    border-radius: 12px;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
}


/* New by Diego */
.multi .ts-control input{
    font-size: 16px;
    padding-right: 45px !important;
}

.span-list b{
    font-size: 16px;
    font-weight: bold;
}

.span-company b{
    font-weight: bold;
}


.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top.landing{
    border-bottom: 1px solid #27272700;
    background-color:#27272700;
    margin-top: 30px;
}

.mobile-header-wrapper-style.landing .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li .option{
    color:white !important;
    font-size: 24px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.btns-display-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu .btns-display-list a {
    width: 100%;
    padding: 10px 15px;
    font-size: 20px;
    color: white;
    text-align: center;
}

.btns-display-list a{
    font-family: 'ClashDisplay', Arial, sans-serif !important;
}

.mobile-header-wrapper-style.landing{
    background: #272727fa;
}

.burger-close .burger-icon-mid::after,.burger-close .burger-icon-bottom::after{
    background-color: white;
}

.burger-close .burger-icon-mid::before,.burger-close .burger-icon-bottom::before{
    background-color: white;
}

.privacy-page-root h4{
    font-size: 36px;
}

.privacy-page-root h6{
    font-size: 20px;
}

.btn-porple:hover{
    background-color: #361FB4;
    color:white;
}

.signout-btn span{
    white-space: nowrap;
}

.signout-btn i {
    font-size: 16px;
    margin-right: 5px;
    color: #5234E2;
}

.signout-btn:hover i{
    color: #5B4EFF;
}

.profile-link-avatar {
    height: 32px;
    width: 32px;
}

img.icon-navbar{
    height: 32px;
    width: 32px;
    object-fit: cover;
    border-radius: 100%;
}

.overflow-tags.etiquetas{
    overflow: hidden;
}

.overflow-tags .tag {
    flex-shrink: 0;
}

.overflow-tags .background-tag-siguiente {
    display: none;
    flex-shrink: 0;
}

.black-color.burger-close .burger-icon-mid::after,.burger-close .burger-icon-bottom::after{
    background-color: black;
}

.black-color.burger-close .burger-icon-mid::before,.burger-close .burger-icon-bottom::before{
    background-color: black;
}

.bg-gray-custom{
    background-color: #dccfff;
    border-radius: 30px;
    padding: 3px;
    color: #000;
}

.custom-button-white {
    background-color: #fff;
    border-color: #fff;
}

.btn-selector-companies.border {
    border-radius: 30px;
}

.btn-selector-companies {
    display: flex;
    align-items: center;
    width: max-content;
}

.btn-selector-companies img {
    object-fit: contain;
    padding: 1px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 1px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
    margin-right: 5px;
}

.btn-selector-companies span {
    margin-right: 5px;
}

.btn-selector-companies span {
    color: black;
    font-size: 13px;
}

.btn-selector-companies.dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 0px;
}

.btn-selector-companies.dropdown-toggle::after {
    margin-right: 5px;
}

.companies .dropdown-menu.cmp-drop.show {
    width: 280px;
    box-shadow: none;
}

.companies .dropdown-menu a.dropdown-item {
    padding: .25rem 1.5rem;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14.5px;
}

.companies .dropdown-menu .dropdown-item.item-company img {
    margin-right: 10px;
    object-fit: cover;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
    height: 38px;
    width: 38px;
}

.dropdown.dropsession .dropdown-menu.show .dropdown-item:hover, .dropdown.dropsession .dropdown-menu.show .dropdown-item:focus {
    color: white;
}

/* APPLY JOB */
.container-complete{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.card-complete{
    width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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-btn-complete{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 2rem;
}
.btn-purple-apply{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background-color: #5234E2;
    color: white;
    border-radius:  100px;
    padding: 8px 24px 8px 24px;
    gap: 5px;
    font-size: 14px;
}
.btn-border-apply{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #5234E2;
    border-radius:  100px;
    border: 1px solid #A9A8AA;
    padding: 8px 24px 8px 24px;
    gap: 5px;
    font-size: 14px;
}
.text-purple-apply{
    color: #5234E2;
    font-weight: bold;
}

/** temporal company form **/

.questions-layout input{
    height: 50px;
    margin-top: 10px;
}

.blind-inform-layout h1:first-child{
    font-size: 52px;
    line-height: 60px;
}

.blind-inform-layout .logo-center{
    height: 70px;
}

.seo-background-page{
    background: #F4F4F4;
    min-height: 100vh;
    padding: 50px;
}

.title-data h1 {
    font-size: 28px;
    display: flex;
    align-items: center;
}

.title-data h1 strong{
    margin-left: 5px;
}

.title-data .description-tag {
    margin-top: 20px;
    font-size: 16px;
}

.title-data{
    margin-bottom: 30px;
}


.profiles-ui{
    width: 95%;
    position: relative;
     padding: 0px 15px;
}

.profiles-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.profiles-list .profile-item {
    min-width: fit-content;
    border-radius: 8px;
    border: 1px solid #A9A8AA;
    padding: 5px 12px;
    color: #5234E2;
    font-weight: 600;
}

.profiles-list .profile-item:hover {
    border: 1px solid white;
    color: white;
    background-color:#5234E2;
}

.profiles-list::-webkit-scrollbar {
    display: none; /* Esto oculta la barra de scroll en navegadores basados en WebKit como Chrome y Safari */
}

.profiles-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgba(244, 244, 244, 1), rgba(244, 244, 244, 0));
    pointer-events: none;
}

.root-layout{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px;
}

.selectors-layout{
    display: flex;
    align-items: center;
    gap: 15px;
}

.root-layout .btn-porple{
    color: white;
}

.selectors-layout .selector-layout{
    min-width: 300px;
}

.selectors-layout .selector-layout {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.selectors-layout .selector-layout .head-selector{
    padding-left: 5px;
}

input.input-padded-profile{
    padding: 0.375rem 0.75rem;
    border-radius:0px;
}

.flex-titulo-salary.marged-left{
    margin-left: 16%;
}

.full-width{
    width: 100%;
}

.biography li {
    list-style: disc;
    margin-left: 15px;
}

.root-dropdown-profile .ts-wrapper.dropdown-active{
    height: 45px;
}

.sort-time-order .dropdown-item.selected{
    text-decoration: line-through;
    background: #9483e5;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.loader {
    width: 23px;
    height: 23px;
    border: 4px solid #FFF;
    border-bottom-color: #7259f1;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

/* Estilos para las tarjetas de Shimmer */
.shimmer-card {
    width: 100%; 
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Estilos para el efecto de carga en la imagen */
.shimmer-image {
    width: 100%;
    height: 50px;
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
    border-radius: 5px;
}

/* Estilos para el efecto de carga en el texto */
.shimmer-text {
    margin-top: 10px;
    height: 16px; 
    background: linear-gradient(-90deg, #eeeeee 0%, #dddddd 50%, #eeeeee 100%);
    background-size: 200% 200%;
    animation: shimmer 1.5s infinite;
    border-radius: 3px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* dispositivos móviles */
@media (max-width: 768px) {
    
    .flex-card-note{
        width: 100%;
    }
    
    .flex-btn-edit{
        flex-direction: column;
    }
    
    .flex-edit-profile-4{
        width: 100%;
        display:none;
    }
    .btn-flex-perfil{
        width: 100%;
    }
    .img-profile-shimmer {
        height: 135px;
    }
    .shimmer-image-profile {
        width: 100%;
        margin-left: 0rem;
    }
    .flex-btn-edit-overview{
        flex-direction: column;
    }
    .flex-inputs-edit{
        width: 100%;
    }
    .camera-icon {
        bottom: 6%;
        right: 27%;
    }
    .img-profile-2 {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .center-job{
        text-align: center;
    }
    .card-job-application{
        padding: 4px;
    }
    #text-area-note{
        width: 100%;
    }
    .div-text-note{
        width: 100%;
    }
    .div-text-note-3{
        align-items: flex-end;
        min-width: 15px;
    }
    .div-text-note-2{
        flex-direction: column;
    }
    .flex-card-note-2{
        align-items: center;
    }
    .flex-filtro-notas .dropdown-menu.show {
        left: -5rem !important;
    }
    .dropdown-opciones-note{
        width: 56px;
        height: 56px;
        border-radius: 100%;
    }
    .container-nota{
        flex-direction: column;
    }
    .btn-flex-profile{
       width: 100%;
       height: 40px;
    }
    .edit-movil{
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .flex-edit-profile-3{
        width: 100%;
        align-items: center;
    }
    .img-profile {
        width: 100%;
        text-align: center;
    }
    .flex-card-profile-2{
        align-items: center;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .flex-card-profile{
        flex-direction: column;
        align-items: center;
    }
    .flex-alert-button-2{
        padding-right: 0px !important;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .alert-dismissible {
        padding-right: 10px !important;

    }
    .flex-profile{
        padding: 1rem;
    }
    .container-profile{
        flex-direction: column;
    }
    .container-profile-2{
        width: calc(100% - .5rem);
    }
    .container-profile-3{
        width: calc(100% - .5rem);
    }
    
    
    .flex-item-job-applications{
        flex: 1 1 100%;
        width: 100%;
        justify-content: center;
    }
    .border-list {
        margin-bottom: 20px;
    }
    .title-results{
        flex-direction: column;
    }
    .flex-item-2 {
        flex: 1 1 100%;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        max-height: 85px;
    }
    .flex-item-3 {
        flex: 1 1 100%;
        width: 100%;
        margin-top: 1rem;
    }
    .flex-list-job-offer{
        flex-direction: column;
        padding: 24px 24px 24px 24px;
        border: 1px solid #CAC4D0;
        background-color: #FAFAFA;
        border-radius: 12px;
    }
    .flex-list {
        flex-direction: column;
    }
    .flex-item-1 {
        flex: 1 1 100%;
        width: 100%;
        flex-direction: row;
        margin-bottom: 1rem;
    }
    .flex-item-job-application-profile{
        flex: 1 1 100%;
        width: 100%;
        flex-direction: column;
        margin-bottom: 1rem;
        gap: 10px;
   
    }
    .title-results{
        margin-top: 0rem;
    }
    .container-joblist-offers{
        background-color: white;
        padding: 20px 0px 0px 0px;
    }
    .titulo-joblist{
        padding: 20px;
    }
    .search-area{
        width: 100%;
    }
    .search-tags{
        width: 100%;
    }
    .container-search-joblist {
        flex-direction: column;
        width: 100%;
        height: auto;
        border-radius: 32px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
        gap: 10px;
    }
    .subtitle-joblist h5{
        text-align: center;
    } 
    .flex-joblist{
        margin-top: 1rem;
    }
    .span-joblist{
        flex-direction: column;
        display: flex;
    }
    .images-joblist {
        flex-direction: column;
        margin-left: 0rem;
    }
    .images-joblist-2 {
        margin-left: 0rem;
    }
    .close span{
        font-size: 28px;
    }
    .flex-alert-button{
        display: flex;
        width: 3%;
        justify-content: center;
        align-items: flex-start;
    }
    .flex-responsable-3 {
        margin-left: 1.5rem;
    }
    .flex-gestion{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .card-responsable-2 {
        padding:0px;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    .flex-card-video-perfil{
        width: calc(100% - 0.5rem); 
    }
    .container-cards{
        flex-direction: column;
        padding-top: 20px;
        padding-left: 18px;
        padding-right: 10px;
        padding-bottom: 12px;
        gap: 20px;
    }
    .card-container {
        margin-top: 0rem;
    }
    .card {
        width: calc(50% - 0.5rem);
    }
    .d-flex2{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0rem;
        margin-top: .5rem;
        width: 100%;
    }
    .img-company{
        width: 56px;
        height: 56px;
        margin-right: 0rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .flex-titulo{
        display: flex;
        padding-left: 36px;
        padding-right: 36px;
        flex-direction: column;
    }
    .span-title{
        font-size: 24px;
        text-align: center;
        margin-bottom: .5rem;
    }
    .card-responsable-1 {
        flex-direction: column;
    }
    .card-responsable{
        flex-direction: column;
    }
    .container-process{
        padding: 15px;
    }
    .navbar {
        padding-left: 1rem;
        padding-right: .1rem;
    }
    .flex-button-2{
        gap: 18px;
    }
    .flex-container-navbar{
        justify-content: center;
        margin-right: 0rem;
    }
    .flex-navbar{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .pc{
        display: none;
    }
    .movil{
        display: block;
    }
    .navbar-brand{
        margin-right: 0rem;
    }
    
    .navbar-brand img {
        height: 36px;
        width: auto;
    }
    
    .title-data h1 {
        font-size: 18px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .title-data h1 strong{
        margin-left: 0px;
    }

    .title-data h1 .icon-margin {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .profiles-ui {
        width: 100%;
        padding: 0px;
        overflow: hidden;
    }
}

@media(min-width: 1600px){
    .card-complete{
        width: fit-content;
    }
}