:root {
  --bs-primary: #0051BB !important;
  --bs-primary-rgb: 0, 81, 187 !important;
}


.select2-container .select2-selection--single {
    font-size: 12px;
}
.select2-container .select2-selection--multiple {
    font-size: 12px;
}
.select2-container .select2-results__option {
    font-size: 12px;
}

