.custom-popup {
  width: 100% !important;
  max-width: 600px;
}

.custom-title {
  font-size: 24px;
}

.custom-content {
  font-size: 18px;
  padding-top: 20px;
}

.swal2-link {
  text-decoration: underline;
  color: #3085d6;
}

.custom-confirm-button {
  font-size: 1.6rem !important;
  width: 90px !important;
  height: auto !important;
  padding: 0.6rem 0 !important;
  background-color: #3085d6 !important;
  color: white !important;
}