@font-face {
  font-family: CaveatBrush;
  src: url(../fonts/CaveatBrush-Regular.ttf) format('truetype');
}
@font-face {
  font-family: BaronKuffner;
  src: url(../fonts/Baron-Kuffner.otf) format('opentype');
}
input,
select {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  outline: none;
}
input:focus,
select:focus {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #80d4ff;
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: #80d4ff;
  opacity: 1;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #80d4ff;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #80d4ff;
}
input[type="checkbox"]:focus {
  outline-style: double;
  outline-color: #80d4ff;
}
html {
  font-family: CaveatBrush;
  -webkit-font-smoothing: antialiased;
}
#html_content a {
  color: black;
  text-decoration: none;
}
#html_content a:hover {
  color: #D52222;
}
body #html_content .login-note,
body #html_content .student-login-note {
  display: none;
}
body.demo #html_content .login-note,
body.demo #html_content .student-login-note,
body.role-schoolcode #html_content .student-login-note,
body.role-teacher #html_content .student-login-note {
  display: block;
  padding-top: 15px;
  color: #aaa !important;
}
body.demo #html_content .pro-url,
body.demo #html_content .student-only-url,
body.role-schoolcode #html_content .student-only-url,
body.role-teacher #html_content .student-only-url {
  color: #aaa !important;
}
body.demo #html_content .pro-url:hover,
body.demo #html_content .student-only-url:hover,
body.role-schoolcode #html_content .student-only-url:hover,
body.role-teacher #html_content .student-only-url:hover {
  color: #666 !important;
}
body.demo #html_content .pro-url:after {
  /* content: " *" */
}
body.demo #html_content .student-only-url:after,
body.role-schoolcode #html_content .student-only-url:after,
body.role-teacher #html_content .student-only-url:after {
  content: " **";
}
body.lang-sk #wheel_title_sk {
  display: block !important;
}
body.lang-cz #wheel_title_cz {
  display: block !important;
}
body.lang-de #wheel_title_de {
  display: block !important;
}
body.lang-hu #wheel_title_hu {
  display: block !important;
}
body.lang-en #wheel_title_en {
  display: block !important;
}
body #userInfo {
  left: 14px !important;
}
body #name_school a {
  color: black;
  text-decoration: none;
}
body #name_school a:hover {
  text-decoration: underline;
  color: #333;
}
body #invalid_license {
  color: #cf1717;
  font-size: 16px;
  line-height: normal;
}
body #invalid_license a {
  color: #cf1717;
}
.baron-kuffner {
  font-family: BaronKuffner !important;
}
#html_content a {
  color: black;
  text-decoration: none;
}
#html_content a:hover {
  color: #D52222;
}
#html_content .tasks-results {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
}
#html_content .tasks-results .large-medal {
  width: 11.5%;
  height: 24.4%;
  position: absolute;
  left: 3.0%;
  cursor: help;
}
#html_content .tasks-results .large-medal img {
  width: 100%;
  height: 100%;
}
#html_content .tasks-results .title-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58%;
  height: 19%;
  left: 18%;
  overflow: hidden;
  top: 0;
}
#html_content .tasks-results .title-category .text-ellipsis {
  font-size: 55px;
  color: #0088cc;
  line-height: 51px;
  display: -webkit-box;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#html_content .tasks-results .diamond-result {
  width: 9%;
  height: 11%;
  position: absolute;
  top: 5%;
  right: 9%;
  background-color: #cf1717;
  border-radius: 6px;
  color: white;
  background-image: url('../images/tasks_results/diamond.svg');
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: 22%;
  font-size: 26px;
  line-height: 44px;
}
#html_content .tasks-results .diamond-result .info {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -11px;
  right: -10px;
  background-image: url('../images/tasks_results/ic_info.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: help;
}
#html_content .tasks-results .table-tests {
  width: 96.6%;
  right: 0;
  position: absolute;
  height: 75.6%;
  /* height: 20% */
  top: 18.8%;
}
#html_content .tasks-results .table-tests .shadow-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#html_content .tasks-results .table-tests .shadow-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#html_content .tasks-results .table-tests .table-container {
  position: absolute;
  left: 11%;
  top: 0;
  bottom: 0;
  right: 4%;
  padding-top: 30px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
