.jobsskillsfest-input {
	height: 42px !important;
}

.jobsskillsfest-search-input {
	height: 42px !important;
	border-left: 1px solid #ccc !important;
	border-right: none !important;
	padding-left: 7px !important;
}

.jobsskillsfest-search-keyword-button {
	height: 42px !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.jobsskillsfest-search-hero-image-container {
	display: block; 
	max-width: 1280px; 
	margin: 0 auto;
}

.jobsskillsfest-search-hero-image {
	width: 100%;
	display: block;
}

.jobsskillsfest-search-container-fluid  {
	max-width: 1280px; 
	margin: 0 auto;
}

.jobsskillsfest-search-icon {
	border: none;
	background-color: transparent;
	padding-right: 12px;
}

.jobsskillsfest-input-search {
    width: -webkit-fill-available;
}

.search-filter-container {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap: 10px;
	margin-top: 20px;
}

.form-control-feedback {
	right: 8px;
}

.input-group-addon {
	background-color: #ffffff !important;
}

.searchButton {
	cursor: pointer;
}

.jobsskillsfest-search-job-button {
	background-color: #FA4094;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    height: 41px;
    width: -webkit-fill-available;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
	margin-top: 5px;
}

.jobsskillsfest-search-job-button:hover {
	background-color: #f84e9b;
}

.custom-dropdown {
	position: relative;
	top: 3px;
	flex: 1 1 calc(25% - 10px);
	min-width: 200px;
}

.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.selected-option {
	display: block;
	padding: 8.5px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10%;
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
}

.dropdown-list {
	top: 100%;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	background-color: #fff;
	border-radius: 4px;
	z-index: 9;
	margin-top: 15px;
}

.dropdown-list li {
	padding: 10px;
	cursor: pointer;
}

.dropdown-list li:hover {
	background-color: #f0f0f0;
}

.form-control-feedback-drop {
	position: absolute;
	right: 10px;
}

.drop-down-placeholder {
	color: #868e96;
}

.drop-down-wrap {
	white-space: nowrap;
}

.drop-down-with-selected-loc {
	color: #555555;
}

/* Overlay */
.jobsskillsfest-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1100;
	display: none;
}

/* Bottom Sheet */
.jobsskillsfest-popup-bottom-sheet {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	padding: 15px;
	transition: bottom 0.3s ease-in-out;
	z-index: 1200;
}

.jobsskillsfest-popup-bottom-sheet.show {
	bottom: 0;
	max-height: 100%;
}

/* Title and Separator */
.jobsskillsfest-header-bar {
	background-color: #E5E5E5;
	width: 44px;
	height: 4px;
	margin: auto;
	border-radius: 25px;
	margin-top: -5px
}

.jobsskillsfest-popup-title {
	text-align: center;
	font-size: 16px;
	margin: 20px 0 15px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.jobsskillsfest-popup-separator {
	width: 100%;
	height: 0.5px;
	background-color: #ccc;
	margin-bottom: 15px;
}

.jobsskillfest-lng-radio {
	display: flex;
	justify-content: space-between;
}

.drop-down-container {
	max-height: 250px;
	overflow-y: auto;
}

.drop-down-container-popup {
	max-height: 50%;
}

.custom-select input[type="checkbox"] {
	display: none;
}

.custom-select label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
}

.custom-select label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #D4D4D4;
	background-color: #fff;
	border-radius: 2px;
}

.zh-radio-button {
	padding-left: 20px;
}

/* Add check icon */
.custom-select label:after {
	content: "\2713";
	position: absolute;
	left: 4px;
	top: -2px;
	font-size: 16px;
	color: transparent;
}

.custom-select input[type="checkbox"]:checked+label:before {
	background-color: #FA4094;
}

.custom-select input[type="checkbox"]:checked+label:after {
	color: #fff;
}

/* language radio button */
.custom-radio {
	position: relative;
	display: inline-block;
}

