:root {
    --phoenix-navbar-top-height: 3rem !important;
}
.form-label {
    font-size: 0.8rem;
    padding-bottom: 4px;
    font-weight: 800;
}

.alert.animated {
    z-index: 1000000 !important;
}

.part_ok {
    background: green !important;
}

table tr.text-white td {
    color: white !important;
}

.select2-selection__rendered, .select2-results__option {
    font-size: 0.8rem !important;
    color: #31374a !important;
    font-weight: 600 !important;
    padding: 0.2rem 0 0 0.3rem !important;
}

.select2-results__option {
    padding: 0.5rem 0 0.5rem 0.3rem !important;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f9fa !important;
    color: #31374a !important;
}