.itc-select {
	position: relative;
	width: 170px;
	font-size: 16px;
}

.itc-select__toggle {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	width: 100%;
	/* padding: 0.375rem 0.75rem; */
	/* font-style: italic; */
	line-height: 1.4;
	background-color: #fff;

	cursor: pointer;
	user-select: none;
}

.itc-select__toggle::before {
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0011 0.999998L11.9989 1C9.61493 1.0026 7.32817 1.94523 5.64068 3.6229C3.95299 5.30077 3.00262 7.57695 3 9.95235V9.95345C3 11.2515 3.51168 12.5768 4.1903 13.7835C4.8772 15.005 5.78749 16.1963 6.69989 17.2485C8.52549 19.3538 10.442 20.9955 10.8382 21.3299L10.8399 21.3313L11.3567 21.7656L12 22.3062L12.6433 21.7656L13.1601 21.3313L13.1618 21.3299C13.558 20.9955 15.4745 19.3538 17.3001 17.2485C18.2125 16.1963 19.1228 15.005 19.8097 13.7835C20.4883 12.5768 21 11.2515 21 9.95345V9.95235C20.9974 7.57695 20.047 5.30077 18.3593 3.6229C16.6718 1.94523 14.3851 1.0026 12.0011 0.999998ZM11.9996 12.9302C11.4051 12.9301 10.8244 12.7548 10.331 12.427C9.83761 12.0992 9.45391 11.6339 9.22757 11.0907C9.00125 10.5475 8.94213 9.95009 9.05743 9.37382C9.17273 8.79751 9.45749 8.26733 9.87661 7.85065C10.2958 7.4339 10.8306 7.14944 11.4136 7.03414C11.9967 6.91883 12.6011 6.97806 13.15 7.2041C13.6988 7.43012 14.167 7.81247 14.4959 8.30191C14.8247 8.79116 14.9999 9.36571 15 9.95299C14.9989 10.7403 14.6838 11.4963 14.122 12.0549C13.56 12.6136 12.7968 12.929 11.9996 12.9302Z' stroke='%23EA7310' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-size: cover;
	height: 20px;
	content: '';
	flex-basis: 20px;
}

.itc-select__toggle::after {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2L5 5L2 2' stroke='%23EA7310' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
	background-size: cover;
	content: '';
}

.itc-select__toggle:focus {
	outline: none;
}

.itc-select_show .itc-select__toggle::after {
	transform: rotate(180deg);
}

.itc-select__dropdown {
	position: absolute;
	top: 2rem;
	right: 0;
	left: 0;
	z-index: 2;
	display: none;
	max-height: 20rem;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.3125rem;
}

.itc-select_show .itc-select__dropdown {
	display: block;
}

.itc-select_show .itc-select__backdrop {
	display: block;
}

.itc-select__options {
	margin: 0;
	padding: 0;
	list-style: none;
}

.itc-select__option {
	padding: 0.375rem 0.75rem;
}
.itc-select__option--group {
	font-weight: 500;
}

@media (max-width: 576px) {
	.itc-select__option {
		padding: 0.75rem 0.75rem;
	}
}

.itc-select__option_selected {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fab883;
}

.itc-select__option_selected::after {
	width: 0.75rem;
	height: 0.75rem;
	color: #0277bd;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100' height='100'%3E%3Cpath d='M 20.292969 5.2929688 L 9 16.585938 L 4.7070312 12.292969 L 3.2929688 13.707031 L 9 19.414062 L 21.707031 6.7070312 L 20.292969 5.2929688' fill='black'/%3E%3C/svg%3E");
	background-size: cover;
	content: '';
}

.itc-select__option:hover {
	background-color: #f5f5f5;
	cursor: pointer;
	transition: 0.2s background-color ease-in-out;
}

.itc-select__option.itc-select__option--group {
	background-color: #dcdcdc;
}

.itc-select__option.itc-select__option--group:hover {
	cursor: default;
	background-color: #dcdcdc;
}
.itc-select__option.itc-select__option--external {
	border-top: 1px solid #e1e1e1;
}

@media (max-width: 576px) {
	.itc-select {
		position: relative;
		width: 170px;
		font-size: 15px;
	}
	.itc-select__toggle::before {
		margin-right: 6px;
		background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0011 0.999998L11.9989 1C9.61493 1.0026 7.32817 1.94523 5.64068 3.6229C3.95299 5.30077 3.00262 7.57695 3 9.95235V9.95345C3 11.2515 3.51168 12.5768 4.1903 13.7835C4.8772 15.005 5.78749 16.1963 6.69989 17.2485C8.52549 19.3538 10.442 20.9955 10.8382 21.3299L10.8399 21.3313L11.3567 21.7656L12 22.3062L12.6433 21.7656L13.1601 21.3313L13.1618 21.3299C13.558 20.9955 15.4745 19.3538 17.3001 17.2485C18.2125 16.1963 19.1228 15.005 19.8097 13.7835C20.4883 12.5768 21 11.2515 21 9.95345V9.95235C20.9974 7.57695 20.047 5.30077 18.3593 3.6229C16.6718 1.94523 14.3851 1.0026 12.0011 0.999998ZM11.9996 12.9302C11.4051 12.9301 10.8244 12.7548 10.331 12.427C9.83761 12.0992 9.45391 11.6339 9.22757 11.0907C9.00125 10.5475 8.94213 9.95009 9.05743 9.37382C9.17273 8.79751 9.45749 8.26733 9.87661 7.85065C10.2958 7.4339 10.8306 7.14944 11.4136 7.03414C11.9967 6.91883 12.6011 6.97806 13.15 7.2041C13.6988 7.43012 14.167 7.81247 14.4959 8.30191C14.8247 8.79116 14.9999 9.36571 15 9.95299C14.9989 10.7403 14.6838 11.4963 14.122 12.0549C13.56 12.6136 12.7968 12.929 11.9996 12.9302Z' stroke='%23EA7310' stroke-width='2'/%3E%3C/svg%3E%0A");
		background-size: cover;
		height: 16px;
		content: '';
		flex-basis: 16px;
	}
}
