body {    
    font-family: Arial, sans-serif;
}

h4.text-center-c {    
    font-size: 24px;
    font-weight: bold;    
    color: #2b2d70
}
p.text-center-c {
    font-size: 14px;    
    color: #2b2d70;
}
form#filterForm .row > div {    
    margin-bottom: 15px;
}
form#filterForm select.form-control-border,form#filterForm input.form-control {
    border: 1px solid #ced4da;    
    padding: 10px;
    font-size: 14px;    
    width: 100%;
    border-radius: 4px;
}
form#filterForm select.form-control-border:focus,
form#filterForm input.form-control:focus {
    border-color: #80bdff;
    outline: 0;
}
button.btn.filterc-btn {
    background-color: #00bcd4;
    color: white;    
    border: none;
    padding: 10px 20px;
    font-size: 14px;    
    border-radius: 50px;
    cursor: pointer;
}
button.btn.filterc-btn img {
    margin-right: 8px;
}
button.btn.erasec-btn {
    background-color: #ff9800;    
    color: white;
    border: none;    
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 50px;    
    cursor: pointer;
}
button.btn.erasec-btn img {    
    margin-right: 8px;
}
table.table-bordered {    
    width: 100%;
    margin-top: 20px;    
    border-collapse: collapse;
}
table.table-bordered th,table.table-bordered td {
    border: 1px solid #dee2e6;    
    padding: 10px;
    text-align: left;
}
table.table-bordered th {
    background-color:  #f8f9fa;
}
table.table-bordered tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
table.table-bordered tbody tr:hover {
    background-color:   #e9ecef;
}
p.text-center.mt-3 {
    font-size: 16px;    
    color: #343a40;
}
.alert {
    background-color: #F3D3DE;
    color: #D60B52;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-family: Arial, Museo-Sans;
    max-width: 600px;
    margin: 20px auto;
}

.alert .icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.alert .message {
    font-size: 18px;
    font-weight: bold;
}

.alert .submessage {
    font-size: 18px;
    font-weight: bold;

}

.col-item{
    border-left: 1px solid #BFBFBF;
    height: 100%;
}
.col-item-rigth{
    border-right: 1px solid #BFBFBF;
    height: 100%;
}
.textc{
    font-weight: bold;
    font-size: 24px;
}
.textc-red {    
    color: red;
}
.textc-green {    
    color: green;
}
.textc-blue {    
    color: #2B2D70;
}
.textcn{
    color: #2B2D70;
}
.textcn-title{
    font-weight: bold;
    color: #2B2D70;
}
.textcn-title-job{
    font-weight: bold;
    color: #2B2D70;
    font-size: 16px;

}.textcn-job{
    font-weight: bold;
    color: #2B2D70;
    font-size: 36px;

}

.download-btn-c{
    width: 40%;
    background-color: #F39200;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-weight: 700;
    font-size: 12px;
}
.candidate-checkbox {
    transform: scale(2.5); /* Scale by 1.5 (adjust the value) */
}


.pagination-links-admin ul.pagination .active > .page-link,
.pagination-links-admin ul.pagination .page-link.active {
    background-color: #2B2D70;
    border-color: #2B2D70;
}
.pagination-links-admin ul.pagination .page-link {
    color: #2B2D70;
}
.pagination-links-admin ul.pagination .active > .page-link {
    color: #fff;
}

