/* Redirect page */
.redirect-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.iframe-page,
.dashboard-embed-page {
  width: 100%;
  height: 100%;
}

.app-embed-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

body.fullscreen-page {
  overflow: hidden;
}

.app-shell.fullscreen-page .app-header {
  display: none;
}

.app-shell.fullscreen-page #app-content {
  padding: 0;
  overflow: hidden;
  background: var(--bg);
}
