/* #modalStoreReservation { } */
#modalStoreReservation .modalBody { gap: 15px; height: auto; max-width: 600px; }
#modalStoreReservation .modalBody .messages { font-size: 15px; min-height: 100px; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

#modalStoreReservation .modalBody .buttons { display: flex; flex-direction: row; gap: 10px; justify-content: flex-end; }
#modalStoreReservation .modalBody .buttons .btnClose { height: 30px; width: 120px; text-decoration: none; color: #666; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #eee; border-radius: 4px; }
#modalStoreReservation .modalBody .buttons .btnReserve { height: 30px; width: 120px; text-decoration: none; color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #3380ec; border-radius: 4px; }
