.aif-select-filter-label {
	align-items: center;
	background-color: #ffffff;
	border-radius: 999px;
	color: #03008D;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	justify-content: space-between;
	line-height: 1.5;
	padding: 8px 12px;
}

.aif-select-filter-label-active {
	background-color: #28a745;
	color: #ffffff;
	padding-left: 28px !important;
}

.aif-select-filter-label-active svg {
	fill: #ffffff;
}

.aif-select-filter-label-active:before {
	color: #ffffff;
    content: "\2713";
	display: inline-block;
	font-size: 14px;
    height: 20px;
	left: 5px;
	line-height: 20px;
	position: absolute;
    text-align: center;
    top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.aif-select-filter-dropdown {
	background: #ffffff;
	border-radius: 8px;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 120%;
	width: max-content;
	z-index: 100;
}

.aif-select-filter-dropdown ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.aif-select-filter-dropdown ul li {
	display: flex;
	height: 18px;
}

.aif-select-filter-dropdown ul li label {
	color: #03008D;
	cursor: pointer;
	width: 100%;
}

.aif-select-filter-dropdown li label input[type="checkbox"] {
	display: none;
}

.aif-select-filter-dropdown li label span:before {
	color: #e7e7e7;
    content: "\2713";
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
	vertical-align: top;
	width: 0;
}

.aif-select-filter-dropdown li label input[type="checkbox"]:checked + span:before {
	color: #28a745;
}

#aif-filters-trigger .elementor-button-content-wrapper  {
	justify-content: space-between;
}

#aif-filters-trigger .elementor-button-text {
	align-items: center;
	display: flex;
}

#aif-filters-trigger .elementor-button-icon {
	align-items: center;
}

#aif-filters-trigger .elementor-button-icon svg {
	color: #31A912;
	fill: #31A912;
}

.aif-filters-trigger-active .elementor-button-icon svg {
	transform: rotate(90deg);
}

#aif-filters-trigger.aif-filters-trigger-active {
	border-bottom: 1px solid transparent;
}

#aif-filters-trigger-count {
	align-items: center;
    background-color: #ED4B68;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    height: 28px;
	margin-left: 8px;
    width: 28px;
}

@media (max-width: 767px) {
	.aif-select-filter-label {
		font-size: 17px;
		height: 48px;
		padding: 18px;
	}
	
	#aif-filters {
		display: none;
	}
	
	.aif-select-filter-dropdown {
		width: 100%;
	}
}
