@charset "UTF-8";
/*!
 * 
 *   simple-keyboard v3.8.121
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
.hg-theme-default {
  background-color: #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  overflow: hidden;
  padding: 5px;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.hg-theme-default .hg-button span, .hg-theme-default .hg-button span svg {
  pointer-events: none;
}

.hg-theme-default button.hg-button {
  border-width: 0;
  font-size: inherit;
}

.hg-theme-default .hg-button {
  display: inline-block;
  flex-grow: 1;
}

.hg-theme-default .hg-row {
  display: flex;
}

.hg-theme-default .hg-row:not(:last-child) {
  margin-bottom: 5px;
}

.hg-theme-default .hg-row .hg-button-container, .hg-theme-default .hg-row .hg-button:not(:last-child) {
  margin-right: 5px;
}

.hg-theme-default .hg-row > div:last-child {
  margin-right: 0;
}

.hg-theme-default .hg-row .hg-button-container {
  display: flex;
}

.hg-theme-default .hg-button {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  border-radius: 5px;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hg-theme-default .hg-button.hg-standardBtn {
  width: 20px;
}

.hg-theme-default .hg-button.hg-activeButton {
  background: #efefef;
}

.hg-theme-default.hg-layout-numeric .hg-button {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 33.3%;
}

.hg-theme-default .hg-button.hg-button-numpadadd, .hg-theme-default .hg-button.hg-button-numpadenter {
  height: 85px;
}

.hg-theme-default .hg-button.hg-button-numpad0 {
  width: 105px;
}

.hg-theme-default .hg-button.hg-button-com {
  max-width: 85px;
}

.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
  max-width: 45px;
}

.hg-theme-default .hg-button.hg-selectedButton {
  background: rgba(5, 25, 70, 0.53);
  color: #fff;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
  max-width: 82px;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
  max-width: 60px;
}

.hg-candidate-box {
  background: #ececec;
  border-bottom: 2px solid #b5b5b5;
  border-radius: 5px;
  display: inline-flex;
  margin-top: -10px;
  position: absolute;
  transform: translateY(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ul.hg-candidate-box-list {
  display: flex;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

li.hg-candidate-box-list-item {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

li.hg-candidate-box-list-item:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

li.hg-candidate-box-list-item:active {
  background: rgba(0, 0, 0, 0.1);
}

.hg-candidate-box-prev:before {
  content: "◄";
}

.hg-candidate-box-next:before {
  content: "►";
}

.hg-candidate-box-next, .hg-candidate-box-prev {
  align-items: center;
  color: #969696;
  cursor: pointer;
  display: flex;
  padding: 0 10px;
}

.hg-candidate-box-next {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.hg-candidate-box-prev {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.hg-candidate-box-btn-active {
  color: #444;
}

.rating_box {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.image-container {
  position: relative;
  display: inline-block;
}

.delete-button {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  padding: 5px 10px;
  font-size: 30px;
  cursor: pointer;
}

div.contactus-map iframe {
  width: 1200px;
}

.chat-inbox {
  padding: 54px 40px !important;
}

.selected-chat {
  background-color: #f0f8ff;
}

[dir=rtl] .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
[dir=rtl] .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
[dir=rtl] .flickity-button.next::before {
  content: url("../images/icons/icon-previous-gray.svg");
}
[dir=rtl] .flickity-button.previous::before {
  content: url("../images/icons/icon-next-gray.svg");
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown.arrow-none .dropdown-toggle::after {
  content: "";
}

.dropdown-item {
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  margin: initial;
}

.dropdown-item:hover {
  background: #f2f2f2;
}

@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes success {
  0% {
    background-color: #fff;
    scale: 0.8;
  }
  20% {
    background-color: #fff;
    scale: 1;
  }
}
.animate-success {
  animation: success 1s 1;
}

#console, .console-message, .console .console-prompt-display {
  direction: ltr !important;
}

/*.list-style-v1 li {
  align-items: flex-start !important;
}*/
.list-style-v1 li::after {
  position: absolute;
}

.list-style-v1 li::before {
  position: inherit;
  z-index: 99;
  left: 5px;
  /*top: 3px;*/
}

[dir=rtl] .list-style-v1 li::before {
  right: 5px;
}

.students_lessons .main-navbar {
  padding: 0 !important;
}

.students_lessons .main-navbar .d-wd-flex {
  display: none !important;
}

.students_lessons .main-navbar .hide-in-course {
  display: none !important;
}

.students_lessons .main-navbar .navbar-brand-img {
  max-height: 3rem;
}

.lesson-breadcrumb .breadcrumb-item {
  font-size: 1.3em;
}

/* QUIZ */
.list-group-item:has(input:checked) {
  background: #e2e2e2;
}

.quiz-question.ordering .list-group .list-group-item .drag-icon:hover,
.quiz-question.ordering .list-group .list-group-item:hover {
  cursor: grab;
}

.quiz-question .list-group {
  padding-inline: 0;
}

.ghost {
  opacity: 0.5;
}

.ghost img {
  opacity: 0.5;
}

.quiz-question .audio-content .play-icon {
  font-size: 3rem;
}

.mouse-pointer {
  transition: opacity 0.2s ease-in-out;
}

.mouse-pointer:hover {
  cursor: pointer;
  opacity: 0.8;
}

.quiz-question .audio-content .play-icon:hover {
  opacity: 0.7;
  cursor: pointer;
}

.quiz-question .wrong-answer {
  /*background: #ffe9e6;*/
  border: 2px solid #e0685c !important;
}

.quiz-question .correct-answer {
  /*background: #eeffe6;*/
  border: 2px solid #9fd48d !important;
}

.lesson-idioms-group-item {
  width: var(--width, 200px);
  height: var(--height, 400px);
}
.lesson-idioms-group-item img {
  width: var(--width, 200px);
  height: var(--height, 400px);
}

.lesson-tabs-group-item {
  min-width: 20%;
}

.calendar-heading {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.calendar-heading time {
  margin-inline-end: 2rem;
}
.calendar-heading nav a {
  padding: 0.5rem 1rem;
  background: var(--bs-info);
}

.number {
  direction: ltr;
  unicode-bidi: bidi-override;
}
