.main-header {
    z-index: 1000 !important;
}

.help-block {
    color: #a94442;
    display: block;
}

.error-message .help-block {
    display: block;
}

.flag-text {
    margin-left: 10px;
}

.has-success > input {
    border-color: #28a745;
}

.has-error > input {
    border-color: #dc3545;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + .5rem + 2px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    line-height: 1.3;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .5rem + 2px);
}

/* 
default if 1050, this is when membership modal is also visible to make ubo above it 
it's also not 1051.. because the select2 dropdown uses 1051 :-)
*/
#modal-new-ubo {
    z-index: 1052; 
}

.uppy-Dashboard-Item-preview {
    display: none !important;
}

#table-mpans td {
    padding: 0.5rem;
}

/* readonly inputs don't look great with default background */
.flatpickr-input {
    background-color: #ffffff !important;
}