/* SELECT2 */

.select2-dropdown--below {
    z-index: 10052;
    border: 1px solid #c8d3ff !important;
    border-radius: var(--bs-border-radius);
}

.select2.select2-container {
    width: 100% !important;
    border: 1px solid #c8d3ff;
    border-radius: var(--bs-border-radius);
}
#dropdownparentselect2>.select2-container.select2-container--bootstrap.select2-container--open {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
}

.select2-results__option[aria-disabled=true] {
	background-color: rgba(255, 0, 0, 0.85);
	color: #fff !important;
	pointer-events: none;
	cursor: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 1rem;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c8d3ff !important;
    border-radius: var(--bs-border-radius);
}

.select2-container .select2-selection--single {
    background-color: var(--bs-input-bg);
    border: 1px solid var(--bs-border-color);
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--bs-primary-text-emphasis) !important;
}