/* SweetAlert2 styles for popup */
.swal2-popup .swal2-title {
  font-size: 2rem;
  font-weight: bold;
}
.swal2-popup .swal2-html-container {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}
.swal2-popup .swal2-actions .swal2-styled {
  min-width: 160px;
  font-size: 1.1rem;
  padding: 0.75em 2em;
}
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #008c3c !important;
}
.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #d33 !important;
}
.swal2-popup .swal2-html-container a {
  color: #1565c0 !important;
  text-decoration: underline;
}
.swal2-popup .swal2-icon.swal2-warning {
  border-color: #f5b041 !important;
  color: #f5b041 !important;
} 