.hooper-slide {
  flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef;
}
.hooper-progress-inner {
  height: 100%;
  background-color: #4285f4;
  transition: 300ms;
}
.hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  padding: 5px 10px;
}
.hooper-indicators {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hooper-indicator:hover,
.hooper-indicator.is-active {
  background-color: #4285f4;
}
.hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}
.hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hooper-pagination.is-vertical .hooper-indicators {
  flex-direction: column;
}
.hooper-pagination.is-vertical .hooper-indicator {
  width: 6px;
}
.hooper-next,
.hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.hooper-next.is-disabled,
.hooper-prev.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hooper-next {
  right: 0;
}
.hooper-prev {
  left: 0;
}
.hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  transform: initial;
}
.hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: initial;
}
.hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0;
}
.hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0;
}
.hooper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
}
.hooper * {
  box-sizing: border-box;
}
.hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hooper-track {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hooper.is-vertical .hooper-track {
  flex-direction: column;
  height: 200px;
}

.hooper.is-rtl {
  direction: rtl;
}

.hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  padding: 10px;
  perspective: 1000px;
  margin-top: 14px;
  cursor: pointer;
  position: relative; }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d; }
  .flip-card-image {
    margin-bottom: 20px;
    max-width: 80%;
    max-height: 150px; }
  .flip-card-text {
    width: 85%;
    color: black;
    font-size: 30px;
    display: block;
    line-height: 42px;
    margin: auto; }
    .flip-card-text-wrap {
      width: 100%; }
    .flip-card-text-answer {
      width: 85%;
      margin: auto;
      display: block; }
  .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    color: black;
    box-shadow: 0 0.25rem 0.5rem #30354514;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .flip-card-sound {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: none;
    background: transparent;
    transition: .3s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
    .flip-card-sound:hover {
      background: #eaeaea; }
  .flip-card-back {
    box-shadow: 0 0.25rem 0.5rem #30354514;
    border-radius: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotateX(180deg); }

.flash-card-text {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  font-size: 0.725rem;
  font-weight: 700; }

.is-current .flip-card.active .flip-card-inner {
  transform: rotateX(180deg); }

.flashcardPractice .flip-card {
  cursor: auto; }
  .flashcardPractice .flip-card.active .flip-card-inner {
    transform: rotateX(180deg); }
  .flashcardPractice .flip-card .flip-card-back {
    color: red; }
    .flashcardPractice .flip-card .flip-card-back.correct {
      color: green; }

.flashcardPractice-answer {
  flex-wrap: wrap;
  display: flex;
  padding: 10px; }
  .flashcardPractice-answer-input {
    border: none;
    outline: none;
    border-bottom: 2px solid #F8A620;
    width: 70%;
    font-size: 16px; }
    .flashcardPractice-answer-input:active, .flashcardPractice-answer-input:focus {
      border: none;
      outline: none;
      border-bottom: 2px solid #F8A620; }
  .flashcardPractice-answer-button {
    min-height: 41px;
    background-color: #385DFF;
    border-radius: 5px;
    color: white;
    box-shadow: none;
    text-shadow: none;
    height: auto;
    padding: 4px 30px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    float: none;
    width: calc(30% - 20px);
    margin-left: 20px;
    border: none;
    font-size: 16px; }
    .flashcardPractice-answer-button:hover {
      background: #F8A620; }
    .flashcardPractice-answer-button-next {
      width: 100%;
      margin-left: 0; }
  .flashcardPractice-answer-text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    color: red; }
    .flashcardPractice-answer-text.correct {
      color: green; }

.vueFlashCardsId .hooper {
  height: 324px;
  margin-top: 20px; }

.vueFlashCardsId .hooper-progress {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 16px; }

.vueFlashCardsId .hooper-progress-inner {
  background-color: #F8A620;
  border-radius: 16px; }

.flashcard-default {
  max-width: 1000px; }

.flashcard-choices {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  margin-top: 20px; }
  .flashcard-choices .flashcard-choice {
    background: #fff;
    border-bottom: 0.25rem solid transparent;
    border-radius: 0.5rem;
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(48, 53, 69, 0.08);
    cursor: pointer;
    grid-template-columns: 2rem 1fr;
    padding: 10px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    transition: .3s ease; }
    .flashcard-choices .flashcard-choice:hover, .flashcard-choices .flashcard-choice.active {
      border-bottom-color: #F8A620;
      box-shadow: 0 0.25rem 1rem 0 rgba(48, 53, 69, 0.08); }

.flashcardFinish {
  padding: 10px; }
  .flashcardFinish-items {
    background-color: #fff;
    width: 100%;
    min-height: 300px;
    padding: 20px;
    margin-top: 14px;
    color: black;
    box-shadow: 0 0.25rem 0.5rem #30354514;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center; }
  .flashcardFinish-item {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px; }
  .flashcardFinish-success {
    color: green;
    font-size: 24px;
    font-weight: bold; }
  .flashcardFinish-status {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px; }
  .flashcardFinish-button {
    width: 200px;
    margin-top: 20px; }


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