#modalAlert { z-index: 10000; }
#modalAlert .modalBody { gap: 15px; height: auto; max-width: 600px; }
#modalAlert .modalBody .message { font-size: 14px; padding: 15px 0; }
#modalAlert .modalBody .message strong { font-size: 14px; font-weight: 700; }

#modalAlert .modalBody .buttons { display: flex; flex-direction: row; gap: 10px; justify-content: flex-end; }
#modalAlert .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; }
#modalAlert .modalBody .buttons .btnReserve { height: 30px; width: 120px; text-decoration: none; color: #375af96e; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #375af96e; border-radius: 4px; }



#messages_area { display: none; }