.btn-blue-custom {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    transition: all 0.15s ease-in-out;
}

.btn-blue-custom:hover {
    background-color: #002a63;
    border-color: #002a63;
    color: #fff;
}

.btn-blue-custom:active,
.btn-blue-custom:focus {
    background-color: #001f4d;
    border-color: #001f4d;
    color: #fff;
    box-shadow: none;
}

.btn.btn-orange-custom {
    background-color: #F25922;
    border-color: #F25922;
    color: #fff;
    transition: all 0.15s ease-in-out;
}

.btn.btn-orange-custom:hover {
    background-color: #e24f1d;
    border-color: #e24f1d;
    color: #fff;
}

.btn.btn-orange-custom:active,
.btn.btn-orange-custom:focus {
    background-color: #c94418;
    border-color: #c94418;
    color: #fff;
    box-shadow: none;
}

.btn-uniform {
    min-width: 110px;      
    padding: 6px 20px;     
    font-size: 14px;
    border-radius: 5px;    
    text-align: center;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

.form-select-sm ~ .select2-container .select2-selection--single {
  height: 31px !important;
  min-height: 31px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  height: 100% !important;
  padding-left: 12px !important;
}

.form-select-sm ~ .select2-container .select2-selection__rendered {
  line-height: 29px !important;
  font-size: 0.875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}

.form-select-sm ~ .select2-container .select2-selection__arrow {
  height: 29px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529 !important; 
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6c757d !important;
}
.colorblue {
  color: #003580;
}

.app-sidebar .brand-link .brand-text {
    color: #003580 !important;
}

body.dark-mode .app-sidebar .brand-link .brand-text {
    color: #ffffff !important;
}

html[data-bs-theme="dark"] .app-sidebar .brand-link .brand-text {
    color: #ffffff !important;
}