<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swal2-popup {
    color: var(--text);
    background: var(--canvas) !important;
    border-radius: var(--radius);
}

.swal2-container .swal2-html-container {
    text-align: left;
}

.swal2-actions {
    width: calc(100% - 50px);
}

.body[dir=rtl] .swal2-container .swal2-html-container {
    text-align: right;
}</pre></body></html>