<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cmm-modal {
    display: none;
    z-index: 998;
}

.cmm-modal .ui-widget-header {
    background: none;
    border: 0;
}

.cmm-modal-title {
    font-size: 28px;
    margin: 0 0 10px 0;
    text-align: center;
}

.cmm-modal-description {
    font-size: 14px;
}

.cmm-modal-div-input {
    margin: 10px 0 10px 0;
}

.cmm-modal-div-input input {
    margin: 0;
    padding: 10px;
}

.cmm-modal-div-input label .cmm-modal-required {
    color: red;
}

.cmm-modal-submit {
    margin: 0;
}</pre></body></html>