/* This file is reserved for overriding and extending the template styles. */

.select2-container--bootstrap4 .select2-results__group {
    color: #3f8be1;
    font-weight: bold;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* Optional: Style the options within a group to be indented */
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
    padding-left: 18px;
}
