.gr-comprehension {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "text-story text-bank";
  margin-top: 20px;
  height: 100%;
  width: 100%;
}

.gr-reading-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 87% 13%;
      grid-template-columns: 87% 13%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "lesson-textarea btns-reading-area";
  height: 100%;
  width: 100%;
}

.text-story {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text-story;
  overflow-y: auto;
  padding-left: 20px;
  padding-top: 20px;
}

.par-story {
  font-size: var(--font-tablet-big-size);
  line-height: 35px;
  margin-bottom: 20px;
}

.text-bank {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: text-bank;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 10px;
}

.checkbox-story {
  width: 100%;
}

.lesson-text {
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 140px;
}

.lesson-textarea {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: lesson-textarea;
  width: 100%;
  height: 100%;
  line-height: 35px;
  font-size: 1.8rem;
  overflow-y: auto;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 0px;
}

.btns-reading-area {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: btns-reading-area;
  width: 100px;
}

::-moz-selection {
  color: red !important;
  background: yellow !important;
}

::selection {
  color: red !important;
  background: yellow !important;
}

::-moz-selection {
  background: yellow;
  color: red;
}

::-webkit-selection {
  background: yellow;
  color: red;
}

.btn-read, .btn-cancel-read, .btn-pouse-read, .btn-resume-read, .btn-read-male, .btn-read-female, .btn-read-dialog {
  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;
  position: absolute;
  left: calc(100vw - 80px);
  width: 4rem;
  height: 4rem;
  color: black;
  font-size: 4rem;
  border-radius: 10px;
}

.btn-read-male {
  top: calc(100vh - 640px);
  font-size: 3rem;
  border-radius: 50%;
  border: solid black 4px;
  padding-left: 1rem;
  padding-top: 5px;
}

.btn-read-female {
  top: calc(100vh - 540px);
  font-size: 3rem;
  border-radius: 50%;
  border: solid black 4px;
  padding-left: 1rem;
  padding-top: 5px;
}

.btn-read-dialog {
  top: calc(100vh - 440px);
  font-size: 2rem;
  border-radius: 50%;
  border: solid black 4px;
  padding-top: 10px;
  padding-left: 10px;
}

.current-voice {
  top: 100px;
  left: 0px;
  height: 20px;
  width: 100%;
  overflow-y: auto;
  border: solid black 1px;
  background: chartreuse;
}

.btn-read {
  top: calc(100vh - 440px);
}

.btn-cancel-read {
  top: calc(100vh - 340px);
}

.btn-pouse-read {
  top: calc(100vh - 240px);
}

.btn-resume-read {
  top: calc(100vh - 140px);
}

.wr-titles {
  height: 100%;
  margin: 50px 50px 20px 50px;
  overflow-y: auto;
}

.modal-item {
  font-size: var(--font-tablet-big-size);
  margin-bottom: 10px;
}

.modal-hr {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.question {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 30px;
  border: solid 2px orange;
  padding: 10px;
  border-radius: 10px;
}

.wr_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 20px;
  overflow-x: auto;
  white-space: nowrap;
}

.rTitle {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 5px;
}

.rVerse {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 6px;
}

.answer-label {
  outline: none;
}

input[type="radio"] {
  display: none;
}

.answer-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  border-bottom: solid 1px;
  border-color: rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.answer-label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.answer-option:checked + .answer-label:before {
  content: '';
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selected {
  background: none;
}

.answer-option + .answer-label:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=main_comprehension.css.map */