#overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
}

#modal {
    position: absolute;
    background: #fff;
    z-index: 9999;
    border: 1px solid #666;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    padding: 2.5rem 1rem 1rem 1rem;
}

#jscontent {
    width: 100%;
    height: 100%;
}

#jscontent iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
.clickable {
  cursor: pointer;
  font-weight: bold;
  color: red;
}
.erdk {
    display: none;
}