body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}

.container {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px);
}

.invite-email, .invite-description {
  opacity: 60%;
}

.invite-description {
  position: relative;
}

.quote {
  display: inline-block;
  position: absolute;
  font-family: serif;
  font-size: 5em;
  line-height: 0em;
  transform: translate(-10px, 0.2em);
  opacity: 10%;
}

.upload {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upload b {
  margin: 10px 0;
}

.upload-progress {
  display: flex;
  align-items: center;
  color: #aaa;
}
.upload-progress .MuiLinearProgress-root {
  width: 100%;
  margin: 0px 8px;
}

.preview {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  color: white;
}
.preview h1 {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5em;
}
.preview video {
  position: absolute;
  width: 100vw;
  height: calc(100% - 3em);
  left: 0;
  top: 3em;
}

.preview-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
}

.preview-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview-btns button:not(button:last-child) {
  margin-right: 10px;
}

.record {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  color: white;
}
.record video {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
}

.record-webcam {
  transform: scaleX(-1);
}

.record-webcam-msg {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.record-webcam-controls {
  position: absolute;
  bottom: 0;
  color: white;
  display: grid;
  align-items: center;
  margin: 20px;
  width: calc(100% - 40px);
}
.record-webcam-controls button, .record-webcam-controls span {
  grid-row: 1;
  grid-column: 1;
}

.record-webcam-back {
  justify-self: start;
}

.record-webcam-record, .record-webcam-center-btns {
  justify-self: center;
}

.record-webcam-record {
  position: relative;
  background: none;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  border: 4px solid #ad1717;
  outline: none;
  padding: 0;
  box-sizing: content-box;
}
.record-webcam-record div {
  background: #ff4141;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 60px;
  transition: border-radius 0.2s;
}
.record-webcam-record:active div {
  background: #ad1717;
}

.record-webcam-center-btns button:not(button:last-child) {
  margin-right: 10px;
}

.record-webcam-recording div {
  border-radius: 2px;
}

.record-webcam-timecode {
  color: white;
  justify-self: end;
}

/*# sourceMappingURL=styles.css.map */
