/* add-reservation-admin.css */

#add-reservation-calendar-container {
    margin-top: 20px;
}

#add-reservation-calendar {
    width: 100%;
    border-collapse: collapse;
}

#add-reservation-calendar th,
#add-reservation-calendar td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    width: 14.28%;
}

#add-reservation-calendar th {
    background-color: #f4f4f4;
}

#add-reservation-details {
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.slot-item {
    margin-bottom: 10px;
}

.unit-input input[type="number"] {
    width: 60px;
    margin-left: 5px;
}
