.d-none {
	display: none;
}

.easyselect-wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
}

.dropdown-menu-right {
	left: auto !important;
	right: 0 !important;
}

.easyselect-wrapper.easyselect__mini {
	width: auto !important;
}

.easyselect-dropdown:not(.show) {
	display: none;
}

.easyselect-dropdown-btn {
	overflow: hidden;
	width: fit-content;
	user-select: none;
	padding: 7.5px;
	max-width: 100%;
	width: 100%;
	position: relative;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid #e3e3e3;
	background: #fff;
	color: var(--text-default);
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	transition: var(--transition-2);
}

.easyselect-dropdown-btn:hover {
	border-color: #717375;
}

.easyselect-dropdown-btn:active,
.easyselect-dropdown-btn:focus,
.easyselect-dropdown-btn[aria-expanded='true'] {
	border-color: rgba(46, 60, 89, 1);
	box-shadow: 0px 0px 0px 4px rgba(46, 60, 89, 0.5);
}

.easyselect__mini .easyselect-dropdown-btn {
	background: transparent;
	width: fit-content;
	padding: 5px 32px 5px 7px;
	border: 1.5px solid transparent;
	color: #8f86e0;
	font-size: 20px;
	line-height: normal;
}

.easyselect__mini .easyselect-dropdown-btn:hover {
	border-color: #8f86e0;
}

.easyselect__mini .easyselect-dropdown-btn:active,
.easyselect__mini .easyselect-dropdown-btn:focus,
.easyselect__mini .easyselect-dropdown-btn[aria-expanded='true'] {
	border: 1.5px solid #8f86e0;
	box-shadow: 0px 0px 0px 4px #8f86e050;
}

.easyselect-placeholder {
	padding: 5.5px 10px;
	font-size: 16px;
	color: #717375;
	font-weight: 500;
	line-height: normal;
}

.easyselect__mini .easyselect-placeholder {
	padding: 0;
	color: #8f86e0;
	font-size: 20px;
	line-height: normal;
}

.easyselect-placeholder.selected {
	color: #000000;
}

.easyselect-notags .easyselect-dropdown-btn {
	padding: 12.5px 19px;
}

.easyselect-notags .easyselect-placeholder {
	padding: 0;
}

.easyselect-dropdown {
	padding: 5px !important;
	margin-top: 0;
	top: calc(100% + 17.5px) !important;
	left: 0;
	transform: none !important;
	background: #fff !important;
	transition: var(--transition-2);
	border-radius: 10px;
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.05) !important;
	max-height: 287px;
	border: 0;
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	min-width: auto !important;
}

.easyselect__mini .easyselect-dropdown {
	width: 100% !important;
	max-width: none !important;
}

.easyselect-dropdown::-webkit-scrollbar {
	width: 4px;
}

.easyselect-dropdown::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	border-radius: 12px;
	background-color: #d1d1d1;
}

.easyselect-dropdown::-webkit-scrollbar-track {
	background-color: #f8f8f8;
	border-radius: 12px;
}

.easyselect-option {
	padding: 12px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--text-default);
	transition: var(--transition-2);
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.easyselect-option + .easyselect-option {
	margin-top: 2px;
}

.easyselect-option.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.easyselect-option.selected {
	background: #f3f3f3;
	color: var(--text-default);
}
.easyselect-option.selected:after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='6' fill='black' fill-opacity='0.05'/%3E%3Cpath d='M5.5 9.32897L7.58696 11.5001L12.5 6.50006' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 12px;
	line-height: 0;
	transform: translateY(-50%);
}

.easyselect-option:not(.disabled):hover {
	background: #f3f3f3;
	color: var(--text-default);
}

.easyselect-selected-options {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	overflow-x: auto;
	position: relative;
	flex-wrap: wrap;
}
.easyselect-selected-options::-webkit-scrollbar {
	display: none;
}

.easyselect-selected-option {
	position: relative;
	transition: var(--transition-2);
	color: #717375;
	border-radius: 12px;
	border: 1px solid #e3e3e3;
	background: transparent;
	font-weight: 500;
	padding: 6px 13px;
	font-size: 16px;
	line-height: normal;
}
.easyselect-wrapper[multiple] .easyselect-selected-option {
	padding: 6px 40px 6px 13px;
}

.easyselect-wrapper[multiple] .easyselect-selected-option:after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.5L12 12.5M6 12.5L12 6.5' stroke='%23717375' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	right: 8px;
	line-height: 0;
	transform: translateY(-50%);
}

.easyselect__mini .easyselect-selected-option {
	pointer-events: none;
	color: #8f86e0;
	font-size: 20px;
	line-height: normal;
	background: transparent;
	border: none;
	padding: 0;
}

.easyselect__mini .easyselect-selected-option::after {
	content: none;
}

.easyselect-wrapper:has(.easyselect-selected-option) .easyselect-placeholder {
	display: none;
}

.easyselect-dropdown-arrow:after,
.easyselect-dropdown-btn:after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L9 12L13 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	width: 18px;
	right: 16px;
	transition: var(--transition-2);
	line-height: 1;
}

.easyselect__mini .easyselect-dropdown-arrow:after,
.easyselect__mini .easyselect-dropdown-btn:after {
	content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L9 12L13 8' stroke='%238F86E0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	right: 7px;
}

.easyselect-wrapper:has(.easyselect-dropdown.show) .easyselect-dropdown-arrow:after,
.easyselect-wrapper:has(.easyselect-dropdown.show) .easyselect-dropdown-btn:after {
	transform: translateY(-50%) rotate(180deg);
}

.easyselect-dropdown:has(.easyselect-links) {
	padding: 0 !important;
	border-radius: initial !important;
	background: transparent !important;
	box-shadow: none !important;
	min-width: 242px !important;
}

.easyselect-dropdown-293px:not(.dropdown-right) {
	margin-left: calc((293px - 100%) * -1) !important;
	max-width: calc((293px - 100%) + 100%) !important;
	width: calc((293px - 100%) + 100%) !important;
}

.easyselect-dropdown-293px.dropdown-right {
	margin-right: calc((293px - 100%) * -1) !important;
	max-width: calc((293px - 100%) + 100%) !important;
	width: calc((293px - 100%) + 100%) !important;
}

.easyselect-links {
	padding: 4px;
	display: flex;
	flex-direction: column;
	gap: 0;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	background: #fff;
	box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.05);
}

.easyselect-links__big {
	gap: 2px;
	border-radius: 20px;
	box-shadow: 0px 4px 15px 0px rgba(144, 144, 144, 0.1);
}

.easyselect-links__line {
	height: 1px;
	border: none;
	background: #eff0f6;
	opacity: 1;
	margin: 0 15.5px;
}

.easyselect-links:not(.easyselect-links__big) .easyselect-links__line {
	margin-top: 2px;
	margin-bottom: 2px;
}

.easyselect-links__item {
	cursor: pointer;
	padding: 12px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	color: #000 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 15px;
}

.easyselect-links__item.red {
	color: rgba(255, 68, 68, 1) !important;
}

.easyselect-links__big.easyselect-links__item {
	padding: 14px 15.5px 17px;
}

.easyselect-links__item svg {
	width: 18px;
	height: 18px;
}

.easyselect-links__item:hover {
	background: #f3f3f3;
	opacity: 1;
}

.easyselect-links__big.easyselect-links__item:hover {
	background: #f8f8f8;
}

.easyselect-links__item:active {
	opacity: 0.75;
	background: #f3f3f3;
}

.easyselect-links__big.easyselect-links__item:active {
	opacity: 1;
	background: #ededed;
}
