.alert-container-class {
  /* box-shadow: 0px 0px 10px #aaa;*/
  /* border-radius: 20px; border: 2px solid #0071ba;*/
}

.swal2-popup {
  background-color: white;
  /*box-shadow: 0px 0px 10px #aaa;*/
  border-radius: 20px;
  border: 2px solid #0071ba;
  font-family: sans-serif;
}

.alert-title-class {
  color: rgb(0, 0, 0);
  font-weight: 500 !important;
  font-size: 18px;
}

.alert-text-class {
  color: #333333;
}

.alert-confirm-button-class {
  /* background-color: #00ff00;
    color: #ffffff;*/

  background-color: #0071ba !important;
  color: white !important;
  padding: 5px 12px;
  margin: 8px;
  margin-right: 0px;
  border: 2px solid white !important;
  cursor: pointer;
  width: 240px;
  border-radius: 8px !important;
  height: 50px;
  font-size: 18px !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  text-shadow: 1px 1px 4px black !important;
  box-shadow: 1px 1px 1px #0a2d47 !important;
}

.alert-cancel-button-class {
  margin-left: 30%;
  /* background-color: #ff0000;
    color: #ffffff;*/
  background-color: rgb(231, 71, 71) !important;
  color: white !important;
  padding: 5px 12px;
  margin: 8px;
  margin-right: 0px;
  border: 2px solid white !important;
  cursor: pointer;
  width: 240px;
  border-radius: 8px !important;
  height: 50px;
  font-size: 18px !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  text-shadow: 1px 1px 4px black !important;
  box-shadow: 1px 1px 1px #0a2d47 !important;
}

.swal2-actions > button {
  text-shadow: none !important;
}
