#lms-iframe-popup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em !important;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 890;
  display: none;
}

#lms-iframe-popup {
  z-index: 10001;
}

#lms-iframe-top {
  background-color: var(--wjs-bg-color);
  border: 1px solid var(--wjs-text-color);
  max-width: 1200px;
  margin: 0 auto;
  width: 100% !important;
}

#lms-iframe-top span { 
  font-size: 20px; 
  margin-left: 0.5em;
}

#lms-iframe-popup-close {
  float: right;
  font-size: 1em;
  background-color: var(--wjs-text-color);
  margin: 0px !important;
  padding: 5px 1em;
  color: var(--wjs-bg-color) !important;
}

#lms-iframe {
  width: 100%;
  border: 1px solid var(--wjs-text-color);
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  flex-grow: 1;
}

#lms-iframe-popup a {
  line-height: 2em;
  font-size: 1.5em;
  margin-right: 0.5em;
  margin-left: 1em;
}

#lms-iframe-popup .lms-top-btn{
  margin-top: 5px;
  margin-bottom: 5px;
  padding:0px; 
  pointer-events: inherit !important;
  cursor: pointer;
  color: #000 !important;
}

#lms-iframe-popup .lms-top-btn:hover{
  color: #fff !important;
}


#lms-iframe-popup .lms-top-btn.active {
  background-color: var(--wjs-bg-color) !important;
  color: var(--wjs-text-color) !important;
}

#lms-iframe-popup .lms-top-btn.active:hover {
  color: var(--wjs-green) !important;
}

#lms-iframe-separator{
  font-size: 20px; 
  margin-left: 0.5em;
}

.no-scroll {
  overflow: hidden;
}


@media only screen and (max-width: 800px) {
  #lms-iframe-top span {
    display: none;
  }
  
   #lms-iframe-top .lms-top-btn {
    margin-right: 0px;
    margin-left: 20px !important;
  }
}

   @media only screen and (max-width: 727px) {
    #lms-iframe-top {
       display: flex;
       flex-direction: column;
       align-items: center;
       padding-bottom: 2px;
       padding-top: 3px
     }

      #lms-iframe-top .lms-top-btn {
      margin: 5px;
     }

     #lms-iframe-popup-close {
       position: absolute;
       top: 13px;
       right: 13px;
       margin: 10px;
     }

     #lms-iframe-top #lms-tasks,
     #lms-iframe-top #lms-classes,
     #lms-iframe-top #lms-articles{
       text-align: center;
       width: 40%;
       margin-left: -50px;
       margin-right: 0px;
     }

    #lms-iframe-popup a {
      font-size: 18px;
    }

   }

