#errorModal.modal, #successModal.modal {
  display: none;
  position: fixed !important;
  z-index: 99 !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  background-color: rgb(0 0 0 / 75%) !important;
}

#errorModal.modal .modal-content, #successModal.modal .modal-content {
  background-color: #fefefe !important;
  padding: 20px !important;
  border: 1px solid #888 !important;
  width: 80% !important;
  max-width: 600px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#errorModal.modal h2, #successModal.modal h2 {
  color: black !important;;
}

.ufooter {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.ufooter li {
  margin: 0;
}


.ufooter li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

#footer {
  flex-shrink: 0;
  padding: 1% 10%;
  font-size: 12px;
  background: rgb(15 15 15 / 85%);
  color: white;
  text-align: center;
}

#footer img {
  width: 125px;
  margin: 0 auto;
}

#footer a {
  color: white;
  border-bottom: 1px solid transparent;
}

#footer a:hover {
  color: white;
  border-bottom: 1px dotted white;
}

@media (max-width: 767px) {

  .modal h2 {
      font-size: 1.2rem;
      color: Black;
  }

  .modal-content p {
    font-size: 18px;
    margin: 10px;
  }

  .modal .roundbtn, .modal button {
    margin: 0 auto;
  }
}
