.swal2-popup .swal2-title {
  font-size: 15.5px !important;
}

.swal2-popup .swal2-html-container {
  font-size: 13.5px !important;
}

.swal2-popup .swal2-confirm {
  background-color: #131952 !important;
  font-size: 13.5px !important;
  min-width: 120px !important;
}

.swal2-popup .swal2-cancel {
  background-color: #dc3545 !important;
  font-size: 13.5px !important;
  min-width: 120px !important;
}

.swal2-custom-w500 {
  width: 500px !important;
}

.swal2-custom-w90perc {
  width: 90% !important;
}

.swal2-custom-left {
    text-align: left;
}