li.select2-selection__choice[title="(Nobody)"] {
    background-color: #e65252 !important;
    border-color: #e65252 !important;
}

li.select2-selection__choice[title="(All Staff)"] {
    background-color: #5bc45b !important;
    border-color: #5bc45b !important;
}

.select2-container {
    width: 100% !important;
}

.pagination2 {
    margin-top: 20px;
    text-align: center;
}

.pagination2 a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    background-color: #f5f5f5; /* Fondo gris claro para enlaces inactivos */
    color: #3498db; /* Texto azul celeste para enlaces inactivos */
    text-decoration: none;
    border-radius: 4px;
}

.pagination2 a.active {
    background-color: #3498db; /* Fondo azul celeste para página activa */
    color: #fff; /* Texto blanco para página activa */
}

.pagination2 a:hover {
    background-color: #3498db; /* Fondo azul celeste en hover */
    color: #fff; /* Texto blanco en hover */
}

.button-right {
    float: right;
    margin-right: 5%;
    margin-bottom: 10px;
}

.flex-div {
    display: flex;
    flex-wrap: wrap;
}

.flex-div > * {
    width: 30%;
}

.width-100 {
    width: 100%;
}

.form-group .staff-positions > * {
    width: 33%;
}

.f1 > *, .f2 > *, .f3 > * {
    width: 100%!important;
}

#diff_hours {
    z-index: 1;
}

.english_level_select {
    width: 150px;
}

.max-width-200 {
    max-width: 200px !important;
}
