#interactive-dialog {
  margin-bottom: 6rem;
  min-height: 100vh;
}
.interactive-dialog-click {
  display: inline-block;
}
.button-start.button-loading {
  background: #fff;
  border: none;
  color: #222;
}
.history {
  margin-bottom: 1em;
}
.history .odd,
.history .even {
  border: 1px solid #ddd;
  width: fit-content;
  padding: 0.3em 0.9em;
  max-width: calc(100% - 2em);
}
.history .odd {
  background-color: rgba(255,228,196,0.188);
  border-radius: 0 1em 1em 1em;
}
.history .even {
  border-radius: 1em 0 1em 1em;
  margin-left: auto;
  background-color: #fff;
}
.dialog-footer,
.dialog-header {
  text-align: center;
}
.dialog-header {
  padding-top: 3em;
  top: 15em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media all and (min-width: 600px) {
  .dialog-header {
    margin-top: -1em;
    height: 8em;
    position: relative;
    top: 0;
    width: 100%;
  }
  .head-space {
    height: 4em;
  }
}
@media all and (min-width: 900px) {
  .head-space {
    height: 6em;
  }
}
