.search-bar {
    color: #333333 !important;
    border-bottom: 0 !important;
    text-align: start;
    font-size: 20px !important;
}

.search-bar::placeholder {
    color: #333333 !important;
}

.slot-cell {
    font-size: 20px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    height: fit-content;
}

.search-cell {
    display: inline;
    border-radius: 4px;
    margin-inline-end: 12px;
    margin-inline-start: 12px;
    margin-top: 8px;
    text-align: start;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: white;
    font-size: 14px;
    width: 85%;
}

.search-cell-text {
    font-size: 14px;
    opacity: 0.7;
    width: 15%;
    text-align: center;
    display: inline;
    color: #333333;
}

.today-week-day-style {
    width: 36px;
    height: 36px;
    color: white;
    background-color: #007aff;
    border-radius: 36px;
    padding-top: 5px;
    margin-inline-start: 3px;
}

.today-month-style {
    color: #007aff;
}

.new-day-group {
    margin-top: 20px;
}

.empty-state-separator {
    box-shadow: inset 0 -0.5px 0 0 #d1d1d6;
}

.list-separator {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.26);
}
