.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 150px;
  position: absolute;
  border-bottom: solid black 2px;
  border-radius: 15px;
  font-size: 2rem;
}

.gr-circle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "col-circle";
  height: calc(100vh - 100px);
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.circle-main {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: col-circle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 668px;
  height: 668px;
  position: relative;
  left: 50px;
}

.circle-bar {
  display: none;
}

.circle-bar-synth {
  grid-area: col-right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.audio-player-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  border: solid black 1px;
  font-size: 2rem;
}

.task-instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-self: flex-start;
  font-size: 2rem;
  position: absolute;
  margin-left: -40px;
}

.player-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 50px);
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -60px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#playerone {
  width: 100%;
}

.group-input {
  width: 100%;
  height: 65px;
  border: solid black 1px;
  padding: 5px;
}

.group-rate {
  width: 100%;
  height: 65px;
  border: solid black 1px;
  padding: 5px;
}

.lbl-rate, .lbl-pitch {
  height: 15px;
  width: 35px;
  display: inline-block;
  margin-bottom: .5rem;
}

.rate-value, .pitch-value {
  height: 20px;
  width: 35px;
  border: solid black 1px;
  float: right !important;
}

.rate-range, .pitch-range {
  width: 100%;
  margin-top: 0px;
}

.group-pitch {
  width: 100%;
  height: 65px;
  border: solid black 1px;
  padding: 5px;
}

.group-voices {
  width: 100%;
  height: 65px;
  border: solid black 1px;
  padding: 5px;
}

.voice-select {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  width: 200px;
}

.btn-speak {
  position: absolute;
  top: calc(100vh - 200px);
  left: calc(100vw - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  height: 60px;
  width: 60px;
  border: solid black 2px;
  background: orange;
  padding: 20px;
  border-radius: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}
/*# sourceMappingURL=main_speaking.css.map */