/* SELECT 2 SINGLE */
.choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    display: none;
}


.form-select.select2-container {
    padding: 0 ;
    border: unset ;
    border-radius: unset ;
    box-shadow: unset ;
}

.select2-container .select2-choice {
    background-image: none;
    height: 36px;
    padding-top: 0;
}

.select2-container .select2-choice {
    display: block;
    height: 36px !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    border: 1px solid #E4E4E7 !important;
    white-space: nowrap;
    line-height: 26px;
    color: var(--dark);
    text-decoration: none;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: hsl(0, 0%, 100%) !important;
    background-image: none !important;
}

.select2-container .select2-choice > .select2-chosen {
    line-height: 1.25rem;
    font-size: .875rem !important;
    text-transform: unset;
    font-family: var(--font);
    padding: 7px 12px;
    height: 36px;
    margin-right: 18px !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.select2-container .select2-choice .select2-arrow {
    border-left: unset !important;
    border-radius: unset !important;
    background: hsl(0, 0%, 100%);
    background-image: unset !important;
    filter: unset !important;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 3px;
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background-position-y: 3px !important;

}


.select2-container-active .select2-choice{
    border: 1px solid #E4E4E7 !important;
    box-shadow: var(--input-shadow-focus);
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}


.select2-drop {
    position: absolute;
    z-index: 99999 !important;

    margin-top: 4px !important;
    text-transform: unset;

    background: hsl(0, 0%, 100%);
    outline: none;
	border-radius: 6px;
	box-sizing: border-box;
    padding: 7px 0 0;

    font-size: 0.875rem; 
    line-height: 1.25rem;
    color: var(--dark);
    font-family: var(--font);
    letter-spacing: 0.015em;

	border: 1px solid #E4E4E7 !important;
    box-shadow: var(--input-shadow);     
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}


.select2-search {
    display: inline-block;
    width: 100%;
    min-height: unset !important;
    margin: 0;
    padding-left: 4px !important;
    padding-right: 4px !important;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    height: 36px;
    min-height: 36px;
    margin: 0;

    background: none !important;


    width: 100%;
    appearance: auto;
    outline: none;
	border-radius: 6px !important;
	box-sizing: border-box;
	padding: 7px 12px;
    font-size: 0.875rem; 
    line-height: 1.25rem;
    color: var(--dark);
    font-family: var(--font);
    letter-spacing: 0.015em;

	border: 1px solid #E4E4E7 !important;
    box-shadow: var(--input-shadow);     
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}


.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li {
    border-radius: 6px;
    padding: 7px 12px;
    color: var(--dark);
}

.select2-results .select2-result-label {
    padding: 0 !important;
}


/* SELECT 2 MULTIPLE */
.select2-container-multi .select2-choices {
	min-height: 36px !important;
	max-height: unset !important;
	padding: 4px !important;
    border: 1px solid #E4E4E7 !important;
	cursor: pointer !important;
	background-color: hsl(0, 0%, 100%) !important;
	background-image: none !important;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3px;
}

.select2-container-multi.select2-container-active .select2-choices{
    border: 1px solid #E4E4E7 !important;
    box-shadow: var(--input-shadow-focus) !important;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), fill 0.15s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


.select2-container-multi .select2-choices .select2-search-choice {
	position: relative;

	padding: 4px 10px;
	margin: 0;
	line-height: unset !important;
	color: var(--dark);
	cursor: pointer;
	border: 1px solid #E4E4E7;
	border-radius: 6px;
	background: #fff !important;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
	padding-right: 12px;
}

.select2-search-choice-close {
	width: 12px;
	height: 12px;
	top: 8px;
	right: 4px;
}
.select2-container-multi .select2-search-choice-close {
  	left: unset;
}