/* Job seeker list page  style */
/******************************/
/* Hero section  style */
.jobseeker-list-page-hero-sction {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url(/assets/images/background/jobseekers-list-page-bg1.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    height: 311px;
}
.jobseeker-list-page-hero-sction .container{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.jobseeker-list-page-hero-sction
.hero-section-text-box {
    width: 100%;
}
.jobseeker-list-page-hero-sction
.hero-section-text-box h1 {
    color: #313131;
    font-family: Tajawal;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 46.8px */
}

.jobseeker-list-page-hero-sction,
.hero-section-breadcrumb ul {
    display : flex;
}
.jobseeker-list-page-hero-sction,
.hero-section-breadcrumb li:hover a {
    color: rgb(36, 29, 29) !important;
}
.jobseeker-list-page-hero-sction,
.hero-section-breadcrumb li:not(.current-page) a {
    color: rgba(49, 49, 49, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    font-family: Tajawal;
}
.jobseeker-list-page-hero-sction,
.hero-section-breadcrumb .current-page a{
    color: #313131 !important;
    font-weight: 700 !important;
}
/****************************/
/* Job seeker form section  style */
/* title*/
.jobseeker-list-form .ulockd-bb-dashed {
    display: flex;
    gap: 10px;
    border: none !important;
    padding: 15px 35px !important;
    margin: 0 !important;
    border: 0.8px solid #D2D2D2 !important;
    width: 100%;
    font-size:21px !important;
}
/* title icon */
.jobseeker-list-form .ulockd-bb-dashed .flaticon-medical-10 {
    color: #6423BB;
}
/* filter section */
.jobseeker-list-form  .ulockd-faq-box .panel-heading > h4 > a{
    font-size:14px !important;
}
.jobseeker-list-form .ulockd-faq-box .panel .panel-title a i {
    background-color: #5AC9E8 !important;
}
.jobseeker-list-form .filter-section {
    width: 100% !important;
    background: #f5f5f5;
    padding: 20px 20px 15px;
    margin:0px 10px !important;
}
/* jobseeker-card */
.jobseeker-list-container {
    display: flex;
    gap: 24px;
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    margin: 10px !important;
}
.jobseeker-card {
    position: static !important;
    display: flex;
    width: 252.8px !important;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    margin-bottom:10px;
}
.jobseeker-card.ulockd-shop-item .img-whp {
    border-radius: 50% !important;
    width: 155px !important;
    height: 155px !important;
}
.ulockd-product-details{
    padding:0px !important;
    display:flex;
    flex-direction:column;
    width:100%;
}
.jobseeker-card .ulockd-product-details h3 {
    color: #000;
    font-family: Tajawal;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin:0px !important;
    display:flex;
}
.jobseeker-card .ulockd-product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-self: stretch;
}
.jobseeker-card .ulockd-product-details p {
    display: flex;
    align-items: center;
    gap: 4.8px;
}
.jobseeker-card .ulockd-product-details p span {
    color: #555;
    text-align: right;
    font-family: Tajawal;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.jobseeker-card .ulockd-product-details p img {
    width: 24px;
    height: 24px;
    aspect-ratio:1/1;
}
.jobseeker-card .Details-button-section {
    margin-top: auto !important;
    width:100% !important;
}
.jobseeker-card .Details-button-section .details-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #009AE8;
    color: #FFF;
    font-family: Tajawal;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    width: 100% !important;
}
/* Pager style */
.pager-container{
    display:flex;
    justify-content:center !important;
}
/****************************/
