<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zr-modal.fade.in {
        top: 50%;
}
.modal.fade {
        transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.fade.in {
        opacity: 1;
}
#idAlertDialogPrompt {
    background-color: #333CCC;
}
#idAlertDialogTitle &gt; h4 {
    text-align: center;
}

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