body.swal2-height-auto {
  height: 100% !important;
  font-family: "Montserrat", sans-serif;
  color: rgba(28, 45, 86, 1);
}
.swal2-container.swal2-center > .swal2-popup {
  width: 740px;
  border-radius: 20px;
}
.swal2-image {
  margin-top: 64px;
}

.swal2-title {
  font-size: 40px;
  color: rgba(0, 174, 239, 1);
}

.swal2-html-container {
  max-width: 400px;
  font-size: 25px;
  line-height: 30px;
  margin-inline: auto;
}

.swal2-styled.swal2-confirm {
  color: rgba(0, 174, 239, 1);
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 700;
}

/*.swal2-styled.swal2-confirm:focus {*/
/*}*/

.swal2-styled.swal2-confirm:hover {
  background: transparent !important;
  opacity: 0.7;
}

.swal2-styled.swal2-confirm:before {
  content: "";
  width: 24px;
  height: 11px;
  display: inline-block;
  background-image: url("assets/images/backarrow.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
}

.swal2-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 18px;
  height: 18px;
  background-image: url("assets/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.swal2-close:hover {
  background-image: url("assets/images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.error-title,
.swal2-confirm.error-btn.swal2-styled {
  color: #f27474;
}

@media screen and (max-width: 1000px) {
  .swal2-title {
    font-size: 35px;
    line-height: 40px;
  }

  .swal2-html-container {
    font-size: 20px;
    line-height: 25px;
  }
}
