.clear-input {
    all: unset;
    max-width: 250px;
    font-size: 16px;
    color: black;
    text-align: center;
}
.editable {
    text-align: center;
    border: none;
    outline: none;
    width: 100%;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

.edit-link {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9999;
}
input::placeholder {
    color: black;
    font-weight: 500;
}
.is-invalid {
    border-bottom: 1px solid red !important; /* Підкреслення знизу */
}
#student_search_results {
    max-height: 150px;
    overflow-y: auto;
    margin-top: 5px;
}

.list-group-item {
    cursor: pointer;
}
.fc .fc-daygrid-event-dot.fc-daygrid-event-dot-blue {
    border-color: #006fff !important; /* Підвищення пріоритету */
}
