/* .teachers{
  background-color: transparent !important;
} */

.modal-xl {
  min-width: 100vw !important;
  min-height: 100vh !important;
}

.modal-dialog {
  min-width: 100vw !important;
  min-height: 100vh !important;
}

.modal-content>.modal-body {
  padding-top: 0;
  margin-top: 0;
  width: auto;
  max-height: 80vh;
}

.border-right {
  border-right: 1px solid var(--blue-1);
}

.btn-close {
  padding: 0;
  margin: 0;
  padding-top: 9px;
  padding-right: 9px;
}

.textVocab-box {
  background-color: white;
  position: relative;
  border: 1px solid;
  width: 850px;
  margin: 0 auto;
}

.textVocab-content {
  font-size: 16px;
  position: absolute;
  width: 100%;
  margin-top: 90px;
}

.checkbox {
  margin-top: 0px;
}

.bg-text {
  background-color: #D9EDF7;
  z-index: 2;
}

.paragraph-answer-bundle {
  margin-left: 7px;
  width: 150px;
}

input {
  border: none;
  border-bottom: 1px solid #ccc;

}

.textVocab-text-col {
  border-right: 3px solid #337ab7;
  padding-left: 15px;
}

.textVocab-test-input {
  background: transparent;
  height: 20px;
  /* width: 80px; */
  line-height: 1px;
  border-bottom: 1px solid black;

  /* Remove iPad bottom border rounded corners */
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.app-control-buttons {
  margin-top: 10px;
}

.textVocab-bottom-nav {
  position: absolute;
  height: 40px;
  width: 100%;
}

.textVocab-box {
  height: 650px;
}

.textVocab-content {
  height: calc(650px - 130px);
}

.textVocab-bottom-nav {
  top: calc(650px - 40px);
}

.textVocab-top-nav {
  position: absolute;
  height: 90px;
  width: 100%;
}

.btn {
  margin-left: 0px !important;
  font-weight: normal !important;
  line-height: unset !important;
  padding: 7px !important;
}

.btn.answer {
  font-size: 12px;
  padding: 5px !important;
}

.textVocab-big {
  font-size: 21px;
}

.admin-component {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 16px;
}

body {
  background-color: #d9edf7;
}

.accents-symbols-buttons {
  margin-left: 15px;
}

.answer-entry {
  background-color: #fcf8e3;
  margin-left: 25px;
  padding: 1px;
  width: auto;
}

.textVocab-row {
  /*margin-left: -15px !important;*/
  margin-right: 0px;
  height: 20px;
}

.wordlist-entry {
  margin-top: 0px;
  height: 26px;
  border-bottom: 1px solid;
}

.textVocab-word {
  background-color: rgba(255, 255, 125, 0.9);
  border-radius: 0.3em;
  padding: 0.1em;
  cursor: pointer;
}

.textVocab-word:hover {
  background-color: rgb(255, 255, 76) !important;
  cursor: pointer;
}

.textVocab-word-wrong, .correctincorrect {
  background-color: #ff9e9e;
}
.incorrect {
  background-color: rgb(255, 229, 145);
}
.trans-col {
  background-color: white;
}

.word {
  /* margin: 2px; */
  padding: 2px;
  cursor: default;

}

.text-right {
  text-align: right;
}

.btn-space {
  margin-right: 5px;
}

.top-align {
  display: flex;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.horizontal-align-center {
  display: flex;
  justify-content: center;
  align-items: center;

}

.continuar-component {
  width: 100%;
  height: 100%;
  align-items: strech;
}

.continuar-image {
  position: absolute;
  z-index: 1;
  width: 280px;
  height: 360px;
  bottom: 0;
  right: 0;
}

.continuar-text {
  margin-bottom: 235px;
  margin-right: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: darkred;
}

.practice-image {
  height: auto;
  width: 260px;
  z-index: 1;
}


.practice-text {
  text-align: center;
  width: 190px;
  color: darkred;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  z-index: 2;

}

.center {
  text-align: center;
  height: 100%;
  width: 95%;
}

.bottom-nav-margin-fix {
  margin-top: 3px;
}

.spacing {
  width: 5px;
}

btn.help {
  color: #fff;
  font-size: x-large;
  padding: .4em .7em !important;
  border-radius: 1.3em;
  margin-top: 20px;
}

.static-fill-bg {
  z-index: 1;
  height: 100%;
  position: absolute;
  border-right: 3px solid #337ab7;
  background-color: #D9EDF7;
  padding-left: 15px;
  padding-right: 15px;
  top: 0px;
  left: 0px;
}

.btn-default {
  background-color: gainsboro;
}

.bubble {
  /* border:3px solid indianred; */
  z-index: 40;
  background: white;
  margin: 0 auto;
  margin-top: 30px;
  width: 20vw;
  position: absolute;
  /* cursor:pointer; */
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 15px 0px;
  padding: 1em;
  top: 1em;
  right: 1em;
}

.bubble.test {
  height: 200px;
}

.bubble-click-to-pick {
  background: white;
  margin: 0 auto;
  margin-top: 20px;
  margin-right: 10%;
  height: 140px;
  width: 140px;
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 15px 0px;
}


.bubble-text {
  margin-top: 10px;
  width: 80%;
  font-weight: bold;
  color: #BE4746;
  text-align: left;
  font-size: 1.25em;
}

.center-text {
  text-align: center;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn .5s ease-in 1 forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeOut .5s ease-in 1 forwards;
}

.is-paused {
  animation-play-state: paused;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.top {
  top: 0;
}

.left {
  left: 0;
}

.float-left {
  float: left;
}

.print-content {
  font-size: 14px;
}

.print-box {
  background-color: white;
  position: relative;
  margin-top: 0px;
}

.print-row {
  margin-left: 10px !important;
  margin-right: 0px;
  line-height: 28px;
  height: 28px;
  max-width: 1100px;
  font-size: 20px;
}

.print-row.answer {
  line-height: 10px;
  width: 200px;
  font-size: 20px;
}

.print-row.answer .btn.answer {
  font-size: 18px;
}

.print-max {
  max-width: 1300px;
}




.print-row.double {
  height: 56px;
}

.print-word {
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  background-color: yellow !important;
  /* font-weight: bold; */
}

.print-entry {
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  background-color: #fcf8e3 !important;
  margin-left: 10px !important;
  padding: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 11px;
  /* font-weight: bold; */
}


.print-answer-bundle {
  margin-left: 0px;
  width: 110px;
}

.warning-text {
  color: red;
  font-weight: bold;
}

/*
.navbar a{
    padding: 15px !important;
} */

.textVocab-bg-primary {
  color: #fff;
  background-color: #337ab7;
}


/* All css below is copied from bootstrap 3 and renamed to
 * carry over the same color to bootstrap 4
 *
 */

.h4,
h4 {
  font-size: 18px;
}

#textVocab-test {
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.vocab-frame.test {
  min-height: 85vh !important;
}

.vocab-text.test {
  min-height: 80vh !important;
  background-color: #bbffe2 !important;
}

.hider.test {
  background-color: #009E5A !important;
  padding: 0;
}

.char-div.test {
  background-color: #009E5A !important;
  color: white !important;
  position: fixed;
  bottom: 0;
  padding: 0.5em;
  border-radius: 0.25em;
  left: 3vw;
}

.char-btn.test {
  background-color: #00c972 !important;
}

.test-native-words-div {
  position: fixed;
  top: 0;
  right: 0;
  min-width: 25vw;
  max-width: 25vw;
  min-height: 100vh;
}

.textVocab-btn-primary {
  position: absolute;
  color: #fff;
  padding: 1em;
  background-color: #337ab7;
  border-color: #2e6da4;
  right: 1em;
  bottom: 1em;
}

.textVocab-btn-primary:focus,
.textVocab-btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.textVocab-btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.textVocab-btn-primary:active,
.textVocab-btn-primary.active,
.open>.dropdown-toggle.textVocab-btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.textVocab-btn-primary:active:hover,
.textVocab-btn-primary.active:hover,
.open>.dropdown-toggle.textVocab-btn-primary:hover,
.textVocab-btn-primary:active:focus,
.textVocab-btn-primary.active:focus,
.open>.dropdown-toggle.textVocab-btn-primary:focus,
.textVocab-btn-primary:active.focus,
.textVocab-btn-primary.active.focus,
.open>.dropdown-toggle.textVocab-btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.textVocab-btn-primary:active,
.textVocab-btn-primary.active,
.open>.dropdown-toggle.textVocab-btn-primary {
  background-image: none;
}

/* .textVocab-btn-primary.disabled:hover,
.textVocab-btn-primary[disabled]:hover,
fieldset[disabled] .textVocab-btn-primary:hover,
.textVocab-btn-primary.disabled:focus,
.textVocab-btn-primary[disabled]:focus,
fieldset[disabled] .textVocab-btn-primary:focus,
.textVocab-btn-primary.disabled.focus,
.textVocab-btn-primary[disabled].focus,
fieldset[disabled] .textVocab-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
} */

.textVocab-btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.textVocab-btn-success {
  padding: 1em;
  position: absolute;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  bottom: 1em;
  right: 1em;
}

.textVocab-btn-success:focus,
.textVocab-btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.textVocab-btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.textVocab-btn-success:active,
.textVocab-btn-success.active,
.open>.dropdown-toggle.textVocab-btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.textVocab-btn-success:active:hover,
.textVocab-btn-success.active:hover,
.open>.dropdown-toggle.textVocab-btn-success:hover,
.textVocab-btn-success:active:focus,
.textVocab-btn-success.active:focus,
.open>.dropdown-toggle.textVocab-btn-success:focus,
.textVocab-btn-success:active.focus,
.textVocab-btn-success.active.focus,
.open>.dropdown-toggle.textVocab-btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.textVocab-btn-success:active,
.textVocab-btn-success.active,
.open>.dropdown-toggle.textVocab-btn-success {
  background-image: none;
}

/* .textVocab-btn-success.disabled:hover,
.textVocab-btn-success[disabled]:hover,
fieldset[disabled] .textVocab-btn-success:hover,
.textVocab-btn-success.disabled:focus,
.textVocab-btn-success[disabled]:focus,
fieldset[disabled] .textVocab-btn-success:focus,
.textVocab-btn-success.disabled.focus,
.textVocab-btn-success[disabled].focus,
fieldset[disabled] .textVocab-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
} */

.textVocab-btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.textVocab-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.textVocab-btn-info:focus,
.textVocab-btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.textVocab-btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.textVocab-btn-info:active,
.textVocab-btn-info.active,
.open>.dropdown-toggle.textVocab-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.textVocab-btn-info:active:hover,
.textVocab-btn-info.active:hover,
.open>.dropdown-toggle.textVocab-btn-info:hover,
.textVocab-btn-info:active:focus,
.textVocab-btn-info.active:focus,
.open>.dropdown-toggle.textVocab-btn-info:focus,
.textVocab-btn-info:active.focus,
.textVocab-btn-info.active.focus,
.open>.dropdown-toggle.textVocab-btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.textVocab-btn-info:active,
.textVocab-btn-info.active,
.open>.dropdown-toggle.textVocab-btn-info {
  background-image: none;
}

.textVocab-btn-info.disabled:hover,
.textVocab-btn-info[disabled]:hover,
fieldset[disabled] .textVocab-btn-info:hover,
.textVocab-btn-info.disabled:focus,
.textVocab-btn-info[disabled]:focus,
fieldset[disabled] .textVocab-btn-info:focus,
.textVocab-btn-info.disabled.focus,
.textVocab-btn-info[disabled].focus,
fieldset[disabled] .textVocab-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.textVocab-btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.fullscreen-btn {
  width: 40px;
  left: 30vw;
}

.fullscreen-btn-span {
  position: absolute;
  font-size: 0.9em;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
  z-index: 99;
  left: 32.5vw;
  bottom: 2vh;
}

.fullscreen-btn.fullscreen {
  left: 55vw;
  bottom: 1%;
}

.fullscreen-btn-span.fullscreen {
  position: fixed;
  z-index: 99;
  left: 57.5vw;
  bottom: 3vh;
}

.vocab-write {
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.vocab-text {
  background-color: #D9EDF7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: black;
  margin: 1em;
  line-height: 1.3;
  cursor: default;
  min-width: 90%;
  max-height: 50vh;
  overflow: scroll;
}

.vocab-text.show- {
  /* border-radius: 1em; */
}

.vocab-text.pair {
  min-width: 50%;
}

.char-div {
  background-color: #337ab7;
  position: absolute;
  z-index: 40;
  bottom: 1%;
}

.char-btn {
  text-shadow: 1px 1px 2px black !important;
  background-color: var(--blue-1) !important;
  font-size: 1.25em;
  font-weight: bold;
  border-radius: 0.5em !important;
  margin: 0.2em;
  padding: 0.5em;
  color: white;
}

.char-btn:hover {
  background-color: var(--blue-2) !important;
}

.current {
  border-color: none;
  background-color: rgba(50, 255, 64, 0.9) !important;
}

.native.current:hover {
  background-color: rgba(29, 255, 44, 0.9) !important;
}

.native {
  z-index: 30;
  display: inline-block;
  border-radius: 0.2em;
  padding: 0.1em 0.2em 0.1em 0.2em;
  background-color: rgba(255, 255, 125, 0.9);
  cursor: pointer;
  margin-right: 0.5em;

  transition: ease;
  transition-duration: 0.2s;
  transition-property: transform;
  -moz-transform: scale(100%);
  -ms-transform: scale(100%);
  -webkit-transform: scale(100%);
  -o-transform: scale(100%);
  transform: scale(100%);

}

.native:hover {
  background-color: rgb(255, 255, 180);
}

.pop {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  transform-origin: center center;
}

.native-text {
  overflow: hidden;
  font-size: 1em;
}

.theme-lb.modal-content {
  overflow-y: hidden !important;
  background-color: white !important;
}

.theme-lb.modal-content.fullscreen {
  min-width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
}

.vocab-frame.fullscreen {
  min-width: 80vw !important;
  max-width: 80vw !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  position: absolute;
  left: 12vw;
}

.vocab-text.fullscreen {
  min-height: 89vh !important;
  max-height: 89vh !important;
  font-size: 1.25em !important;
  padding-bottom: 5em;
}

.native-text.fullscreen {
  font-size: 1.25em !important;
}

.native.fullscreen {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.char-div.fullscreen {
  bottom: 1% !important;
}

.buttons-div.fullscreen {
  position: absolute !important;
  margin-bottom: 0% !important;
  bottom: -10% !important;
  right: 5% !important;
}

.show-btn.fullscreen {
  position: fixed !important;
  bottom: 1%;
}


.show-btn-success.fullscreen {
  position: fixed !important;
  bottom: 1%;
}

.char-btn.fullscreen {
  font-size: 1.5em !important;
}

.native-words {
  overflow: hidden;
  position: fixed;
}

.foreign {
  display: inline-block;
  background-color: rgba(255, 255, 125, 0.9);
  color: black !important;
  margin: 1em;
  padding: 0.5em;
  border-radius: 1em;
  border-style: solid;
  border-width: thin;
  border-color: black;
  font-weight: bold;

  transition: ease;
  transition-duration: 0.2s;
  transition-property: transform;

  -moz-transform: scale(100%);
  -ms-transform: scale(100%);
  -webkit-transform: scale(100%);
  -o-transform: scale(100%);
  transform: scale(100%);

}

.foreign:hover {
  background-color: rgb(235, 235, 164);
  -moz-transform: scale(110%);
  -ms-transform: scale(110%);
  -webkit-transform: scale(110%);
  -o-transform: scale(110%);
  transform: scale(110%);
}

.foreign:active {
  background-color: rgb(235, 235, 164);
  -moz-transform: scale(100%);
  -ms-transform: scale(100%);
  -webkit-transform: scale(100%);
  -o-transform: scale(100%);
  transform: scale(100%);
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden !important;
}

.correct {
  cursor: default !important;
  background-color: greenyellow !important;
}

.correct:hover {
  background-color: rgb(185, 255, 80) !important;
}

.vocab-input {
  color: black;
  min-width: 8ch;
}

.close-bubble-btn {
  position: absolute;
  top: 5%;
  right: 10%;
  background: none;
  border: none;
  font-size: 1.5em;
  color: rgb(255, 55, 55);
  text-shadow: 1px 1px 1px red !important;
}

.close-bubble-btn:hover {
  color: red !important;
  text-shadow: 0 0 0 red;
}

.close-bubble-btn:active {
  color: black !important;
  text-shadow: 2px 2px 2px red;
}

.help-popup {
  max-width: 50vw !important;
  left: 25vw !important;
}

.show-btn {
  z-index: 40;
  position: absolute;
  bottom: 2%;
  right: 0;
  text-shadow: 1px 1px 2px black !important;
  background-color: rgb(64, 182, 255) !important;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 0.5em !important;
  margin: 0.2em;
  padding: 0.5em;
}

.show-btn:hover {
  background-color: rgb(107, 198, 255) !important;

}

.show-btn-success {
  z-index: 40;
  position: absolute;
  bottom: 5%;
  right: 1%;
  text-shadow: 1px 1px 2px black !important;
  background-color: rgb(49, 255, 49) !important;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 0.5em !important;
  margin: 0.2em;
  padding: 0.5em;
}

.show-btn-success:hover {
  background-color: rgb(33, 220, 33) !important;

}

.control-btn.focus {
  background-color: #286090 !important;
}

.control-btn {
  text-shadow: 1px 1px 2px black !important;
  background-color: rgb(37, 172, 255) !important;
  font-size: 1.25em;
  font-weight: bold;
  border-radius: 0.5em !important;
  margin: 0.2em;
  padding: 0.5em;
}

.control-btn:hover {
  background-color: #2f6a9e !important;
}

.control-btn:active {
  background-color: #204d74 !important;
}

.controllers {
  display: flex;
  position: absolute;
  bottom: 15%;
  right: 2%;
  width: 7%;
}

.paragraph {
  min-width: 80%;
  max-width: 80%;
}

.vocab-row {
  max-width: 50% !important;
  line-height: 1.5em;
}

.modal-content.finish {
  width: 30%;
  height: 30vh;
  left: 11%;
}

.modal-content.exercise-finish-modal {
  left: 25vw !important;
}

.buttons-div {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.showGap {
  cursor: pointer !important;
}

.pairGap {
  cursor: pointer !important;
}

.gap:hover {
  background-color: rgb(245, 245, 245);
}

.vocab-frame {
  background-color: white;
  max-height: 80vh;
  min-height: 60vh;
  min-width: 50vw;
  max-width: 50vw;
  box-sizing: unset !important;

}


.write-check {
  position: relative;
  top: 10%;
  font-weight: bold;
  color: white;
  text-shadow: 0.1em 0.1em black;
}

.form-switch .form-check-input:checked {
  background-color: var(--lblue-1);
}

.hider {
  background-color: #337ab7;
  position: absolute;
  z-index: 35;
  min-width: 100%;
  max-width: 100%;
  bottom: 0;
  padding: 3em;
}

.fs-buttons-div {
  position: absolute;
  top: 1%;
  left: 1%;
  max-width: 10vw;
}

.fs-help-buttons {
  position: absolute;
  top: 1%;
  right: 1%;
}

label {
  white-space: pre-wrap;
}

.modal-header {
  background-color: #337ab7 !important;
}

.selected {
  cursor: pointer;
  border-color: transparent;
  background-color: rgba(255, 255, 125, 0.9);
}

.mobile-vocab-show {
  position: absolute;
  bottom: 2vh;
  left: 5vw;

  width: 90vw;
  height: 25vh;

  overflow-y: scroll;
}

.mobile-vocab-show::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.6);
}

.prev-next-ass {
  all: unset;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  font-weight: bolder;
  margin: 0.5em;
  background-color: var(--blue-2);
}

.prev-next-ass:hover {
  background-color: var(--blue-1);
}

.disabled {
  cursor: default;
  background-color: lightgray;
}

.disabled:hover {
  background-color: lightgray;
}

.ass-span {
  font-size: large;
  font-weight: bold;
  color: var(--blue-2);

  cursor: default !important;
}

@media (max-width:900px) {

  .modal-container {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    min-width: 100vw;
    min-height: max-content;
  }

  .vocab-frame {
    word-wrap: break-word;
    min-width: 98vw;
  }

  .vocab-text {
    min-width: 90%;
    max-height: 50vh;
    overflow-y: scroll;
    font-size: 1.25em;
  }

  .vocab-row {
    min-width: 100% !important;
  }

  .border-right {
    border-right: 0;
  }

  .native-text {
    max-height: 25vh;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 1.25em;
    flex-wrap: wrap;
  }

  .modal-content {
    padding: 0 !important;
    height: 95vh;
  }

  .buttons-div {
    bottom: 0;
  }

  .bubble {
    min-width: 80vw;
    left: -2em;
    top: 65%;
  }

  .bubble-text {
    font-size: 1em;
  }

  .help-popup {
    max-width: 80vw !important;
    left: 5vw !important;
  }

  .show-all {
    left: 30%;
    max-width: 25vw;
  }

  .hide-all {
    left: 1%;
    max-width: 25vw;
  }

  .show-btn {
    right: 5%;
    font-size: 1.25em;
  }

  .show-btn-success {
    right: 5%;
    font-size: 1.25em;
  }

  .char-col {
    display: none;
  }

  .char-div {
    position: absolute;
    bottom: -4.5%;
    left: 3%;
    padding-left: 2em;
  }

  .paragraph {
    min-width: 100%;
  }

  .buttons-div {
    position: absolute;
  }

  .control-btn {
    font-size: 1em;
  }

  .btn-close {
    margin: 0 5% 0 0 !important;
  }

  .modal-content.finish {
    width: 75%;
    min-height: 30vh !important;
  }

  .hider {
    display: none;
  }

  .trans-col {
    display: none;
  }

  .vocab-text.pair {
    min-width: 90%;
  }

  .modal-content.exercise-finish-modal {
    position: absolute !important;
    left: auto !important;
    width: 95vw !important;
    height: 70vh !important;
    top: 0 !important;
  }

  .finish-text {
    position: relative;
    top: 1vh;
  }

  .btn-tq {
    font-weight: bold !important;
  }
}