.t888-candidate-hero {
    padding-bottom: 86px;
    margin-bottom: 48px;
}

.t888-candidate-hero .custom-shortcode-breadcrumb {
    padding-top: 20px;
    padding-bottom: 60px;
    color: var(--third-color);
}

.t888-candidate-hero .custom-shortcode-breadcrumb a {
    color: var(--third-color);
    text-decoration: none;
}

.t888-hero-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px;
    color: var(--primary-color);
}

.t888-hero-subheading {
    font-family: var(--font-svn-avo);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--third-color);
    margin-top: 0;
    margin-bottom: 30px;
}

.t888-search-candidates {
    display: flex;
    align-items: center;
    border: none;
    background: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    position: relative;
    max-width: 632px;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.15);

}

.t888-search-candidates::before {
    content: "\f002";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 18px;
    color: #797f89;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    pointer-events: none;
}

.t888-search-candidates input {
    flex: 1;
    border: none;
    outline: none;
    font-size: .875rem;
    padding: 0;
    line-height: 1;
    color: #797f89;
    padding-left: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-search-candidate {
    background: var(--forth-color);
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--secondary-color);
    padding: 15px 37.5px;
    border-radius: 100px;
    font-family: var(--font-family);
}


.t888-candidate-list-wrap {
    background: #fff;
    border-radius: 12px;
    overflow-x: auto;
}

.t888-candidate-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 50px;
}


.t888-candidate-table td {
    padding: 14.5px 10px;
    border: 1px solid var(--secondary-color);
    vertical-align: middle;
    white-space: nowrap;
}

.t888-candidate-table th {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-weight: 400;
    text-align: left;
    position: relative;
    padding: 14.5px 30px 14.5px 10px;
     border: 1px solid var(--secondary-color);
    vertical-align: middle;
    white-space: nowrap;
}

.t888-candidate-table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}


.t888-candidate-table td {
    color: var(--fifth-color);
}

.t888-candidate-table td:nth-child(1) {
    font-weight: 700;
}

.t888-candidate-table td:nth-child(4) {
    color: var(--forth-color);
    font-weight: 700;
}

.collum-order {
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.collum-order::before {
    content: "\f106";
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: block;
    font-size: 12px;
    height: 12px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collum-order::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    display: block;
    font-size: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* filter */
.title-filter {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    margin-right: 20px;
}

.t888-candidate-filters .filters-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    font-weight: bold;
    margin-bottom: 20px;
    gap: 1px;
}

.t888-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.t888-filter-select {
    padding: 10px 25px 10px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 999px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    appearance: none;
    cursor: pointer;
    min-width: 120px;
}

.t888-select-wrap i.las.la-caret-down {
    position: absolute;
    right: 8px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 14px;
}
/* pagination */
.t888-pagination-candidate{
    display: flex;
    justify-content: center;
}
.t888-pagination-candidate ul.t888-page-list{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.t888-pagination-candidate .page-numbers {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: var(--font-svn-avo);
    line-height: 1;
}

.t888-pagination-candidate .page-numbers:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.t888-pagination-candidate .page-numbers.current {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.t888-pagination-candidate .page-numbers.prev,
.t888-pagination-candidate .page-numbers.next {
    font-size: 16px;
    padding: 0 12px;
    width: 40px;
    height: 40px;
}
.t888-pagination-candidate .page-numbers i {
    font-size: 16px;
    line-height: 1;
}
@media(max-width: 1024px) {
.btn-search-candidate{
    padding: 10px 20px;
}
}
/* Optional: Responsive */
/* @media (max-width: 768px) {
    .t888-candidate-table table {
        font-size: 14px;
    }

    .t888-candidate-table th,
    .t888-candidate-table td {
        padding: 10px 6px;
    }
} */
 @media (max-width: 767px) {
   .t888-candidate-hero .custom-shortcode-breadcrumb{
    padding-bottom: 30px;
   }
}