/* Color theme */
.primary {
    background-color: #003366; /* Navy Blue */
    color: #ffffff; /* White text */
}

.secondary {
    background-color: #99ccff; /* Light Blue */
}

.neutral {
    background-color: #f2f2f2; /* Light Gray */
}

.contrast {
    color: #ffffff; /* White text for contrast */
}

.main-content {
    background-color: #ffffff; /* White background for content */
}

.footer {
    background-color: #003366; /* Navy Blue */
    color: #ffffff; /* White text */
}


.select2-container .select2-selection--single {
            height: 38px;
        }
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 38px;
        }
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 38px;
        }