<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;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/

.ninja-forms-cont {
    overflow: auto;
}

.ninja-forms-form-wrap {
    overflow: auto;
}

.nf-modal {
    background: rgba( 0,0,0,0.3);
/*    background: #fff;*/
    display: none;
    width: 90%;
    max-width: 700px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    z-index: 9999 !important;
    overflow: auto;
}

.nf-modal-content {
    background: #fff;
    border-radius: 10px;
    background:#fff;
    padding: 15px;
/*    max-height: 100%;*/
    overflow: auto;
}

.nf-modal a.close-modal {
    background: #fff;
    border-radius: 15px;
    color: #000;
    content: '\00d7';
    font-family: Arial, sans-serif;
    font-size: 30px;
    line-height: 18px;
    padding: 5px;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
/*    width: 30px;
    height: 30px;*/
/*  text-indent: -9999px;*/
/*  background: url(close.png) no-repeat 0 0;*/
}
.nf-modal a.close-modal:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
/*  background: url(spinner.gif) #111 no-repeat center center;*/
  border-radius: 8px;
}
/*.modal {
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    width: 500px;
    z-index: 9 !important;
}*/



.jquery-modal {
    z-index: 9998 !important;
}</pre></body></html>