.important-label small {
    color: red;
    font-weight: bold;
}

.block-border {
    border-radius: 0;
    /* Removes rounded corners */
    border: 0.5px solid #999;
    /* Optional: Thickens the border and makes it black */
}

/* Style for the default state */
.select2-container--default .select2-selection--single {
    border: 0.5px solid #999 !important; /* Always show a solid black border */
    border-radius: 0; /* Remove rounded corners */
}

/* Optional: Style for focus and hover to keep it consistent */
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    border: 0.5px solid #999 !important; /* Ensure the border remains solid */
}
