<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* modal style */
.modal-content {
    background-color: rgb(255 255 255 / 0%) !important;
        border: 0px solid rgb(255 255 255 / 0%) !important;
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 50%;
}

.close {
    float: right;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    color: #f00;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
</pre></body></html>