html,
body {
  margin: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  font-family: "Roboto";
}

iframe {
  display: none;
  width: 0;
  height: 0;
}

h1 {
  font-size: 1.5em;
  letter-spacing: 0.5px;
  text-align: center;

  margin: 0.4rem 0;
}

span {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

.container {
  width: 100%;
  min-width: 6.25rem;
  max-width: 34.375rem;

  min-height: 40%;
  max-height: 100%;

  margin: 2rem;
  padding: 1em;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  background-color: #ffffff;
  color: #585858;
}

#progress {
  width: 7.5rem;
  height: 7.5rem;
}

.mdc-circular-progress__determinate-circle,
.mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #005ff7;
  stroke-linecap: round;
  stroke-width: 0.1rem;
}

.circular_progress_right_half {
  transform-origin: center;
  transform: scaleX(-1);
}

.circular_progress_gap {
  stroke-width: calc(0.1rem * 0.8);
}

.circular_progress_flat_side {
  stroke-linecap: butt;
}

.circular_progress_background_graphic {
  fill: transparent;
}

.circular_progress_foreground {
  width: 100%;
  height: 100%;

  position: absolute;
  left: 0;
}

.circular_progress_background {
  width: 100%;
  height: 100%;

  stroke: #585858;
  stroke-width: 0.1rem;
  opacity: 0.25;
}

.hidden {
  display: none;
}
