.atk-vehicle-filter [data-atk-field-wrap] {
	position: relative;
}

.atk-vehicle-filter .atk-vehicle-field {
	width: 100%;
	min-height: 3rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #02091c;
	padding: 1.5rem 2.8rem 1.5rem 4.25rem;
	color: #fff;
	font-size: 0.9375rem;
	outline: none;
	box-sizing: border-box;
}

.atk-vehicle-filter .atk-vehicle-field::placeholder {
	color: #a7b0c5;
}

.atk-vehicle-filter .atk-vehicle-field:disabled {
	opacity: 0.9;
	cursor: not-allowed;
}

.atk-vehicle-filter .atk-vehicle-clear {
	display: none;
	position: absolute;
	right: 0.65rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #a7b0c5;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	z-index: 12;
}

.atk-vehicle-filter .atk-vehicle-clear.is-visible {
	display: inline-block;
}

.atk-vehicle-filter .atk-vehicle-dropdown {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.35rem);
	z-index: 20;
	max-height: 300px;
	overflow-y: auto;
	border-radius: 0.625rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #02091c;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.atk-vehicle-filter .atk-vehicle-dropdown.is-open {
	display: block;
}

.atk-vehicle-filter .atk-vehicle-option {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0.625rem 0.85rem;
	color: #fff;
	font-size: 0.925rem;
	cursor: pointer;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.atk-vehicle-filter .atk-vehicle-option:last-child {
	border-bottom: 0;
}

.atk-vehicle-filter .atk-vehicle-option:hover,
.atk-vehicle-filter .atk-vehicle-option.is-active {
	background: rgba(45, 107, 255, 0.2);
}

.atk-vehicle-filter .atk-vehicle-submit:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.atk-vehicle-filter .number {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
	z-index: 10;
	color: white;
	font-size: 2rem;
	background-color: #036aa2;
	border-radius: 3rem;
	aspect-ratio: 1/1;
	padding: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
}
