label.form-label {
    margin-right: 1em;
    float: right;
}

input.form-input-width-m {
    width: 6em;
}

.work-time-interval {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align items to the left */
    margin-bottom: 10px;
    padding: 0; /* Remove any padding */
    list-style: none; /* Remove default list styling */
}

.work-time-interval > div {
    margin-right: 10px;
}
.remove-item {
    margin-left: 10px;
}

.form-list {
    padding-inline-start: 0;
    padding-inline-end: 20px;
}

.form-error {
    font-size: x-small;
    list-style-type: none !important;
}

.fc .fc-timegrid-slot {
    height: 4.2em !important;
    line-height: 4.2em !important;
    border-bottom: 0 !important;
}

.fc .fc-timegrid-slot.fc-scrollgrid-shrink {
    height: 1.5em !important;
    line-height: 1.5em !important;
    border-bottom: 0 !important;
}