#vacancy_search_form {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.full-vacancy-form .name_filter_options {
	display: flex;
	flex-direction: row !important;
}

.full-vacancy-form input.text,
.full-vacancy-form input.title,
.full-vacancy-form input[type=text],
.full-vacancy-form select {
	width: fit-content !important;
}

@media screen and (max-width: 640px) {
	#vacancy_search_form .full-search-form {
		flex-direction: column;
		justify-content: stretch;
		width: 100%;
	}

	.full-vacancy-form input.text,
	.full-vacancy-form input.title,
	.full-vacancy-form input[type=text],
	.full-vacancy-form select {
		width: 100% !important;
	}
}

#vacancy_search_form input.text,
#vacancy_search_form input.title,
#vacancy_search_form input[type=text],
#vacancy_search_form select {
	width: 100%;
}

.t2m_filter_options .dropdown {
	margin: 0 10px 10px 0;
}

.dropdown {
	position: relative;
}

.open > .dropdown-menu {
	display: block;
	width: 100%;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 10px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu {
	width: 100% !important;
	border: 1px solid var(--border) !important;
}

.dropdown-menu {
	list-style-type: none !important;
	padding: 0 !important;
}

.dropdown-menu li:first-of-type {
	padding-top: 10px;
}

.dropdown-menu li:last-of-type {
	padding-bottom: 10px;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown.w-100.w-md-50.rounded {
	list-style: none;
}

.dropdown-menu {
	width: 100% !important;
	border: 1px solid var(--border) !important;
}

.dropdown-menu,
.dropdown-menu:hover {
	background-color: var(--input-color) !important;
}

ul.dropdown-menu {
	text-align: left;
	font-size: var(--t2m-filter-text-font-size, 13px);
	background-color: white !important;
	border-radius: var(--t2m-filter-border-radius) !important;
	width: fit-content !important;
}

.dropdown li a {
	color: black;
	display: block;
	padding: 0 10px;
	font-size: var(--t2m-filter-text-font-size, 13px);
}

.dropdown li:nth-child(1) {
	border-radius: var(--t2m-filter-border-radius) var(--t2m-filter-border-radius) 0 0;
}

.dropdown li:last-child {
	border-radius: 0 0 var(--t2m-filter-border-radius) var(--t2m-filter-border-radius);
}

.dropdown li {
	background-color: white !important;
}

.dropdown li a:hover {
	background-color: var(--t2m-btn-bg-color) !important;
	color: white;
}

.dropdown-toggle {
	background-color: white;
	/*border-radius: var(--t2m-filter-border-radius, 0) !important;*/
	border-width: var(--t2m-filter-options-dropdown-border-width, 1px);
	border-style: var(--t2m-filter-options-dropdown-border-style, solid);
	border-color: var(--t2m-filter-options-dropdown-border-color, #000);
	padding: var(--t2m-filter-options-dropdown-padding, 10px);
	color: black;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: var(--t2m-filter-text-font-size, 13px);
}

#t2m_location, #t2m_query {
	/*border-radius: var(--t2m-filter-border-radius, 0) !important;*/
	border-width: var(--t2m-filter-options-dropdown-border-width, 1px);
	border-style: var(--t2m-filter-options-dropdown-border-style, solid);
	border-color: var(--t2m-filter-options-dropdown-border-color, #000);
	padding: var(--t2m-filter-options-dropdown-padding, 10px);
	font-size: var(--t2m-filter-text-font-size, 13px);
}

.hidden {
	display: none;
}

#optionDisplay {
	font-size: 13px !important;
	color: #919191;
}

.t2m_filter_search.sidebar .dropdown-toggle {
	width: 100%;
}

.t2m_search_button {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 10px 0;
	max-width: 300px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	font-family: var(--t2m-btn-filter-font, 'Roboto'), sans-serif;
	font-size: var(--t2m-btn-filter-font-size, 14px);
	color: var(--t2m-btn-filter-text-color, #fff);
	border: var(--t2m-btn-filter-border, none);
	padding: var(--t2m-btn-filter-padding, 12px 20px);
	border-radius: var(--t2m-btn-filter-border-radius, 0);
	background-color: var(--t2m-btn-filter-bg-color, #1E73BE);
	box-shadow: var(--t2m_btn_filter_box_shadow, unset);
}

.t2m_search_button:hover {
	color: var(--t2m-btn-filter-text-color-hover, #f2f2f2);
	border: var(--t2m-btn-filter-border-hover, none);
	background-color: var(--t2m-btn-filter-bg-color-hover, #005BA3);
}