#modalAlert { padding: 0; z-index: 99999; }
#modalAlert .modalBody { padding: 0; border-radius: 16px; overflow: hidden; height: auto; }
#modalAlert .modalBody .bodyContent { padding: 40px 20px; display: flex; flex-direction: column; gap: 40px; background-color: white; }
#modalAlert .modalBody .bodyContent .alertTitle { font-size: 24px; color: #282e32; line-height: 30px; font-weight: bold; text-align: center; }
#modalAlert .modalBody .bodyContent .message { font-size: 18px; color: #7d889f; line-height: 24px; font-weight: normal; text-align: center; }
#modalAlert .modalBody .bodyFooter { font-size: 24px; color: #282e32; line-height: 30px; font-weight: bold; text-align: center; }
#modalAlert .modalBody .bodyFooter .btn { font-size: 18px; line-height: 22px; height: 54px; padding: 16px 20px; border-radius: 0; }
#modalAlert .modalBody .bodyFooter .btnOkay { color: white; background-color: #8356ff; }
