label {
    font-weight: normal;
}

.requiredField {
    font-weight: bold;
}

.select2-container--bootstrap-5.select2-container--readonly .select2-selection,
.select2-container--bootstrap-5.select2-container--readonly.select2-container--focus .select2-selection {
    color: var(--bs-tertiary-color);
    cursor: default;
    background-color: var(--bs-secondary-bg-subtle);
    border-color: var(--bs-border-color);
    box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--readonly .select2-selection--single .select2-selection__clear,
.select2-container--bootstrap-5.select2-container--readonly .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap-5.select2-container--readonly
    .select2-selection--multiple
    .select2-selection__choice
    .select2-selection__choice__remove,
.select2-container--bootstrap-5.select2-container--readonly .select2-selection--multiple .select2-search {
    display: none;
}
