<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* sweealert */
.swal2-popup {
    border: none!important;
    border-radius: 0!important;
    background: #000!important;
    color: #fff!important;
	width: 800px!important;
}
.swal2-close {
    position: unset!important;
    border: 1px solid #999999!important;
    border-radius: 100%!important;
}
.swal2-styled.swal2-confirm {
    display: none !important;
}

</pre></body></html>