<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nf-before-form-content,
.nf-form-title,
.nf-mp-header {
    display: none;
}

.it-page-section .it-page-section .card.has-bkg-grey {
    background-color: #fff;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.it-page-section .it-page-section .card .form-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cmp-input:first-child {
    margin-top: 0rem !important;
}

.cmp-input:last-child {
    margin-bottom: 0rem !important;
}

.modal.mieifile-modal {
    z-index: 99999;
}

.modal.mieifile-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
    height: 100%;
}

.modal.mieifile-modal .modal-title {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
    padding: 1.125rem 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #455a64;
    margin-bottom: 4.375rem;
}

@media (min-width: 768px) {
    .modal.mieifile-modal .modal-title {
        box-shadow: none;
        justify-content: space-between;
        line-height: 1.1;
    }
}

@media (min-width: 576px) {
    .modal.mieifile-modal .form-group {
        gap: 1.67rem;
        padding-left: 1.33rem;
        padding-right: 1.33rem;
    }
}

.modal.mieifile-modal .form-group {
    display: flex;
    align-items: flex-end;
    gap: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.modal.mieifile-modal .modal-body{
    min-height: 100vh;
    height: 100%;
}</pre></body></html>