<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*dialog {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    width: fit-content;
    height: auto;*/

    /*bottom: 0;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, .50);
    padding: 1em;
    background-color: rgba(44, 116, 160, 1);
    color: white;
    text-shadow: 0 0 0 rgba(0,0,0,0.230);
    display: inline-block;
    isolation: isolate;
    filter: drop-shadow(-1.5px -0.5px rgba(255, 255, 255, 0.70)) drop-shadow(2.5px 2.5px rgba(0,0,0, 0.75));
}

    dialog:not([open]) {
        display: none !important;
    }

    dialog + .backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
    }

._dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

dialog.fixed {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
}*/
</pre></body></html>