html,
body {
  font-family: "Poppins", sans-serif !important;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#app {
  height: auto;
  min-height: 100%;
}

.hidden {
  display: none !important;
}

#loading > div {
  margin-top: 33vh;
}
#right {
  flex-basis: 25vw;
  flex-shrink: 0;
  margin-left: 1em;
}

.video-iframe {
  width: 25vw;
}
.card {
  margin-bottom: 1em;
  padding: 1em;
  padding-bottom: 0;
  border-color: #E7E7E7;
  background-color: #F7F7F7;
}

iframe {
  margin-bottom: .5em;
  border: none;
}

tbody, td, tfoot, th, thead, tr {
  vertical-align: middle;
}

.min-gap {
  flex-basis: 1em;
}

.not-editable {
  opacity: 0.5;
}
