#lms-iframe-popup {
    position: fixed;
    top: 0em;
    left: 0em;
    bottom: 0em;
    right: 0em;
    padding: 3em;
    background-color: rgba(0,0,0,0.8);
    z-index: 890;
    display: none;
  }
  
  #lms-iframe-top {
    background-color: var(--joe-bg-color);
    border: 1px solid var(--joe-text-color);
  }
  
  #lms-iframe-popup-close {
    float: right;
    margin-right: 1em;
    font-size: 1em;
  }
  
  #lms-iframe {
    width: 100%;
    height: 95%;
    border: 1px solid var(--joe-text-color);
  }
  
  #lms-iframe-popup a {
    line-height: 2em;
    font-size: 1.5em;
    margin-right: 0.5em;
    margin-left: 1em;
  }
  
  .no-scroll {
    overflow: hidden;
  }