.filters {
	padding: 5 rem 0 6 rem;
}

.filters__content {
	padding-right: 8rem;
}

.filters__form {
	/* padding-right: 1.5 rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1920 px;
    margin: 0 auto;
    padding-left: 4rem; */
}

.form-select--hide-label label {
	display: none !important;
}

.filters__form .form-select__label,
.filters__form .form-text__label {
	@apply block font-poppins font-semibold mb-4 text-phillipine-grey text-base uppercase;
}

/* .filters__form .form-select__icon {
    display: none;
} */

/* .filters__form .form-text__label {
    display: none;
} */

.filters__form .form-select__select {
	@apply font-acumin font-light text-xl;

	appearance: none;
	-webkit-appearance: none;
	padding: 2px 30px 0 14px;
	border: 1px solid #fff;
	color: #262626;
	width: 100%;
}

.filters__form .form-select__select option {
	color: #2526a9;
}

.filters__form .form-text__input {
	font-size: 16px;
	padding: 2px 30px 0 14px;
	border: 1px solid #fff;
	border-radius: 999px;
	color: #fff;
	width: 100%;
	background-color: transparent;
}

.filters__form .filters__item .form-select__select,
.filters__form .filters__item .form-text__input {
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 6px 20px;
	height: 48px;
	outline: none;
}

.filters__form .form-checkbox-radio {
	color: #fff;
}
/* .filters__form .form-checkbox-radio__item__label {
	padding: 2px 10px;
	color: #ffffff;
} */

label.form-checkbox-radio__item__label {
	padding: 2px 10px;
	color: #ffffff;
}

/* @media screen and (max-width: 1450px) {
	.filters__form .filters__item .form-select__select,
	.filters__form .filters__item .form-text__input {
		width: auto;
	}
}

@media screen and (max-width: 768px) {
	.filters__form .filters__item .form-select__select,
	.filters__form .filters__item .form-text__input {
		width: 100% !important;
		max-width: 100% !important;
	}
} */

.filters__form .filters__item .btn {
	width: 145px;
	background: #0099fd;
	color: #fff;
	border: 0;
	margin-right: 0;
	justify-content: space-between;
}

.filters__form .filters__item.submit {
	flex: 1;
	flex-shrink: 0;
	min-width: max-content;
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
}

/* @media screen and (max-width: 1265px) {
	.filters__form .form-text__input {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1265px) {
	.filters__form .form-text__input {
		max-width: 100%;
		width: 100%;
	}
} */

@media screen and (max-width: 1023px) {
	.filters__form {
		padding-left: 0;
	}
}

.adding.left {
	left: 0 !important;
	position: relative !important;
}

[type="radio"] {
	color: #2526a9;
	height: 1.5rem;
	width: 1.5rem;
	border-color: #ffffff;
	background-color: transparent;
}
[type="radio"]:checked {
	border-color: #ffffff;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type="radio"]:checked:hover {
	border-color: white !important;
}
