/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Start Setting core html */
button {
	border: 0px;
	cursor: pointer;
}

/*
 *  STYLE 2
 */

.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	background-color: #d9d9d9;
}

.scroll::-webkit-scrollbar {
	width: 5px;
	border-radius: 50px;
	background-color: #d9d9d9;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #a4a8af;
}

/* .hide{
    display: none !important;
 } */
/* End Setting Code html */

.banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 2;
}

.banner {
	background-image: url('../img/placeholder_banner.jpg');
	height: 350px;
	background-position: center;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 80px;
}

.banner-subtitle {
	color: white;
	z-index: 3;
	font-family: Nunito Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.25em;
	text-align: left;
}

.banner-title {
	color: white;
	z-index: 3;
	font-family: Nunito Sans;
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: -0.005em;
	text-align: center;
}

.main-container {
	max-width: 1140px;
	margin: auto;
}

.header-main-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	row-gap: 26px;
}

.top-header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.action-btn-top-header {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.btn-default {
	padding: 10.5px 25.5px;
	color: #fff;
	border-radius: 10px;
	font-family: Nunito Sans;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: -0.005em;
	text-align: center;
	display: flex;
}

.btn-default-big {
	padding: 16.5px 39px;
	color: #fff;
	border-radius: 10px;
	font-family: Nunito Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: -0.005em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.btn-pink {
	background-color: #ee578f;
}

.btn-orange {
	background-color: #f8b73a;
}

.btn-blue {
	background: #3a69f8;
}

.bottom-header-main {
	display: flex;
	flex-direction: column;
	row-gap: 32px;
}

.filter-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.keyword-search {
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
	width: 60%;
}

.keyword-search > input {
	padding: 20px 17px;
	font-family: Nunito Sans;
	font-size: 18px;
	flex-grow: 1;
}

.detail-filter {
	display: flex;
	column-gap: 30px;
	align-items: center;
	transition: all 0.3s ease-in-out;
	/* opacity: 0;
    transform: rotateX(0deg); */
}

.item-detail-filter {
	display: flex;
	flex-direction: column;
	row-gap: 13px;
	width: calc(100% - (30px * 4) / 4);
}

.item-detail-filter > label {
	font-family: Nunito Sans;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.item-detail-filter > select {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 20px 17px;
	color: #a5a5a5;
	font-family: Nunito Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}

.item-detail-filter .select2-container--default .select2-selection--multiple {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 20px 17px;
	color: #a5a5a5;
	font-family: Nunito Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0em;
}

.item-detail-filter
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove
	span {
	display: flex;
	line-height: 1;
}

/* Start Main Content */
.main-content {
	width: 100%;
	display: flex;
	column-gap: 15px;
}

.left-content {
	height: 100vh;
	overflow-y: auto;
	display: flex;
	row-gap: 20px;
	flex-direction: column;
	width: 40%;
	padding-right: 10px;
}

.left-content-card {
	padding: 30px;
	border: 1px solid #efefef;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.job-meta-date {
	display: flex;
	column-gap: 12px;
	align-items: center;
}

.job-date-text {
	font-family: Nunito Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
}

.job-title {
	font-family: Nunito Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -0.005em;
	text-align: left;
	color: #3a69f8;
}

.job-location-wrapper {
	display: flex;
	margin-bottom: 21px;
}

.job-location-text {
	font-family: Nunito Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #1b2045;
}

.job-category-wrapper {
	margin-bottom: 21px;
}

.job-category {
	font-family: Nunito Sans;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #3a69f8;
}

.job-apply-wrapper {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.right-content {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	background-color: white;
	border-radius: 10px;
	width: 60%;
	border: 1px solid #efefef;
}

.job-desc-right-content {
	max-height: 62vh;
	overflow-y: scroll;
	padding-right: 10px;
	margin-top: 20px;
}

.job-consultant {
	margin-top: 20px;
}

.job-apply-btn {
	margin-top: 20px;
}

.right-content::after {
	z-index: -1;
}

.active.right-content::after {
	content: '';
	z-index: 1;
	position: absolute;
	background-color: black;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}

.inner-wrap-content {
	padding: 21px 30px;
}

.title-job-right-content {
	font-family: Nunito Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -0.005em;
	text-align: left;
	color: #1b2045;
}

.category-job-right-content {
	font-family: Nunito Sans;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #ee578f;
}

.wrapper-small-detail-right-content {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
}
.custom-job-wrap {
	padding-bottom: 80px;
}
/* End Main Content  */

/* Start Bade Class */
.badge-permanent {
	background-color: #ddfae5;
	border-radius: 10px;
	padding: 4px 20.5px;
}

.badge-default {
	background-color: #ecf1ff;
	border-radius: 10px;
	padding: 4px 20.5px;
	display: flex;
	align-items: center;
}
/* End Badge Class */

.pre-loader {
	position: absolute;
	right: 50%;
	left: 50%;
	top: 50%;
	z-index: -1;
	opacity: 0;
	width: 64px;
}

.pre-loader.active {
	opacity: 1;
	z-index: 2;
	display: block;
}

/* Modal Job Apply*/
.apply-job-modal {
	position: fixed;
	top: 25%;
	left: 50%;
	background: #ffffff;
	transform: translateY(-25%) translateX(-50%);
	-webkit-transform: translateY(-25%) translateX(-50%);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.apply-job-modal.modal-show {
	opacity: 1;
	pointer-events: auto;
}
.modal-head {
	padding: 20px 20px;
	background: #4f5361;
}
.modal-inner {
	padding: 20px 30px;
	max-height: 450px;
	overflow-y: scroll;
}
.modal-close {
	cursor: pointer;
}
.modal-close-icon {
	position: absolute;
	top: 30px;
	right: 20px;
	cursor: pointer;
	color: #ffffff;
}
.modal-job-title {
	font-family: Nunito Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -0.005em;
	text-align: left;
	color: #ffffff;
}
.modal-job-meta p {
	font-family: Nunito Sans;
	font-size: 16px;
	text-align: left;
	color: #ffffff;
	margin: 0;
}
.modal-form-group {
	margin-bottom: 15px;
}
/* end Modal Job Apply*/

/* Start media */
@media only screen and (max-width: 425px) and (min-width: 0px) {
	.main-container {
		padding: 0px 16px;
		flex-direction: column;
	}

	.main-content {
		flex-direction: column;
		row-gap: 24px;
	}

	.left-content {
		width: auto;
		height: 50vh;
	}

	.right-content {
		width: auto;
	}

	.top-header-main {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 16px;
	}

	.action-btn-top-header {
		width: 100%;
	}

	.btn-default {
		flex-grow: 1;
		justify-content: center;
	}

	.filter-wrapper {
		flex-direction: column;
		row-gap: 16px;
	}

	.keyword-search {
		width: 100%;
	}

	.mobile-full {
		width: 100%;
	}

	.detail-filter {
		flex-direction: column;
		row-gap: 12px;
	}

	.item-detail-filter {
		width: 100%;
	}

	.wrapper-small-detail-right-content .job-date-text {
		width: 100%;
	}
}
/* End Media */

/* Single Job */
.single-job-wrap {
	position: relative;
	padding: 50px 0 80px;
}
.single-job-wrap .container {
	background: #ffffff;
	max-width: 1140px;
	margin: auto;
}
.single-job-title-wrap span {
	font-family: Nunito Sans;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #ee578f;
}
.single-job-meta-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}
/* Single Job */
