/* alert */

body.swal2-shown.swal2-height-auto {
  padding-right: 0 !important;
}

.swal2-popup {
  padding: 50px 40px;
  border-radius: 20px;
  max-width: 640px;
  width: auto;
}

.swal2-title {
  display: block;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
  color: #242940;
  letter-spacing: -.05rem;
  padding-top: 0;
  padding-bottom: 10px;
}

.swal2-html-container {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.swal2-actions {
  width: 100%;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}

.swal2-styled {
  flex: 1 0 0%;
  color: #f4f7f9 !important;
  font-size: 1.6rem !important;
  font-weight: normal;
  letter-spacing: -.05em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 26px;
  margin: 0px 5px;
  line-height: 60px;
  border-radius: 10px !important;
  background: linear-gradient(180deg, rgba(65,102,249,1) 0%, rgba(21,66,248,1) 100%) !important;
  white-space: nowrap;
}

.swal2-cancel, 
.swal2-btn-gray {
  background: linear-gradient(180deg, rgba(153,161,166,1) 0%, rgba(124,136,142,1) 100%) !important;
}

.swal2-deny, 
.swal2-btn-outline-blue {
  background: #fff !important;
  border: 1px solid #3159f9 !important;
  color: #3159f9 !important;
}

.swal2-btn-dark {
  background: linear-gradient(180deg, rgba(59,61,63,1) 0%, rgba(8,10,13,1) 100%) !important;
}

.swal2-btn-sm {
  font-size: 1.4rem !important;
  line-height: 49px;
  height: 50px;
}


.swal2-footer {
  border: none;
}

.swal2-footer a {
  font-size: 1.4em;
  font-weight: bold;
  color: #1560FD;
  text-decoration: underline;
}


/* toast */

.swal2-toast-popup {
  border-radius: 10px;
  padding: 10px 20px !important;
}

.swal2-toast-title {
  font-size: 1.4rem !important;
}

.swal2-toast-bar {
  background: #1560FD;
}

.swal2-toast-bar-error {
  background: #C02933;
}

@media screen and (max-width: 768px)
{
  .swal2-container.swal2-center>.swal2-popup {
    max-width: 100%;
    padding: 30px;
  }

  .swal2-title {
    font-size: 1.8rem;
  }

  .swal2-title br {
    display: none;
  }

  .swal2-styled {
    margin-bottom: 5px;
  }
}