/* Global Select2 Height Fix for Bootstrap 4 */
.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0 !important;
    color: #495057 !important;
}

.select2-container .select2-selection--multiple {
    min-height: calc(2.25rem + 2px) !important;
    border: 1px solid #ced4da !important;
}

/* Masjid Header Styling */
.nav-sidebar > .nav-header:first-of-type {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffc107 !important; /* Yellow/Warning */
    font-weight: bold !important;
    font-size: 1.1rem !important;
    padding: 10px 15px !important;
    border-radius: 4px;
    margin: 10px 5px !important;
    text-align: center;
    border: 1px solid rgba(255, 193, 7, 0.2);
}