.select2-results__options>li {
    font-size: 15px;
    font-weight: bold;
}

.helptext {
    font-size: 0.6rem;
    font-weight: bold;
    margin-left: 5px;
}

.errorlist-custom {
    border: #e40a0a solid;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 0.8em;
    list-style-type: circle;
}

.dark-mode {
    background-color: black !important;
    color: white !important;
}

.dark-mode-card {
    background-color: #4b3c3c !important;
    color: white !important;
}

.overdue-red {
    background-color: #e8191982 !important;
}

.overdue-yellow {
    background-color: #fbcf3370 !important;
}

.overdue-green {
    background-color: #82d61669 !important;
}

.navbar-vertical .navbar-brand-img {
    max-height: 3.5rem;
}

th.sort {
    cursor: pointer !important;
}