.container {
    padding: 20px;
    font-family: Arial, sans-serif;
}
.picker {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    width: 250px;
}
.day-select {
    margin-bottom: 15px;
    max-height: 150px;
    overflow-y: auto;
}
.day-option {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.day-option:hover {
    background-color: #f0f0f0;
}
.time-slots {
    max-height: 150px;
    overflow-y: auto;
}
.time-slot {
    padding: 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.time-slot:hover {
    background-color: #f0f0f0;
}
.selected-date-time-option {
    background-color: #007bff;
    color: white;
}
.today {
    font-weight: bold;
}
.selection-display {
    margin-top: 15px;
    background-color: #ccc;
}

#itemReservationForm header {
    margin: 0px 14px 0 !important;
}

#itemReservationForm fieldset {
    padding: 10px 10px 5px !important;
}