<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-image: url("/static/pics/wixoss_bg.gif");
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  background-size: auto;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
}

.modal-content{
  /* background: url("/static/pics/BG.jpg") no-repeat center center fixed;
  background-size: cover; */
  background-color: #F9F9F9;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 20px,
    #E0E0E0 22px
    );
}

.modal-fullscreen .modal-content {
    border-radius: 0;
    margin: 0;
    width: 100vw;
    max-width: 1320px;
    min-height: 100vh;
    height: 100vh;
    box-shadow: none;
    border: none;
    padding: 0;
    overflow: hidden;
}
.modal-fullscreen .modal-body {
    height: 100vh;
    overflow-y: auto;
    padding: 0;
}

.modal-body {
  border-radius: 5px;
  margin-bottom: 10px;
}


.modal-dialog {
    max-width: 1480px;
    width: 95%;
    margin: 20 0 0 20;
    padding: 0;
}

.modal-content {
    width: 100%;
}</pre></body></html>