#html_content .tasks-results .table-tests .table-container .row:nth-child(2n) {
  background-color: #e9f3fc;
}
#html_content .tasks-results .table-tests .table-container .row {
  display: grid;
  grid-template-columns: 1fr minmax(60px, auto) minmax(130px, auto) minmax(105px, auto);
  grid-template-areas: 'title results statistic diamonds';
  border-radius: 6px;
  margin-left: 15px;
  padding: 6px 12px 6px 8px;
  grid-template-rows: auto;
}
#html_content .tasks-results .table-tests .table-container .download-row {
  display: block;
}
#html_content .tasks-results .table-tests .table-container .col-2,
#html_content .tasks-results .table-tests .table-container .col-3,
#html_content .tasks-results .table-tests .table-container .col-4 {
  border-left: 1px dashed #0088cc;
}
#html_content .tasks-results .table-tests .table-container .col-1,
#html_content .tasks-results .table-tests .table-container .col-2,
#html_content .tasks-results .table-tests .table-container .col-3,
#html_content .tasks-results .table-tests .table-container .col-4 {
  position: relative;
  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;
}
#html_content .tasks-results .table-tests .table-container .col-1 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}
#html_content .tasks-results .table-tests .table-container .col-1 .type {
  height: 22px;
  vertical-align: top;
  padding: 4px 5px 0px 5px;
}
#html_content .tasks-results .table-tests .table-container .col-1 .new {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  height: 24px;
  padding-left: 10px;
}
#html_content .tasks-results .table-tests .table-container .button-results {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url('../images/app/button_results.svg');
  background-size: cover;
  background-position: center top;
}
#html_content .tasks-results .table-tests .table-container .button-results:hover {
  background-position: center bottom;
}
#html_content .tasks-results .table-tests .table-container .statistics {
  background-color: #0088cc;
  color: white;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: smaller;
  min-width: 80px;
}
#html_content .tasks-results .table-tests .table-container .diamonds {
  color: white;
  border-radius: 6px;
  padding: 2px 35px 2px 10px;
  font-size: smaller;
  background-image: url('../images/tasks_results/diamond.svg');
  background-repeat: no-repeat;
  background-position: 80% center;
  background-color: #cf1717;
  text-align: right;
  background-size: 18px;
  min-width: 30px;
}
#html_content .tasks-results .progress-bar {
  position: absolute;
  width: 8%;
  left: 4%;
  height: 56%;
  bottom: 12%;
  cursor: help;
}
#html_content .tasks-results .progress-bar .percent-on-medal {
  /* height: 20% */
  border-radius: 6px;
  background-repeat: no-repeat;
  /* background-size: 35%,100% 100% */
  /* background-position: 25% center */
}
#html_content .tasks-results .progress-bar .gold-interval {
  height: 10%;
  background-size: 25%, 100% 100%;
  background-position: 29% center;
  background-image: url('../images/tasks_results/medal_gold.svg'), -o-linear-gradient(top, #ecc813 0%, #f7e9a1 40%, white 100%);
  background-image: url('../images/tasks_results/medal_gold.svg'), -webkit-gradient(linear, left top, left bottom, from(#ecc813), color-stop(40%, #f7e9a1), to(white));
  background-image: url('../images/tasks_results/medal_gold.svg'), linear-gradient(to bottom, #ecc813 0%, #f7e9a1 40%, white 100%);
}
#html_content .tasks-results .progress-bar .silver-interval {
  height: 15%;
  background-size: 32%, 100% 100%;
  background-position: 27% center;
  background-image: url('../images/tasks_results/medal_silver.svg'), -o-linear-gradient(top, #bfbfbf 0%, #e6e6e6 40%, white 100%);
  background-image: url('../images/tasks_results/medal_silver.svg'), -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), color-stop(40%, #e6e6e6), to(white));
  background-image: url('../images/tasks_results/medal_silver.svg'), linear-gradient(to bottom, #bfbfbf 0%, #e6e6e6 40%, white 100%);
}
#html_content .tasks-results .progress-bar .bronze-interval {
  height: 25%;
  background-size: 38%, 100% 100%;
  background-position: 25% center;
  background-image: url('../images/tasks_results/medal_bronze.svg'), -o-linear-gradient(top, #c69253 0%, #e2c7a7 40%, #faf5f0 100%);
  background-image: url('../images/tasks_results/medal_bronze.svg'), -webkit-gradient(linear, left top, left bottom, from(#c69253), color-stop(40%, #e2c7a7), to(#faf5f0));
  background-image: url('../images/tasks_results/medal_bronze.svg'), linear-gradient(to bottom, #c69253 0%, #e2c7a7 40%, #faf5f0 100%);
}
#html_content .tasks-results .progress-bar .line-dashed-red {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  border-left-style: dashed;
  border-left-width: 1px;
  border-left-color: #cf1717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#html_content .tasks-results .progress-bar .line-solid-red {
  bottom: 0;
  left: -3px;
  position: absolute;
  background-color: #cf1717;
  width: 5px;
  border-radius: 3px;
  height: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0.5s ease-in-out 0.5s;
  -o-transition: height 0.5s ease-in-out 0.5s;
  transition: height 0.5s ease-in-out 0.5s;
}
#html_content .tasks-results .progress-bar .dot-red {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: #cf1717;
  left: -3px;
  top: -6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#html_content .tasks-results .button-refresh {
  position: absolute;
  width: 45px;
  height: 25%;
  background-color: #e9f3fc;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  right: 0;
  top: 40%;
  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;
}
#html_content .tasks-results .button-refresh img {
  cursor: pointer;
  width: 75%;
}
#html_content .tasks-results .button-refresh img:hover {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.HYPE_scene span.prediction {
  background-color: #DC3B3B;
  color: white;
  border-radius: 6px;
  padding: 2px 10px 0px;
  font-size: smaller;
}
.simpletooltip {
  cursor: help;
}
.simple-tooltip {
  position: absolute;
  display: block;
  width: auto;
  max-width: 250px;
  height: auto;
  padding: 6px 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  z-index: 9999;
}
.simple-tooltip div {
  color: #0089CD;
}
.simple-tooltip .arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
}
.simple-tooltip.top .arrow {
  left: 50%;
}
.simple-tooltip.left .arrow {
  top: 50%;
}
.simple-tooltip.bottom .arrow {
  left: 50%;
}
.simple-tooltip.right .arrow {
  top: 50%;
}
.tooltip-medal {
  display: table !important;
}
.tooltip-medal > div {
  display: table-row !important;
}
.tooltip-medal > div > div {
  display: table-cell;
  text-align: left;
  padding: 5px 15px;
  vertical-align: middle;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: black;
}
.tooltip-medal > div > div:first-child {
  font-size: smaller;
}
.tooltip-medal > div:first-child > div {
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
}
.tooltip-medal > div:first-child > div:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tooltip-medal > div:first-child > div:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tooltip-medal > div:first-child > div,
.tooltip-medal > div:last-child > div {
  border: none;
}
.tooltip-medal-bronze > div > div {
  border-bottom-color: #c69253;
}
.tooltip-medal-bronze > div:first-child > div {
  background-color: #c69253;
}
.tooltip-medal-silver > div > div {
  border-bottom-color: #a6a6a6;
}
.tooltip-medal-silver > div:first-child > div {
  background-color: #a6a6a6;
}
.tooltip-medal-gold > div > div {
  border-bottom-color: #e2bc12;
}
.tooltip-medal-gold > div:first-child > div {
  background-color: #e2bc12;
}
.tooltip-diamond {
  background-image: url('../images/tasks_results/diamond.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  -webkit-filter: invert(60%) sepia(81%) saturate(6896%) hue-rotate(179deg) brightness(97%) contrast(101%);
          filter: invert(60%) sepia(81%) saturate(6896%) hue-rotate(179deg) brightness(97%) contrast(101%);
  width: 15px;
  height: 13px;
  bottom: -2px;
  position: relative;
}
.HYPE_scene div.icon_results {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -4px;
  width: 28px;
  height: 28px;
  background-image: url(../images/app/button_results.svg);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: cover;
  cursor: pointer;
}
.HYPE_scene div.icon_results:hover {
  background-position-y: bottom;
}
.HYPE_scene div.icon_resultsteacher {
  background-image: url(../images/app/button_teacher_results.svg);
}
.bubble-container {
  position: absolute;
  display: none;
  z-index: 100;
}
.bubble-student-results .container .gradient-top,
.bubble-teacher-results .container .gradient-top {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 30px;
  background: -o-linear-gradient(bottom, rgba(0, 136, 204, 0), rgba(0, 136, 204, 0.95));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 136, 204, 0)), to(rgba(0, 136, 204, 0.95)));
  background: linear-gradient(to top, rgba(0, 136, 204, 0), rgba(0, 136, 204, 0.95));
}
.bubble-student-results .container .gradient-bottom,
.bubble-teacher-results .container .gradient-bottom {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0px;
  background: -o-linear-gradient(top, rgba(0, 136, 204, 0), rgba(0, 136, 204, 0.85), rgba(0, 136, 204, 0.95));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 136, 204, 0)), color-stop(rgba(0, 136, 204, 0.85)), to(rgba(0, 136, 204, 0.95)));
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0), rgba(0, 136, 204, 0.85), rgba(0, 136, 204, 0.95));
}
.bubble-student-results .spike-bottom,
.bubble-teacher-results .spike-bottom {
  height: 32px;
  position: relative;
  background-image: url(../images/app/bubble_spike.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.bubble-student-results .spike-flipX,
.bubble-teacher-results .spike-flipX {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.bubble-student-results .spike-top,
.bubble-teacher-results .spike-top {
  z-index: 1;
  height: 32px;
  position: relative;
  background-image: url(../images/app/bubble_spike_top.svg);
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
}
.bubble-student-results {
  width: 375px;
}
.bubble-student-results .container {
  position: relative;
  color: white;
  width: 100%;
  height: 248px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}
.bubble-student-results .container .header {
  height: 30px;
  color: rgba(0, 136, 204, 0.95);
  background-color: #80d4ff;
  padding-top: 7px;
  padding-left: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.bubble-student-results .container .header div {
  position: absolute;
}
.bubble-student-results .container .header div:nth-child(1) {
  left: 18%;
}
.bubble-student-results .container .header div:nth-child(2) {
  left: 47%;
}
.bubble-student-results .container .header div:nth-child(3) {
  left: 59%;
}
.bubble-student-results .container .body {
  height: 218px;
  position: relative;
  overflow: scroll;
  padding: 22px 5% 22px 5.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 136, 204, 0.95);
}
.bubble-student-results .container .body .row {
  height: 40px;
  position: relative;
  margin-bottom: 13px;
}
.bubble-student-results .container .body .row div {
  position: absolute;
}
.bubble-student-results .container .body .row .order {
  left: 0%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #80d4ff;
  color: rgba(0, 136, 204, 0.95);
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.bubble-student-results .container .body .row .time {
  left: 15%;
  font-size: 17px;
  line-height: 17px;
}
.bubble-student-results .container .body .row .time span {
  color: #99ddff;
}
.bubble-student-results .container .body .row .score {
  left: 48%;
  font-size: 25px;
  line-height: 34px;
}
.bubble-student-results .container .body .row .percent {
  left: 60%;
  font-size: 25px;
  line-height: 34px;
}
.bubble-student-results .container .body .row .percent span {
  color: #99ddff;
}
.bubble-student-results .container .body .row .chart {
  left: 75%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #0c9fe9;
}
.bubble-student-results .container .body .row .play {
  right: 0%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-image: url(../images/app/bubble_play.svg);
  background-position: 64% center;
  background-repeat: no-repeat;
  background-color: #70cfff;
  cursor: pointer;
}
.bubble-student-results .container .body .row .play:hover {
  background-color: white;
}
.bubble-student-results .container .body .row .underline {
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 6px;
  margin: 0px 17px;
  border: 1px dashed #70cfff;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
.bubble-teacher-results {
  width: 440px;
}
.bubble-teacher-results .container {
  position: relative;
  color: white;
  width: 100%;
  height: 310px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}
.bubble-teacher-results .container .header {
  height: 36px;
  color: rgba(0, 136, 204, 0.95);
  background-color: #80d4ff;
  padding-top: 9px;
  padding-left: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.bubble-teacher-results .container .header div {
  position: absolute;
}
.bubble-teacher-results .container .header div:nth-child(1) {
  left: 3%;
  margin-top: -3px;
}
.bubble-teacher-results .container .header div:nth-child(1) input {
  padding: 0 5px 0 28px;
  margin: 0;
  font-family: CaveatBrush;
  font-size: 18px;
  color: white;
  height: 25px;
  width: 175px;
  border: none;
  border-radius: 9px;
  background-color: rgba(0, 136, 204, 0.95);
  background-image: url(../images/app/bubble_magnifier.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 17px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bubble-teacher-results .container .header div:nth-child(2) {
  left: 45.5%;
}
.bubble-teacher-results .container .header div:nth-child(3) {
  left: 53.5%;
}
.bubble-teacher-results .container .header div:nth-child(4) {
  left: 64%;
}
.bubble-teacher-results .container .header div:nth-child(5) {
  left: 77%;
  right: 2%;
  margin-top: -3px;
}
.bubble-teacher-results .container .header div:nth-child(5) select {
  width: 100%;
  height: 25px;
  padding: 0 22px 0 10px;
  margin: 0;
  font-family: CaveatBrush;
  font-size: 18px;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 136, 204, 0.95);
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgba(255,255,255,0.75' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  border-radius: 9px;
}
.bubble-teacher-results .container .gradient-top {
  top: 36px;
}
.bubble-teacher-results .container .body {
  height: 274px;
  position: relative;
  overflow: scroll;
  padding: 20px 5% 22px 5.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 136, 204, 0.95);
}
.bubble-teacher-results .container .body .row {
  height: 40px;
  position: relative;
  margin-bottom: 13px;
}
.bubble-teacher-results .container .body .row div {
  position: absolute;
}
.bubble-teacher-results .container .body .row .name {
  left: 0%;
  top: -1px;
  width: 160px;
  height: 34px;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.bubble-teacher-results .container .body .row .group {
  left: 0%;
  top: 26px;
  bottom: 0px;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 2%;
  color: rgba(0, 136, 204, 0.95);
  background-color: #70cfff;
  border-radius: 10px 10px 0px 10px;
}
.bubble-teacher-results .container .body .row .repeat {
  left: 45%;
  font-size: 25px;
  line-height: 34px;
}
.bubble-teacher-results .container .body .row .repeat span {
  color: #99ddff;
}
.bubble-teacher-results .container .body .row .score {
  left: 55%;
  font-size: 25px;
  line-height: 34px;
}
.bubble-teacher-results .container .body .row .percent {
  left: 65%;
  font-size: 25px;
  line-height: 34px;
}
.bubble-teacher-results .container .body .row .percent span {
  color: #99ddff;
}
.bubble-teacher-results .container .body .row .chart {
  left: 78.5%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #0c9fe9;
}
.bubble-teacher-results .container .body .row .play {
  right: 0%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-image: url(../images/app/bubble_play.svg);
  background-position: 64% center;
  background-repeat: no-repeat;
  background-color: #70cfff;
  cursor: pointer;
}
.bubble-teacher-results .container .body .row .play:hover {
  background-color: white;
}
.bubble-teacher-results .container .body .row .underline {
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 6px;
  margin: 0px 15px;
  border: 1px dashed #70cfff;
  border-radius: 0px 0px 10px 0px;
  border-top: none;
  border-left: none;
}
/* Menu Styles */
.menu-container {
  position: fixed;
  top: 0;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBF1C8;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  gap: 20px;
  z-index: 10000;
  isolation: isolate;
}
.menu-container > div {
  width: 32px;
  height: 32px;
  padding: 3px;
}
.menu-container > div:hover {
  background-color: #DEDBBD;
  border-radius: 10px;
}
#alfMenuPopup,
#appMenuPopup,
#langMenuPopup,
.alf-app-menu,
.alf-lang-menu {
  position: absolute;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FBF1C8;
  border: 1px solid #DEDBBD;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10001;
}
/* ALF MENU */
.alf-menu-container {
  position: relative;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#alfMenuTrigger {
  position: relative;
  display: inline-block;
  height: 50px;
  cursor: default;
}
.alf-menu-icon {
  width: 32px;
  height: 32px;
  content: url("../images/menu_black.svg");
  cursor: pointer;
}
.alf-menu-icon:hover {
  content: url("../images/menu_green.svg");
}
.alf-menu-alfacademy-icon,
.alf-menu-history-icon {
  width: 26px;
  height: 26px;
  margin-right: 16px;
  cursor: pointer;
}
.alf-menu-alfacademy-icon {
  content: url('../images/alf_academy_black.svg');
}
.alf-menu-item:hover .alf-menu-alfacademy-icon {
  content: url('../images/alf_academy_green.svg');
}
.alf-menu-history-icon {
  content: url('../images/history_black.svg');
}
.alf-menu-item:hover .alf-menu-history-icon {
  content: url('../images/history_green.svg');
}
#alfMenuTrigger {
  height: 50px;
}
#alfMenuPopup {
  top: 50px;
}
.alf-menu-container:hover #alfMenuPopup {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.alf-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 8px;
}
.alf-menu-item:hover {
  background: #DEDBBD;
}
.alf-menu-item span {
  font-size: 26px;
  font-weight: bold;
  font-family: CaveatBrush, "Comic Sans MS", Arial !important;
  color: #000000;
  white-space: nowrap;
}
.alf-menu-item:hover span {
  color: #72B600;
}
.alf-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
/* APP MENU */
.alf-app-menu-container {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.alf-app-icon {
  width: 32px;
  height: 32px;
  content: url("../images/app_menu_black.svg");
  cursor: pointer;
}
.alf-app-icon:hover {
  content: url("../images/app_menu_green.svg");
}
#appMenuTrigger {
  height: 50px;
}
#appMenuPopup,
.alf-app-menu {
  width: 250px;
}
.alf-app-menu-container:hover #appMenuPopup,
.alf-app-menu-container:hover .alf-app-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.alf-app-menu-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.alf-app-menu-icon {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px 5px;
  text-align: center;
  border-radius: 8px;
}
.alf-app-menu-icon img {
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
}
.alf-app-menu-icon span {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
}
.alf-app-menu-icon:hover {
  background: #DEDBBD;
}
.alf-app-section-divider {
  height: 1px;
  border-top: 1px dashed #939090;
  padding: 3px;
}
.alf-app-menu a {
  pointer-events: auto;
  text-decoration: none;
}
.alf-app-section {
  margin-bottom: 10px;
}
.alf-app-section:last-child {
  margin-bottom: 0;
}
/* LANG MENU */
.lang-menu-container {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#langMenuTrigger {
  height: 31px;
  padding-bottom: 20px;
  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;
  cursor: default;
}
#langMenuIcon,
.lang-flag-icon {
  width: 29px;
  height: 19px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.lang-menu-container:hover #langMenuPopup,
.lang-menu-container:hover .alf-lang-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.alf-lang-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 26px;
  padding: 5px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.alf-lang-menu-item:hover {
  background-color: #DEDBBD;
}
/* FULL SCREEN BUTTON */
.btn-full-screen {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.btn-full-screen:hover,
.btn-full-screen.active {
  content: url("../images/full_screen_green.svg");
}
