<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*Form Popup  --------------------------------------------------------------------*/
.modal-fullpopup {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #36363640;
    z-index: 9999;
    padding: 3px;
}

    .modal-fullpopup .storelo {
        font-size: 1.1em; 
        font-weight: bold;
        margin-bottom: 0px;
        color: #000;
    }
    .modal-fullpopup .well {
        border-radius: 5px;
    }

    .modal-fullpopup .profile-user-info {
        font-size: 12px;
        margin: 0px;
    }

    .modal-fullpopup .profile-info-name {
        padding: 3px 10px 3px 4px;
    }

    .modal-fullpopup .profile-info-value {
        padding: 3px 4px 3px 6px;
    }

    .modal-fullpopup .close {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 999;
        cursor: pointer;
    }

    .modal-fullpopup footer {
        padding: 10px;
       /* border-top: 1px solid #dee2e6;*/
    }



.modal-fullpopup-page-header {
    margin: 0 0 8px;
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 10px;
    padding-top: 7px;
}

    .modal-fullpopup-page-header h1 {
        padding: 0;
        margin: 0 8px;
        font-size: 20px;
        font-weight: lighter;
        color: #626365;
    }

        .modal-fullpopup-page-header h1 small {
            margin: 0 6px;
            font-size: 12px;
            font-weight: normal;
            color: #a2a3a7;
        }

.modal-fullpopup .nav-tabs &gt; li &gt; a {
    width: 110px;
}

.modal-fullpopup .btn.btn-app.btn-xs {
    font-size: 12px;
}

@media (min-width: 769px) {
    .modal-dialog {
        max-width: 800px; 
    }
}

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