/* Hide default radio button */
.custom-radio input[type="radio"] {
	display: none;
}

/* Custom radio button design */
.custom-radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	margin-right: 10px;
	color: #18181B;
	font-size: 16px;
	font-family: 'Lato' !important;
	font-weight: 400;
}

/* Radio button border */
.custom-radio label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 1px solid #D4D4D4;
	border-radius: 50%;
	box-sizing: border-box;
}

.custom-radio input[type="radio"]:checked+label::before {
	border-color: #FA4094;
}

.custom-radio input[type="radio"]:checked+label::after {
	content: '';
	position: absolute;
	left: 2.5px;
	top: 4px;
	width: 15px;
	height: 15px;
	background-color: #FA4094;
	border-radius: 50%;
}

.jobsskillsfest-search-container {
	background-color: #F4F3FC;
	padding: 20px;
	width: -webkit-fill-available;
}
.filter-container {
    display: flex;
    justify-content: space-around;
}
.radio-container {
	width: 400px;
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
	.dropdown-list {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		position: absolute;
	}
}
@media only screen and (max-width: 1407px) {
	.selected-option {
		width: 100%;
	}
}

@media only screen and (max-width: 1320px) {
	.selected-option {
		width: 100%;
	}
}

@media (max-width: 1210px) {
	.selected-option {
		width: 100%;
	}
}
/* 4-column layout for wide desktops (>1280px) */
@media only screen and (min-width: 1281px) {
	.custom-dropdown {
		flex: 1 1 calc(25% - 10px);
	}
}

/* 2x2 grid layout for screens that can't fit 4 in a row */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.search-filter-container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.custom-dropdown {
		flex: 1 1 calc(50% - 10px);
		min-width: 0;
	}
	.selected-option {
		width: 100%;
	}
}

.jobsskillsfest-row-align-search {
	display: flex;
    justify-content: space-between;
	align-items: center;
}

/* Styles for screens between 768px and 1024px (typically tablets) */
@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.jobsskillsfest-search-container {
		padding: 20px;
	}

	.jobsskillsfest-row-align-search {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.form-control-feedback-drop {
		position: absolute;
		right: 10px;
	}

	.dropdown-list {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		position: absolute;
	}

	.filter-container {
		width: -webkit-fill-available;
	}
	.jobsskillsfest-input-search {
		width: unset;
	}

	.zh-radio-button {
		padding-right: 30%;
	}
	.radio-container {
		width: -webkit-fill-available;
		display: unset;
	}
	
	.jobsskillfest-lng-radio {
		margin: 1.5% 0% -1%;
	}
}



/* Styles for screens less than 768px (typically mobile phones) */
@media only screen and (max-width: 767px) {
	.jobsskillsfest-search-container {
		padding: 20px 25px 37px 25px !important;
	}

	.jobsskillsfest-search-job-button {
		width: 100%;
	}

	.form-control-feedback-drop {
		right: 12px;
	}

	.drop-down-container {
		display: none ;
	}

	.custom-select {
		height: 100%;
	}

	.dropdown-list {
		overflow-y: scroll !important;
		height: 100% !important;
		margin-top: 0px !important;
	}

	.drop-down-container-popup {
		max-height: 100% !important;
	}

	.custom-radio label::before {
		width: 18px;
		height: 18px;
	}

	.custom-radio input[type="radio"]:checked+label::after {
		left: 3px;
		top: 5.2px;
		width: 12px;
		height: 12px;
	}

	.selected-option {
		width: unset;
	}

	.jobsskillsfest-input-search {
		width: unset;
	}

	.jobsskillfest-lng-radio {
		padding: 1% 0% 0%;
		display: flow;
	}
	.search-filter-container {
		display: unset;
	}
	.jobsskillsfest-row-align-search {
		flex-direction: column;
		align-items: stretch;
	}
	.radio-container {
		width: -webkit-fill-available;
		display: unset;
	}

}