.recruiter-c{
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 75%;
    
}

.block-color{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    justify-content: start;
    align-items: start;
    width: 50%;
    border-radius: 2px;
}


.super-admin-color {    
    background-color: #D60B52; /* Color rojo para super admin */
}
.admin-color {    
    background-color: #f39200; /* Color rojo para super admin */
}

.recruiter .item {
    background-color: white;    
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  
}
.recruiter-tittle{
    color: #2B2D70;
    font-weight: bold;

}
.recruiter-subtittle{
    color: #2B2D70;
}

.recruiter-first-title{
    color: #2B2D70;
    font-weight: bold;
    font-size: 36px;
}
.recruiter-first-subtittle{
    color: #2B2D70;
    font-size: 16px;
}

.logs-first-title{
    color: #2B2D70;
    font-weight: bold;
}
.logs-first-title1{
    color: #2B2D70;
    font-size: 18px;
    font-weight: bold;

}