.tui-full-calendar-weekday-schedule {
    display: flex;
}

.tui-full-calendar-weekday-schedule-title {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.tui-full-calendar-weekday-schedule-title input {
    min-width: 1.3rem;
    min-height: 1.3rem;
}

.tui-full-calendar-weekday-grid-more-schedules {
    color: red !important;
    background-color: antiquewhite;
    padding: 1px;
    border-radius: 8px;
}