@import '../style.css';
iframe {
  width: 100%;
  height: 100%;
}

.card {
  height: calc(100vh - 1rem - 56px);
}
.card button.btn {
  display: none;
}
.card button.btn.active {
  display: block;
}

.card-body {
  display: none;
}
.card-body.active {
  display: block;
}/*# sourceMappingURL=main.css.map */