<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1:not(.site-title):before, h2#swal2-title:before {
  content: "" !important;
  height: 0;
}
.swal2-popup .swal2-title {
	font-weight: normal !important;
	font-size: 21px !important
}
button.swal2-confirm.swal2-styled {
    font-size: 14px !important;
    padding: 5px 25px !important;
}
.swal2-show {
    border: none !important;

}
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .swal2-popup {
	    width: auto !important;
	}
}
</pre></body></html>