.main-content {
  position: relative;
  top: 76px;
  height: calc(100vh - 76px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.main-menu-iframe {
  position: fixed;
  top:76px; 
  left: 0px; 
  border: 0px;
  padding: 0px;
  margin: 0px; 
  z-index: 98;
  height: calc(100vh - 76px);
  box-shadow: -1px 0px 0px 0px #E5E5E5;
  width: 280px;
  overflow: hidden;
  transition: width .5s;
  background-color: transparent;
}

.main-menu-iframe.menu-flod {
  width: 0px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .main-content {
    top: 58px;
    height: calc(100vh - 58px); 
    padding-bottom: 100px;
  }
  .main-menu-iframe {
    top: 58px;
    height: calc(100vh - 58px);
  }
}
@media screen and (min-width: 1200px) {
  .main-content::-webkit-scrollbar {
    width: 8px;
  }
  .main-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c1c1c1;
  }
  .main-content::-webkit-scrollbar-track {
    background-color: #EEEEEE;
  }  
}

.downpdf {
    color:#107FFF;
}