/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ant-archive-filter-title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 700;
    padding: 16px;
}
.banner-career {
    position: relative;
    display: block;
    padding: 50px 0;
}
.banner-career img.bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-career:before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #00000075;
    z-index: 1;
}
.banner-career .main-title {
    display: flex;
    position: relative;
    min-height: 50vh;
    align-items: center;
    color: #fff;
    z-index: 1;
}
.banner-career h1 {
    margin: 0;
    font-size: clamp(1.5rem, 1.875vw, 2rem);
    color: #fff;
}
#breadcrumbs>span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.banner-career #breadcrumbs a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 15px;
}
.banner-career .main-title #breadcrumbs {
    margin-bottom: 5px;
}
.banner-career .cat-name {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    background: #e31e24;
    height: 2.5rem;
    padding: 0 1rem;
    border-radius: 99rem;
    line-height: 2.5rem;
    display: inline-block;
    margin: 0 0 1rem;
    transition: all 0.3s ease;
}
.ant-job-detail-header, .ant-job-detail-content {
    border: 1px solid #eaf1fa;
    padding: 1.875rem 2rem;
    margin: 0 0 2rem;
}
.career-page ul, .career-page ol {
    padding-left: 1.5rem;
}
.career-page ul li, .career-page ol li {
    margin: 0 0 0.625rem 0;
}
.ajdh-title {
    font-size: clamp(1.375rem, 1.45vw, 1.75rem);
    color: #233d3c;
    margin: 0 0 1.5rem;
}
.ajdh-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #233d3c;
}
.ajdh-item-icon {
    flex: 0 0 auto;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background: rgba(227, 30, 36, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e31e24;
}
.ajdh-item-info p {
    margin: 0;
}
.career-page-row {
    margin-top: 50px;
}
.career-page-row .ant-row-gap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.font-700 {
    font-weight: 700;
}
[class*="ant-col-"] {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.career-sidebar .widget {
    position: relative;
    padding: 1.875rem;
    border: 1px solid #eaf1fa;
    margin-bottom: 2rem;
}
.career-sidebar input.wpcf7-form-control {
    height: 45px;
    box-shadow: none;
    border: 1px solid #eaf1fa;
    font-weight: normal;
}
.career-sidebar select.wpcf7-select {
    height: 45px;
    box-shadow: none;
    border: 1px solid #eaf1fa;
}
.career-sidebar span.wpcf7-form-control-wrap {
    margin-top: 5px;
}
.career-form .item-info {
    padding-top: 1rem;
    border-top: 1px solid #eaf1fa;
}
.career-form .item-info ul {
    padding: 0;
}
.career-form .item-info a {
    color: #e31e24;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.career-form .item-info p.info-title {
    margin-bottom: 10px;
}
.ant-row {
	margin-left: -15px;
	margin-right: -15px;
}
.ant-ajax-filters .header-filter {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #eaf1fa;
    padding: 16px;
    justify-content: end;
}
.ant-ajax-filters .ant-ajax-contents {
    border: 1px solid #eaf1fa;
}
.ant-ajax-filters .header-filter select {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 30px;
    color: red;
}
.ant-ajax-filters .header-filter select option {
    color: #333;
}
.ant-ajax-content-row.header .ant-row {
    display: flex;
    flex-wrap: wrap;
}
.jobs-list .ant-job-item .ant-col-md-7,
.ant-ajax-content-row.header .ant-col-7 {
    width: 50%;
}
.jobs-list .ant-job-item .ant-col-md-2,
.ant-ajax-content-row.header .ant-col-2 {
    width: 25%;
}
.ant-ajax-content-row.header {
    border-bottom: 1px solid #eaf1fa;
    padding: 20px;
}
.ant-ajax-filters {
    color: #333;
    display: block;
    position: relative;
}
.jobs-list .ant-job-item .ant-row {
    display: flex;
    flex-wrap: wrap;
}
.jobs-list .ant-job-item {
    border-bottom: 1px solid #eaf1fa;
    padding: 20px;
}
.jobs-list .ant-job-item .text-primary {
    color: red;
}
.jobs-list .ant-job-item .ajoi-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.ajoi-title .ant-badge i {
    font-style: normal;
    animation: loadingText 1.2s infinite linear;
	font-weight: 600;
}
.ajoi-title .ant-badge i:nth-child(2) {
    animation-delay: 0.3s;
}

.ajoi-title .ant-badge i:nth-child(3) {
    animation-delay: 0.6s;
}
.jobs-pagination-wrap {
    display: block;
    text-align: right;
}
.ant-ajax-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    padding: 20px;
}
@keyframes loadingText {
    from {
        opacity: 0;
        color: #E31E24;
    }

    to {
        opacity: 1;
        color: #E31E24;
    }
}
.jobs-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 0.625rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.jobs-pagination li {
    margin: 0;
    display: inline-block;
}
.jobs-pagination .page-btn {
    background: #fff;
    color: #233d3c;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 99rem;
    padding: 0;
    cursor: pointer;
    transition: background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #233d3c;
    margin: 0;
}
.jobs-pagination .page-btn.active, .jobs-pagination .page-btn:focus {
    background: #233d3c;
    color: #fff;
}
.ant-ajax-more .ant-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background-color: #233d3c;
    margin: 0;
    padding: 6px 15px;
    text-transform: none;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 0;
    z-index: 9;
    transition: all .3s;
}
.ant-ajax-more:empty {
    display: none;
}
.ant-ajax-filters{
    position: relative;
}

.ant-ajax-filters.loading{
    pointer-events: none;
}

.ant-ajax-filters.loading::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.7);
    z-index: 99;
}

.ant-ajax-filters.loading::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 4px solid #ddd;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: ant-spin .8s linear infinite;
    z-index: 100;
}

@keyframes ant-spin{
    to{
        transform: rotate(360deg);
    }
}
.career-lists.ant-ajax-filters .header-filter {
    justify-content: space-between;
    gap: 20px;
}
.career-lists.ant-ajax-filters .header-filter select {
    border: 1px solid #eaf1fa;
    width: 100%;
    color: #333;
}
.career-lists.ant-ajax-filters .header-filter .ant-job-item {
    width: 25%;
}
@media (min-width: 768px) {
    .ant-col-md-6 {
        max-width: 50%;
    }
}
@media (max-width: 767px) {
	.career-sidebar .widget,
    .ant-job-detail-header, .ant-job-detail-content {
        padding: 25px 15px;
    }
    .ant-job-detail-content {
        margin: 0;
    }
	.ant-ajax-more {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.ant-ajax-content-row.header {
		display: none;
	}
	.jobs-list .ant-job-item .ant-col-md-7, .ant-ajax-content-row.header .ant-col-7 {
		width: 100%;
		margin-bottom: 5px;
	}
	.jobs-list .ant-job-item .ant-col-md-2, .ant-ajax-content-row.header .ant-col-2 {
		width: 50%;
	}
	.jobs-list .ant-job-item {
		padding: 15px;
	}
	.ant-ajax-filters .header-filter {
		flex-wrap: wrap;
	}
	.career-lists.ant-ajax-filters .header-filter .ant-job-item {
		width: calc(50% - 10px);
	}
}