/* styles used in all pages in the game front-end */
/* LESS Functions */
/* Common styles */
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
*,
*:active,
*:focus {
  outline: 0 !important;
}
body,
html {
  margin: 0;
}
.dali main > section {
  border-radius: 5px;
  box-shadow: 0 3px 12px -1px rgba(134, 66, 254, 0.42), 3px 8px 29px 0 rgba(0, 0, 0, 0.14);
}
.dali main.main-container {
  padding: 0px;
  width: 100% !important;
}
@media screen and (min-width: 769px) {
  .dali main.main-container {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .dali main.main-container {
    margin: 0px !important;
  }
}
body {
  background-attachment: fixed;
}
body.image-background {
  overflow-x: hidden;
  background-size: auto 100%;
  background-position: -moz-calc(50% - 13px);
  background-position: -webkit-calc(50% - 13px);
  background-position: -o-calc(50% - 13px);
  background-position: calc(50% - 13px);
}
body.image-background.background-1 {
  background-image: url(/static/img/backgrounds/background-welcome.jpg);
}
@media screen and (min-width: 769px) {
  body.image-background.background-play-page {
    background-image: url(/static/img/backgrounds/background-welcome.jpg);
  }
}
@media screen and (max-width: 768px) {
  body.image-background.background-play-page {
    background-color: #ffffff;
    background-image: none;
  }
}
body.padding-right-unset {
  padding-right: 0px !important;
}
@media screen and (max-width: 768px) {
  .dali.body-play main.page-container {
    padding: 0px;
    width: 100% !important;
    margin: 0px !important;
  }
}
.page-title {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 4.37px;
}
.is-mobile-indicator {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-mobile-indicator {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .is-mobile-indicator {
    width: 1px;
  }
}
.bottom-left-popup-wrapper {
  position: fixed;
  left: 20px;
  bottom: 10px;
  width: 320px;
}
.bottom-left-popup-wrapper .popup {
  top: 0px;
  left: 0px;
  margin: 0px;
  width: 100%;
}
.progress-bar {
  color: #000000;
}
.ui-elements .menu-container {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  position: fixed;
  z-index: 1;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  bottom: -600px;
  background-color: #ffffff;
  text-align: center;
  min-height: 58px;
  box-shadow: 0 3px 12px -1px rgba(134, 66, 254, 0.42), 3px 8px 29px 0 rgba(0, 0, 0, 0.14);
}
.ui-elements .menu-container .tip-container .tip-text {
  font-size: 14px;
  margin-top: 7px;
  width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  margin-left: 5px;
}
.ui-elements .menu-container .tip-container .sub-tip-text {
  font-size: 12px;
  margin: 3px 0px 4px 0px;
}
.ui-elements .menu-container .tip-container .sub-tip-text .darker-text {
  color: #0079fe;
}
.ui-elements .menu-container .tip-container .tip-span {
  position: relative;
}
.ui-elements .menu-container .skip-button {
  position: absolute;
  top: -28px;
}
@media screen and (min-width: 769px) {
  .ui-elements .menu-container .skip-button {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ui-elements .menu-container .skip-button {
    right: 26px;
    width: 44px;
    height: 44px;
  }
  .ui-elements .menu-container .skip-button:before {
    width: 20px;
    height: 20px;
    top: 7px;
    left: 13px;
  }
  .ui-elements .menu-container .skip-button:after {
    font-size: 9px;
    padding-top: 23px;
  }
}
.word-highlight {
  display: inline-block;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 5px;
  color: #ffffff;
  letter-spacing: 1.2px;
  font-size: 15px;
}
.word-highlight.anchor-highlight {
  position: relative;
  background-color: #ffa900;
  cursor: pointer;
}
.word-highlight.markable-highlight {
  position: relative;
  background-color: #007aff;
  cursor: pointer;
}
.word-highlight.tip-blank-highlight {
  background-color: #0079fe;
}
.bootstrap-dropdown .bootstrap-dropdown-btn {
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: none;
  color: #000000;
  text-align: left;
  font-size: 12px;
  height: 30px;
  line-height: 17px;
  padding: 6px 8px;
}
.bootstrap-dropdown .bootstrap-dropdown-btn:after {
  float: right;
  margin-top: 5px;
}
.bootstrap-dropdown .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
}
.bootstrap-dropdown .dropdown-menu li {
  text-indent: 5px;
  height: 20px;
  cursor: pointer;
}
.bootstrap-dropdown .dropdown-menu li:hover {
  background-color: #0079fe;
  color: #ffffff;
}
.blur-bg {
  backdrop-filter: blur(1.2px);
}
.blur-bg .blur-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8);
}
