
.is-invalid+.select2-container--bootstrap-5 .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5 .select2-selection {
    border-color: #fa896b;
    padding-right: calc(1.5em + 16px);
	font-family: inherit;
	color: #5A6A85;
} 
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
	font-size: 0.875rem;
    line-height: 1.5;
    color: #5A6A85;
}
.is-valid+.select2-container--bootstrap-5 .select2-selection, .was-validated select:valid+.select2-container--bootstrap-5 .select2-selection {
    border-color: #13DEB9;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 7px;
    line-height: 1.5;
    color: #5A6A85;
    background-color: #fff;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #DFE5EF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   /* border-radius: 0.25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
	color: #5A6A85;
}
.select2-container--bootstrap-5 .select2-selection {
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: var(--bs-border-width) solid #DFE5EF;
    border-radius: 7px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.35em 0.65em;
    margin-right: 0.375rem;
    /* margin-bottom: 0.375rem; */
    font-size: 1rem;
    color: #212529;
    cursor: auto;
    border: 1px solid #13DEB9;
    border-color: #13DEB9;
    border-radius: 0.25rem;
}
hr {
    border-top: 2px solid #19325B;
    margin: 0;
}

