main {
  background: #f6f7fb;
  height: calc(100vh - 76px);
}

iframe {
  border: 0;
  box-shadow: none;
  width: 100vw;
  height: 100%;
}

.iframe-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #f6f7fb;
}

@media (max-width: 991.98px) {
  main {
    height: calc(100vh - 68px);
  }
}
