.swal2-popup .swal2-title {
  font-size: 15.5px !important;
  text-align: left !important;
}

.swal2-popup .swal2-html-container {
  font-size: 13.5px !important;
  transition: 0.2s !important;
  text-align: left !important;
}

.swal2-popup .swal2-confirm {
  background-color: var(--eh-color-blue) !important;
  border: 1px solid var(--eh-color-blue) !important;
  font-size: 13.5px !important;
  min-width: 120px !important;
}
.swal2-popup .swal2-confirm:hover {
  background-color: #025da7 !important;
}

.swal2-popup .swal2-cancel {
  background-color: #fff;
  color: var(--eh-color-blue) !important;
  border: 1px solid var(--eh-color-blue) !important;
  font-size: 13.5px !important;
  min-width: 120px !important;
}

.swal2-popup .swal2-cancel:hover {
  background-color: var(--eh-color-blue) !important;
  color: #fff !important;
}

.swal2-custom-w500 {
  width: 500px !important;
}

.swal2-custom-w90perc {
  width: 90% !important;
}

.swal2-custom-left {
    text-align: left;
}

.swal2-left-wrapper {
  text-align: right;
}

.swal2-sm-width {
  max-width: 500px !important;
}

.swal2-md-width {
  max-width: 700px !important;
}

.swal2-lg-width {
  max-width: 1000px !important;
}

.swal2-actions {
  justify-content: flex-end;
  width: 95%;
}

.swal2-title {
  text-align: left;
}