<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    color: #fff;
}

.overlay.iframe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay.iframe iframe {
    width: 60vw;
    height: 80vh;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    top: 7vh;
    left: 0;
    border-radius: 20px;
}

.modal-content {
    display: flex;
    justify-content: stretch;
}

.modal-content&gt;div {
    flex: 1;
}

.modal-content&gt;div&gt;div {
    height: 100%;
}

.modal button {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    transition: all linear .2s;
}

.av-container {
    background: #1f1f1f;
    border-radius: 20px;
    overflow: hidden;
}

.av-header {
    background-color: #000;
    padding: 20px 20px 10px 20px;
    text-align: center;
}

.av-header img {
    line-height: 0;
    width: 200px;
}

.av-content {
    padding: 20px;
}

.av-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.modal-icon-header {
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
}

.modal-content .av-content a {
    color: var(--main-color);
}

@media (max-width: 600px) {
    .modal-dialog.resubmit-news {
        width: auto;
        max-width: 100%;
        left: 0;
    }
}

@media (max-width:900px) {
    .modal .form-group {
        margin-bottom: 5px;

    }
}

@media (max-width:600px) {
    .modal .form-group {
        margin-bottom: 10px;
    }

    .modal-show {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow: hidden;
    }

    .modal-dialog {
        max-width: auto;
        margin: 1.75rem 20px;
        position: relative;
        transition: all linear .2s;
        top: 5vh;
    }

    .modal-switch .join-plan,
    .overlay:not(.modal-switch) .free-plan {
        display: none;
    }

    .modal-switch .free-plan,
    .overlay:not(.modal-switch) .join-plan {
        display: flex;
    }
}</pre></body></html>