.swal2-notification .swal2-popup {
  padding: 16px 16px 20px 16px;
  outline: 1px solid #ccd9e5;
  border-radius: 8px;
  font-family: "IBM Plex Sans", "Arial", sans-serif;
  max-width: 368px;
}

.swal2-notification-wide .swal2-popup{
  max-width: unset;
}

.swal2-notification .swal2-close {
  display: none;
}

.swal2-notification .swal2-icon {
  display: none;
}

.swal2-notification .swal2-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  padding: 0px 0px 8px 0px;
}

.swal2-confirmation .swal2-title {
  border-bottom: 1px solid rgba(204, 217, 229, 1);
}

.swal2-error .swal2-title {
  color: rgba(255, 103, 17, 1);
  border-bottom: 1px solid rgba(255, 103, 17, 1);
}

.swal2-notification .swal2-html-container {
  font-size: 13px;
  line-height: 1.2;
  margin: 32px 0px 24px;
  font-weight: 500;
  padding: 0px 12px;
  overflow: visible;
}

.swal2-notification .modal__custom .swal2-html-container {
  margin-top: 0px;
}

.swal2-notification .swal2-actions{
  margin: 0px;
  padding-bottom: 0px;
}

.swal2-notification .swal2-actions .swal2-styled {
  margin: 8px 8px 0px;
  font-size: 15px;
  padding: 8px 38px;
  border-radius: 8px;
}

.swal2-notification .swal2-actions .swal2-styled:focus {
  box-shadow: unset;
}

.swal2-notification .swal2-actions .swal2-styled:hover{
  background-image: unset;
}

.swal2-notification .swal2-actions .swal2-cancel {
  background-color: rgba(224, 231, 238, 1);
  color: rgba(142, 162, 181, 1);
  border: rgba(224, 231, 238, 1) 1px solid;
}

.swal2-notification .swal2-actions .swal2-cancel:hover {
  color: #008cea;
  background-color: rgba(255, 255, 255, 1);
  background-image: none !important;
  transition: color 0.3s, background-color 0.3s;
}

.swal2-notification .swal2-actions .swal2-confirm{
  background-color: #008cea;
  color: #ffffff;
  border: #008cea 1px solid;
}

.swal2-notification .swal2-actions .swal2-confirm:hover {
  color: #008cea;
  background-image: none !important;
  background-color: rgba(255, 255, 255, 1);
  transition: color 0.3s, background-color 0.3s;
}

.modal__custom_iframe .swal2-popup{
  grid-template-rows: 50px auto;
}

.swal2-notification .form__row__error{
  color: red;
  text-align: left;
  margin-top: -10px;  
}