/* Custom CSS to style the alert container */
#alertContainer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.alert {
  font-size: 0.8rem; /* Adjust as needed */
}

.alert button {
  font-size: 0.7rem; /* Adjust as needed */
}