.select2-container
{
    background: var(--col-field2-background) !important;
    border: 0;
    border-radius: 0;
	width: 100% !important;
	line-height: 1.5;
}


.select2-container:focus
{
    background: var(--col-field2-background) !important;
}


.select2-container
{
	min-height: 33px;
}

.select2-container .select2-selection__rendered
{
    background: var(--col-field2-background) !important;
    border: 0;
    border-radius: 0;
	width: 100% !important;
	line-height: 1.5 !important;
	font-size: 0.875em;
	padding: 0.375rem 0.75rem;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    background-repeat: no-repeat !important;
	height: 33px !important;
}


.select2-container.select2-container--open .select2-selection__rendered
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 11 6-6 6 6'/%3e%3c/svg%3e") !important;
}


.select2-dropdown .select2-results__option, .select2-dropdown .select2-search__field
{
	line-height: 1.5 !important;
	font-size: 0.875em;
	padding: 0.375rem 0.75rem;
}


.select2-selection
{
	height: unset;
}

.select2-selection .select2-selection__arrow
{
	display: none !important;
}

