.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
{
	height: 25px;
}


.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: 25px !important;
}


.form-definition-cont .select2-container
{
	height: 38px;
}


.form-definition-cont .select2-container .select2-selection__rendered
{
	height: 38px !important;
	background-color: var(--bs-body-bg) !important;
	border-radius: var(--bs-border-radius);
	border: var(--bs-border-width) solid var(--bs-border-color);
	font-size: 1rem;
}


.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 !important;
	border: 0 !important;
}

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


.bootbox-form .select2-container .select2-selection__rendered
{
	height: 38px !important;
	background-color: var(--bs-body-bg) !important;
	border-radius: var(--bs-border-radius);
	border: var(--bs-border-width) solid var(--bs-border-color);
	font-size: 1rem;
}

.select2-dropdown
{
	/*z-index: 2000;*/
}

