    /* Select2 custom styles for solid white background */
    .select2-container--default .select2-selection--single { background: #fff; border: 1px solid var(--th-dark-brown, #5c2018); height: 58px; border-radius: .375rem; padding-top: 15px;}
    .select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--th-dark-brown, #5c2018); line-height: 28px; font-weight: bold;}
    .select2-dropdown { background: #fff; color: var(--th-dark-brown, #5c2018); border: 1px solid var(--th-dark-brown, #5c2018); }
    .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--th-dark-brown, #5c2018); color: #fff;}
