@charset "UTF-8";
@font-face {
  font-family: "Acme";
  src: url("../fonts/Acme-Regular.ttf");
}
@font-face {
  font-family: "EXOBold";
  src: url("../fonts/Exo/Exo-Bold.ttf");
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: lighter;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "BloggerSans";
  src: url("../fonts/BloggerSans/BloggerSans.ttf");
}
@font-face {
  font-family: "BloggerSansBold";
  src: url("../fonts/BloggerSans/BloggerSans-Bold.ttf");
}
@font-face {
  font-family: "ClanPro";
  src: url("../fonts/ClanPro/ClanProBlack.ttf");
}
@font-face {
  font-family: "ClanProBold";
  src: url("../fonts/ClanPro/ClanProBold.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
}
@font-face {
  font-family: "RalewayBold";
  src: url("../fonts/Raleway/Raleway-Bold.ttf");
}
@font-face {
  font-family: "RalewayLight";
  src: url("../fonts/Raleway/Raleway-Light.ttf");
}
@font-face {
  font-family: "RalewayItalic";
  src: url("../fonts/Raleway/Raleway-Italic.ttf");
}
.kat-icon:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: center;
}
.kat-icon.hibas-feladatok:before {
  background: url("/img/ikonok/hibas-feladatok.svg") no-repeat;
}
.kat-icon.alt-tag:before {
  background: url("/img/ikonok/alt-tag.svg") no-repeat;
}
.kat-icon.fejlecek:before {
  background: url("/img/ikonok/fejlecek.svg") no-repeat;
}
.kat-icon.gyors-kulcsszo:before {
  background: url("/img/ikonok/gyors-kulcsszo.svg") no-repeat;
}
.kat-icon.kepkereso:before {
  background: url("/img/ikonok/kepkereso.svg") no-repeat;
}
.kat-icon.konvertalt-linkek:before {
  background: url("/img/ikonok/konvertalt-linkek.svg") no-repeat;
}
.kat-icon.konyv-fajlok:before {
  background: url("/img/ikonok/konyv-fajlok.svg") no-repeat;
}
.kat-icon.konyv-linkek:before {
  background: url("/img/ikonok/konyv-linkek.svg") no-repeat;
}
.kat-icon.konyv-scorm:before {
  background: url("/img/ikonok/konyv-scorm.svg") no-repeat;
}
.kat-icon.kozos-fajlok:before {
  background: url("/img/ikonok/kozos-fajlok.svg") no-repeat;
}
.kat-icon.lektori-megjegyzesek:before {
  background: url("/img/ikonok/lektori-megjegyzesek.svg") no-repeat;
}
.kat-icon.multimedia-adattar:before {
  background: url("/img/ikonok/multimedia-adattar.svg") no-repeat;
}
.kat-icon.nem-bekotott-fajlok:before {
  background: url("/img/ikonok/nem-bekotott-fajlok.svg") no-repeat;
}
.kat-icon.publikalt-fajlok:before {
  background: url("/img/ikonok/publikalt-fajlok.svg") no-repeat;
}
.kat-icon.publikalt-scorm:before {
  background: url("/img/ikonok/publikalt-scorm.svg") no-repeat;
}
.kat-icon.rendszerfajlok:before {
  background: url("/img/ikonok/rendszerfajlok.svg") no-repeat;
}
.kat-icon.warning-icon:before {
  background: url("/img/ikonok/warning-icon.svg") no-repeat;
}
.kat-icon.cup-icon:before {
  background: url("/img/ikonok/cup.svg") no-repeat;
}
.kat-icon.selected-cup-icon:before {
  background: url("/img/ikonok/selected-cup.svg") no-repeat;
}

/* classroom / shared items*/
.row {
  max-width: 1170px;
}

/* foundation sizes */
/* Small only */
/* Medium only */
/* Large only */
/* helper class */
@media screen and (max-width: 74.99875em) {
  .show-for-large-up {
    display: none !important;
  }
}
@media print, screen and (min-width: 74.99875em) {
  .hide-for-large-up {
    display: none !important;
  }
}
/***********
* Admin
*/
.admin-menu {
  list-style: none;
  margin: 1rem;
  text-align: center;
}
.admin-menu a {
  color: #eee;
}
.admin-menu ul,
.admin-menu ul.nested,
.admin-menu li {
  padding: 0;
  margin: 0;
}
.admin-menu ul.nested {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.admin-menu ul.nested li .separator {
  display: none;
}
.admin-menu ul.nested > li {
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  flex: 0 200px;
  margin: 0.5rem;
  text-align: center;
  max-height: 200px;
}
.admin-menu ul.nested > li:hover {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.admin-menu ul.nested > li:last-child {
  margin-right: 0;
}
.admin-menu ul.nested > li > a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
}
.admin-menu ul.nested > li > a i {
  font-size: 5rem;
  margin: 15px auto;
  display: block;
  color: gray;
}
.admin-menu li {
  border: 1px solid #aaa;
}
.admin-menu > li {
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  background-color: #eee;
}

.admin-dashboard .callout {
  background-color: #eee;
}
.admin-dashboard .result-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%;
  list-style: none;
  margin: 1rem;
}
.admin-dashboard .result-list li {
  border: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.08);
  flex: 0 120px;
  margin: 0.5rem;
  text-align: center;
  height: 120px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.admin-dashboard .result-list > li > a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  color: #000;
  font-size: 0.85rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
}
.admin-dashboard .result-list > li > a:focus {
  background-color: #fff;
  outline: none;
}
.admin-dashboard .result-list > li > a i {
  margin: 15px auto;
  display: block;
  color: #525254;
  font-size: 2rem;
}

/* dashboard and tiles */
.dashboard {
  padding: 1rem;
  height: 100%;
  background-color: #eee;
  /* functions-tile */
}
.dashboard button.new-tile {
  width: 100%;
  margin: 6px;
  padding: 15px;
}
@media screen and (min-width: 40em) {
  .dashboard button.new-tile {
    width: unset;
  }
}
.dashboard .tile-container {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-content: center;
}
.dashboard .resize-menu {
  padding: 0 6px;
  text-align: right;
}
.dashboard .resize-menu button {
  margin: 0 0 0 1rem;
}
.dashboard .resize-menu button i {
  cursor: pointer;
}
.dashboard .resize-menu button:focus-visible {
  border: 2px solid black;
}
.dashboard .functions-tile {
  margin: 0 auto 0;
  display: none;
  justify-content: center;
}
@media screen and (min-width: 40em) {
  .dashboard .functions-tile {
    display: flex;
  }
}
.dashboard .functions-tile .functions-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dashboard .functions-tile .functions-list .function {
  display: flex;
  justify-content: center;
  border: 0px solid silver;
  padding: 0.5rem;
  min-height: 100px;
  width: 120px;
  margin: 0;
  flex: 0 0 10%;
  max-width: 10%;
}
.dashboard .functions-tile .functions-list .function:hover {
  background-color: #fff;
}
.dashboard .functions-tile .functions-list .function a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: inherit;
}
.dashboard .functions-tile .functions-list .function i {
  font-size: 2rem;
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 39.9375em) {
  .dashboard .functions-tile .functions-list .function {
    flex: 0 0 33%;
    max-width: 33%;
    font-size: 0.75rem;
  }
}
.dashboard .tile-after {
  flex: 0 0 auto;
  min-width: 0px !important;
}
.dashboard .tile-after .tile-inner {
  box-shadow: none !important;
  background: transparent !important;
  opacity: 1;
}
.dashboard .tile-after .tile-inner:hover {
  box-shadow: none !important;
}
.dashboard .tile {
  padding: 6px;
  flex-grow: 1;
  min-width: 200px;
  min-height: 80px;
  /*
  &:hover {
      .buttons {
          button {
              opacity: 1;
          }
      }
  }
  */
  /* SystemCheckList */
  /* date-tile */
  /* tile carousel */
  /* smile-tile */
  /* notification-tile */
  /*book-offer-tile*/
  /* favorite-tile */
  /* sticky-tile */
  /* progression-tile */
  /* .shared-by-me-tile, .shared-with-me-tile */
}
.dashboard .tile--no-min-height {
  min-height: unset;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile {
    font-size: 85%;
  }
}
.dashboard .tile a {
  color: inherit;
}
.dashboard .tile ul {
  margin: 0;
}
.dashboard .tile ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.dashboard .tile ul.list li {
  border-top: 1px solid lightgray;
}
.dashboard .tile ul.list li:first-child {
  border: 0;
}
.dashboard .tile ul.list li > a {
  display: block;
  padding: 8px 12px;
}
.dashboard .tile ul.video-block-list li .eke-video-title {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.dashboard .tile ul.video-block-list li .eke-video-desc {
  max-width: 100%;
  flex: 1;
}
.dashboard .tile table thead {
  background-color: transparent;
  border: 0;
}
.dashboard .tile table thead th,
.dashboard .tile table thead td {
  padding: 5px 0.625rem;
}
.dashboard .tile table tbody {
  border: 0;
}
.dashboard .tile table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.dashboard .tile table tbody tr:nth-child(even) {
  background-color: transparent;
}
.dashboard .tile table tbody tr:last-child {
  border-bottom: 0;
}
.dashboard .tile table.list-table {
  padding: 5px;
  width: 100%;
  margin: 0;
}
.dashboard .tile table.list-table th,
.dashboard .tile table.list-table td {
  font-size: 0.8rem;
}
.dashboard .tile table.list-table tr {
  background-color: transparent;
  border-top: 1px solid;
}
.dashboard .tile .buttons {
  transition: all 250ms;
  display: flex;
}
.dashboard .tile .buttons button:focus {
  outline: auto;
}
.dashboard .tile .buttons button i {
  padding: 2px 6px;
  cursor: pointer;
}
.dashboard .tile .tile-inner {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  min-width: 100%;
  min-height: 10rem;
  max-height: 350px;
  height: 100%;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  page-break-inside: avoid;
  transition: all 250ms;
  position: relative;
}
.dashboard .tile .tile-inner:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.dashboard .tile .tile-inner > .buttons {
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dashboard .tile.drag-over .tile-inner {
  border: 2px dashed #000;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 250ms;
}
.dashboard .tile.drag-source .tile-inner {
  opacity: 0.4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: scale(0.9);
  transition: all 250ms;
}
.dashboard .tile .tile-header {
  background-color: #483B32;
  color: #fff;
  padding: 0.375em 0.625em;
  font-size: 1.5em;
  position: relative;
  width: 100%;
  font-family: "OpenSans", sans-serif;
  display: flex;
  cursor: move;
  align-items: center;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .tile-header {
    padding: 0.75em 1.25em;
  }
}
.dashboard .tile .tile-body {
  overflow: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard .tile .tile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard .tile .tile-content > button {
  margin-top: 1rem;
}
.dashboard .tile.half {
  width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.half {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.quarter {
  width: 25%;
  max-width: 25%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.quarter {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.third {
  width: 33%;
  max-width: 33%;
}
@media screen and (max-width: 39.9375em) {
  .dashboard .tile.third {
    width: 100%;
    max-width: 100%;
  }
}
.dashboard .tile.full {
  width: 100%;
  max-width: 100%;
}
.dashboard .tile .SystemCheckList span {
  padding: 2px 5px;
}
.dashboard .tile .SystemCheckList span .level_1 {
  background-color: lightgreen;
}
.dashboard .tile .SystemCheckList span .level_2 {
  background-color: darkgoldenrod;
}
.dashboard .tile .SystemCheckList span .level_3 {
  background-color: indianred;
}
.dashboard .tile .SystemCheckList span .level_4 {
  background-color: red;
  color: #ffffff;
}
.dashboard .tile .date-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 1rem 0;
  font-family: "OpenSans", sans-serif;
}
.dashboard .tile .date-tile .date {
  font-size: 2rem;
}
.dashboard .tile .date-tile .time {
  font-size: 4rem;
}
.dashboard .tile .date-tile .due-today {
  font-size: 2rem;
}
.dashboard .tile .date-tile .switch {
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard .tile .date-tile .switch-button {
  color: inherit;
  outline: none;
  margin-left: 5px;
}
.dashboard .tile .date-tile .calendar {
  /*without CalendarNavigator*/
  margin-top: 2rem;
  /*with
  margin-top: 4rem;
  */
  width: 100%;
}
.dashboard .tile .date-tile .calendar .eke-calendar-container {
  grid-template-rows: none;
}
.dashboard .tile .carousel-item .eke-media-block .eke-media-social {
  display: none;
}
.dashboard .tile .carousel-item .eke-video-vertical-video-div a {
  margin-bottom: 5px;
}
.dashboard .tile .carousel-item .eke-video-vertical-video-div img {
  margin: auto;
}
.dashboard .tile .carousel-item .eke-video-desc {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
  text-align: left;
}
.dashboard .tile .carousel-item .eke-video-desc .eke-video-boldtitle {
  font-weight: bold;
}
.dashboard .tile .smile-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
}
.dashboard .tile .smile-tile i {
  cursor: pointer;
}
.dashboard .tile .smile-tile:focus-visible {
  border: 2px solid black;
}
.dashboard .tile .notification-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  font-family: "OpenSans", sans-serif;
  flex-direction: column;
}
.dashboard .tile .notification-tile ul {
  list-style: none;
}
.dashboard .tile .notification-tile ul li {
  font-size: 1rem;
}
.dashboard .tile .notification-tile .notifications-pane {
  height: 100%;
  width: 100%;
}
.dashboard .tile .notification-tile .announce-message {
  line-height: 1.2;
}
.dashboard .tile .notification-tile .announce-message i {
  margin-right: 1rem;
}
.dashboard .tile .notification-tile .topleft {
  position: absolute;
  top: 0;
  left: 0;
}
.dashboard .tile .notification-tile .bottomleft,
.dashboard .tile .notification-tile .swiper-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
}
.dashboard .tile .notification-tile .swiper-item .title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.dashboard .tile .book-offer-tile {
  height: 100%;
}
.dashboard .tile .book-offer-tile a {
  display: flex;
  flex-direction: column;
}
.dashboard .tile .book-offer-tile .banner {
  max-height: 175px;
  max-width: 100%;
  height: 100%;
  text-align: center;
}
.dashboard .tile .book-offer-tile .banner img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 1rem;
}
.dashboard .tile .favorites-tile .favorite-list {
  list-style: none;
  width: 100%;
}
.dashboard .tile .favorites-tile .callout {
  border: none;
}
.dashboard .tile .favorites-tile button {
  display: none;
}
.dashboard .tile .sticky-tile {
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard .tile .sticky-tile .sticky-title {
  height: 4rem;
  display: flex;
  align-items: center;
  padding-right: 85px;
}
.dashboard .tile .sticky-tile h5 {
  font-family: "BloggerSans", "OpenSans", sans-serif;
  font-size: 1.5em;
}
.dashboard .tile .sticky-tile .sticky-inner {
  height: 100%;
  font-size: 1.3rem;
}
.dashboard .tile .sticky-tile textarea {
  font-size: 1.6rem;
  font-family: "BloggerSans", "OpenSans", sans-serif;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  margin: 0;
  resize: none;
  position: relative;
  z-index: 1;
}
.dashboard .tile .sticky-tile:before {
  cursor: move;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 4rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.dashboard .tile .sticky-tile:after {
  content: "";
  display: block;
  width: 150%;
  height: 200%;
  position: absolute;
  right: 50%;
  bottom: 0%;
  transform: translateX(50%);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.25);
}
.dashboard .tile .progression-tile .book-source {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.dashboard .tile .shared-by-me-tile .evaluated,
.dashboard .tile .shared-with-me-tile .evaluated,
.dashboard .tile .distributed-content-tile .evaluated {
  background-color: #bffb7a;
  color: black;
}
.dashboard .tile .shared-by-me-tile .submitted,
.dashboard .tile .shared-with-me-tile .submitted,
.dashboard .tile .distributed-content-tile .submitted {
  background-color: #ffd139;
  color: black;
}
.dashboard .tile .shared-by-me-tile .submitted.orange,
.dashboard .tile .shared-with-me-tile .submitted.orange,
.dashboard .tile .distributed-content-tile .submitted.orange {
  background-color: #ffa220;
  color: black;
}
.dashboard .tile .shared-by-me-tile .not-started,
.dashboard .tile .shared-with-me-tile .not-started,
.dashboard .tile .distributed-content-tile .not-started {
  color: #f93846;
  background: transparent;
  font-weight: bold !important;
  border: 1px solid;
}
.dashboard .tile .shared-by-me-tile .deadline,
.dashboard .tile .shared-with-me-tile .deadline,
.dashboard .tile .distributed-content-tile .deadline {
  color: #232b34;
  font-weight: bold;
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile table,
.dashboard .tile .shared-with-me-tile table,
.dashboard .tile .distributed-content-tile table {
    table-layout: fixed;
  }
}
.dashboard .tile .shared-by-me-tile td,
.dashboard .tile .shared-with-me-tile td,
.dashboard .tile .distributed-content-tile td {
  padding: 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .shared-by-me-tile td,
.dashboard .tile .shared-with-me-tile td,
.dashboard .tile .distributed-content-tile td {
    padding: 0.25rem 0.3125rem 0.3125rem;
  }
}
.dashboard .tile .shared-by-me-tile td.img,
.dashboard .tile .shared-with-me-tile td.img,
.dashboard .tile .distributed-content-tile td.img {
  width: 60px;
  min-width: 50px;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .dashboard .tile .shared-by-me-tile td.img,
.dashboard .tile .shared-with-me-tile td.img,
.dashboard .tile .distributed-content-tile td.img {
    width: 90px;
    min-width: 75px;
  }
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile td.collapse,
.dashboard .tile .shared-with-me-tile td.collapse,
.dashboard .tile .distributed-content-tile td.collapse {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.dashboard .tile .shared-by-me-tile small,
.dashboard .tile .shared-with-me-tile small,
.dashboard .tile .distributed-content-tile small {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 63.9375em) {
  .dashboard .tile .shared-by-me-tile small,
.dashboard .tile .shared-with-me-tile small,
.dashboard .tile .distributed-content-tile small {
    flex-direction: column;
  }
}
.dashboard .tile .shared-by-me-tile small .cell,
.dashboard .tile .shared-with-me-tile small .cell,
.dashboard .tile .distributed-content-tile small .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 5px;
  flex-wrap: wrap;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label),
.dashboard .tile .shared-with-me-tile small .cell label:not(.label),
.dashboard .tile .distributed-content-tile small .cell label:not(.label) {
  font-weight: bold;
  white-space: normal;
  font-size: 0.75rem;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label).warning,
.dashboard .tile .shared-with-me-tile small .cell label:not(.label).warning,
.dashboard .tile .distributed-content-tile small .cell label:not(.label).warning {
  font-size: 1em;
  color: #F7470A;
}
.dashboard .tile .shared-by-me-tile small .cell label:not(.label).success,
.dashboard .tile .shared-with-me-tile small .cell label:not(.label).success,
.dashboard .tile .distributed-content-tile small .cell label:not(.label).success {
  font-size: 1em;
  color: #483B32;
}
.tile.third .shared-by-me-tile td.collapse, .tile.quarter .shared-by-me-tile td.collapse,
.tile.third .shared-with-me-tile td.collapse,
.tile.quarter .shared-with-me-tile td.collapse,
.tile.third .distributed-content-tile td.collapse,
.tile.quarter .distributed-content-tile td.collapse {
  width: auto;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile.third .shared-by-me-tile small, .tile.quarter .shared-by-me-tile small,
.tile.third .shared-with-me-tile small,
.tile.quarter .shared-with-me-tile small,
.tile.third .distributed-content-tile small,
.tile.quarter .distributed-content-tile small {
  display: flex;
  flex-direction: column;
}
.tile.third .shared-by-me-tile small .cell, .tile.quarter .shared-by-me-tile small .cell,
.tile.third .shared-with-me-tile small .cell,
.tile.quarter .shared-with-me-tile small .cell,
.tile.third .distributed-content-tile small .cell,
.tile.quarter .distributed-content-tile small .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 5px;
  flex-wrap: wrap;
}
.tile.third .shared-by-me-tile small .cell label:not(.label), .tile.quarter .shared-by-me-tile small .cell label:not(.label),
.tile.third .shared-with-me-tile small .cell label:not(.label),
.tile.quarter .shared-with-me-tile small .cell label:not(.label),
.tile.third .distributed-content-tile small .cell label:not(.label),
.tile.quarter .distributed-content-tile small .cell label:not(.label) {
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .tile.third .shared-by-me-tile small .cell label:not(.label), .tile.quarter .shared-by-me-tile small .cell label:not(.label),
.tile.third .shared-with-me-tile small .cell label:not(.label),
.tile.quarter .shared-with-me-tile small .cell label:not(.label),
.tile.third .distributed-content-tile small .cell label:not(.label),
.tile.quarter .distributed-content-tile small .cell label:not(.label) {
    font-size: 0.85rem;
  }
}
.tile.third .shared-by-me-tile small .cell label:not(.label).warning, .tile.quarter .shared-by-me-tile small .cell label:not(.label).warning,
.tile.third .shared-with-me-tile small .cell label:not(.label).warning,
.tile.quarter .shared-with-me-tile small .cell label:not(.label).warning,
.tile.third .distributed-content-tile small .cell label:not(.label).warning,
.tile.quarter .distributed-content-tile small .cell label:not(.label).warning {
  font-size: 1rem;
  color: #F7470A;
}
.tile.third .shared-by-me-tile small .cell label:not(.label).success, .tile.quarter .shared-by-me-tile small .cell label:not(.label).success,
.tile.third .shared-with-me-tile small .cell label:not(.label).success,
.tile.quarter .shared-with-me-tile small .cell label:not(.label).success,
.tile.third .distributed-content-tile small .cell label:not(.label).success,
.tile.quarter .distributed-content-tile small .cell label:not(.label).success {
  font-size: 1em;
  color: #483B32;
}

.dashboard .tile:focus-visible {
  border: 2px solid black;
}

.smile-tile-modal {
  display: flex;
}
.smile-tile-modal label {
  width: 14%;
}
.smile-tile-modal i {
  font-size: 3rem;
  padding: 1rem 1rem 1rem 1rem;
}
.smile-tile-modal input:checked ~ i {
  background-color: #fce300;
  border-radius: 5px;
}
.smile-tile-modal input {
  transform: scale(0);
}

#dialog-root {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#dialog-root * {
  pointer-events: all;
}

.dialog .dialog__content {
  padding: 0.5em 1rem;
  white-space: pre-wrap;
}
.dialog .dialog__header {
  background-color: #483B32;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  align-items: center;
}
.dialog .dialog__header .dialog-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: 1rem;
  justify-content: center;
}
.dialog .dialog__header.alert {
  background-color: #FF6F3D;
}
.dialog .dialog__header.alert .dialog-icon:after {
  content: "\f057";
}
.dialog .dialog__header.error {
  background-color: #d80001;
}
.dialog .dialog__header.error .dialog-icon:after {
  content: "\f06a";
}
.dialog .dialog__header.warning {
  background-color: #F78E0A;
}
.dialog .dialog__header.warning .dialog-icon:after {
  content: "\f12a";
}
.dialog .dialog__title {
  cursor: pointer;
  padding: 1rem;
  font-weight: bold;
  flex: 1;
  /* https://stackoverflow.com/a/4407335/834966 */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}
.dialog .dialog__close {
  display: flex;
  color: #fff;
  padding: 0 0.5rem;
  align-items: center;
  cursor: pointer;
  margin: 0 !important;
}
.dialog .dialog__close:focus-visible {
  border: 2px solid black;
}
.dialog .dialog__fullscreen {
  display: flex;
  color: #fff;
  align-items: center;
  cursor: pointer;
  margin: 0 !important;
}
.dialog .dialog__content {
  padding: 0.5rem 1rem;
  flex: 1 1 auto;
  overflow: auto;
}
.dialog .dialog__content:focus-visible {
  border: 2px solid black;
}
.dialog .dialog__actions {
  padding: 0.5em 0.25em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid lightgray;
}
.dialog .dialog__actions > * {
  margin: 0 0.25em;
}
.content-container-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

/* Ikon */
.content-item-icon {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  width: 130px;
  margin: 0.5em;
}
.content-item-icon:hover {
  background: #dedede;
}

.content-item-icon__icon {
  width: 130px;
  height: 100px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-item-icon__icon img {
  width: 130px;
  height: 100px;
  object-fit: contain;
}
.content-item-icon__icon button:focus-visible i {
  border: 1px solid black;
}

.content-item-icon__menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 150%;
  color: #333;
  cursor: pointer;
  padding: 4px;
  transition: 0.2s background-color;
  border-radius: 1em;
  z-index: 10;
}
.content-item-icon__menu:hover {
  background: white;
}

.content-item-icon__menu-item {
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none;
  cursor: pointer;
}
.content-item-icon__menu-item i {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.content-item-icon__menu-item button {
  width: 100%;
  padding: 0.5em 1em;
  text-align: left;
  cursor: pointer;
}
.content-item-icon__menu-item button:hover {
  background: #dedede;
}
.content-item-icon__menu-item button:focus-visible {
  outline: 2px solid black;
}

.content-item-icon__text {
  text-align: center;
  overflow: hidden;
}

.content-item-icon__text-main {
  line-height: 1.2em;
  max-height: 2.4em;
  font-size: small;
}

.content-item-icon__large.content-item-icon {
  width: 200px;
}
.content-item-icon__large .content-item-icon__icon,
.content-item-icon__large .content-item-icon__large .content-item-icon__icon img {
  width: 200px;
  height: 160px;
}

/*Csatolmány lista elem*/
.content-attachment-item-list {
  margin-right: 0.7rem;
}

.content-attachment-item-list__title {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: medium;
  font-weight: bold;
}

.content-attachment-item-list__delete {
  display: inline-block;
}

.content-attachment-item-list__delete_x {
  color: red;
}

/* Lista */
.list-component {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}
.list-component.table {
  display: table;
  border-collapse: collapse;
}
.list-component.table .content-item-list {
  display: table-row;
}
.list-component.table .list-item-caption {
  display: table-row;
}
.list-component.table .list-item-caption .list-item-cell button {
  font-weight: bold;
}
.list-component.table .list-item-cell {
  display: table-cell;
  vertical-align: middle;
}

.content-item-list {
  display: flex;
  flex-direction: row;
  padding: 0.5em;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
  font-family: sans-serif;
  align-items: center;
  min-height: 88px;
  cursor: pointer;
  width: 100%;
}
.content-item-list > .content-item-list {
  border: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.content-item-list:hover {
  background: #f2f2f2;
}
.content-item-list .like-block button {
  margin: 0 0.5rem;
}
.content-item-list .like-block button span.hide-in-list {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .content-item-list {
    flex-wrap: wrap;
  }
}

.content-item-list__checkbox {
  align-self: center;
  padding: 0 1em;
}
.content-item-list__checkbox input {
  margin: 0;
}

.content-item-list__icon {
  width: 80px;
  height: 50px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-item-list__icon img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-item-list__icon .media-icon-folder {
  width: 50%;
  max-height: 80%;
  position: relative;
}
.content-item-list__icon .media-icon-image-overlay {
  height: 70% !important;
  width: 90%;
  top: 30%;
  left: 5%;
  position: absolute;
}

.content-item-list__text {
  flex: 1;
  margin: 0 1em;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-item-list__text a {
  align-items: center;
}
.content-item-list__text label {
  display: inline;
}
.content-item-list__text small {
  display: block;
  margin-right: 0.5rem;
}
.content-item-list__text small .date {
  color: grey;
}
.content-item-list__text small:empty {
  display: none;
}
.content-item-list__text p {
  margin: 0;
}
.content-item-list__text .icon {
  margin-right: 0.5rem;
  max-width: 24px;
}

.content-item-list__img {
  height: 70px;
  width: 100px;
  align-self: center;
  padding: 4px;
}
@media screen and (max-width: 39.9375em) {
  .content-item-list__img {
    width: 40px;
    height: 50px;
  }
}

.content-item-list__info {
  flex: 0 auto;
  margin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .content-item-list__info {
    flex-direction: column;
  }
}
@media screen and (max-width: 39.9375em) {
  .content-item-list__info {
    width: 100%;
  }
}

.content-item-list__small {
  font-size: small;
  color: gray;
}

.content-item-list__description {
  font-size: small;
}

.content-item-list__menu {
  align-self: center;
  position: relative;
  cursor: pointer;
}
.content-item-list__menu button:focus-visible {
  border: 2px solid black;
}

.content-item-list__menu-item {
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none;
}
.content-item-list__menu-item i {
  color: inherit;
}
.content-item-list__menu-item div {
  padding: 0.5em 1em;
}
.content-item-list__menu-item div:hover {
  background: #f2f2f2;
}

.back-link::before {
  content: "\f060";
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-right: 0.5rem;
}

.public-contentstore-main:before {
  background: #e9eaea url(/img/LANDING/landing-main12.jpg) repeat-y center center/100%;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.public-contentstore-main .editor-bar {
  padding: 20px 30px;
}
.public-contentstore-main .public-contentstore-splitpane {
  background-color: white;
}
.public-contentstore-main .public-contentstore-sidebar {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.368627451) !important;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li {
  border-top: 1px solid #d0cfcf;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-content-wrapper {
  display: inline-block;
  padding: 5px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  width: 95%;
  height: auto;
  /*border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;*/
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-selected {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(85, 85, 85, 0.5411764706));
  background-color: unset;
  border: none;
  opacity: 0.8;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher {
  background-image: none;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.6em;
  width: 0.6em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(45deg);
  vertical-align: top;
  color: #a29f9f;
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher.rc-tree-switcher_open:before {
  top: 0;
  transform: rotate(135deg);
}
.public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher-noop::before {
  color: transparent;
}
.public-contentstore-main .public-contentstore-foldercontents {
  padding-top: 20px;
}

.list-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.list-bar .part {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
.list-bar .button {
  height: 2.4375rem;
  vertical-align: top;
}
.list-bar .pager .button {
  margin-bottom: 0;
  margin-top: 0;
}
.list-bar .pager select {
  margin-bottom: 0;
}
.list-bar input {
  margin-bottom: 0;
}

.exercise-list-page, .exercise-selector-page {
  max-width: 100%;
}

.exercise-selector-page {
  background-color: darkseagreen;
  padding: 0 2rem;
}

.exercise-list-page-modal-label {
  display: inline;
}

.exercise-list-page-button-container {
  display: flex;
  flex-wrap: wrap;
}
.exercise-list-page-button-container button,
.exercise-list-page-button-container a {
  margin: 2px !important;
}

.exercise-selector-h3 {
  text-align: center;
  margin-bottom: 40px;
  color: white;
  text-shadow: rgba(10, 10, 10, 0.5607843137) 2px 2px 4px;
}

.exercise-selector-h4 {
  color: white;
  margin: 10px 20px;
  text-shadow: rgba(10, 10, 10, 0.5607843137) 2px 2px 4px;
}

.exercise-selector-button, .exercise-selector-button:focus {
  display: inline-block;
  text-align: left;
  font-weight: bold !important;
  color: #444444 !important;
  line-height: normal;
  /*padding-bottom: 5px !important;*/
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #f7f7f7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}
.exercise-selector-button .show-for-medium {
  margin-top: 5px;
}
.exercise-selector-button:hover {
  background-color: #232b34;
}

.exercise-selector-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.exercise-selector-button-div {
  display: inline-block;
  text-align: left;
}

.exercise-selector-label {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: 0.3rem !important;
}

.exercise-selector-icon {
  width: 30px;
  height: 30px;
}

.exercise-editor-accordion-title {
  font-size: 1.3rem;
}

.exercise-editor-checkbox {
  margin-left: 0.7rem;
}

.exercise-editor-html-editor {
  margin: 15px;
}

.exerciseseries-editor-html-editor {
  margin-bottom: 15px;
}

.exercise-series-small-btn {
  margin: 0.3rem;
}

.exercise-series-fieldset {
  border: 3px solid #DDDDDD;
  margin: 1rem 0;
  padding: 1.11111rem;
}

.exercise-editor-scroll {
  height: 80vh;
  overflow: auto;
  visibility: hidden;
}

.exercise-editor-scroll:hover {
  visibility: visible;
}

.exe-image-select-label {
  display: inline-block;
}

.exe-editor-fieldlabel-small {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-fieldlabel-1 {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-fieldlabel-2 {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: inherit;
}

.exe-editor-label-description {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 7px;
}

.exe-editor-inputgroup {
  margin-top: 15px;
}

.exe-editor-inputgroup > label {
  font-size: 1.25rem;
}

.exe-editor-accessibility {
  display: flex;
}

.exe-editor-validation-msg {
  color: red;
  margin-left: 15px;
  font-style: italic;
  margin-top: 0.8rem;
  font-size: 0.85rem;
}
.exe-editor-validation-msg:empty {
  display: none;
}

input.exe-editor-validation-error {
  border-color: rgb(209, 52, 52);
  background-color: rgba(209, 52, 52, 0.1);
  box-shadow: 0 0 0.5em red;
}

.exe-editor-input-tile {
  border-style: solid;
  border-color: #d5cfcf;
  border-width: 1px;
  border-radius: 1vw;
}

.exerciseList {
  background-color: rgba(0, 0, 0, 0) !important;
  border-collapse: separate;
  table-layout: fixed;
}

.dummy-input {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.exercise-editor-wrapper {
  visibility: visible;
}
.exercise-editor-wrapper legend {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c5c5c5;
  padding-bottom: 2px;
}
.exercise-editor-wrapper input, .exercise-editor-wrapper select {
  margin-bottom: 8px;
}
.exercise-editor-wrapper .eke-lookup-input-margin {
  margin-bottom: 8px;
}
.exercise-editor-wrapper .card-divider {
  padding: 4px 16px;
}
.exercise-editor-wrapper .card-divider > div {
  display: flex;
  align-items: center;
}
.exercise-editor-wrapper .card-divider button {
  padding: 0.42em 0.5em;
}
.exercise-editor-wrapper .exe-editor-fieldlabel-1 {
  font-size: 1rem;
}
.exercise-editor-wrapper .accordion .accordion-title {
  padding: 8px 16px;
}
.exercise-editor-wrapper .accordion .accordion-title i.accordion-icon {
  height: 25px;
  width: 25px;
}
.exercise-editor-wrapper .accordion .accordion-actions .button {
  margin: 0 0.3rem;
  padding: 0.5rem;
}
.exercise-editor-wrapper .panel .panel-header {
  padding: 8px 10px;
}
.exercise-editor-wrapper .panel .panel-header h4, .exercise-editor-wrapper .panel .panel-header h5, .exercise-editor-wrapper .panel .panel-header h6 {
  margin-bottom: 0;
}
.accordion .exercise-editor-wrapper .panel .panel-content {
  padding: 0 1rem;
}
.exercise-editor-wrapper .panel-details .panel {
  margin-top: 16px;
}
.exercise-editor-wrapper .react-tabs__tab {
  border: 1px solid #9b9a9a;
  background: #e5e2e2;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.24);
  font-size: 13px;
}
.exercise-editor-wrapper .react-tabs__tab--selected {
  background: transparent;
  box-shadow: none;
}
.exercise-editor-wrapper .img-processing-loading {
  display: flex;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0.8em;
  border-radius: 50%;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: wave 2s ease-out infinite;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1) {
  background: #7ef9ff;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1)::before {
  animation-delay: 0.2s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2) {
  background: #89cff0;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2)::before {
  animation-delay: 0.4s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3) {
  background: #4682b4;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3)::before {
  animation-delay: 0.6s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4) {
  background: #0f52ba;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4)::before {
  animation-delay: 0.8s;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5) {
  background: #000080;
}
.exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5)::before {
  animation-delay: 1s;
}
@keyframes wave {
  50%, 75% {
    transform: scale(2.5);
  }
  80%, 100% {
    opacity: 0;
  }
}
.exercise-editor-wrapper textarea.textbox-double-height {
  height: 4em;
}
.exercise-editor-wrapper textarea.textbox-triple-height {
  height: 6em;
}

.action-buttons {
  /*display: flex;
  flex-direction: row;*/
}

@media screen and (max-width: 965px) {
  .action-buttons {
    display: block;
  }
}
.chapterLesson-chapter-list:nth-child(2n) {
  background-color: #eee;
}

.chapterLesson-list {
  width: 100%;
  margin: 2em;
}
.chapterLesson-list .chapterLesson-chapter-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #eee;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.chapterLesson-list .chapterLesson-chapter-inner .button {
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-chapter-name {
  flex-grow: 1;
  margin: 0.2em 0.5em 0 0.5em;
}
.chapterLesson-list .chapterLesson-chapter-name .button {
  color: inherit;
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-chapter-name .topic-title {
  margin-left: 10px;
  font-weight: bold;
}
.chapterLesson-list .chapterLesson-chapter-name .topic-subtitle {
  font-style: italic;
  font-weight: bold;
}
.chapterLesson-list .chapterLesson-chapter-input {
  width: 50%;
  margin: 0.5em;
}
.chapterLesson-list .chapterLesson-iconbutton {
  width: 3em;
  height: 3em;
  vertical-align: middle;
  margin-right: 0.2em;
}
.chapterLesson-list .chapterLesson-chapter-button {
  width: 200px;
  margin: 0.5em !important;
}
.chapterLesson-list .chapterLesson-chapter-2button {
  width: 400px;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.chapterLesson-list .chapterLesson-lesson-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 3em;
}
.chapterLesson-list .chapterLesson-lesson-inner > * {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.chapterLesson-list .chapterLesson-lesson-inner .button {
  flex-shrink: 0;
}
.chapterLesson-list .chapterLesson-lesson-name {
  flex-grow: 1;
  margin: 0.2em 0.5em 0.5em 0.5em;
}
.chapterLesson-list .chapterLesson-lesson-name .button {
  color: inherit;
  margin-bottom: 0;
}
.chapterLesson-list .chapterLesson-lesson-name .nowrap {
  white-space: nowrap;
}
.chapterLesson-list .inactive {
  text-decoration: line-through;
}

.chapter-selector-color-editor {
  display: flex;
  align-items: center;
}
.chapter-selector-color-editor span {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  border-width: 5px;
  border-style: solid;
  display: block;
  margin-left: 10px;
}

.menu-color-editor {
  display: flex;
  justify-content: space-between;
}
.menu-color-editor > label {
  width: 100%;
}

.not-displayed {
  display: none;
}

.menu-preview .lesson-title {
  height: 45px;
  width: 100%;
  position: relative;
}
.menu-preview .lesson-title .title {
  position: absolute;
  left: 40%;
  top: 10px;
  color: #fff;
}
.menu-preview .lesson-title .menu-containter {
  position: absolute;
  right: 45px;
  height: 200px;
  width: 150px;
}
.menu-preview .lesson-title .menu-containter .menu-header {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.menu-preview .lesson-title .menu-containter .book-menu {
  height: 135px;
}
.menu-preview .lesson-title .menu-containter .menuitem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-preview .lesson-title .menu-containter .menuitem.active {
  height: 45px;
}

/*----*/
.search-page .title {
  display: none;
}

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  justify-content: center;
}

.back-glow {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2;
}
.back-glow.white {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
}

.eke-search__title {
  font-family: "BloggerSansBold";
}

.eke-search-field {
  position: relative;
  padding: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.eke-search-field:focus-within {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.eke-media-searchfield {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.eke-search__input {
  border: 0px solid lightgray;
  background-color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.eke-search__input .input-field {
  flex: 1;
}
.input-group > .eke-search__input:first-child {
  border-radius: 10px 0px 0px 10px;
}
.eke-search__input ul {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.eke-search__input ul:empty {
  display: none;
}
.eke-search__input ul li {
  padding: 0 0.5rem;
  color: #525254;
}
.eke-search__input input {
  border-color: lightgray;
  border-width: 0px 0px 0px 0px;
  border-style: 1px;
  box-shadow: unset;
  height: 50px;
  margin: 0;
  transition: none;
  border-radius: 0;
}
.eke-search__input input:focus {
  border-color: lightgray;
  box-shadow: unset;
  border-width: 0px 0px 0px 0px;
  transition: none;
}
.eke-search__input .search-setting {
  padding: 0 1rem;
}
.eke-search__input .search-setting button {
  cursor: pointer;
  opacity: 0.25;
}
.eke-search__input .search-setting button.active {
  opacity: 1;
  text-shadow: 0 0 2px #2F77A6;
}
.eke-search__input .search-setting .switch-input {
  visibility: hidden;
  height: 0;
  width: 0;
}

.eke-media-searchfield {
  padding-right: 0 !important;
}

.eke-media-search__input {
  border: 0px solid lightgray;
  border-radius: 3px 0px 0px 3px;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0 0.3rem;
  outline: none;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.eke-mediabutton {
  margin: 0 0 0 0 !important;
}

.button-group.eke-search__button {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 50px;
}
.button-group.eke-search__button .button {
  margin: 0;
  border-radius: 0;
  outline: none;
}
.button-group.eke-search__button .dropdown-pane {
  width: auto;
  padding: 0;
}
.button-group.eke-search__button:last-child {
  border-radius: 0 10px 10px 0;
}

.eke-search__button {
  margin: 0;
  height: 50px;
  outline: none;
}

.search-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search-filters select {
  display: inline;
  margin-right: 5px;
  border-color: #483B32;
  width: auto;
}
@media screen and (max-width: 39.9375em) {
  .search-filters select {
    width: 100%;
  }
}
.search-filters select:focus {
  color: #fff !important;
  background-color: #2BB472 !important;
}
.search-filters select:focus option {
  background-color: #fff;
  color: #000;
}
.search-filters select:active {
  background-color: #fff;
  color: #000;
}

.search-result-list h2 {
  font-size: 1.5rem;
}

.eke-searchresult {
  border-top: 1px solid #999;
  padding: 1rem 0;
}
.eke-searchresult h3 {
  font-size: 1.1rem;
  padding-bottom: 1rem;
}
.eke-searchresult em {
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__title {
  color: black;
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__text {
  color: black;
  display: block;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5em;
}
.eke-searchresult .search-item {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
}
.eke-searchresult .search-item a img {
  margin: 0 auto 0.5rem;
  height: 150px;
  display: block;
}

.eke-search__filter-button {
  color: white;
  outline: none;
}
.eke-search__filter-button.primary.active {
  background-color: #483B32 !important;
  color: #fff !important;
}
.eke-search__filter-button.primary.active i {
  color: #fff;
}
.eke-search__filter-button.secondary.active, .eke-search__filter-button.secondary:active, .eke-search__filter-button.secondary:focus {
  background-color: #735e50 !important;
  color: #fff !important;
}
.eke-search__filter-button.secondary.active i, .eke-search__filter-button.secondary:active i, .eke-search__filter-button.secondary:focus i {
  color: #fff;
}
.eke-search__filter-button i {
  color: #483B32;
}
.eke-search__filter-button > img {
  height: 1.9rem;
}

.eke-detailed-search div {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.eke-search-NoresultUli {
  font-weight: normal;
  font-size: 1rem;
}

.test-search-header {
  background-color: lightblue;
  color: darkslategray;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.checkbox .checkmark:after {
  content: "";
  display: none;
  margin-top: -3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:hover input ~ .checkmark {
  background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
  background-color: #483B32;
  /* Show the checkmark when checked */
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.small-size {
  font-size: small;
}

.synonym-list {
  margin: 0;
}
.synonym-list .synonym {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  background-color: #eee;
  list-style-type: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
}
.synonym-list .synonym:hover {
  background-color: #fafafa;
}
.synonym-list .synonym a {
  color: #777;
  font-weight: bold;
}
.synonym-list .synonym-parent {
  background-color: #cfc;
}

.form-info {
  background-color: #eee;
  border: 1px solid #dedede;
  border-radius: 0.5625rem;
  margin: 0 0 1rem;
  padding: 0.5625rem;
  display: inline-block;
}

.external-radio {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  display: inline-block;
}

.section-collection-menu {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 799;
  transition: 0.3s opacity;
}
.section-collection-menu.collection-menu {
  z-index: 25;
}
.section-collection-menu button {
  color: #fff;
}

.button-group.expanded button {
  width: 100%;
}
.button-group.inline {
  display: inline-flex;
}
.button-group .button {
  margin-right: 0.5rem;
  height: 100%;
}
.button-group .button, .button-group label, .button-group span {
  align-self: center;
}
.button-group .button + .button {
  margin-left: 0;
}
.button-group .button-group {
  margin-bottom: 0;
}
.button-group .label {
  display: flex;
  align-items: center;
}
.rt-table .button-group {
  margin-bottom: 0;
}
.button-group .button.align-right,
.button-group .button + .button.align-right {
  margin-right: 0;
  margin-left: auto !important;
}
.button-group.space {
  justify-content: space-between;
}
.button-group.space .button {
  margin: auto !important;
}

.systemcheck_level_1 {
  color: #483B32;
}

.systemcheck_level_2 {
  color: #232b34;
}

.systemcheck_level_3 {
  color: #FF6F3D;
}

.systemcheck_level_4 {
  color: #d80001;
}

/***********
* Accordion
*/
.accordion .accordion-item:last-child .accordion-content {
  margin-bottom: 0;
}
.accordion .accordion-title {
  background-color: #735e50;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.accordion .accordion-title::before {
  content: "";
}
.accordion .accordion-title legend {
  margin: 0;
}
.accordion .accordion-title .accordion-title-text {
  line-height: normal;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion .accordion-title i.accordion-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  position: relative;
  margin: 0 0.5rem 0 0;
  /* right: 15px;
  top: 50%;
  margin-top: -9px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #735e50;
}
.accordion .accordion-title i.accordion-icon::before {
  content: "\f054";
  /*'\f067';*/
}
.accordion .accordion-title .accordion-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.accordion .accordion-title .accordion-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .accordion-title .accordion-actions .button.secondary {
  background-color: #094C77;
}
.accordion .is-active > .accordion-title i.accordion-icon::before {
  content: "\f078";
  /*'\f068';*/
}
.filters .accordion .accordion-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0b0";
  margin: 0 0 0 0.5rem;
  position: absolute;
  right: 1rem;
}
.accordion.eke .accordion-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.accordion.eke .accordion-content.is-visible {
  display: block;
  height: auto;
}

/***********
* Panel
*/
.panel > .panel-header {
  background-color: #735e50;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.panel > .panel-header.is-toggle {
  cursor: pointer;
}
.panel > .panel-header .title {
  font-size: 1rem;
  margin: 0;
}
.panel .panel-content {
  padding: 1rem;
  border: 1px solid #e6e6e6;
}

.toggle {
  height: auto;
  margin-bottom: 1rem;
}
.toggle .panel-header {
  font-weight: bold;
}
.toggle .panel-header.is-toggle {
  cursor: pointer;
}
.toggle .panel-header.is-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f078";
  margin-left: 0.5rem;
}
.toggle .panel-header[aria-expanded=true]::after {
  content: "\f077";
}
.toggle .panel-content {
  height: auto;
  overflow: hidden;
}

/* extend Motion UI toggle animation */
.toggle-in,
.toggle-out {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.toggle-in.mui-enter {
  opacity: 0.99;
}

.toggle-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.toggle-out.mui-leave {
  opacity: 1;
}

.toggle-out.mui-leave.mui-leave-active {
  opacity: 0.99;
}

.audio-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.audio-container .panel-content a li {
  color: #fff;
}
.audio-container .title-container {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.audio-container .nums {
  margin-left: auto;
}
.audio-container .nums span {
  color: #fff;
}
.audio-container > div:not(.title-container) {
  padding: 0px 20px 5px 20px;
}
.audio-container .audio-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.audio-container .audio-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f001";
  margin-right: 0.5rem;
}
.audio-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.audio-container .audio-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.audio-container .audio-list-toggle ol {
  margin-left: 40px;
}
.audio-container .audio-list-toggle ol li {
  cursor: pointer;
}
.audio-container .play,
.audio-container .stop,
.audio-container .previous,
.audio-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.audio-container .play:before,
.audio-container .stop:before,
.audio-container .previous:before,
.audio-container .next:before {
  display: none;
}
.audio-container .play:focus,
.audio-container .stop:focus,
.audio-container .previous:focus,
.audio-container .next:focus {
  outline: 0;
}
.audio-container .play {
  font-size: 16px;
}
.audio-container .current-time,
.audio-container .duration-time {
  font-size: 14px;
}
.audio-container .audio-slider,
.audio-container .audio-volume-slider {
  margin: 0 10px 0 10px;
}
.audio-container .audio-slider {
  width: 100%;
}
.audio-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.audio-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.audio-container .audio-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.audio-container .audio-slider-container .audio-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.audio-container .audio-slider-container .audio-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .audio-slider-container .audio-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.audio-container .volume-slider-container .audio-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.audio-container .volume-slider-container .audio-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .volume-slider-container .audio-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.audio-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.audio-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.main-landing .class-row {
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.main-landing .class-row > .row {
  align-items: center;
}

.main-landing .class-row .type-chooser {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e6e9ed;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  border-radius: 15px 15px 0 0;
}
.main-landing .class-row .type-chooser * {
  margin-bottom: 0;
}
.main-landing .class-row .type-chooser select {
  border-radius: 5px;
  border: 1px solid #483B32;
}
.main-landing .class-row .type-chooser label {
  font-weight: bold;
}
.main-landing .class-row .type-chooser .checkbox {
  background-color: #fff;
  color: #483B32;
}
.main-landing .class-row .type-chooser .button-group {
  overflow: hidden;
  padding: 0 2px;
}
.main-landing .class-row .type-chooser .button-group .button {
  border: 0;
  box-shadow: none;
  color: #333;
  background: transparent;
  font-weight: bold;
  transition: none;
}
.main-landing .class-row .type-chooser .button-group .button:hover, .main-landing .class-row .type-chooser .button-group .button.select {
  background-color: #483B32;
  color: #fff;
}
.main-landing .class-row .type-chooser .button-group .button:focus {
  outline-offset: 1px;
  outline: #483B32 auto 1px;
}

.main-landing .class-select-container {
  max-width: 100%;
  min-width: 500px;
  overflow: hidden;
}

.main-landing .class-select {
  list-style: none;
  display: flex;
  /* width: max-content; */
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
}

.main-landing .class-select li {
  flex: 1;
}

.main-landing .class-select li a {
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.6rem;
  color: #333;
}
.main-landing .class-select li a:focus {
  outline-offset: 1px;
  outline: #483B32 auto 1px;
}

.main-landing .class-select li a:not(.disabled):hover,
.main-landing .class-select li a.select {
  background-color: #483B32;
  color: #fff !important;
}

.main-landing .class-select li a.disabled {
  cursor: default;
}

.main-landing .subject-select {
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 639px) {
  .main-landing .subject-select {
    margin-bottom: 50px;
  }
}

.main-landing .subject-select:empty:after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  content: "Jelenleg nem elérhető";
  margin: 0 auto;
}

.main-landing .subject-select .item {
  padding: 0.5rem;
  flex: 10px;
  /*flex: 1 14.2%;
  max-width: 14.2%;*/
  flex: 1 16.6%;
  max-width: 16.6%;
}

.main-landing .grade-container > .row {
  min-width: 500px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

@media (max-width: 1024px) {
  .main-landing .subject-select .item {
    flex: 1 16.6%;
    max-width: 16.6%;
  }
}
@media (max-width: 860px) {
  .main-landing .subject-select .item {
    flex: 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 639px) {
  .main-landing .subject-select .item {
    flex: 1 25%;
    max-width: 25%;
  }
  .main-landing .choose-book .subject-name {
    font-size: 0.8rem;
  }
}
@media (max-width: 500px) {
  .main-landing .subject-select .item {
    flex: 1 33%;
    max-width: 33%;
  }
}
/*
.main-head .subject-select .item a span
{
 display: none;
}*/
.main-landing .subject-select img,
.main-landing .subject-select svg {
  max-width: 70%;
  margin: 0 auto 0.5rem;
}

.main-landing .subject-select .item {
  /* display: none; */
}

.main-landing .subject-select .item svg {
  display: block;
}

.main-landing .choose-book {
  margin-bottom: 20px !important;
}

.main-landing .choose-book .subject-name {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.main-landing .choose-book .sub-book {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.main-landing .choose-book .subject-select .sub-book.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.main-landing .choose-book .subject-select .sub-book.show a {
  flex: 0 0 150px;
}

.main-landing .choose-book .subject-select .book-wrapper.show {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.main-landing .choose-book .sub-book.show .subject-name {
  color: #000;
}

.main-landing .choose-book .sub-count {
  position: absolute;
  top: 0;
  right: 10px;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: 30px;
  width: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-landing .choose-book .sub-book > div {
  height: 50px;
  width: 50px;
}

.main-landing .choose-book .book-link-iconwrap {
  display: block;
}

.main-landing .choose-book .book-link-iconwrap-disabled {
  display: none;
}

/* downloadable materials */
.dl-list {
  background: url("/img/LANDING/wood_texture.jpg") top;
}
.dl-list .title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.dl-list .book-item {
  margin-bottom: 2rem;
}
.dl-list .book-item figure {
  margin-bottom: 1rem;
}
.dl-list .book-item figure img {
  box-shadow: 0px 0px 1px 0px rgba(10, 10, 10, 0.3), 5px 5px 0px -5px rgba(10, 10, 10, 0.5), 6px 6px 0px -5px rgba(10, 10, 10, 0.5), 7px 7px 0px -5px rgba(10, 10, 10, 0.5), 8px 8px 2px -5px rgba(10, 10, 10, 0.5), 9px 9px 2px -5px rgba(10, 10, 10, 0.5), 10px 10px 3px -5px rgba(10, 10, 10, 0.3), 11px 11px 3px -5px rgba(10, 10, 10, 0.3), 12px 12px 3px -5px rgba(10, 10, 10, 0.2), 13px 13px 3px -5px rgba(10, 10, 10, 0.2), 14px 14px 3px -5px rgba(10, 10, 10, 0.2), 15px 15px 3px -5px rgba(10, 10, 10, 0.2);
}
.dl-list .book-item .item-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  height: 5rem;
}

.editor-page {
  position: absolute;
  bottom: 0;
  top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.editor-page .tools-button-minimize {
  display: none;
}
.editor-page.vertical {
  flex-direction: column;
}
.editor-page .editor-sidebar.close i, .editor-page .editor-panel.close i {
  transform: rotate(180deg);
}
.editor-page .tools {
  position: relative;
  text-align: right;
  background-color: #735e50;
  height: 5px;
  margin-bottom: 5px;
}
.editor-page .tools i {
  margin-top: 8px;
  margin-right: 4px;
  background-color: #fff;
  cursor: pointer;
}
.editor-page .right .tools {
  text-align: left;
  margin-left: -15px;
}
.editor-page .right .tools i::before {
  content: "\f152";
}
.editor-page .editor-panel {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.editor-page .editor-panel.right .content {
  height: 100%;
}
.editor-page .editor-panel.stretch {
  overflow: hidden;
}
.editor-page .editor-panel.stretch .content {
  overflow: hidden;
}
.editor-page .editor-panel .content {
  overflow: auto;
  padding: 0 5px;
}
.editor-page .editor-panel.close {
  flex: 0 0 auto;
  background-color: #eee;
}
.editor-page .editor-panel.close .content {
  display: none;
}
.editor-page .editor-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 25px;
  height: 100%;
  padding-right: 0.5rem;
}
.editor-page .editor-sidebar .content {
  overflow: auto;
  min-width: 200px;
  padding: 0 5px;
}
.editor-page .editor-sidebar.close {
  flex: 0 0 auto;
  background-color: #eee;
  overflow: hidden;
}
.editor-page .editor-sidebar.close .content {
  display: none;
}
.editor-page .editor-bar {
  display: flex;
  align-items: center;
}
.editor-page .editor-bar .button-group {
  margin-bottom: 0;
}

.profil-page {
  margin-top: 20px;
}

html:lang(hu) .flatpickr-current-month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.login-required-page {
  padding: 30px;
  box-shadow: 5px 10px 18px #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-required-page img {
  width: 200px;
}
.login-required-page p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.eke-calendar-page {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.eke-calendar-page .eke-calendar-navigator {
  background-color: #203138;
  flex: 0;
}
.eke-calendar-page .eke-calendar-navigator .calendar-navigator {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.eke-calendar-page .eke-calendar-navigator .calendar-navigator .date-area {
  display: flex;
}
.eke-calendar-page .eke-calendar-navigator label {
  color: #fff;
}
.eke-calendar-page .eke-calendar-navigator select {
  display: inline-block;
  max-width: 150px;
  margin: 1rem 15px;
}
.eke-calendar-page .eke-calendar-navigator .calendar-nav {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.eke-calendar-page .eke-calendar-navigator .calendar-nav button {
  margin: 0;
}
.eke-calendar-page .eke-calendar {
  flex: 1;
  width: 100%;
}
.eke-calendar-page .eke-calendar .eke-calendar-grid {
  padding: 0;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity {
  background-color: #77DAAA;
  color: #fff;
  padding-top: 1.5rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h1,
.eke-calendar-page .eke-calendar .eke-calendar-activity h2,
.eke-calendar-page .eke-calendar .eke-calendar-activity h3,
.eke-calendar-page .eke-calendar .eke-calendar-activity h4 {
  font-family: "BloggerSansBold";
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 {
  font-size: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity h3 .date {
  font-size: 3rem;
}
.eke-calendar-page .eke-calendar .eke-calendar-activity select,
.eke-calendar-page .eke-calendar .eke-calendar-activity input,
.eke-calendar-page .eke-calendar .eke-calendar-activity textarea {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.eke-calendar-container {
  display: grid;
  height: 100%;
  grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
  grid-template-rows: 65px;
  width: 100%;
}

.eke-calendar-day-item:nth-child(7n+0) {
  margin-right: 0;
}

.eke-calendar-day-name {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #525254;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eke-calendar-day-name:nth-child(7n+6) {
  background-color: #FF8961;
}
.eke-calendar-day-name:nth-child(7n+7) {
  background-color: #FF8961;
}

.eke-calendar-day {
  cursor: pointer;
}
.eke-calendar-day .has-tip {
  font-weight: bold;
}
.eke-calendar-day .eke-calendar-summary-day {
  background-color: #77DAAA;
}
.eke-calendar-day .eke-calendar-day-desc {
  border-radius: 5px;
  padding: 2px 3px;
  display: inline-block;
}
.eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-2 {
  color: #fff;
  background-color: #094C77;
}
.eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-3 {
  color: #fff;
  background-color: #F7470A;
}
.eke-calendar-day .eke-calendar-day-desc:empty {
  display: none;
}
.eke-calendar-day:hover {
  background-color: #77DAAA;
}

.eke-calendar-day-selected {
  background-color: #77DAAA;
}

.eke-calendar-day-of-other-month {
  opacity: 0.3;
}

.eke-calendar-day-of-month-text {
  text-align: center;
  display: block;
}

.eke-calendar-day-type-1 {
  color: #525254;
}

.eke-calendar-day-type-2 {
  color: #094C77;
  font-weight: bold;
}

.eke-calendar-day-type-3 {
  color: #F7470A;
  font-weight: bold;
}

.eke-calendar-activity-log-editor-changed {
  color: #fff;
}

.eke-calendar-activity-log-editor:nth-child(2n+0) {
  background-color: #cccccc;
}
.eke-calendar-activity-log-editor:nth-child(2n+1) {
  background-color: #77DAAA;
  padding: 1rem;
}

.eke-calendar-day-activity-summary {
  background-color: #846D5C;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
  margin: 5%;
}

.video-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.video-container .panel-content a li {
  color: #fff;
}
.video-container .title {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.video-container .nums {
  margin-left: auto;
}
.video-container .nums span {
  color: #fff;
}
.video-container > div:not(.title) {
  padding: 0px 20px 5px 20px;
}
.video-container .video-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.video-container .video-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f03d";
  margin-right: 0.5rem;
}
.video-container .fullscreen-icon {
  padding: 5px;
  margin: 5px;
}
.video-container .fullscreen-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.video-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.video-container .video-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.video-container .video-list-toggle ol {
  margin-left: 40px;
}
.video-container .video-list-toggle ol li {
  cursor: pointer;
}
.video-container .play,
.video-container .stop,
.video-container .previous,
.video-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.video-container .play:before,
.video-container .stop:before,
.video-container .previous:before,
.video-container .next:before {
  display: none;
}
.video-container .play:focus,
.video-container .stop:focus,
.video-container .previous:focus,
.video-container .next:focus {
  outline: 0;
}
.video-container .play {
  font-size: 16px;
}
.video-container .current-time,
.video-container .duration-time {
  font-size: 14px;
}
.video-container .video-slider,
.video-container .video-volume-slider {
  margin: 0 10px 0 10px;
}
.video-container .video-slider {
  width: 100%;
}
.video-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.video-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.video-container video {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  height: 100%;
  width: 97%;
}
.video-container .main-video {
  position: relative;
  padding: 0 !important;
}
.video-container .hower-play {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  width: 0px;
  padding-right: 10%;
}
.video-container .hower-play i {
  color: #fff;
}
.video-container .hidden {
  display: none;
}
.video-container .video-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.video-container .video-slider-container .video-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.video-container .video-slider-container .video-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .video-slider-container .video-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.video-container .volume-slider-container .video-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.video-container .volume-slider-container .video-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .volume-slider-container .video-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.video-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.video-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

.media-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.media-container .panel-content a li {
  color: #fff;
}
.media-container .title {
  display: flex;
  padding: 5px 20px 5px 20px;
}
.media-container .nums {
  margin-left: auto;
}
.media-container .nums span {
  color: #fff;
}
.media-container > div:not(.title) {
  padding: 0px 20px 5px 20px;
}
.media-container .media-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.media-container .title-icon {
  margin-right: 0.5rem;
  padding-top: 3px;
}
.media-container .fullscreen-icon {
  padding: 5px;
  margin: 5px;
}
.media-container .fullscreen-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.media-container .toggle-control {
  margin-left: 5px;
  color: #fff;
}
.media-container .media-list-toggle a {
  text-decoration: none;
  font-weight: inherit;
}
.media-container .media-list-toggle ol {
  margin-left: 40px;
}
.media-container .media-list-toggle ol li {
  cursor: pointer;
}
.media-container .play,
.media-container .stop,
.media-container .previous,
.media-container .next {
  padding: 8px;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.media-container .play:before,
.media-container .stop:before,
.media-container .previous:before,
.media-container .next:before {
  display: none;
}
.media-container .play:focus,
.media-container .stop:focus,
.media-container .previous:focus,
.media-container .next:focus {
  outline: 0;
}
.media-container .play {
  font-size: 16px;
}
.media-container .current-time,
.media-container .duration-time {
  font-size: 14px;
}
.media-container .media-slider,
.media-container .media-volume-slider {
  margin: 0 10px 0 10px;
}
.media-container .media-slider {
  width: 100%;
}
.media-container .audio-icon {
  padding: 5px;
  margin: 5px;
}
.media-container .audio-icon i {
  height: 18px;
  width: 18px;
  color: #fff;
}
.media-container video {
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  height: 100%;
  width: 97%;
}
.media-container .main-media {
  position: relative;
  padding: 0 !important;
}
.media-container .hower-play {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 45%;
  width: 0px;
  padding-right: 10%;
}
.media-container .hower-play i {
  color: #fff;
}
.media-container .hidden {
  display: none;
}
.media-container .media-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.media-container .media-slider-container .media-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.media-container .media-slider-container .media-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .media-slider-container .media-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .volume-slider-container {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
}
.media-container .volume-slider-container .media-volume-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #222;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.media-container .volume-slider-container .media-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .volume-slider-container .media-volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.media-container .controller-panel {
  display: flex;
  margin-top: 5px;
}
.media-container .button-container {
  display: flex;
  align-content: center;
  align-items: center;
}

input.tiny {
  width: 4rem;
}

.autocompleteedit {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 200px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.autocompleteedit:empty {
  display: none;
}

.autocompleteedit li {
  padding: 0 0.5rem;
  color: #000;
}

label span.label {
  margin-right: 1rem;
  font-weight: bold !important;
  padding: 0;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: unset;
  color: inherit;
}
label span.label::before {
  content: "";
}
label span.label.block {
  width: 120px;
}
label span.required {
  color: red;
  margin-right: 0.5rem;
}

.toggle-select {
  position: relative;
}
.toggle-select .select-menu {
  position: absolute;
  z-index: 10;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
  list-style: none;
  width: 100%;
  margin: 0;
}
.toggle-select .select-menu a {
  padding: 0.5rem;
}

/* SplitPane */
.SplitPane .eke-sidebar {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.SplitPane .Pane {
  overflow: auto;
}
.SplitPane .Pane.Pane1 {
  padding-right: 0.5rem;
}
.SplitPane .Pane.Pane2 {
  padding-left: 1rem;
  padding-right: 0rem;
}
.SplitPane .Pane.Pane2 .content-wrapper {
  padding: 1rem;
}
.SplitPane .Pane .content-wrapper {
  margin: 0;
}

.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}
.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}
.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

/***********
* Sidebar
*/
.eke-sidebar {
  position: fixed;
  background: #483B32;
  left: 0;
  top: 60px;
  width: 220px;
  color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  border-bottom: 0;
  transition: 0ms;
  z-index: 849;
}
@media screen and (max-width: 63.9375em) {
  .eke-sidebar {
    top: 74px;
    z-index: 800;
  }
}
.eke-sidebar .eke-sidebar-header {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.eke-sidebar .eke-sidebar-header a {
  padding: 0.5rem;
}
.eke-sidebar .eke-sidebar-header a:hover {
  background: transparent;
}
.eke-sidebar.closed {
  width: 50px;
  transition: 0ms;
}
.eke-sidebar.closed i.close-btn::before {
  content: "\f105";
}
.eke-sidebar.closed .text, .eke-sidebar.closed .menu .title, .eke-sidebar.closed .menu-title {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 100ms;
  white-space: nowrap;
  overflow: hidden;
}
.eke-sidebar.closed .has-submenu.menuitem > .submenu-title .submenu-btn {
  display: none;
  position: relative;
  width: 100%;
}
.eke-sidebar.closed .has-submenu.menuitem > .submenu-title .submenu-btn:after {
  margin: auto;
}
.eke-sidebar.closed .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: none;
}
.eke-sidebar.closed .eke-sidebar-description {
  display: none;
}
.eke-sidebar .text, .eke-sidebar .menu .title {
  color: #fff;
  margin: 0 0.5rem;
  flex: 1;
}
.eke-sidebar a {
  color: #fff;
  line-height: 1rem;
  display: block;
  padding: 1em;
}
.eke-sidebar a:hover, .eke-sidebar a.active {
  background-color: #846D5C;
  color: #fff;
}
.eke-sidebar a:hover .text, .eke-sidebar a:hover .title, .eke-sidebar a.active .text, .eke-sidebar a.active .title {
  color: #fff;
}
.eke-sidebar a i {
  text-align: center;
  width: 20px;
}
.eke-sidebar h4 {
  margin: 0;
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.eke-sidebar i.close-btn {
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
  line-height: 50px;
}
.eke-sidebar i.close-btn::before {
  content: "\f00d";
}
.eke-sidebar ul {
  list-style-type: none;
  margin: 0 !important;
}
.eke-sidebar ul li.is-accordion-submenu-parent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar ul li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar ul > li > ul {
  background-color: #846D5C;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title {
  width: 100%;
  position: relative;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn {
  pointer-events: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.eke-sidebar .accordion-menu .has-submenu.menuitem.has-submenu .submenu-title .submenu-btn:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a {
  padding-right: 30px;
  flex: 1;
  display: flex;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a i {
  margin-right: 5px;
}
.eke-sidebar .accordion-menu .has-submenu.menuitem a img {
  width: 1em;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #fff transparent transparent;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a {
  padding-right: 30px;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a i {
  margin-right: 5px;
}
.eke-sidebar .accordion-menu .is-accordion-submenu-parent a img {
  width: 1em;
}
.eke-sidebar .eke-sidebar-description {
  float: right;
}
.eke-sidebar .has-tip {
  margin: auto;
  color: inherit;
}

@keyframes close {
  0% {
    width: 220px;
    white-space: nowrap;
  }
  100% {
    width: 50px;
  }
}
@keyframes open {
  0% {
    width: 50px;
    white-space: nowrap;
  }
  100% {
    width: 220px;
  }
}
/***********
* Tabs
*/
.eke-tabs {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #232b34;
  width: 100%;
}
.eke-tabs .tab {
  position: relative;
  color: #fff;
  list-style: none;
}
.eke-tabs .tab:first-child {
  margin-left: 1rem;
}
.eke-tabs .tab input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.eke-tabs .tab.selected label {
  z-index: 1;
}
.eke-tabs .tab.selected label:after,
.eke-tabs .tab.selected label:before {
  background-color: #735e50;
}
.eke-tabs .tab label {
  position: relative;
  z-index: 0;
  color: #fff;
  line-height: 2;
  margin: 0 -10px 0 0;
  padding: 10px 30px 10px 15px;
  min-width: 100px;
  height: 100%;
}
.eke-tabs .tab label:first-child {
  margin-left: 0;
}
.eke-tabs .tab label:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  background-color: #232b34;
  /* -webkit-transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
  transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
}
.eke-tabs .tab label:before {
  content: "";
  position: absolute;
  width: 70px;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  background-color: #232b34;
  -moz-transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.eke-tabs .tab.react-tabs__tab--selected {
  background: transparent;
}
.eke-tabs .tab.react-tabs__tab--selected label {
  z-index: 1;
  color: #232b34;
}
.eke-tabs .tab.react-tabs__tab--selected label:after {
  background-color: #fff;
  border: 1px solid #232b34;
  border-bottom: 0;
  margin-bottom: -1px;
}

/*button click effect*/
@keyframes click_effect {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 0.25;
  }
}
button {
  cursor: pointer;
}
button:active {
  outline: 0;
}
button:focus {
  outline: 0;
}
button.save::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0c7";
  margin-right: 0.5rem;
}
button.share::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f1e0";
  margin-right: 0.5rem;
}
button.edit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f044";
  margin-right: 0.5rem;
}
button.back::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f060";
  margin-right: 0.5rem;
}
button.next {
  flex-direction: row-reverse;
}
button.next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f061";
  margin-left: 0.5rem;
}

.button {
  font-weight: 400;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #483B32;
  color: #fff;
  padding-top: 0.85em;
  padding-right: 1em;
  padding-bottom: 0.85em;
  padding-left: 1em;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  /*szűrő gombok*/
}
.button:active {
  /*@extend .button;*/
  -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
}
.button:hover {
  background-color: #846D5C;
}
.button:after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: aliceblue;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -50%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.001, 0.001);
  opacity: 0.25;
}
.button:active {
  outline: 0;
}
.button:active:after {
  animation: click_effect 0.8s ease-out;
}
.button:focus-visible {
  border: 2px solid #000;
}
.button.light, .button.secondary.light:active, .button.secondary.light:focus, .button.primary.light:active, .button.primary.light:focus, .button.light:active, .button.light:focus {
  background-color: #2F77A6;
}
.button.light:hover, .button.secondary.light:hover:active, .button.secondary.light:hover:focus, .button.primary.light:hover:active, .button.primary.light:hover:focus {
  background-color: #0F669E;
}
.button.dark, .button.secondary.dark:active, .button.secondary.dark:focus, .button.primary.dark:active, .button.primary.dark:focus, .button.dark:active, .button.dark:focus {
  background-color: #094C77;
}
.button.dark:hover, .button.secondary.dark:hover:active, .button.secondary.dark:hover:focus, .button.primary.dark:hover:active, .button.primary.dark:hover:focus {
  background-color: #0F669E;
}
.button.hollow {
  background-color: transparent;
  border-color: #0F669E;
  color: #0F669E;
}
.button.hollow:hover {
  color: #846D5C;
  border-color: #846D5C;
}
.button.primary, .button.primary[disabled], .button.primary:active, .button.primary:focus {
  background-color: #483B32;
  color: #fff;
}
.button.primary:hover {
  background-color: #846D5C;
  color: #fff;
}
.button.primary.hollow {
  background-color: transparent;
  border-color: #483B32;
  color: #483B32;
}
.button.primary.hollow:hover {
  color: #846D5C;
  border-color: #846D5C;
}
.button.primary.light, .button.primary.light:active, .button.primary.light:focus {
  background-color: #846D5C;
}
.button.primary.light:hover {
  background-color: #483B32;
}
.button.primary.dark, .button.primary.dark:active, .button.primary.dark:focus {
  background-color: #382d25;
}
.button.primary.dark:hover {
  background-color: #483B32;
}
.button.clear {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button + .button {
  margin-left: 3px !important;
}
.button i {
  margin: 0 3px;
}
.button.eke-filter-button {
  border-radius: 1rem;
}

.button.secondary, .button.secondary:active, .button.secondary:focus {
  background-color: #735e50;
  color: #fff;
}
.button.secondary:hover {
  background-color: #232b34;
  color: #fff;
}
.button.secondary.hollow {
  background-color: transparent;
  border-color: #232b34;
  color: #232b34;
}
.button.secondary.light, .button.secondary.light:active, .button.secondary.light:focus {
  background-color: #735e50;
}
.button.secondary.light:hover {
  background-color: #232b34;
}
.button.secondary.dark, .button.secondary.dark:active, .button.secondary.dark:focus {
  background-color: #203138;
}
.button.secondary.dark:hover {
  background-color: #232b34;
}

/* lapozó gombok */
.pagination {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.pagination button {
  line-height: 1.4;
}
.pagination button,
.pagination a {
  background-color: #fff;
  display: block;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
}
.pagination button.active,
.pagination a.active {
  background-color: #4c7484;
  color: white;
  outline: none;
}
.pagination button + button,
.pagination a + a {
  margin-left: 3px;
}

/*
ReactTable gombok
TODO:ezeket egységesíteni kellene */
.-btn {
  border: #4c7484 solid 2px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  color: #4c7484 !important;
  font-size: 18px !important;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  position: relative;
}
.-btn :hover {
  background-color: #4c7484 !important;
  color: #fff !important;
}
.-btn[disabled]:hover {
  border: #4c7484 solid 2px !important;
  background-color: #fff !important;
  color: #4c7484 !important;
}
.-btn[disabled]::before {
  content: "";
}
.-next .-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f35a";
  color: #4c7484;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 12.5px;
  font-size: 25px;
  font-weight: 100;
}
.-previous .-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f359";
  color: #4c7484;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  left: 12.5px;
  font-size: 25px;
  font-weight: 100;
}
@media (max-width: 885px) {
  .-btn {
    width: 55px !important;
  }
  .-previous .-btn, .-next .-btn {
    text-indent: -9000px;
    text-transform: capitalize;
  }
  .-previous .-btn::before, .-next .-btn::before {
    text-indent: 0;
  }
}

@media (max-width: 885px) {
  .ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
    flex: 0 !important;
  }
}
/* input group */
.input-group .button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.hover-img .hover {
  display: none;
}
.hover-img:hover .front {
  display: none;
}
.hover-img:hover .hover {
  display: block;
}

.gallery {
  /*display:flex;*/
  display: grid;
  grid-template-columns: auto auto auto auto;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .gallery {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 39.9375em) {
  .gallery {
    grid-template-columns: auto;
  }
}
.gallery .gallery-item {
  height: 150px;
  margin: 5px;
  flex: 0 0 auto;
}
.gallery .gallery-item .img-wrapper {
  padding: 5px;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 1px 2px #cacaca;
  -moz-box-shadow: 0 1px 2px #cacaca;
  box-shadow: 0 1px 2px #cacaca;
}
.gallery .gallery-item .img-wrapper a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.gallery .gallery-item .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery .gallery-item .img-wrapper img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}

.gallery-item-boldtitle {
  color: #000;
  display: block;
  max-height: 2rem;
  -webkit-box-orient: vertical;
  box-orient: vertical !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2 !important;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold;
}

.mce-tinymce,
.mce-container-body,
#code_ifr {
  box-sizing: border-box !important;
}

.mce-content-body .accordion-content {
  display: block;
}

.sni-view {
  margin: auto;
  max-width: 1170px;
}
.sni-view .editor-wrapper {
  padding-bottom: calc(56% + 96px);
  position: relative;
}
.sni-view .editor-wrapper .editor {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*Container, container body, iframe*/
  /*Editing area*/
  /*Footer*/
}
.sni-view .editor-wrapper .editor > div {
  height: 100%;
}
.sni-view .editor-wrapper .editor iframe {
  width: 1170px !important;
  height: 655.2px !important;
  transform-origin: top left;
}
.sni-view .editor-wrapper .editor .mce-tinymce,
.sni-view .editor-wrapper .editor .mce-container-body,
.sni-view .editor-wrapper .editor #code_ifr {
  min-height: 100% !important;
}
.sni-view .editor-wrapper .editor .mce-container-body .mce-edit-area {
  position: absolute;
  top: 69px;
  bottom: 37px;
  left: 0;
  right: 0;
}
.sni-view .editor-wrapper .editor .mce-tinymce .mce-statusbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Editor formats */
/* figure */
figure {
  position: relative;
  margin: 15px 0;
  /*display: inline-block;*/
  display: block;
}
figure img {
  display: block;
  margin: 0 auto;
  /* border-radius: 30px 30px 0px 30px; */
}
figure.w-100 img,
figure.w-100 a {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
figure.h-100 img,
figure.h-100 a {
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}
figure.h-100.w-100 img,
figure.h-100.w-100 a {
  object-fit: contain;
}
figure.float-left {
  margin: 0 30px 10px 0px;
  clear: left;
}
figure.float-left.third {
  margin: 0 0 10px 0;
  max-width: 33.33%;
  margin-right: 30px;
}
figure.float-left.third + figure.float-left.third {
  margin-left: -30px;
}
figure.float-left + figure.float-left {
  clear: none;
}
figure.float-right {
  margin: 0 0 10px 30px;
  clear: right;
  /*max-width: 33.98692810457516%;*/
}
figure.float-right + figure.float-right {
  clear: none;
}
figure.float-right .kerdes {
  padding-left: 30px;
}
figure.lo {
  display: block;
  clear: both;
  z-index: unset;
}
figure .keptar-link {
  position: relative;
  display: block;
  padding: 5px;
}
figure .keptar-link:before {
  height: 49px;
  width: 49px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  background: url(../img/app/I/kep_ikon.svg) center no-repeat;
}

@media (min-width: 769px) {
  figure.half {
    max-width: 50%;
  }
  figure.half.float-left + figure.half.float-left {
    margin-left: -30px;
    margin-right: 0;
  }
  figure.third {
    max-width: 33.33%;
  }
  figure.quarter {
    max-width: 25%;
  }
}
a.keptar-link {
  display: inline-block;
}

.tickets > .title {
  font-size: 1.25rem;
}
.tickets .ticket-item {
  border: 1px solid #483B32;
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 0.85rem;
  padding: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tickets .ticket-item a {
  display: flex;
  align-items: center;
}
.tickets .ticket-item a span {
  flex: 1;
}
.tickets .ticket-item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0e0";
  display: block;
  color: inherit;
}

.message-list.ReactTable {
  display: flex;
  flex-direction: column-reverse;
}
.message-list.ReactTable .rt-tr {
  cursor: pointer;
}
.message-list.ReactTable .selected {
  background-color: #483B32;
  color: #fff;
}

.messages-show .my-message {
  border-left: 5px solid #483B32;
}
.messages-show .other-message {
  margin-left: 1.5rem;
  border-left: 5px solid #232b34;
}
.messages-show .agent-only {
  border-color: red;
}
.messages-show .opened {
  background-color: #faf0e6;
}

.bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.message-list-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header button {
  margin-bottom: 0;
}
.message-list-header .message-text-search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header .message-text-search button {
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  margin-bottom: 2px;
}
.message-list-header .message-text-search input {
  line-height: 1.8;
  margin-left: 10px;
  margin-right: -1px;
}
.message-list-header .message-text-search .trash-wrapper {
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .message-list-header .message-text-search {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .message-list-header .message-text-search input {
    margin-left: 0;
  }
  .message-list-header .message-text-search .trash-wrapper {
    position: relative;
    margin-top: 15px;
  }
}

.recipient-list-container ul {
  list-style-type: none;
  margin-left: 0;
}
.recipient-list-container ul li {
  margin-right: 8px;
  display: inline-block;
}
.recipient-list-container ul li:after {
  content: " ; ";
}
.recipient-list-container .fa-times {
  cursor: pointer;
  color: #e60000;
  margin-left: 5px;
}

.message-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.message-page,
.message-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.message-page .message-head,
.message-panel .message-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0rem 0rem 0rem 0rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: #fff;
}
.message-page .message-head h3,
.message-panel .message-head h3 {
  font-size: 1rem;
  font-weight: bold;
}
.message-page .message-head .recipient-container,
.message-panel .message-head .recipient-container {
  display: flex;
  align-items: center;
}
.message-page .message-head .recipient-container .fas,
.message-page .message-head .recipient-container .fa-caret-down,
.message-panel .message-head .recipient-container .fas,
.message-panel .message-head .recipient-container .fa-caret-down {
  font-size: 1.5rem;
}
.message-page .message-head .recipient-list-container,
.message-panel .message-head .recipient-list-container {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-page .message-head .recipient-list-container ul,
.message-panel .message-head .recipient-list-container ul {
  display: inline;
  white-space: nowrap;
  margin-left: 1rem;
}
.message-page .message-head .recipient-list-container ul li,
.message-panel .message-head .recipient-list-container ul li {
  display: inline;
}

.message-cards-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.message-cards-wrapper .message-scroll-wrapper {
  position: relative;
}
.message-cards-wrapper .message-scroll-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.message-cards-wrapper .message-cards-area {
  flex: 1;
  padding: 1rem;
}
.message-cards-wrapper .messagebox-area {
  flex: 0 0 auto;
  min-height: 100px;
  border-top: 1px solid silver;
  padding: 1rem 1rem 0;
}
.message-cards-wrapper .messagebox-area .button.clear {
  padding: 0.5rem;
  color: inherit;
}
.message-cards-wrapper .messagebox-area .button.active {
  background-color: lightgray;
}
.message-cards-wrapper .messagebox-area .html-edit-span {
  color: #0000ff;
  float: right;
  cursor: pointer;
}
.message-cards-wrapper .messagebox-area .message-textbox {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea {
  min-height: auto;
  margin: 0 1rem 0 0;
  border: 0;
  box-shadow: none;
  resize: none;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: silver;
}
.message-cards-wrapper .messagebox-area .message-textbox button {
  margin-left: 1rem;
}

.message-canvas .off-canvas {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525px;
}
@media screen and (max-width: 39.9375em) {
  .message-canvas .off-canvas {
    padding-top: 45px;
  }
}
.message-canvas .message-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message-canvas .message-tools button {
  outline: none;
}
.message-canvas .message-tools .close-button {
  outline: none;
  position: static;
}

.eke-menu-editor.rc-tree {
  font-size: 0.9em;
  border-right: 1px solid #dcdcdc;
}
.eke-menu-editor.rc-tree li {
  position: relative;
}
.eke-menu-editor.rc-tree li .has-content {
  font-weight: bold;
}
.eke-menu-editor.rc-tree li .has-content:after {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: rgb(165, 31, 31);
}
.eke-menu-editor.rc-tree li .has-new-type-content {
  font-weight: bold;
}
.eke-menu-editor.rc-tree li .has-new-type-content:after {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: rgb(81, 0, 105);
}
.eke-menu-editor.rc-tree li .has-external-content {
  font-weight: bold;
}
.eke-menu-editor.rc-tree li .has-external-content:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  color: #1f3470;
}
.eke-menu-editor.rc-tree li.drag-over > .draggable {
  background: none;
  color: unset;
  border: none;
  opacity: 0.8;
}
.eke-menu-editor.rc-tree li.drag-over > .draggable::after {
  content: "→";
  position: absolute;
  left: -61px;
  top: 7px;
  line-height: 1;
}
.eke-menu-editor.rc-tree li.drag-over > .rc-tree-switcher-noop + .draggable::after {
  left: -30px;
}
.eke-menu-editor.rc-tree li.drag-over-gap-bottom > .draggable {
  background: none;
  color: unset;
  border: none;
  opacity: 0.8;
}
.eke-menu-editor.rc-tree li.drag-over-gap-bottom > .draggable::after {
  content: "→";
  position: absolute;
  left: -61px;
  bottom: -8px;
  line-height: 1;
}
.eke-menu-editor.rc-tree li.drag-over-gap-bottom > .rc-tree-switcher-noop + .draggable::after {
  left: -30px;
}
.eke-menu-editor.rc-tree li.drag-over-gap-top > .draggable {
  background: none;
  color: unset;
  border: none;
  opacity: 0.8;
}
.eke-menu-editor.rc-tree li.drag-over-gap-top > .draggable::after {
  content: "→";
  position: absolute;
  left: -61px;
  top: -10px;
  line-height: 1;
}
.eke-menu-editor.rc-tree li.drag-over-gap-top > .rc-tree-switcher-noop + .draggable::after {
  left: -30px;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  vertical-align: top;
  margin-left: 5px;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher_close {
  background-position: -111px -56px;
  background-size: 240px auto;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher_open {
  background-position: -138px -56px;
  background-size: 240px auto;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop {
  background-image: url("data:image/png;base64,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");
  background-position: -110px -49px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 4px;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop + .rc-tree-node-content-wrapper {
  padding: 5px 10px 5px 37px;
}
.eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop + .rc-tree-node-content-wrapper::before {
  left: 0;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper {
  position: relative;
  height: auto;
  padding: 5px 10px 5px 5px;
  margin-bottom: 5px;
  color: #4469ab;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper::before {
  content: "";
  position: absolute;
  left: -31px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e6ebf4;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  z-index: -1;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper:hover::before {
  background: #d0dfff;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.draggable {
  cursor: move;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected {
  background: unset;
  border: unset;
  opacity: unset;
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected::before {
  border: 1px solid #aeaeae;
  background: #d0d0d0;
  background: linear-gradient(180deg, #bababa 0%, #c7c7c7 100%);
}
.eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected:hover::before {
  background: linear-gradient(180deg, #c7c7c7 0%, #bababa 100%);
}

.forum-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.forum-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid silver;
}
@media screen and (max-width: 63.9375em) {
  .forum-header {
    flex-wrap: wrap;
  }
}

.forum-body {
  display: flex;
  width: 100%;
  position: relative;
  flex: 1;
  justify-content: flex-end;
}
.forum-body .forum-panel {
  flex: 0;
  min-width: 300px;
  background-color: #fff;
  border-left: 1px solid silver;
}
@media screen and (max-width: 63.9375em) {
  .forum-body .forum-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}

.forum-messages-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.forum-messages-wrapper .scroll-wrapper {
  position: relative;
}
.forum-messages-wrapper .scroll-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.forum-messages-wrapper .forum-message-area {
  flex: 1;
}
@media screen and (min-width: 40em) {
  .forum-messages-wrapper .forum-message-area {
    padding: 1rem;
  }
}
.forum-messages-wrapper .forum-message-area .post-refresh-btn {
  cursor: pointer;
}
.forum-messages-wrapper .forum-message-area .post-refresh-btn.sync {
  animation: rotation 0.5s infinite linear;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.forum-messages-wrapper .forum-message-area .post {
  background-color: #fefefe;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.forum-messages-wrapper .forum-message-area .post.unseen {
  background-color: #fff2e4;
}
.forum-messages-wrapper .forum-message-area .post h5 {
  font-size: 1.1rem;
}
.forum-messages-wrapper .forum-message-area .post .header {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  position: relative;
}
.forum-messages-wrapper .forum-message-area .post .header .name-block {
  width: 100%;
  display: block;
}
.forum-messages-wrapper .forum-message-area .post .header .name-block h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.forum-messages-wrapper .forum-message-area .post .header .name-block .date {
  margin: 0;
  padding: 0;
  color: #7c7c7c;
  font-size: 0.8rem;
  display: block;
}
.forum-messages-wrapper .forum-message-area .post .header .actions {
  position: absolute;
  top: 0;
  right: 0;
  color: #7c7c7c;
  display: flex;
}
.forum-messages-wrapper .forum-message-area .post .header .actions button {
  opacity: 0.3;
}
.forum-messages-wrapper .forum-message-area .post .header .actions button:hover {
  opacity: 1;
}
.forum-messages-wrapper .forum-message-area .post .header .actions .settings {
  margin-left: 0.5rem;
}
.forum-messages-wrapper .forum-message-area .post .post-text {
  white-space: pre-line;
  overflow-wrap: break-word;
}
.forum-messages-wrapper .forum-message-area .post .post-text a {
  word-wrap: break-word;
}
.forum-messages-wrapper .forum-message-area .post .time-interval.label {
  margin-bottom: 10px;
  background: rgba(249, 247, 238, 0.6);
  border: none;
}
.forum-messages-wrapper .forum-message-area .post .time-interval.label:before {
  content: "";
  display: none;
}
.forum-messages-wrapper .forum-message-area .post .reply-to-quote {
  font-size: 0.85rem;
  background-color: #eeeeee;
  padding: 0.5rem;
  border-radius: 5px 5px 5px 0px;
}
.forum-messages-wrapper .messagebox-area {
  flex: 0 0 auto;
  min-height: 100px;
  padding: 1rem 0;
}
@media screen and (min-width: 40em) {
  .forum-messages-wrapper .messagebox-area {
    padding: 1rem 1rem 0;
  }
}
.forum-messages-wrapper .messagebox-area .button.clear {
  padding: 0.5rem;
  color: inherit;
}
.forum-messages-wrapper .messagebox-area .button.active {
  background-color: lightgray;
}
.forum-messages-wrapper .messagebox-area .message-textbox {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.forum-messages-wrapper .messagebox-area .message-textbox textarea {
  min-height: auto;
  margin: 0 1rem 0 0;
  border: 0;
  box-shadow: none;
  resize: none;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.forum-messages-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.forum-messages-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: silver;
}
.forum-messages-wrapper .messagebox-area .message-textbox button {
  margin-left: 1rem;
}
.forum-messages-wrapper .messagebox-area .reply-to-quote {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  padding: 0.5rem;
  background-color: #eeeeee;
}
.forum-messages-wrapper .messagebox-area .reply-to-quote > span:first-child {
  font-size: 0.85rem;
  font-weight: bold;
}
.forum-messages-wrapper .messagebox-area .reply-to-quote .reply-to-close {
  float: right;
}

.forum-topics .header,
.forum-members .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid silver;
  padding: 0.5rem;
}
.forum-topics .header h4,
.forum-members .header h4 {
  margin: 0;
  font-size: 1.2rem;
  flex: 1;
}
.forum-topics .header .actions button,
.forum-members .header .actions button {
  margin-left: 5px;
}
.forum-topics .list,
.forum-members .list {
  padding: 0.5rem;
  margin: 0;
}
.forum-topics .list li,
.forum-members .list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  height: 35px;
}
.forum-topics .list li:hover,
.forum-members .list li:hover {
  background-color: lightgray;
}
.forum-topics .list li .button,
.forum-members .list li .button {
  margin-bottom: 0;
}

.content-show .title {
  border-bottom: 4px solid #005083;
  padding-bottom: 8px;
}
.content-show .title:empty {
  display: none;
}
.content-show .date {
  font-style: italic;
  color: #777;
  display: block;
  font-size: 0.8rem;
}

.banner-image {
  margin: auto;
  display: block;
}

.cms-breadcrumb {
  display: flex;
  list-style: none;
  margin-left: 0;
}
.cms-breadcrumb li {
  margin-right: 2rem;
  position: relative;
  text-transform: uppercase;
  color: #483B32;
}
.cms-breadcrumb li::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-color: #483B32;
  position: absolute;
  top: 50%;
  transform: translate(-200%, -50%) rotate(45deg);
}
.cms-breadcrumb li:first-child::before {
  display: none;
}

.content-block {
  border-bottom: 1px solid #ddd;
}
.content-block .cms-content-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.content-block .cms-content-block-header button {
  margin-right: 15px;
}
.content-block .cms-content-block-header button.alert {
  color: #FF8961;
}
.content-block .cms-content-block-header button:last-of-type {
  margin-right: 0;
}

.gallery-show {
  padding: 1rem;
}
.gallery-show .close-btn {
  font-size: 2rem;
  color: #fff;
  margin: 0.5rem;
  right: 0;
  float: right;
  position: relative;
  z-index: 1;
}
.gallery-show.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}
.gallery-show.popup .gallery-wrapper {
  display: flex;
  height: unset;
}
.gallery-show.popup .title {
  color: #fff;
}
.gallery-show .gallery-wrapper {
  display: flex;
}
.gallery-show .gallery-wrapper .view-zone {
  flex: 1;
  overflow: hidden;
}
.gallery-show .gallery-wrapper .view-zone .swiper {
  position: relative;
}
.gallery-show .gallery-wrapper .view-zone .swiper .nextItem,
.gallery-show .gallery-wrapper .view-zone .swiper .prevItem {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.gallery-show .gallery-wrapper .view-zone .swiper .nextItem i,
.gallery-show .gallery-wrapper .view-zone .swiper .prevItem i {
  font-size: 3rem;
  color: #fafafa;
  text-shadow: 1px 1px 3px #000;
}
.gallery-show .gallery-wrapper .view-zone .swiper .nextItem {
  right: 15px;
}
.gallery-show .gallery-wrapper .view-zone .swiper .prevItem {
  left: 15px;
}
.gallery-show .gallery-wrapper .view-zone .swiper .content {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.gallery-show .gallery-wrapper .side-zone {
  width: 300px;
}
.gallery-show .gallery-wrapper .side-zone .thumb {
  display: inline-block;
  padding: 1px;
  margin: 4px;
  max-width: 90px;
  border: 1px solid transparent;
}
.gallery-show .gallery-wrapper .side-zone .thumb.active {
  border: 1px solid #333;
}

.gallery-link {
  position: relative;
  display: inline-block;
}
.gallery-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f302";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  bottom: 1rem;
  right: 1rem;
  padding: 5px 10px;
  border-radius: 5px;
}

.social-media-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-media-wrapper a {
  color: #382d25;
  margin: 10px;
  font-size: 1.6rem;
}

.tooltip {
  max-width: 80% !important;
  white-space: pre-wrap;
}

.tooltip-component {
  position: relative;
}
.tooltip-component .html-tooltip {
  padding: 3px;
  position: absolute;
  bottom: 15px;
  margin-bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  width: 130px;
  background-color: #fff;
  z-index: 9999;
  border-radius: 5px;
  text-align: center;
}
.tooltip-component .html-tooltip::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: inherit;
  border-radius: 0 0 0 5px;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 0;
  left: 50%;
  margin-top: 100%;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.tooltip-component .html-tooltip span {
  font-weight: bold;
  font-size: 0.9rem;
  text-decoration: underline;
}
.tooltip-component .html-tooltip .tooltip-content {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.category-editor input[type=text]:disabled {
  background-color: unset;
}
.category-editor .rc-tree-node-selected {
  background-color: #846D5C;
  opacity: 0.7;
  border: none;
}

.date-selector {
  display: flex;
}
.date-selector .month-select {
  display: flex;
  list-style: none;
  margin: 0 0.5rem;
}

.recommended-posts {
  margin-top: 60px;
}
.recommended-posts .owl-stage-outer {
  background-color: transparent;
  box-shadow: none;
}
.recommended-posts .owl-stage-outer .owl-stage {
  display: flex;
}
.recommended-posts .owl-stage-outer .owl-item {
  display: flex !important;
  align-items: center !important;
  margin-right: 10px;
  margin-left: 10px;
}
.recommended-posts .owl-stage-outer .owl-item > .column {
  border: 1px solid #cecece !important;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.glossary {
  padding: 1rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  max-width: 1170px;
  margin: auto;
}
.glossary h4 {
  font-size: 1.1rem;
}
.glossary h5 {
  font-size: 1rem;
}
.glossary input {
  max-width: 600px;
  margin: 0 auto;
}
.glossary .term-list {
  overflow: hidden;
  flex: 1;
}
.glossary .term-list .term {
  border-bottom: 1px solid;
}
.glossary .term-list .term:last-child {
  border-bottom: 0;
}
.glossary .term-list .term label {
  font-size: 1rem;
  font-weight: bold;
}
.glossary .term-list .term p {
  font-size: 0.85rem;
  font-weight: normal;
}
.glossary .alphabet-filter {
  list-style: none;
  display: flex;
  margin: 0 auto 1rem auto;
}
.glossary .alphabet-filter li {
  display: flex;
  font-size: 0.85rem;
}
.glossary .alphabet-filter li.active button {
  font-weight: bold;
}
.glossary .alphabet-filter li::after {
  content: "|";
  display: block;
  margin: 0 5px;
}
.glossary .alphabet-filter li:last-child:after {
  content: none;
}
.glossary .pagination {
  flex: 0;
}

.document-wrapper {
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.document-wrapper .flip-page {
  background-color: #fdfaf7;
  color: #785e3a;
  border: 1px solid #c2b5a3;
  overflow: hidden;
}
.document-wrapper .flip-page.--left {
  border-right: 0;
  box-shadow: inset -7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.document-wrapper .flip-page.--left:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: inset -7px 0 30px -7px rgba(0, 0, 0, 0.4);
}
.document-wrapper .flip-page.--right {
  border-left: 0;
}
.document-wrapper .flip-page.--right:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  box-shadow: inset 7px 0 30px -7px rgba(0, 0, 0, 0.4);
}

.navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 50px;
}
.navigation span {
  font-size: 18px;
}

.file-list-view .folder-title, .file-list-view .panel-header {
  color: #483B32;
  padding-bottom: 0.5rem;
  font-weight: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.file-list-view .folder-title:empty, .file-list-view .panel-header:empty {
  display: none;
}
.file-list-view .content-item-list {
  border: 0;
}
.file-list-view .content-item-list:hover {
  background-color: inherit;
}

.file-folder-view .folder-items {
  display: flex;
  flex-wrap: wrap;
}
.file-folder-view .folder-items .file-folder-view-subfolder button {
  width: 158px;
}

.shared-by-me-editor-wrapper {
  visibility: visible;
}
.shared-by-me-editor-wrapper .tools-button-minimize {
  display: none;
}
.shared-by-me-editor-wrapper .accordion-content {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.shared-by-me-editor-wrapper .exe-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem;
}
.shared-by-me-editor-wrapper .exe-title {
  margin: 0.75rem;
  font-size: 14px;
}
.shared-by-me-editor-wrapper .exe-panel:not(:first-child) {
  margin-top: 1rem;
}
.shared-by-me-editor-wrapper .label {
  border: none;
  font-weight: bold;
}
.shared-by-me-editor-wrapper .label:before {
  content: none;
}

.shared-by-me-editor-bf {
  font-weight: bold;
}

.shared-by-me-undescore {
  border-bottom: solid 2px;
}

.swiper,
.swiper-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.swiper-wrapper {
  overflow: hidden;
}

.swiper-items {
  margin: 0;
  height: 100%;
  width: max-content;
  transition: all 0.3s ease-in;
  display: flex;
  list-style-type: none;
}

.swiper-item {
  /* height: 100%; */
  /* display: block; */
  /* float: left; */
  padding: 10px;
  position: relative;
}

.swiper-item > .content {
  height: 100%;
  overflow: hidden;
}

.tile .swiper .prevItem,
.tile .swiper .nextItem {
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  display: flex;
  z-index: 10;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  justify-content: center;
  cursor: pointer;
}

.arrows {
  display: flex;
  flex-direction: row;
}
.arrows .prevItem {
  margin-right: 0.5em;
}

.tile .swiper .prevItem {
  left: -1rem;
  border-radius: 0 5px 5px 0;
}

.tile .swiper .nextItem {
  right: -1rem;
  border-radius: 5px 0 0 5px;
}

.carousel .swiper-items {
  display: block;
}

.carousel .swiper-items .swiper-item {
  height: 100%;
  position: absolute;
  /*display: none;*/
}

.carousel .swiper-items .swiper-item.current {
  /*display: block;*/
}

/*swiper-select*/
.swiper-select {
  position: relative;
  /*display: flex;*/
  /*align-items: center;   */
  padding-left: 1rem;
  padding-right: 1rem;
}

.swiper-select .prevItem {
  order: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}

.swiper-select .nextItem {
  order: 2;
  position: absolute;
  right: 0;
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
}

.swiper-select .swiper-wrapper {
  order: 1;
}

.swiper-select .select-item {
  text-align: center;
  margin: auto;
}

.ended-challenges {
  border-radius: 10px;
}

.challenge-cover {
  border: 1px dashed #555555;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.challenge-cover .button-container {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.challenge-cover .challenge-img-preview {
  max-height: 100%;
}

.challenge-card {
  height: 185px;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.challenge-card .ribbon {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #006218;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.3333333333);
  color: #fff;
  z-index: 1;
}
.challenge-card:hover {
  transform: scale(1.1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.challenge-card .top {
  height: 80%;
  position: relative;
}
.challenge-card .top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.challenge-card .top .dates {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.challenge-card .bottom {
  display: flex;
  max-height: 50px;
  height: 25%;
  background-color: #382d25;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}
.challenge-card .bottom > div {
  display: block;
  text-align: center;
  color: #fff;
  justify-content: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
}
.challenge-card .bottom > div h5 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.challenge-page {
  display: flex !important;
  padding-bottom: 25px;
}
.challenge-page .scores-container {
  width: 100%;
}
.challenge-page .student-result-row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.challenge-page .student-result-row.mine {
  font-weight: bold;
}
.challenge-page .student-result-row .badge-set-container {
  margin-bottom: 0;
}
.challenge-page .student-result-row .badge-set-container .badge-set {
  justify-content: center;
}
.challenge-page .student-result-row .badge-set-container .badge {
  height: 50px;
  width: 50px;
}
.challenge-page .student-result-row > div {
  width: 25%;
}
.challenge-page .scores {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #483b32;
  width: 100%;
}
.challenge-page .img-container {
  margin-right: 20px;
}
.challenge-page .img-container img {
  max-height: 250px;
}
.challenge-page .title-container h3 {
  text-transform: uppercase;
  border-left: 3px solid #454545;
  padding-left: 10px;
}
.challenge-page .title-container .challenge-period {
  color: #454545;
  text-align: center;
}
.challenge-page .title-container .challenge-description-container {
  margin-top: 10px;
}
.challenge-page .challenge-not-active {
  background-color: rgb(98, 0, 0);
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.challenge-page .challenge-not-active h3 {
  font-size: 1.3rem;
  margin: 0;
  text-transform: uppercase;
}
.challenge-page .challenge-exercises {
  margin-top: 20px;
  width: 100%;
}
.challenge-page .challenge-exercises .challange-solved::before {
  content: "✅";
}

.badge-selection-area {
  display: flex;
}

.challenge-image-panel .panel-content {
  display: flex;
  align-items: center;
}
.challenge-image-panel .panel-content .button-container .button {
  margin-bottom: 0;
}

.dialog .challenge-img-preview {
  max-height: 50px;
  max-width: 100px;
  margin-right: 15px;
}

.classroom-creator .classroom-badgeset-list .badgeset {
  margin-bottom: 30px;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-set-title {
  width: auto;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data {
  background-color: #dddddd;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  height: 180px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 15px;
  padding: 5px 10px;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .remove-btn {
  display: none;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge {
  height: 85px;
  width: 85px;
  display: flex;
  overflow: visible;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge input[type=file] {
  display: none;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge .file-upload {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 85px;
  width: 85px;
  font-size: 25px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 2px #333333;
  display: none;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge:hover .file-upload {
  display: flex;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge.empty {
  border: 1px solid #353535;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data .badge.empty .file-upload {
  display: flex;
}
.classroom-creator .classroom-badgeset-list .badgeset .badge-list .badge-data input {
  margin: 0;
}
.classroom-creator .redemption-requirements .flex-container {
  display: flex;
  position: relative;
}
.classroom-creator .redemption-requirements .flex-container .rule-row-delete {
  position: absolute;
  right: -10px;
  top: -5px;
}
.classroom-creator .redemption-requirements .flex-container .rule-row-delete button {
  color: red;
  background: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.classroom-creator .redemption-requirements .or {
  margin-bottom: 20px;
  background-color: #745e51;
  border: 1px solid #bdbdbd;
  color: #fff;
  border-radius: 2px;
  width: fit-content;
  padding: 6px;
}
.classroom-creator .redemption-requirements .redemption-requirement {
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  gap: 10px;
  background-color: #dddddd;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  width: 100%;
  align-items: center;
  position: relative;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item input {
  margin: 0;
  width: 65px;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge {
  height: 50px;
  width: 50px;
  display: flex;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-radius: 50%;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge .file-upload {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 50px;
  width: 50px;
  font-size: 15px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 2px #333333;
  display: none;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge:hover .file-upload {
  display: flex;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge.empty {
  border: 1px solid #353535;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge.empty .file-upload {
  display: flex;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge .rule-delete {
  position: absolute;
  right: -10px;
  top: -5px;
}
.classroom-creator .redemption-requirements .redemption-requirement .rule-item .badge .rule-delete button {
  color: red;
  background: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.classroom-creator .redemption-requirements .redemption-requirement .button {
  margin: 0;
}

.badge-selector-dialog-content h6 {
  font-weight: bold;
}
.badge-selector-dialog-content .badge-set {
  margin-bottom: 20px;
}
.badge-selector-dialog-content .badge-set .badges {
  display: flex;
  gap: 5px;
}
.badge-selector-dialog-content .badge {
  height: 85px;
  width: 85px;
  display: flex;
  overflow: visible;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.badge-selector-dialog-content .badge img {
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.badge-set-container {
  margin-bottom: 20px;
  padding: 15px;
}
.badge-set-container h6 {
  font-weight: 600;
}
.badge-set-container.selectable {
  padding: 15px;
  cursor: pointer;
  width: fit-content;
  border-radius: 5px;
}
.badge-set-container.selectable:hover {
  border: 1px solid #bdbdbd;
  padding: 14px;
}
.badge-set-container.selected {
  border: 2px solid #745e51;
  padding: 13px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.badge-set-container.selected:hover {
  border: 2px solid #745e51;
  padding: 13px;
}
.badge-set-container .badge-set {
  display: flex;
  gap: 20px;
}
.badge-set-container .badge-set > div {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
.badge-set-container .badge-set .badge-data {
  position: relative;
}
.badge-set-container .badge-set .badge-data.deleted {
  opacity: 0.5;
  pointer-events: none;
}
.badge-set-container .badge-set .badge-data .remove-btn {
  position: absolute;
  top: 0;
  right: -20px;
  height: 20px;
  width: 20px;
}
.badge-set-container .badge-set .badge {
  height: 85px;
  width: 85px;
  display: flex;
  overflow: visible;
  padding: 0;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.badge-set-container .badge-set .badge img {
  object-fit: cover;
}
.badge-set-container .badge-set .badge .file-upload {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 85px;
  width: 85px;
  font-size: 25px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 2px #333333;
  display: none;
}
.badge-set-container .badge-set .badge:hover .file-upload {
  display: flex;
}
.badge-set-container .badge-set .badge.empty {
  border: 1px solid #353535;
}
.badge-set-container .badge-set .badge.empty .file-upload {
  display: flex;
}

.prize-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
}
.prize-description p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.prize-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.prize-selector .card {
  background-color: #e9e7e6;
  color: #483b32;
  border-radius: 10px;
  border: 2px solid #483b32;
  padding: 10px;
  margin: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  width: 200px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prize-selector .card .kat-icon:before {
  width: 40px;
  height: 40px;
}
.prize-selector .card p {
  border-left: rgba(130, 112, 100, 0.5) 2px solid;
  padding-left: 15px;
}
.prize-selector .card.selected {
  background-color: #fe713c;
  color: #fff;
  box-shadow: 1px 1px 7px 5px rgba(0, 0, 0, 0.3);
}
.prize-selector .card.selected .kat-icon:before {
  width: 40px;
  height: 40px;
}
.prize-selector .prize-warning {
  border: 3px solid #ff6f3d;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px;
}
.prize-selector .prize-warning i {
  display: flex;
}
.prize-selector .prize-warning p {
  margin: 0;
  padding: 15px;
}
.prize-selector .prize-warning .kat-icon:before {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
.prize-selector .selectButton {
  background-color: #65554a;
  color: #fff;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 0 !important;
  bottom: 0 !important;
}

.fortune-wheel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.fortune-wheel .prize-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 8px;
}
.fortune-wheel .prize-description p {
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.fortune-wheel .overflow-helper {
  overflow: hidden;
  max-width: 100%;
}
.fortune-wheel .wheel-container {
  transform: rotate(-45deg);
  border-radius: 50%;
  background: #d9d9d9;
  border: 6px solid #65554a;
}
.fortune-wheel .wheel-container .spin-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background: url(/img/pointer.png) no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(45deg) translate(-65%, -15%);
}
.fortune-wheel .wheel-container .spin-button-container .spin-button {
  background: #65554a;
  padding: 12px;
  border-radius: 50%;
  color: #fff;
}
.fortune-wheel .prize-warning {
  border: 3px solid #ff6f3d;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 10px 0 10px;
}
.fortune-wheel .prize-warning i {
  display: flex;
}
.fortune-wheel .prize-warning p {
  margin: 0;
  padding: 15px;
}
.fortune-wheel .prize-warning .kat-icon:before {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}
.fortune-wheel .prize-container {
  z-index: 10;
  background-color: rgba(245, 245, 245, 0.8980392157);
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 5px solid #65554a;
  opacity: 0.9;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.fortune-wheel .prize-container .prize {
  margin: 0;
  color: #65554a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.full-result-list .react-tabs .react-tabs__tab-list {
  border-bottom: 5px solid #846d5c;
  margin: 0;
}
.full-result-list .react-tabs .react-tabs__tab-list .react-tabs__tab {
  background-color: #beb1a9;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 20px 0 0;
}
.full-result-list .react-tabs .react-tabs__tab-list .react-tabs__tab--selected {
  background-color: #846d5c;
}
.full-result-list .simple-view-tab .title-container {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
.full-result-list .simple-view-tab .title-container .group-name {
  font-weight: 600;
  margin-right: 10px;
}
.full-result-list .simple-view-tab .badge-set-container {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  max-height: 115px;
  overflow-y: auto;
  padding: 5px 15px;
}
.full-result-list .simple-view-tab .badge-set-container .badge-set {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.full-result-list .simple-view-tab .badge-set-container .badge-set .badge {
  max-width: 40px;
  max-height: 40px;
}
.full-result-list .simple-view-tab .no-badge {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.full-result-list .detailed-container {
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 20px;
}
.full-result-list .detailed-container .detailed-row:first-child {
  font-weight: 600;
  border-bottom: 1px solid #cbcbcb;
}
.full-result-list .detailed-container .detailed-row {
  color: #65554a;
}
.full-result-list .detailed-container .detailed-row > div {
  width: 20%;
  max-width: 20%;
  margin-right: 10px !important;
}
.full-result-list .detailed-container .detailed-row > div:last-child {
  margin-right: 0 !important;
}
.full-result-list .detailed-container .detailed-row .classroom-name {
  margin-left: 20px;
}
.full-result-list .detailed-container .detailed-row .bb {
  display: flex;
  justify-content: center;
}
.full-result-list .detailed-container .detailed-row .bb .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
}
.full-result-list .detailed-container .detailed-row .bb .badge img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.full-result-list .detailed-container .detailed-row .percent {
  display: flex;
  justify-content: center;
}
.full-result-list .detailed-container .detailed-row .date {
  margin-right: 20px;
}
.full-result-list .detailed-container .detailed-row:not(:first-child) {
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
}
.full-result-list .detailed-container .detailed-row:not(:first-child) div {
  display: flex;
  align-items: center;
  margin: 0;
}
.full-result-list .title-container .group-name {
  font-weight: 600;
  margin-right: 10px;
}
.full-result-list .group-row {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
}
.full-result-list .group-container {
  display: flex;
  flex-direction: column;
}
.full-result-list .group-container .user-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.full-result-list .group-container .user-container .no-badge {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 5px 10px;
  min-width: 80%;
}
.full-result-list .group-container .user-container .person-name {
  min-width: 20%;
  width: 20%;
  margin-right: 10px;
}
.full-result-list .group-container .user-container .badge-container {
  display: flex;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  max-height: 115px;
  overflow-y: auto;
  min-width: 80%;
  width: 80%;
  margin-bottom: 10px;
  gap: 10px;
}
.full-result-list .group-container .user-container .badge-container.wide {
  width: 100%;
}
.full-result-list .group-container .user-container .badge-container .badge {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.full-result-list .group-container .user-container .badge-container .badge img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.user-badge-list .user-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.user-badge-list .user-container .no-badge {
  padding: 5px 10px;
  min-width: 80%;
}
.user-badge-list .user-container .person-name {
  min-width: 20%;
  width: 20%;
  margin-right: 10px;
}
.user-badge-list .user-container .badge-container {
  display: flex;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  max-height: 115px;
  overflow-y: auto;
  min-width: 80%;
  width: 80%;
  margin-bottom: 10px;
  gap: 10px;
}
.user-badge-list .user-container .badge-container.wide {
  width: 100%;
}
.user-badge-list .user-container .badge-container .badge {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.user-badge-list .user-container .badge-container .badge img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.badge.used {
  overflow: visible !important;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}
.badge.used img {
  border-radius: 50%;
  opacity: 50%;
}
.badge.used:after {
  content: "🏆";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.asterisk {
  all: unset;
  color: #ff0000;
}

.badge-selector .badge-set-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #a79f9a;
  padding: 0;
}
.badge-selector .badge-set-container .title {
  background-color: #a79f9a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px 3px 0 0;
}
.badge-selector .badge-set-container .title p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.badge-selector .badge-set-container .title input {
  margin: 0;
}
.badge-selector .badge-set-container .badge-set {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
.badge-selector .badge-set-container .badge-set .badge {
  background-color: #ff0000;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-selector .badge-set-container .badge-set .badge p {
  margin: 0;
}
.badge-selector .badge-set-container.selected {
  background-color: #c7c7c7;
  border-radius: 5px;
}
.badge-selector .badge-set-container.selected:hover {
  border: 2px solid #a79f9a;
  border-radius: 5px;
  padding: 0;
}
.badge-selector .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#translationTool {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  right: 10px;
}

.translate-wrap {
  position: relative;
}

.trns-btn-wrapper {
  z-index: 999999;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.trns-dialog-button {
  position: absolute;
  padding-left: 0.5rem;
  pointer-events: all;
}
.trns-dialog-button > div {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  display: flex;
  box-shadow: 0 0 3px rgba(153, 153, 153, 0.7);
}
.trns-dialog-button > div button {
  padding: 0.5rem;
  font-size: 0.85rem;
  margin: 0;
  color: #333;
}

.translation-details-panel .form .column {
  max-width: 100%;
  flex: 1 100%;
}
.translation-details-panel .form .data {
  font-family: monospace;
}

.translation-table input.warning {
  border-color: red;
}
.translation-table input[readonly] {
  background: none;
  border: none;
  box-shadow: none;
  cursor: text;
}
.translation-table input[readonly].default {
  color: #aaa;
  font-family: monospace;
}
.translation-table input::placeholder {
  font-family: monospace;
}
.translation-table select.required {
  background-color: rgb(255, 221, 221);
}
.translation-table .warnings {
  color: red;
  font-size: 0.7rem;
  font-style: italic;
}
.translation-table .warnings p {
  margin: 0;
}

.dialog.auth .dialog__header, .dialog.accept-terms .dialog__header {
  background-color: #203138;
}
.dialog.auth button, .dialog.accept-terms button {
  color: #0f669e;
}
.dialog.auth button.dialog__close, .dialog.accept-terms button.dialog__close {
  color: #fff;
}
.dialog.auth .button, .dialog.accept-terms .button {
  color: #fff;
  background-color: #0f669e;
}
.dialog.auth .button.secondary, .dialog.accept-terms .button.secondary {
  color: #fff;
  background-color: #0f669e;
}
.dialog.auth .button.alert, .dialog.accept-terms .button.alert {
  background-color: #FF6F3D;
}

.grecaptcha-badge {
  z-index: 9900;
}

.row.expanded .row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

html {
  font-size: 100%;
}

body {
  font-family: "OpenSans", sans-serif;
}
@media screen and (max-width: 39.9375em) {
  body {
    padding-top: 40px;
  }
}

a,
.breadcrumbs a {
  color: #094C77;
}

h1,
h2,
h3,
h4 {
  font-family: "OpenSans", sans-serif;
}
h1.title,
h2.title,
h3.title,
h4.title {
  font-family: "OpenSans", sans-serif;
  font-size: 1.5rem;
}
h1.sub,
h2.sub,
h3.sub,
h4.sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

h4 {
  font-weight: bold;
}

img.icon {
  max-width: 2.5rem;
}
img.thumb {
  max-width: 100%;
}

select {
  font-size: 0.9rem;
}

.shortcut {
  display: none;
}

.icon-add-media {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.icon-add-media::before {
  content: "";
  display: block;
  min-height: 25px;
  min-width: 25px;
  background-size: contain !important;
  background-position: center center;
  background: url("/img/exercise_engines/icon_add_media_grey.svg") no-repeat;
}

.icon-order-answers {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.icon-order-answers::before {
  content: "";
  display: block;
  min-height: 20px;
  min-width: 15px;
  background-size: contain !important;
  background-position: center center;
  background: url("/img/exercise_engines/icon_order.svg") no-repeat;
}

.icon-trash {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.icon-trash::before {
  content: "";
  display: block;
  min-height: 22px;
  min-width: 14px;
  background-size: contain !important;
  background-position: center center;
  background: url("/img/exercise_engines/icon_trash_grey.svg") no-repeat;
}

.worksheet-editor {
  min-height: 100%;
  background-color: #e1e1e1;
}
.worksheet-editor .row-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.worksheet-editor .image-delete {
  position: absolute;
  font-size: 24px;
  color: red;
  transform: translateX(-24px);
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}
.worksheet-editor .main-area {
  width: 90%;
  margin: auto;
}
.worksheet-editor .main-area h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.worksheet-editor .main-area .worksheet-data {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}
.worksheet-editor .main-area .worksheet-data .left-decor {
  width: 54px;
  background-color: #004b69;
  border-radius: 5px 0 0 5px;
  text-align: center;
}
.worksheet-editor .main-area .worksheet-data .left-decor i {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.worksheet-editor .main-area .worksheet-data .worksheet-properties {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.worksheet-editor .main-area .worksheet-data .worksheet-properties .worksheet-title {
  margin-bottom: 15px;
}
.worksheet-editor .main-area .worksheet-data .worksheet-properties .worksheet-title input[type=text] {
  margin-bottom: 0;
  margin-right: 15px;
}
.worksheet-editor .main-area .worksheet-data .worksheet-properties .see-scores p {
  margin: 0;
  cursor: default;
}
.worksheet-editor .main-area .worksheet-data .worksheet-properties .see-scores input[type=checkbox] {
  margin: 0;
  margin-right: 15px;
}
.worksheet-editor .main-area .worksheet-data .right-decor {
  width: 10px;
  background-color: #004b69;
  border-radius: 0 5px 5px 0;
}
.worksheet-editor .main-area .section-header {
  width: 100%;
  height: 50px;
  background-color: #558eac;
  justify-content: space-between;
  border-radius: 5px;
}
.worksheet-editor .main-area .section-header .left-side i {
  font-size: 20px;
  margin: 0 15px;
  color: #fff;
}
.worksheet-editor .main-area .section-header .left-side h6 {
  margin: 0 0 0 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.worksheet-editor .main-area .section-header .vertical-line {
  border-left: 2px solid #fff;
  height: 40px;
}
.worksheet-editor .main-area .section-header .right-side i {
  font-size: 18px;
  margin: 0 15px;
  color: #fff;
}
.worksheet-editor .main-area .section-header .section-menu {
  width: 200px;
  height: 100px;
  position: relative;
}
.worksheet-editor .main-area .question-container {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.worksheet-editor .main-area .question-container .question-element {
  width: 100%;
  border-radius: 5px;
  margin: auto;
  background-color: #dbf4f4;
  align-items: normal;
}
.worksheet-editor .main-area .question-container .question-element .decor {
  width: 8px;
  background-color: #337188;
  border-radius: 5px 0 0 5px;
}
.worksheet-editor .main-area .question-container .question-element .question-closer {
  background-color: #337188;
  width: 25px;
  height: 35px;
  border-radius: 0 5px 5px 0;
  transform: translateY(30%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.worksheet-editor .main-area .question-container .question-element .question-closer i {
  color: #fff;
}
.worksheet-editor .main-area .question-container .question-element .question-title {
  justify-content: end;
  margin: 10px 10px 10px 0;
}
.worksheet-editor .main-area .question-container .question-element .question-title input[type=number] {
  width: 60px;
  margin-bottom: 0;
}
.worksheet-editor .main-area .question-container .question-element .question-title input[type=number]::-webkit-inner-spin-button,
.worksheet-editor .main-area .question-container .question-element .question-title input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.worksheet-editor .main-area .question-container .question-element .question-title select {
  width: 160px;
  margin: 0 15px;
}
.worksheet-editor .main-area .question-container .question-element .question-title button:not(:first-child) {
  padding: 10px;
  margin: 5px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question {
  width: 100%;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .question-field {
  margin: 0 15px 0 5px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .question-attachment {
  padding-bottom: 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row {
  display: flex;
  flex-direction: column;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer button:first-of-type {
  margin-left: 5px;
  cursor: move;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer .answer-option-btn {
  margin-right: 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer input {
  margin: 0;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer input:not([type=text]) {
  margin: 0 15px 0 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .text-answer input[type=text] {
  margin-right: 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .answer-row .image-answer {
  margin-left: 20px;
  margin-bottom: 15px;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .justification-row {
  display: flex;
  flex-direction: row;
}
.worksheet-editor .main-area .question-container .question-element .opened-question .justification-row input {
  margin-right: 15px;
}
.worksheet-editor .main-area .question-container .question-element .closed-question {
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
.worksheet-editor .main-area .question-container .question-element .closed-question p {
  margin: 0 0 0 10px;
}
.worksheet-editor .main-area .question-container .question-element:not(:last-child) {
  margin-bottom: 15px;
}
.worksheet-editor .main-area .worksheet-buttons {
  justify-content: space-between;
  margin-top: 30px;
}
.worksheet-editor .main-area .worksheet-buttons button:not(:first-child) {
  background-color: #48893a;
}

.worksheet-exercise {
  width: 100%;
  min-height: 100%;
  background-color: #e1e1e1;
  padding-top: 5%;
}
.worksheet-exercise .row-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.worksheet-exercise .main-content {
  width: 80%;
  margin: auto;
}
.worksheet-exercise .main-content .exercise-header {
  width: 100%;
  height: fit-content;
}
.worksheet-exercise .main-content .exercise-header .exercise-title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 0 10px 0 65px;
}
.worksheet-exercise .main-content .exercise-header .exercise-title .left-decor {
  width: 55px;
  height: 100%;
  background-color: #004b69;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 0;
}
.worksheet-exercise .main-content .exercise-header .exercise-title .left-decor i {
  font-size: 24px;
  color: #fff;
}
.worksheet-exercise .main-content .exercise-header .exercise-title .right-decor {
  width: 10px;
  height: 100%;
  background-color: #004b69;
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
}
.worksheet-exercise .main-content .exercise-header .exercise-title h4 {
  margin-top: 20px;
}
.worksheet-exercise .main-content .exercise-header .exercise-title div.img-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.worksheet-exercise .main-content .exercise-header .exercise-title div.img-container img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.worksheet-exercise .main-content .section-header {
  width: 100%;
  height: 50px;
  background-color: #558eac;
  justify-content: space-between;
  border-radius: 5px;
  margin-top: 50px;
}
.worksheet-exercise .main-content .section-header h6 {
  margin: 0 0 0 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.worksheet-exercise .main-content .question-container {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding: 20px;
}
.worksheet-exercise .main-content .question-container .question {
  width: 100%;
  margin-bottom: 20px;
}
.worksheet-exercise .main-content .question-container .question h6 {
  width: calc(100% - 50px);
  color: #939395;
  font-weight: 600;
}
.worksheet-exercise .main-content .question-container .question div {
  width: 40px;
  height: 40px;
  border: #000 solid 2px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.worksheet-exercise .main-content .question-container .question div p {
  margin: 0;
  color: #5f6368;
  font-size: 20px;
}
.worksheet-exercise .main-content .question-container .question-attachment {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 10px;
}
.worksheet-exercise .main-content .question-container .answers div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
.worksheet-exercise .main-content .question-container .answers div input {
  margin: 0 10px 0 0;
}
.worksheet-exercise .main-content .question-container .answers div input[type=checkbox] {
  accent-color: #5f6368;
}
.worksheet-exercise .main-content .question-container .answers div input[type=radio] {
  accent-color: #5f6368;
}
.worksheet-exercise .main-content .question-container .answers div select {
  color: #5f6368;
  margin: 0;
}
.worksheet-exercise .main-content .question-container .answers div select option {
  margin: 5px;
  border: 5px solid #5f6368;
}
.worksheet-exercise .main-content .question-container .answers div select option:checked {
  background-color: #cfcfcf;
  color: #5f6368;
}
.worksheet-exercise .main-content .question-container .answers div p {
  margin: 0;
  color: #5f6368;
}
.worksheet-exercise .main-content .question-container .justification p {
  margin-bottom: 5px;
  color: #5f6368;
}

.service-dialog .row.expanded {
  margin-right: 0;
  margin-left: 0;
}

/***********
* Foundation fix
*/
html,
body {
  min-height: 100%;
}

html.is-reveal-open {
  overflow-y: visible;
}

.button.success, .button.success:focus {
  background-color: #483B32;
  color: #fff;
}
.button.success:hover {
  background-color: #846D5C;
  color: #fff;
}
.button.success:disabled {
  color: #fff;
}

.button.alert {
  background-color: #FF6F3D;
  color: #fff;
}

.button.alert:hover {
  background-color: #FF8961;
  color: #fff;
}

.button-group.drop-shadow {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
}

.callout.primary, .callout.button.primary:active, .callout.button.primary:focus, .callout.button.primary[disabled] {
  background-color: #f2f2f2;
}

.label {
  border: 1px dashed;
  font-weight: normal !important;
}
.label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f02b";
  margin-right: 3px;
}
.label.clear::before {
  content: "";
}

button.label {
  cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .small-12 > .text-right {
    text-align: left;
  }
}

.button + .text-right-middle {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
}

/***********
* Main content
*/
.skip-to-content {
  position: fixed;
  top: -5em;
  left: calc(50% - 7em);
  width: 14em;
  text-align: center;
  display: block;
  background-color: #483B32;
  color: #fff;
  padding: 1em 0;
  z-index: 900;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: top 0.3s ease-out;
}
.skip-to-content:focus-visible {
  top: 0;
}
.skip-to-content:focus {
  color: #fff;
}

#eke-app {
  min-height: 400px;
  padding-top: 0px;
  height: 100vh;
}
#eke-app:focus {
  outline: none;
}
@media screen and (max-width: 39.9375em) {
  #eke-app {
    padding-top: 0px;
  }
}

.admin > .row {
  width: 100%;
}

.eke-main-wrapper {
  height: 100%;
  /*display: flex;
  flex-direction: column;*/
  position: relative;
}

.eke-content-wrapper {
  flex: 1;
  position: relative;
}
.eke-content-wrapper .eke-content-wrapper {
  position: unset;
}
.eke-content-wrapper.admin {
  height: 100%;
}

.content-wrapper {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /*margin-right: 80px;
  margin-left: 80px;*/
  height: 100%;
  width: 100%;
}

.section {
  padding: 1rem auto;
}
.section .title {
  margin: 2rem 0;
  font-size: 2.5rem;
}

.eke-view-row-expanded {
  height: 100%;
}

/*
Secondary bar
*/
.secondary-bar {
  background-color: #846D5C;
  color: #fff;
  padding-top: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/***********
* Main page 
*/
.eke-home__title {
  font-family: "OpenSans", sans-serif;
  padding: 1rem 0 0.5rem;
  font-size: 1.5rem;
  text-align: left;
}

.eke-home__button {
  display: inline-block;
  vertical-align: top;
  border-top: 15px solid;
  padding: 10px;
}
.eke-home__button img {
  width: 130px;
  height: 130px;
}
.eke-home__button .caption {
  color: #525254;
  font-size: 0.95rem;
  text-align: justify;
  padding: 10px 15px;
  margin-top: 10px;
}
.eke-home__button.eke-books_button {
  border-color: #4ab685;
}
.eke-home__button.eke-books_button:hover .caption {
  color: #fff;
  background-color: #4ab685;
}
.eke-home__button.eke-search_button {
  border-color: #2fa3d2;
}
.eke-home__button.eke-search_button:hover .caption {
  color: #fff;
  background-color: #2fa3d2;
}
.eke-home__button.eke-media_button {
  border-color: #d80001;
}
.eke-home__button.eke-media_button:hover .caption {
  color: #fff;
  background-color: #d80001;
}
.eke-home__button.eke-exe_button {
  border-color: #751d5a;
}
.eke-home__button.eke-exe_button:hover .caption {
  color: #fff;
  background-color: #751d5a;
}

/* from styles */
.form label {
  font-weight: bold;
}

/* reveal */
.reveal-overlay {
  z-index: 900;
}

.reveal-overlay.exe-reveal {
  visibility: hidden;
  transform: translate(-100%, -100%);
}
.reveal-overlay.exe-reveal[style=""] {
  visibility: visible;
  transform: none;
}
.reveal-overlay.exe-reveal:not([style="display: none;"]) {
  display: block !important;
}
.reveal-overlay.exe-reveal .reveal {
  display: block;
}

/* badge */
.badge {
  background-color: #094C77;
}

/* bubble loader */
.loading-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading-wrapper .callout {
  text-align: center;
  min-width: 145px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.loading-wrapper .callout .LdQrm {
  margin: 40px auto;
}

.LdQrm {
  color: #483B32 !important;
}

/* Csak erős idegzetűeknek layer a videók elé */
.not-for-weak-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
  font-size: x-large;
  background: black;
  color: white;
}

/* helper class */
.hide-in-book {
  display: none;
}

.stretched {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}

.editor-sidebar .stretched.react-tabs__tab-panel {
  max-width: 95vw;
}

.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: scroll;
  left: 0;
  max-width: 100% !important;
  right: 0;
  margin-bottom: 0 !important;
  z-index: 1000;
  overflow: auto;
}

.util-height-100 {
  height: 100%;
}

/* Media */
.eke-video-rightvideoContainer h2 {
  font-size: 1.5rem;
}

/* Social block */
.like-block {
  display: flex;
}

.temp-error {
  position: relative;
  top: 0px;
}
.temp-error span {
  padding: 0 1.25rem !important;
}
.temp-error span:before {
  position: absolute;
  background-color: red;
  top: 7px;
  left: 21px;
  content: "";
  height: 2px;
  width: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.1);
  animation: pulse 6s infinite;
}
.temp-error span:after {
  position: absolute;
  background-color: red;
  top: 7px;
  right: 21px;
  content: "";
  height: 2px;
  width: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.2);
  animation: pulse 6s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  15% {
    -moz-box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
  }
  30% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
  }
}
.iseeyou {
  position: fixed;
  font-size: 100vh;
  bottom: 0;
  transform: translate(-50%, 110%);
  color: rgba(255, 35, 182, 0.514);
  -webkit-background-clip: text;
  z-index: 100000;
}

a.meow:focus .iseeyou,
a.meow:active .iseeyou {
  transform: translate(-50%, 0%);
  transition: 0.5s ease-in-out;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .shrink-medium {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.eke-exercisetile-contentdiv {
  font-size: 1rem;
}

.exe-result-count {
  font-size: 1.6rem;
}

.pagination h2 {
  display: inline-block;
  font-size: unset !important;
  margin: 2px;
}

.owl-carousel .owl-item img {
  width: unset !important;
}

.button-group .button.upload-button,
.button-group .button.new-folder-button {
  margin-bottom: 8px !important;
}

table table thead,
table table tbody,
table.unstriped table thead,
table.unstriped table tbody {
  border-color: #b3bfc4;
}
table table thead tr,
table table tbody tr,
table.unstriped table thead tr,
table.unstriped table tbody tr {
  border-bottom: 1px solid #b3bfc4;
}

.ReactTable {
  z-index: 0;
}
.ReactTable .rt-thead {
  font-weight: bold;
}
.ReactTable .rt-td .cell-btn {
  padding: 2px;
  margin-left: 3px;
}
.ReactTable .rt-td.actions button {
  margin-left: 5px;
}
.ReactTable.compressed .rt-table .rt-thead.-header {
  position: sticky;
  top: 0;
  background-color: #fff;
}
.ReactTable.compressed .rt-table .rt-thead.-filters {
  position: sticky;
  top: 22px;
  background-color: #fff;
}
.ReactTable.compressed .rt-table .rt-tbody {
  overflow: visible;
}
.ReactTable.compressed .rt-table .rt-thead .rt-th,
.ReactTable.compressed .rt-table .rt-th,
.ReactTable.compressed .rt-table .rt-td {
  padding: 2px;
}
.ReactTable.compressed .rt-table input {
  height: 1.5rem;
  font-size: 0.85rem;
  flex: 1;
}
.ReactTable.compressed .rt-table select {
  padding: 2px 1.5rem 2px 5px;
  height: 1.5rem;
  font-size: 0.75rem;
  flex: 1;
}

.exercise-results-subcomponent {
  box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
  background-color: white;
  padding: 10px;
}

.rc-tree-node-selected {
  height: 100%;
}

.rc-tree li .rc-tree-node-content-wrapper {
  height: unset !important;
}

.alert-text {
  color: #F7470A;
  font-size: 0.75rem;
}

.alert-box {
  padding: 1rem;
  background-color: #ffe6e6;
  margin-bottom: 1rem;
  border: 1px solid #F7470A;
}
.alert-box ul {
  margin-bottom: 0;
}

.notification-center {
  height: 40px;
  display: block;
}
.notification-center h6 {
  height: 100%;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dd5222;
}

/** input rules **/
.column.required input[text],
.column.required select {
  border: 1px solid red;
}

input.validation-error {
  border: 1px solid red;
}

select.validation-error {
  border: 1px solid red;
}

.validation-error input,
.validation-error select {
  border: 1px solid red;
}
.validation-error input[type=checkbox] {
  outline: 1px solid red;
}

header.simple {
  background-color: #fff;
  display: none;
}
header.simple .top-header:after {
  content: unset;
}

.simple .book-content {
  font-size: 135% !important;
}
.simple #content.center {
  top: 0;
}
.simple #content > section {
  width: 1120px;
  height: 630px;
  transform-origin: center;
  margin: 0;
}
.simple #content > section .lo {
  max-height: 100%;
}
.simple #content > section .lo .responsive-embed.widescreen,
.simple #content > section .lo .flex-video.widescreen {
  padding-bottom: 44%;
}
.simple #content > section .lo figcaption {
  line-height: 1.2;
  font-size: 0.8rem;
  padding-bottom: 0;
}
.simple #content > section.exercise {
  width: 100%;
  padding: 1rem;
  max-height: 100%;
  height: 100%;
}
.simple #content > section.exercise > .row {
  max-width: unset;
  height: 100%;
}
.simple #content > section.exercise > .row > div[data-exercise-id],
.simple #content > section.exercise > .row > div[data-exercise-series-id] {
  max-height: 100%;
  height: 100%;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper {
  max-height: 100%;
  height: 100%;
  padding: 0;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio {
  min-height: 50px;
  margin: 15px;
  width: auto;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio ~ .exe-content,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio ~ .exe-content {
  padding-top: 0;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio ~ .exe-content .exercise-wrapper,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-description ~ .exe-main-audio ~ .exe-content .exercise-wrapper {
  height: calc(100vh - 300px);
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-controls-header,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-controls-header {
  padding-top: 5px;
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-modal-parent,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-modal-parent {
  /* Removed due to fullscreen simple mode
  .wm-dnd-item-to-area {
      height: 100%;

      .row > div {
          max-height: 100%;
          height: 100%;
      }

      .drop-div-box {
          height: 100%;
          overflow: hidden;

          .drop-div {
              min-height: unset;

              &.h-align {
                  flex-wrap: unset;

                  .answer-div {
                      max-height: 100%;
                  }
              }

              &.v-align {
                  flex-wrap: unset;
                  flex-direction: column;

                  .answer-div {
                      max-width: 100%;
                  }
              }
          }

          .answer-div {
              &.dropped {
                  overflow: hidden;

                  .exe-image-wrap {
                      max-height: 100%;
                      width: 100%;
                      max-width: 100%;

                      img.exe-image-core {
                          object-fit: scale-down;
                          min-width: 100px;
                          max-height: 100%;
                          max-width: 100%;
                      }
                  }
              }
          }
      }
  }
  */
  /* Removed due to fullscreen simple mode
  .answer-container {
      max-height: 100%;
      height: 100%;

      .answer-div-simple.img-answer-div {
          //flex: 0 12.5%;
          display: inline-block;
          //max-height: 50%;
          margin: 0;
          border: 0;
          padding: 5px;
          min-width: 100px;
          max-width: 150px;
          width: 12.5%;

          .exe-image-wrap {
              max-height: 100%;
              width: 100%;
              max-width: 100%;

              img.exe-image-core {
                  object-fit: scale-down;
                  min-width: 100px;
                  max-height: 100%;
                  max-width: 100%;
              }
          }
      }
  }
  */
}
.simple #content > section.exercise > .row > div[data-exercise-id] .exe-wrapper .exe-container-simple .exe-modal-parent .quiz-img-answer-container,
.simple #content > section.exercise > .row > div[data-exercise-series-id] .exe-wrapper .exe-container-simple .exe-modal-parent .quiz-img-answer-container {
  height: auto;
}
.simple #content > section .mceTmpl,
.simple #content > section .row,
.simple #content > section .breadtext {
  height: 100%;
  width: 100%;
}
.simple #content > section figure {
  margin: 0;
}
.simple section > .row.column {
  padding: 0;
}
.simple .callout {
  max-width: 1170px !important;
  width: 1170px !important;
}
@media (max-width: 1199px) {
  .simple .mobile-menu-icon {
    display: block;
  }
}
.simple section.main-content {
  padding-left: 8em;
  padding-right: 8em;
}
@media (max-width: 639px) {
  .simple section.main-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .simple section.main-content:after {
    content: "";
    display: block;
    height: 80px;
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: 699;
    background-color: #fff;
  }
}

/*---data-section-type---*/
.section-type-video {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-video::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-video::before {
  background: url("/img/tanari-ikonok/video_ikon.svg") no-repeat;
}

.section-type-text {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-text::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-text::before {
  background: url("/img/tanari-ikonok/szoveg_ikon.svg") no-repeat;
}

.section-type-exercise,
.section-type-exercise-series {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-exercise::before,
.section-type-exercise-series::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-exercise::before,
.section-type-exercise-series::before {
  background: url("/img/tanari-ikonok/okosfeladat_ikon.svg") no-repeat;
}

.section-type-image {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-image::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-image::before {
  background: url("/img/tanari-ikonok/kep_ikon.svg") no-repeat;
}

.section-type-audio {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-audio::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-audio::before {
  background: url("/img/tanari-ikonok/audio_ikon.svg") no-repeat;
}

.section-type-pdf {
  padding: 1rem 0 1rem 4rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.section-type-pdf::before {
  content: "";
  height: 60px;
  width: 65px;
  position: absolute;
  transform: translate(-100%, 0);
}
.section-type-pdf::before {
  background: url("/img/tanari-ikonok/pdf_ikon.svg") no-repeat;
}

.simple-view {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.simple-view table {
  height: 100%;
}
.simple-view .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mceTmpl.simple {
  padding: 10px 100px;
  background-color: gray;
}

.simple.wide-display {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.simple.title-bar {
  background-color: #846D5C;
  border-bottom: 5px solid #333;
}
.simple.title-bar .row {
  max-width: 100%;
}
.simple .title-bar-left .columns > .title {
  color: #333;
}
.simple .title-bar-left .show-guides {
  background: url("../img/ksni_mediatar_prelude.svg") center no-repeat;
  height: 60px;
  width: 50px;
}
.simple .title-bar-left .ksni-book-title {
  color: #333;
  margin-left: 15px;
}
.simple .top-bar-right .menu-bar {
  background-color: #483B32 !important;
}
.simple .top-bar-right .accordion-menu .is-accordion-submenu {
  background-color: #846D5C;
}
.simple .top-bar-right .accordion-menu .is-accordion-submenu li.is-active > a {
  background-color: #483B32;
}
.simple .top-bar-right .accordion-menu .is-accordion-submenu li > a.is-active, .simple .top-bar-right .accordion-menu .is-accordion-submenu li > a:hover {
  background-color: #483B32;
}
.simple .top-bar-right .accordion-menu .is-accordion-submenu li[aria-expanded=false] > a:before, .simple .top-bar-right .accordion-menu .is-accordion-submenu li[aria-expanded=false] > a:after {
  background-color: #483B32;
}
.simple .top-bar-right .accordion-menu .is-accordion-submenu li[aria-expanded=true] > a:before, .simple .top-bar-right .accordion-menu .is-accordion-submenu li[aria-expanded=true] > a:after {
  background-color: #483B32;
}
.simple .top-bar-right .accordion-menu .spymenu {
  max-height: calc(100vh - 135px);
}
.simple .top-bar-right .accordion-menu .spymenu.is-accordion-submenu > li > a, .simple .top-bar-right .accordion-menu .spymenu.is-accordion-submenu > div > div > li > a {
  background-color: #483B32;
  color: #fff;
}
.simple .top-bar-right .accordion-menu .nested.is-accordion-submenu li[aria-expanded=true] > a {
  background: #483B32;
}
.simple .top-bar-right .accordion-menu .main-item {
  background-color: #483B32 !important;
}
.simple .top-bar-right .accordion-menu .main-item > a:hover {
  background-color: #483B32 !important;
}
.simple figcaption::after,
.simple table caption::after {
  background: url("../img/app/01/kepalairas.svg") no-repeat;
}

body {
  background-color: #ffffff;
}

#header h1 {
  max-width: 900px;
  color: #000000;
}

.top-bar-right {
  color: #000000;
}
.top-bar-right .accordion-menu .is-accordion-submenu li > a.accordion-menu {
  color: #143854;
}
.top-bar-right .accordion-menu .is-accordion-submenu li > a {
  color: #000000;
}
.top-bar-right .accordion-menu .is-accordion-submenu > div > div > li[aria-expanded=false] > a:after,
.top-bar-right .accordion-menu .is-accordion-submenu > div > div > li[aria-expanded=false] > a:before,
.top-bar-right .accordion-menu .is-accordion-submenu > div > div > li[aria-expanded=true] > a:after,
.top-bar-right .accordion-menu .is-accordion-submenu > div > div > li[aria-expanded=true] > a:before {
  background-color: #fff;
}

.footer-navigation .book-title {
  color: #333;
}

table td,
th {
  border: 1px solid #878787;
}

.eke-booksearch {
  display: flex;
}

.eke-booksearch__input {
  flex: 1;
  max-width: 100% !important;
  width: 100%;
  margin: 3px 1rem 3px 3px !important;
  border: 2px solid gray;
  border-radius: 1em;
  background: transparent;
  padding: 0.5rem;
  color: white;
}

.eke-booksearch__link {
  padding-left: 2rem !important;
  font-weight: normal !important;
  background: transparent !important;
}

.eke-booksearch__link:hover {
  background: transparent !important;
}

.eke-booksearch__item {
  margin: 0;
}

.eke-booksearch + .eke-booksearch__item {
  margin-top: 10px;
}

.eke-booksearch__item:hover {
  background-color: #7eb7d7;
}

a.eke-booksearch__link {
  padding: 10px 0px 10px 0px !important;
  font-family: "Open Sans";
  font-weight: bold !important;
  border-top: 1px solid #fff;
  margin: 0 10px;
}

.eke-booksearch__link:hover {
  background-color: transparent;
}

.top-bar-right .accordion-menu .main-item > a {
  color: #fff !important;
}
.top-bar-right .accordion-menu .main-item > a:before,
.top-bar-right .accordion-menu .main-item > a:after {
  background-color: #fff !important;
}

.title-bar .top-bar {
  background-color: inherit;
}

.audio-container h3 {
  color: #fff !important;
}

.simple section .audio-div {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.simple section .audio-div ~ h3 {
  display: inline;
}
.simple section .audio-div .book-audio {
  position: unset;
}

.teacher-guide section h3:first-child {
  display: none;
}

.simple .contentslist {
  margin-top: 0;
  padding-top: 100px;
}

.eke-top-bar__site-name {
  padding-left: 1em;
  color: #000;
  position: fixed;
  display: block !important;
  right: -70px;
  top: 66px;
  padding: 10px 0;
  width: 310px;
  text-align: center;
  z-index: 1000;
  background-color: yellow;
  transform: rotate(45deg);
  border: 3px dashed #000;
  max-width: unset;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.main-menu-wrapper {
  position: relative;
  height: 0;
}
@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper {
    position: fixed;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 100ms;
    /* background-color: $mobile-menu-wrapper; */
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper.open {
    pointer-events: unset;
    opacity: 1;
    z-index: 900;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper.open .kattan-admin-menu-bar,
.main-menu-wrapper.open .kattan-book-menu-bar,
.main-menu-wrapper.open .main-menu-bar {
    left: 0;
    margin-top: 0;
    width: unset;
  }
}

.kattan-book-menu-bar,
.kattan-admin-menu-bar,
.main-menu-bar {
  position: absolute;
  max-width: 1170px;
  flex: 1 1 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  flex-flow: row wrap;
  left: 0;
  top: 0;
  right: 0;
  z-index: 850;
  background-color: #483B32;
  border: 1px solid #949593;
  box-shadow: 5px 5px 3px rgba(148, 149, 147, 0.4);
}
@media screen and (min-width: 40em) {
  .kattan-book-menu-bar,
.kattan-admin-menu-bar,
.main-menu-bar {
    margin-top: 20px;
  }
}
.kattan-book-menu-bar:after,
.kattan-admin-menu-bar:after,
.main-menu-bar:after {
  display: none;
  position: absolute;
  content: "";
  background: url("/img/szechenyilogo.png") right no-repeat;
  width: 100%;
  min-width: 1380px;
  height: 205px;
  background-size: contain;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar,
.kattan-admin-menu-bar,
.main-menu-bar {
    width: 315px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: -315px;
    bottom: 0;
    overflow: scroll;
    background: #eee;
    padding-top: 20px;
  }
}
.kattan-book-menu-bar.slide,
.kattan-admin-menu-bar.slide,
.main-menu-bar.slide {
  position: fixed;
  transform: translateY(-75px);
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar.slide,
.kattan-admin-menu-bar.slide,
.main-menu-bar.slide {
    transition: inherit;
    transform: translateY(0px);
    position: inherit;
  }
}
.kattan-book-menu-bar .eke-top-bar,
.kattan-admin-menu-bar .eke-top-bar,
.main-menu-bar .eke-top-bar {
  padding: 0;
  color: #525254;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 2px;
}
.kattan-book-menu-bar .eke-top-bar .top-bar-left,
.kattan-admin-menu-bar .eke-top-bar .top-bar-left,
.main-menu-bar .eke-top-bar .top-bar-left {
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0px;
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar .eke-top-bar .top-bar-left,
.kattan-admin-menu-bar .eke-top-bar .top-bar-left,
.main-menu-bar .eke-top-bar .top-bar-left {
    flex-wrap: wrap;
  }
}
.kattan-book-menu-bar .eke-top-bar .top-bar-left .menu:empty,
.kattan-admin-menu-bar .eke-top-bar .top-bar-left .menu:empty,
.main-menu-bar .eke-top-bar .top-bar-left .menu:empty {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar .eke-top-bar,
.kattan-admin-menu-bar .eke-top-bar,
.main-menu-bar .eke-top-bar {
    display: block;
  }
}
.kattan-book-menu-bar .eke-top-bar a,
.kattan-admin-menu-bar .eke-top-bar a,
.main-menu-bar .eke-top-bar a {
  color: #525254;
}
.kattan-book-menu-bar .eke-top-bar .menu,
.kattan-book-menu-bar .eke-top-bar .menu a,
.kattan-book-menu-bar .eke-top-bar .menu li,
.kattan-admin-menu-bar .eke-top-bar .menu,
.kattan-admin-menu-bar .eke-top-bar .menu a,
.kattan-admin-menu-bar .eke-top-bar .menu li,
.main-menu-bar .eke-top-bar .menu,
.main-menu-bar .eke-top-bar .menu a,
.main-menu-bar .eke-top-bar .menu li {
  display: flex;
  align-items: center;
}
.kattan-book-menu-bar .eke-top-bar .menu > a,
.kattan-book-menu-bar .eke-top-bar .menu a > a,
.kattan-book-menu-bar .eke-top-bar .menu li > a,
.kattan-admin-menu-bar .eke-top-bar .menu > a,
.kattan-admin-menu-bar .eke-top-bar .menu a > a,
.kattan-admin-menu-bar .eke-top-bar .menu li > a,
.main-menu-bar .eke-top-bar .menu > a,
.main-menu-bar .eke-top-bar .menu a > a,
.main-menu-bar .eke-top-bar .menu li > a {
  padding: 0.6rem 1rem 0.6rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar .eke-top-bar .menu,
.kattan-book-menu-bar .eke-top-bar .menu a,
.kattan-book-menu-bar .eke-top-bar .menu li,
.kattan-admin-menu-bar .eke-top-bar .menu,
.kattan-admin-menu-bar .eke-top-bar .menu a,
.kattan-admin-menu-bar .eke-top-bar .menu li,
.main-menu-bar .eke-top-bar .menu,
.main-menu-bar .eke-top-bar .menu a,
.main-menu-bar .eke-top-bar .menu li {
    width: 100%;
  }
}
.kattan-book-menu-bar .eke-top-bar .menu-text,
.kattan-admin-menu-bar .eke-top-bar .menu-text,
.main-menu-bar .eke-top-bar .menu-text {
  padding: 0;
}
.kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
  padding: 0 !important;
  margin: auto 0 !important;
  flex: 0 230px;
}
.kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo img,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo img,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo img {
  padding-left: 0;
  object-fit: contain;
  height: 100%;
}
.kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo .logo-text,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo .logo-text,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo .logo-text {
  font-size: 1.5rem;
  margin-left: 1rem;
  margin-bottom: 0;
  color: #525254;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
    height: 40px;
  }
}
@media (max-width: 639px) {
  .kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
    display: none !important;
  }
}
.kattan-book-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover,
.kattan-admin-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover,
.main-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover {
  background-color: transparent;
}
.kattan-book-menu-bar .eke-top-bar ul,
.kattan-admin-menu-bar .eke-top-bar ul,
.main-menu-bar .eke-top-bar ul {
  flex-wrap: nowrap;
  background-color: transparent;
}
.kattan-book-menu-bar .eke-top-bar ul a,
.kattan-admin-menu-bar .eke-top-bar ul a,
.main-menu-bar .eke-top-bar ul a {
  transition: border-color 0.1s ease-in-out;
  color: #525254;
}
.kattan-book-menu-bar .eke-top-bar ul a:hover,
.kattan-admin-menu-bar .eke-top-bar ul a:hover,
.main-menu-bar .eke-top-bar ul a:hover {
  background-color: #eee;
  color: #525254;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link,
.main-menu-bar .eke-top-bar .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-size: 1rem;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link.has-task,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.has-task,
.main-menu-bar .eke-top-bar .top-bar__link.has-task {
  background-color: #dd5222;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link.has-task:hover, .kattan-book-menu-bar .eke-top-bar .top-bar__link.has-task.is-active,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.has-task:hover,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.has-task.is-active,
.main-menu-bar .eke-top-bar .top-bar__link.has-task:hover,
.main-menu-bar .eke-top-bar .top-bar__link.has-task.is-active {
  background-color: #dd5222;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link i + span.menu-title:not(:empty),
.kattan-admin-menu-bar .eke-top-bar .top-bar__link i + span.menu-title:not(:empty),
.main-menu-bar .eke-top-bar .top-bar__link i + span.menu-title:not(:empty) {
  margin-left: 0.5rem;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link span,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link span,
.main-menu-bar .eke-top-bar .top-bar__link span {
  white-space: nowrap;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link:hover, .kattan-book-menu-bar .eke-top-bar .top-bar__link.is-active,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link:hover,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.is-active,
.main-menu-bar .eke-top-bar .top-bar__link:hover,
.main-menu-bar .eke-top-bar .top-bar__link.is-active {
  color: #525254;
  background-color: transparent;
}
.kattan-book-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active,
.main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active {
  color: #F2E3BB;
}
@media screen and (max-width: 63.9375em) {
  .kattan-book-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after,
.kattan-admin-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after,
.main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after {
    background-color: #483B32;
  }
}
.open .kattan-book-menu-bar .eke-top-bar .top-bar__link .hide-for-medium-only,
.open .kattan-admin-menu-bar .eke-top-bar .top-bar__link .hide-for-medium-only,
.open .main-menu-bar .eke-top-bar .top-bar__link .hide-for-medium-only {
  display: block !important;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .open .kattan-book-menu-bar .eke-top-bar .top-bar__link,
.open .kattan-admin-menu-bar .eke-top-bar .top-bar__link,
.open .main-menu-bar .eke-top-bar .top-bar__link {
    display: block !important;
  }
}
.kattan-book-menu-bar .eke-header-icons,
.kattan-admin-menu-bar .eke-header-icons,
.main-menu-bar .eke-header-icons {
  padding: 2px 0;
  margin: 0%;
  height: 45px;
  width: 45px;
  margin-right: 6px;
}
.kattan-book-menu-bar .eke-submenu,
.kattan-admin-menu-bar .eke-submenu,
.main-menu-bar .eke-submenu {
  min-width: 12em;
  border: 1px solid #cacaca;
  position: absolute;
  z-index: 10;
  bottom: 0;
  transform: translateY(100%);
  background-color: #f9f7ee;
  /*
  @include small {
      position: relative;
      flex: 1;
  }
  */
}
.kattan-book-menu-bar .eke-submenu li,
.kattan-admin-menu-bar .eke-submenu li,
.main-menu-bar .eke-submenu li {
  width: 100%;
}
.kattan-book-menu-bar .eke-submenu a,
.kattan-admin-menu-bar .eke-submenu a,
.main-menu-bar .eke-submenu a {
  width: 100%;
}
.kattan-book-menu-bar .menuitem,
.kattan-admin-menu-bar .menuitem,
.main-menu-bar .menuitem {
  position: relative;
  max-height: 40px;
}
@media (min-width: 1024px) {
  .kattan-book-menu-bar .menuitem,
.kattan-admin-menu-bar .menuitem,
.main-menu-bar .menuitem {
    height: 40px;
  }
}
.kattan-book-menu-bar .menuitem.has-submenu .menuitem,
.kattan-admin-menu-bar .menuitem.has-submenu .menuitem,
.main-menu-bar .menuitem.has-submenu .menuitem {
  height: unset;
  max-height: none;
}
.kattan-book-menu-bar .menuitem.has-submenu .submenu-title,
.kattan-admin-menu-bar .menuitem.has-submenu .submenu-title,
.main-menu-bar .menuitem.has-submenu .submenu-title {
  display: flex;
  align-items: center;
}
.kattan-book-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn,
.kattan-admin-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn,
.main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
  padding: 15px 0;
}
.kattan-book-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn:after,
.kattan-admin-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn:after,
.main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #525254 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.kattan-book-menu-bar .eke-user-menu,
.kattan-admin-menu-bar .eke-user-menu,
.main-menu-bar .eke-user-menu {
  display: flex;
  align-items: center;
}
.kattan-book-menu-bar .eke-user-menu .menu-item,
.kattan-admin-menu-bar .eke-user-menu .menu-item,
.main-menu-bar .eke-user-menu .menu-item {
  padding: 0.7em;
  cursor: pointer;
}
.kattan-book-menu-bar .eke-user-menu .eke-notifications,
.kattan-admin-menu-bar .eke-user-menu .eke-notifications,
.main-menu-bar .eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative;
}
.kattan-book-menu-bar .eke-user-menu button,
.kattan-admin-menu-bar .eke-user-menu button,
.main-menu-bar .eke-user-menu button {
  color: #7a7a7a;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu.is-active > a,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu.is-active > a,
.main-menu-bar .eke-user-menu .dropdown.menu.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #382d25;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu .eke-submenu::before,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu .eke-submenu::before,
.main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu::before {
  position: absolute;
  display: block;
  height: 30px;
  width: 100%;
  top: -30px;
  content: "";
}
@media screen and (min-width: 40em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu .eke-submenu,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu .eke-submenu,
.main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu {
    bottom: 0;
    right: -50px;
  }
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu .eke-submenu .menuitem,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu .eke-submenu .menuitem,
.main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu .menuitem {
  width: 100%;
  background-color: #483B32;
}
@media screen and (min-width: 40em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu.help-menu,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu.help-menu,
.main-menu-bar .eke-user-menu .dropdown.menu.help-menu {
    bottom: 0;
    right: 0px;
  }
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li,
.main-menu-bar .eke-user-menu .dropdown.menu > li {
  padding: 0px;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu > li,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li,
.main-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
    max-width: unset;
    padding: 5px;
  }
}
@media (max-width: 63.9375em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu > li,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li,
.main-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
  }
}
@media screen and (max-width: 39.9375em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a,
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
    margin: 0;
  }
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a a,
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a a,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a a,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a {
  padding: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name {
    font-weight: normal;
    display: none;
  }
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after {
  display: none;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu,
.main-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu {
  position: absolute;
  min-width: unset;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a::after,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a::after {
  border-color: #fff transparent transparent;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after, .kattan-book-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after,
.main-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after {
  border-color: #6f6f6f transparent transparent;
}
.kattan-book-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a,
.kattan-admin-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a,
.main-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #382d25;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector,
.kattan-admin-menu-bar .eke-user-menu .lang-selector,
.main-menu-bar .eke-user-menu .lang-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector.mini .lang,
.kattan-admin-menu-bar .eke-user-menu .lang-selector.mini .lang,
.main-menu-bar .eke-user-menu .lang-selector.mini .lang {
  justify-content: center;
  width: 100%;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector .select-header,
.kattan-admin-menu-bar .eke-user-menu .lang-selector .select-header,
.main-menu-bar .eke-user-menu .lang-selector .select-header {
  position: relative;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector .select-header a,
.kattan-admin-menu-bar .eke-user-menu .lang-selector .select-header a,
.main-menu-bar .eke-user-menu .lang-selector .select-header a {
  padding-right: 30px;
  border: 0;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector .select-header a::before,
.kattan-admin-menu-bar .eke-user-menu .lang-selector .select-header a::before,
.main-menu-bar .eke-user-menu .lang-selector .select-header a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0ac";
  margin-right: 0.5rem;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector .select-header::after,
.kattan-admin-menu-bar .eke-user-menu .lang-selector .select-header::after,
.main-menu-bar .eke-user-menu .lang-selector .select-header::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #382d25 transparent transparent;
  right: 10px;
  left: auto;
}
.kattan-book-menu-bar .eke-user-menu .lang-selector .lang,
.kattan-admin-menu-bar .eke-user-menu .lang-selector .lang,
.main-menu-bar .eke-user-menu .lang-selector .lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.kattan-book-menu-bar .eke-submenu .select-menu,
.kattan-admin-menu-bar .eke-submenu .select-menu,
.main-menu-bar .eke-submenu .select-menu {
  position: relative;
  border: 0;
  padding: 0;
}
.kattan-book-menu-bar .eke-submenu .select-menu .select-item a.lang,
.kattan-admin-menu-bar .eke-submenu .select-menu .select-item a.lang,
.main-menu-bar .eke-submenu .select-menu .select-item a.lang {
  padding-left: 2.5rem;
}
.kattan-book-menu-bar .eke-book-menu,
.kattan-admin-menu-bar .eke-book-menu,
.main-menu-bar .eke-book-menu {
  /* Fejléc "Okostankönyvek" almenühöz, nem kell a kék háromszög */
  /* Fejléc "Okostankönyvek" menü, ráállva ne legyen kék a szöveg színe */
}
.kattan-book-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after,
.kattan-admin-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after,
.main-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.kattan-book-menu-bar .eke-book-menu.is-active > a,
.kattan-admin-menu-bar .eke-book-menu.is-active > a,
.main-menu-bar .eke-book-menu.is-active > a {
  color: #eee;
}
.kattan-book-menu-bar .eke-book-menu .submenu a,
.kattan-admin-menu-bar .eke-book-menu .submenu a,
.main-menu-bar .eke-book-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.kattan-book-menu-bar .eke-book-menu .eke-submenu,
.kattan-admin-menu-bar .eke-book-menu .eke-submenu,
.main-menu-bar .eke-book-menu .eke-submenu {
  z-index: 551;
}
.kattan-book-menu-bar .eke-search-menu,
.kattan-admin-menu-bar .eke-search-menu,
.main-menu-bar .eke-search-menu {
  /* Fejléc "kereső" almenühöz, nem kell a kék háromszög */
  /* Fejléc "kereső" menü, ráállva ne legyen kék a szöveg színe */
}
.kattan-book-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after,
.kattan-admin-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after,
.main-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.kattan-book-menu-bar .eke-search-menu.is-active > a,
.kattan-admin-menu-bar .eke-search-menu.is-active > a,
.main-menu-bar .eke-search-menu.is-active > a {
  color: #eee;
}
.kattan-book-menu-bar .eke-search-menu .submenu a,
.kattan-admin-menu-bar .eke-search-menu .submenu a,
.main-menu-bar .eke-search-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.kattan-book-menu-bar .eke-search-menu .eke-submenu,
.kattan-admin-menu-bar .eke-search-menu .eke-submenu,
.main-menu-bar .eke-search-menu .eke-submenu {
  z-index: 551;
}
.kattan-book-menu-bar .search-field-container,
.kattan-admin-menu-bar .search-field-container,
.main-menu-bar .search-field-container {
  flex: 0;
}
@media (max-width: 39.9375em) {
  .kattan-book-menu-bar .search-field-container,
.kattan-admin-menu-bar .search-field-container,
.main-menu-bar .search-field-container {
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  .kattan-book-menu-bar .search-field-container,
.kattan-admin-menu-bar .search-field-container,
.main-menu-bar .search-field-container {
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .kattan-book-menu-bar .search-field-container,
.kattan-admin-menu-bar .search-field-container,
.main-menu-bar .search-field-container {
    margin: 0;
    width: auto;
  }
}
.kattan-book-menu-bar .search-field-container .eke-search-field,
.kattan-admin-menu-bar .search-field-container .eke-search-field,
.main-menu-bar .search-field-container .eke-search-field {
  margin: 0;
  box-shadow: none;
  /*
  @media (max-width: $screen-small-max) {
      width: unset;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
  }
  */
}
.kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input {
  position: relative;
  background: none;
  overflow: unset;
}
.kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input:first-child,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input:first-child,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input:first-child {
  border: none;
}
.kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input::before,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input::before,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f002";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #454545;
  font-size: 16px;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
  /*
  @media (max-width: $screen-small-max) {
      left: 10px;
      font-size: 30px;
  }
  */
}
@media (max-width: 39.9375em) {
  .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input {
    padding-left: 0;
  }
}
.kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input input {
  position: relative;
  background: #fff;
  height: 1.75rem;
  color: #382d25;
  padding: 8px 8px 8px 40px;
  max-width: unset;
  transition: 0.5s;
  /*
  @media (max-width: $screen-small-max) {
      max-width: 50px;
      border: 2px solid transparent;
      box-shadow: none;
      cursor: pointer;
      font-size: 18px;
      transition: all 500ms;
      padding: 8px 0 8px 50px;

      &:focus {
          background: #09577f;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
          border: 2px solid #fff;
          max-width: 250px;
          cursor: initial;
          padding: 8px 8px 8px 50px;
      }
  }
  */
}
@media screen and (max-width: 1440px) {
  .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input input {
    cursor: pointer;
    width: 0px;
  }
  .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input:focus,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input:focus,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input input:focus {
    width: 250px;
    cursor: text;
  }
}
@media screen and (min-width: 1440px) {
  .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.main-menu-bar .search-field-container .eke-search-field .eke-search__input input {
    width: 250px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .mobile-menu-icon {
    padding: 0 1rem;
  }
}

/* mobile header menu bar */
@media screen and (max-width: 39.9375em) {
  .mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #483B32;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
}
.mobile-bar button {
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar img {
    height: 30px;
  }
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar .mobile-menu-icon i {
    display: block;
    width: auto;
    height: 38px;
    font-size: 27px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
  }
}
.mobile-bar .mobile-menu-icon.open i::before {
  content: "\f00d";
}
@media screen and (max-width: 39.9375em) {
  .mobile-bar .mobile-menu-icon {
    position: absolute;
    z-index: 10;
    left: 10px;
  }
}

.mobile-bar .menu-item {
  position: absolute;
  right: 15px;
}

/* notifications */
.eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative;
}

.mobile-bar .eke-notifications {
  position: absolute;
  right: 45px;
}

.eke-notifications i {
  cursor: pointer;
}
.eke-notifications.active .counter {
  visibility: visible;
}
.eke-notifications .counter {
  visibility: hidden;
  color: #525254;
  font-size: 0.7rem;
  position: absolute;
  font-weight: bold;
  border: 1px solid #483B32;
  padding: 0 0.2rem;
  background-color: red;
  right: 2px;
  border-radius: 5px;
  top: 7px;
}

.eke-notifications-pane {
  background-color: #eee;
  padding: 0;
  font-size: 0.9rem;
  border: 1px solid silver;
  color: #525254;
  -webkit-box-shadow: 0 1px 2px #cacaca;
  -moz-box-shadow: 0 1px 2px #cacaca;
  box-shadow: 0 1px 2px #cacaca;
  z-index: 850;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  width: 400px;
}
.eke-notifications-pane::before {
  position: absolute;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
  content: "";
  top: -10px;
  right: 8px;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #eee transparent;
}
.eke-notifications-pane ul {
  list-style: none;
  margin: 0;
  background-color: #eee;
}
.main-menu-bar .eke-notifications-pane ul {
  background-color: #eee;
}
.eke-notifications-pane ul li {
  border-top: 1px solid silver;
  color: #382d25;
}
.eke-notifications-pane ul li .row {
  padding-right: 0;
  padding-left: 0;
}
.eke-notifications-pane ul li .row .column {
  padding-right: 0;
  padding-left: 0;
}
.eke-notifications-pane ul li.new {
  font-weight: bold;
  background-color: #dedede;
}
.eke-notifications-pane ul li.new a {
  font-weight: bold;
}
.eke-notifications-pane ul li .content {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.eke-notifications-pane ul li .unseen-content {
  padding: 0.4rem;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  font-weight: bold;
}
.eke-notifications-pane ul li .unseen-content i {
  color: #69b6d5;
}
.eke-notifications-pane ul li a {
  padding: 0.4rem;
  color: #382d25 !important;
  display: flex;
  align-items: center;
  outline: none;
  background-color: transparent;
}
.main-menu-bar .eke-notifications-pane ul li a {
  color: #382d25;
}
.eke-notifications-pane ul li a:hover {
  background-color: #fafafa;
}
.eke-notifications-pane h3.notifications-pane-title {
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.4rem;
  margin: 0;
}
.eke-notifications-pane .todo-count {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.6rem;
}
.eke-notifications-pane .site-announce {
  width: 100%;
  height: 10em;
  color: black;
  font-weight: bold;
}
.eke-notifications-pane .site-announce > i {
  background-color: red;
  color: black;
  padding: 0.2em;
  margin: 0.2em;
  border-radius: 50%;
  font-size: 1.5em;
}
.eke-notifications-pane .site-announce > small {
  color: gray;
}

.mobile-bar .eke-notifications-pane {
  width: 100%;
  left: 0;
  right: 0;
  height: 350px;
  max-height: 80%;
}

/*functions menu*/
.functions-menu {
  width: 364px;
  margin: 2rem auto 0;
}
.functions-menu::before {
  position: absolute;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
  content: "";
  top: -10px;
  right: 8px;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: silver transparent;
}
.functions-menu .functions-list {
  display: flex;
  flex-wrap: wrap;
}
.functions-menu .functions-list .function {
  display: flex;
  justify-content: center;
  border: 0px solid silver;
  padding: 0.5rem;
  min-height: 100px;
  width: 33.33%;
  margin: 0;
}
.functions-menu .functions-list .function:hover {
  background-color: #eee;
}
.functions-menu .functions-list .function a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  outline: none;
  font-size: 14px;
  color: #382d25;
  font-weight: normal;
  text-decoration: none !important;
}
.functions-menu .functions-list .function i {
  font-size: 1.6rem;
  margin: 0.5rem;
  display: flex;
  align-items: center;
}
.mobile-bar .functions-menu {
  width: 100%;
}
.mobile-bar .functions-menu::before {
  top: -10px;
  right: 10px;
  border-width: 0px 10px 10px 10px;
}
.mobile-bar .functions-menu .function {
  width: 33%;
}

.more-contrast.active i {
  color: #483B32;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .eke-top-bar-active.top-bar__link,
.eke-top-bar .top-bar__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #fff transparent;
  }
}
.menu-switch {
  padding: 10px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.menu-switch a {
  padding: 0;
}
.menu-switch span {
  opacity: 0.5;
}
.menu-switch span.active {
  color: #005083;
  font-weight: bold;
  opacity: 1;
}

@media (max-width: 1023px) {
  .main-menu-bar:not(.open) .menu-switch > span {
    display: none;
  }
}

.profile-menu {
  padding: 0 0.7rem;
}
.profile-menu > li > .submenu-title::before {
  content: ".";
  display: block;
  font-weight: normal;
  height: 28px;
  width: 17px;
  background-size: contain !important;
  background-image: url(/img/ikonok/profil-icon.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -99999px;
}
.profile-menu > .menuitem > .submenu-title::after {
  display: none;
}
@media screen and (min-width: 40em) {
  .profile-menu > .menuitem > .submenu-title > .top-bar__link {
    display: none;
  }
}
.profile-menu .submenu-title:after {
  border-color: #525254 transparent transparent !important;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .profile-menu {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .profile-menu {
    display: block !important;
  }
  .profile-menu > li {
    display: block !important;
  }
  .profile-menu > li .eke-submenu {
    /* transform: translateX(-50%) translateY(0) !important; */
    margin-left: -0.7rem;
  }
  .profile-menu > li .menu-title {
    white-space: normal !important;
  }
  .profile-menu > li .submenu-title:after {
    border-color: #525254 transparent transparent !important;
    top: 20px !important;
  }
}
.profile-menu .menuitem a > .ico,
.profile-menu .menuitem a > .fa,
.profile-menu .menuitem a > .fas {
  margin-right: 8px;
}

.kattan-book-menu-wrapper,
.kattan-admin-menu-wrapper {
  height: unset;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar,
.kattan-book-menu-wrapper .kattan-admin-menu-bar,
.kattan-admin-menu-wrapper .kattan-book-menu-bar,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar {
  background: #454545;
  box-shadow: unset;
  border: none;
}
@media screen and (min-width: 40em) {
  .kattan-book-menu-wrapper .kattan-book-menu-bar,
.kattan-book-menu-wrapper .kattan-admin-menu-bar,
.kattan-admin-menu-wrapper .kattan-book-menu-bar,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 850;
    max-width: 100%;
    padding-right: unset;
    padding-left: unset;
    margin-top: 0;
  }
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar {
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar ul,
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar .main-menu-bar .eke-top-bar ul,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar ul,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .main-menu-bar .eke-top-bar ul,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar ul,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar .main-menu-bar .eke-top-bar ul,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar ul,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .main-menu-bar .eke-top-bar ul {
  flex-wrap: nowrap;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar a,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar a,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar a,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar a {
  color: #fff;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar .top-bar__link:hover, .kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar .top-bar__link.is-active,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .top-bar__link:hover,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .top-bar__link.is-active,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar .top-bar__link:hover,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar .top-bar__link.is-active,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .top-bar__link:hover,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .top-bar__link.is-active {
  color: #F2E3BB;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar .eke-submenu,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .eke-submenu,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar .eke-submenu,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .eke-submenu {
  background-color: #454545;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .eke-top-bar .submenu-title .submenu-btn:after,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .submenu-title .submenu-btn:after,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .eke-top-bar .submenu-title .submenu-btn:after,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .eke-top-bar .submenu-title .submenu-btn:after {
  border-color: #fff transparent transparent;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .dropdown-pane,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .dropdown-pane,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .dropdown-pane,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .dropdown-pane {
  background-color: #454545;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .dropdown-pane .function:hover,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .dropdown-pane .function:hover,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .dropdown-pane .function:hover,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .dropdown-pane .function:hover {
  background-color: #6a6a6a;
}
.kattan-book-menu-wrapper .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-book-menu-wrapper .kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-admin-menu-wrapper .kattan-book-menu-bar .search-field-container .eke-search-field .eke-search__input input,
.kattan-admin-menu-wrapper .kattan-admin-menu-bar .search-field-container .eke-search-field .eke-search__input input {
  background: #888;
}

.accordion-menu .menuitem .menu-title {
  display: block !important;
}

.landing-header {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.77), rgba(158, 158, 158, 0.67)), url("/img/header.jpg");
  background-position: center;
  height: 480px;
  width: 100%;
  background-size: cover;
  color: #525254;
  display: flex;
  align-items: center;
}
.landing-header > * {
  width: 100%;
}
.landing-header .header-content {
  margin-bottom: 10rem;
  font-size: 1rem;
}
.landing-header .header-content .title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #525254;
  font-family: initial;
}
.landing-header .header-content h3 {
  font-weight: bold;
  color: #525254;
  font-family: initial;
  font-size: 2rem;
  margin-top: 35px;
}
.landing-header .header-content h5 {
  color: #525254;
  font-family: initial;
  font-size: 1.5rem;
  margin-top: 20px;
}
.landing-header .header-content b {
  margin-top: 15px;
  display: block;
}
.landing-header .header-content .button-container {
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .landing-header .header-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .landing-header {
    height: auto;
  }
}

.articles {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.articles h3 {
  width: 100%;
  border-bottom: 1px solid #525254;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  padding-bottom: 7px;
  font-weight: bold;
}
.articles .content-articles {
  flex: 1;
}
.articles .content-articles .info {
  display: none;
}
.articles .content-articles .article-row {
  padding: 1rem;
}
.articles .content-articles .article {
  padding: 1rem;
  /*
  @include small {
      max-width: 450px;
      margin: 0 auto;
  }
  */
}
.articles .content-articles .article .content-article-column {
  border-radius: 2px;
  height: 170px;
  background-color: #e2e2e3;
  display: flex;
  position: relative;
  overflow: hidden;
}
.articles .content-articles .article .content-article-column > a {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.articles .content-articles .article .content-article-column > a .img {
  height: 200px;
  display: inline-block;
  width: 50%;
}
.articles .content-articles .article .content-article-column > a .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.articles .content-articles .article .content-article-column > a .event {
  padding: 1rem 10px;
  width: 50%;
}
.articles .content-articles .article .content-article-column > a .event .title {
  border: none;
  color: #525254;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: left;
}
.articles .content-articles .article .content-article-column > a .event .title:after {
  content: "»";
  color: #525254;
  margin-left: 3px;
  font-size: 25px;
  line-height: 0;
}
.articles .content-articles .article .content-article-column > a .event-date {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.articles .content-articles .article .btn-more {
  display: none;
}
.articles .content-articles .article .img {
  height: 200px;
  display: inline-block;
  width: 50%;
}
.articles .content-articles .article .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.articles .content-articles .article .article {
  width: 50%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}
.articles .content-articles .article .article .title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #525254;
}
.articles .content-articles .article .article .title a {
  color: #525254;
}
.articles .content-articles .article .article .title a:after {
  content: "»";
  color: #525254;
  margin-left: 3px;
  font-size: 25px;
  line-height: 0;
}
.articles .content-articles .article .article p.desc {
  margin: 0;
  max-height: 80px;
  overflow: hidden;
  font-size: 1rem;
}
@media screen and (max-width: 74.9375em) {
  .articles .content-articles .article-carousel {
    padding: 0 2rem;
  }
}
.articles .content-articles .article-carousel .owl-stage-outer {
  background: inherit;
  box-shadow: none;
  border: none;
}
.articles .content-articles .article-carousel .owl-item {
  min-height: 200px;
}
.articles .content-articles .article-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
}
.articles .content-articles .article-carousel .owl-nav .owl-prev,
.articles .content-articles .article-carousel .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.articles .content-articles .article-carousel .owl-nav .owl-prev span,
.articles .content-articles .article-carousel .owl-nav .owl-next span {
  font-size: 5rem;
  color: #525254;
}
.articles .content-articles .article-carousel .owl-nav .owl-prev:hover, .articles .content-articles .article-carousel .owl-nav .owl-prev.disabled:hover,
.articles .content-articles .article-carousel .owl-nav .owl-next:hover,
.articles .content-articles .article-carousel .owl-nav .owl-next.disabled:hover {
  background: transparent;
  color: #525254;
}
.articles .content-articles .article-carousel .owl-nav .owl-prev {
  left: -2rem;
}
@media screen and (max-width: 74.9375em) {
  .articles .content-articles .article-carousel .owl-nav .owl-prev {
    left: 0.5rem;
  }
}
.articles .content-articles .article-carousel .owl-nav .owl-next {
  right: -2rem;
}
@media screen and (max-width: 74.9375em) {
  .articles .content-articles .article-carousel .owl-nav .owl-next {
    right: 0.5rem;
  }
}

.signup-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.signup-container button {
  width: 100%;
}
.signup-container .service-card {
  text-align: center;
  background-color: #dd5222;
  color: #fff;
  height: 75px;
  margin-bottom: 20px;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signup-container .service-card:hover {
  transform: scale(1.1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.signup-container .service-card .text h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 39.9375em) {
  .signup-container .service-card .text {
    padding: 0.5rem;
    word-break: break-word;
  }
}

.services {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.services h3 {
  width: 100%;
  border-bottom: 1px solid #525254;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  padding-bottom: 7px;
  font-weight: bold;
}
.services .service-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services .service-container .service-card {
  background-color: #e2e2e3;
  color: #525254;
  height: 155px;
  margin-bottom: 2rem;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services .service-container .service-card:hover {
  transform: scale(1.1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.services .service-container .service-card .icon {
  height: 35%;
  margin-bottom: 15px;
}
.services .service-container .service-card .icon img {
  height: 100%;
}
.services .service-container .service-card .text h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 39.9375em) {
  .services .service-container .service-card .text {
    padding: 0.5rem;
    word-break: break-word;
  }
}

.opinions {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.opinions.expanded {
  align-items: center;
  background-color: #f4c6b6;
  min-height: 200px;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.opinions .opinion-carousel {
  display: flex !important;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .opinions .opinion-carousel {
    padding: 0 2rem;
  }
}
.opinions .opinion-carousel .owl-stage-outer {
  background: transparent;
  box-shadow: unset;
}
.opinions .opinion-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.opinions .opinion-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
}
.opinions .opinion-carousel .owl-stage-outer .owl-stage .opinion-carousel-div {
  flex: 1;
}
.opinions .opinion-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.opinions .opinion-carousel .owl-nav .owl-prev,
.opinions .opinion-carousel .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.opinions .opinion-carousel .owl-nav .owl-prev span,
.opinions .opinion-carousel .owl-nav .owl-next span {
  font-size: 5rem;
  color: #525254;
}
.opinions .opinion-carousel .owl-nav .owl-prev:hover, .opinions .opinion-carousel .owl-nav .owl-prev.disabled:hover,
.opinions .opinion-carousel .owl-nav .owl-next:hover,
.opinions .opinion-carousel .owl-nav .owl-next.disabled:hover {
  background: transparent;
  color: #525254;
}
.opinions .opinion-carousel .owl-nav .owl-prev {
  left: -2rem;
}
@media screen and (max-width: 63.9375em) {
  .opinions .opinion-carousel .owl-nav .owl-prev {
    left: -0.5rem;
  }
}
.opinions .opinion-carousel .owl-nav .owl-next {
  right: -2rem;
}
@media screen and (max-width: 63.9375em) {
  .opinions .opinion-carousel .owl-nav .owl-next {
    right: -0.5rem;
  }
}
.opinions .opinion-carousel .opinion-carousel-div {
  background-color: #fff !important;
  border-radius: 0.25rem !important;
  margin: 0.5rem;
}
.opinions .opinion-carousel .opinion-carousel-div:after {
  display: none !important;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv {
  padding: 0.5rem 0.75rem;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv .opinion-icon {
  text-align: center;
  font-size: 2.5rem;
  padding: 0.25rem 0 1rem 0;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv .opinion-title {
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv .opinion-body {
  font-size: 0.8rem;
  margin-bottom: 2rem;
  text-align: justify;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv .opinion-body p {
  margin: unset;
}
.opinions .opinion-carousel .opinion-carousel-div .opinion-carousel-contentdiv .opinion-author {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  font-size: 0.75rem;
  text-align: right;
  font-style: italic;
}
.opinions h3 {
  width: 100%;
  border-bottom: 1px solid #525254;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
  padding-bottom: 7px;
  font-weight: bold;
}

.subject-selector {
  margin-top: 30px;
}
@media screen and (min-width: 40em) {
  .subject-selector {
    margin-top: -100px;
  }
}
@media screen and (min-width: 64em) {
  .subject-selector {
    margin-top: -200px;
  }
}
.subject-selector .subject-card {
  height: 350px;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.subject-selector .subject-card:hover {
  transform: scale(1.1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.subject-selector .subject-card .subject-image {
  height: 80%;
  margin-bottom: 10px;
}
.subject-selector .subject-card .subject-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.subject-selector .subject-card .subject-title {
  text-align: center;
  color: #fff;
  background-color: #dd5222;
}
.subject-selector .subject-card .subject-title h5 {
  text-transform: uppercase;
}

.kat-banner-img {
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.77), rgba(158, 158, 158, 0.67)), url("/img/header.jpg");
  background-position: center;
  height: 230px;
  width: 100%;
  background-size: cover;
  color: #525254;
  display: flex;
  align-items: center;
}
.kat-banner-img .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #525254;
  font-family: initial;
}

.breadcrumb-container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  width: 100%;
  max-width: unset;
  background-color: #da533c;
}
.breadcrumb-container .breadcrumbs {
  margin: 0 !important;
}
.breadcrumb-container .breadcrumbs a {
  color: #fff;
}

.scroll-top {
  height: 50px;
  position: fixed;
  width: 50px;
  justify-content: center;
  display: flex;
  right: 15px;
  /*margin-left: -25px;*/
  align-items: center;
  padding: 0;
  border-radius: 50%;
  color: black;
  opacity: 0.25;
  background-color: #ffffff;
  bottom: 15px;
  font-size: 60px;
  cursor: pointer;
  z-index: 800;
}
.scroll-top:hover {
  opacity: 0.5;
}

.footer {
  background: rgb(249, 247, 238);
  background: linear-gradient(0deg, rgb(249, 247, 238) 0%, rgb(238, 237, 228) 70%, rgb(237, 236, 227) 78%, rgb(234, 233, 224) 83%, rgb(216, 215, 208) 89%, rgb(209, 208, 202) 91%, rgb(189, 188, 184) 95%, rgb(148, 149, 147) 98%);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .menu {
  width: 100%;
  justify-content: space-between;
}
.footer .menu a {
  color: #525254;
}
@media screen and (max-width: 39.9375em) {
  .footer .menu {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer {
    height: auto;
    padding: 1rem;
  }
}

.exercise-category-editor.dialog__content {
  background-color: #f2f2f2;
  color: #fff;
}
.exercise-category-editor .dialog__actions {
  border: none;
}
.exercise-category-editor .column,
.exercise-category-editor .columns {
  padding: 0;
}
.exercise-category-editor .selected-category input,
.exercise-category-editor .selected-category input:disabled {
  background-color: #fff;
}
.exercise-category-editor .button.small i {
  height: 0.75rem;
  width: inherit;
  margin: 0 0.5rem 0 0;
}
.exercise-category-editor .button.small i.peg-icon {
  margin-top: -0.25rem;
}
.exercise-category-editor .tree-content-container {
  background-color: #fff;
  color: #000;
  border-radius: 0.5rem;
  overflow-y: scroll;
  padding: 0 0.25rem;
  border: 1px solid gray;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher {
  vertical-align: middle !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 18px !important;
  height: 18px !important;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_open, .exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_close {
  margin-right: 0.25rem;
  color: #483B32 !important;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_open {
  background-image: none;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_open::before {
  content: "⮟";
  font-size: 20px;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_close {
  background-image: none;
}
.exercise-category-editor .rc-tree li span.rc-tree-switcher.rc-tree-switcher_close::before {
  content: "⮞";
  font-size: 20px;
}
.exercise-category-editor .rc-tree li span.rc-tree-iconEle.rc-tree-icon__customize {
  margin-right: 0.25rem !important;
  vertical-align: baseline !important;
}
.exercise-category-editor .rc-tree li span.rc-tree-iconEle.rc-tree-icon__customize img {
  vertical-align: baseline !important;
}

.bookselector-page {
  margin-top: 30px;
}
.bookselector-page .book-card {
  height: 450px;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
  margin-bottom: 20px;
}
@media screen and (max-width: 63.9375em) {
  .bookselector-page .book-card {
    height: auto;
  }
}
@media screen and (min-width: 40em) {
  .bookselector-page .book-card:hover {
    transform: scale(1.1);
    transition: 200ms;
    -webkit-transition: 200ms;
  }
}
.bookselector-page .book-card .book-image {
  height: 80%;
  margin-bottom: 10px;
}
.bookselector-page .book-card .book-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bookselector-page .book-card .book-title {
  text-align: center;
  color: #fff;
  background-color: #dd5222;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.bookselector-page .book-card .book-title h5 {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
}

.section-collection-menu {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 799;
  transition: 0.3s opacity;
  margin: 5px;
  border: 1px solid #555;
  transform: translateX(100%);
}
.section-collection-menu.collection-menu {
  z-index: 25;
}
.section-collection-menu button {
  color: #555;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 30px;
  width: 30px;
}

/*----*/
.search-page .title {
  position: relative;
  max-width: 1170px;
  background-color: #483B32;
  margin: 1rem auto;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: "SourceSansProExtraLight", "GILLSANSMTProLight", sans-serif;
}
.search-page .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100px;
  left: 0.5rem;
  border-bottom: 2px solid #483B32;
}

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  justify-content: center;
}
.buttons-row > div {
  width: 100% !important;
}
.buttons-row > div > div {
  display: flex;
  justify-content: center;
}

.back-glow {
  display: none;
}

.eke-search__title {
  font-family: "BloggerSansBold";
}

.eke-search-field {
  position: relative;
  padding: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}
.eke-search-field:focus-within {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.eke-media-searchfield {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}

.eke-search__input {
  border: 0px solid lightgray;
  background-color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.eke-search__input .input-field {
  width: 100%;
}
.input-group > .eke-search__input:first-child {
  border-radius: 0;
}
.eke-search__input ul {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10000;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.eke-search__input ul:empty {
  display: none;
}
.eke-search__input ul li {
  padding: 0 0.5rem;
  color: #525254;
}
.eke-search__input input {
  border-color: lightgray;
  border-width: 0px 0px 0px 0px;
  border-style: 1px;
  box-shadow: unset;
  height: 50px;
  margin: 0;
  transition: none;
  border-radius: 0;
}
.eke-search__input input:focus {
  border-color: lightgray;
  box-shadow: unset;
  border-width: 0px 0px 0px 0px;
  transition: none;
}
.eke-search__input .search-setting {
  padding: 0 1rem;
}
.eke-search__input .search-setting button {
  cursor: pointer;
  opacity: 0.25;
}
.eke-search__input .search-setting button.active {
  opacity: 1;
  text-shadow: 0 0 2px #2F77A6;
}
.eke-search__input .search-setting .switch-input {
  visibility: hidden;
  height: 0;
  width: 0;
}

.eke-media-searchfield {
  padding-right: 0 !important;
}

.eke-media-search__input {
  border: 0px solid lightgray;
  border-radius: 3px 0px 0px 3px;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0 0.3rem;
  outline: none;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.eke-mediabutton {
  margin: 0 0 0 0 !important;
}

.button-group.eke-search__button {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 50px;
  background-color: #fff;
}
.button-group.eke-search__button .button {
  border-radius: 3px;
  outline: none;
  background-color: #da533c;
  margin: 5px;
}
.button-group.eke-search__button .dropdown-pane {
  width: auto;
  padding: 0;
}
.button-group.eke-search__button:last-child {
  border-radius: 0;
}

.eke-search__button {
  margin: 0;
  outline: none;
}

.search-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.search-filters select {
  display: inline;
  margin-right: 5px;
  border-color: #483B32;
  width: auto;
}
@media screen and (max-width: 39.9375em) {
  .search-filters select {
    width: 100%;
  }
}
.search-filters select:focus {
  color: #fff !important;
  background-color: #2bb472 !important;
}
.search-filters select:focus option {
  background-color: #fff;
  color: #000;
}
.search-filters select:active {
  background-color: #fff;
  color: #000;
}

.search-result-list h2 {
  font-size: 1rem;
}

.eke-searchresult {
  padding: 1rem 0;
}
.eke-searchresult h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 0;
}
.eke-searchresult em {
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__title {
  color: black;
  font-weight: bold;
}
.eke-searchresult .eke-searchresult__text {
  color: black;
  display: block;
  overflow: hidden;
  max-height: 3em;
  line-height: 1.5em;
}
.eke-searchresult .eke-searchresult__text p {
  margin-bottom: 0;
}
.eke-searchresult .eke-searchresult__teaser {
  font-size: 0.8em;
}
.eke-searchresult .search-item {
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: top;
}
.eke-searchresult .search-item a img {
  margin: 0 auto 0.5rem;
  height: 150px;
  display: block;
}

.eke-search__filter-button {
  color: white;
  outline: none;
}
.eke-search__filter-button.primary.active {
  background-color: #483B32 !important;
  color: #fff !important;
}
.eke-search__filter-button.primary.active i {
  color: #fff;
}
.eke-search__filter-button.secondary.active, .eke-search__filter-button.secondary:active, .eke-search__filter-button.secondary:focus {
  background-color: #735e50 !important;
  color: #fff !important;
}
.eke-search__filter-button.secondary.active i, .eke-search__filter-button.secondary:active i, .eke-search__filter-button.secondary:focus i {
  color: #fff;
}
.eke-search__filter-button i {
  color: #483B32;
}
.eke-search__filter-button > img {
  height: 1.9rem;
}

.eke-detailed-search div {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

.eke-search-NoresultUli {
  font-weight: normal;
  font-size: 1rem;
}

.test-search-header {
  background-color: lightblue;
  color: darkslategray;
  text-align: center;
  font-size: large;
  font-weight: bold;
}

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.checkbox .checkmark:after {
  content: "";
  display: none;
  margin-top: -3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox:hover input ~ .checkmark {
  background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
  background-color: #483B32;
  /* Show the checkmark when checked */
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.small-size {
  font-size: small;
}

.synonym-list {
  margin: 0;
}
.synonym-list .synonym {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  background-color: #eee;
  list-style-type: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
}
.synonym-list .synonym:hover {
  background-color: #fafafa;
}
.synonym-list .synonym a {
  color: #777;
  font-weight: bold;
}
.synonym-list .synonym-parent {
  background-color: #cfc;
}

.form-info {
  background-color: #eee;
  border: 1px solid #dedede;
  border-radius: 0.5625rem;
  margin: 0 0 1rem;
  padding: 0.5625rem;
  display: inline-block;
}

.external-radio {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  display: inline-block;
}

.class-room-container {
  position: relative;
  max-width: 1170px;
  margin: auto;
}
.class-room-container .class-room-title {
  padding: 1rem;
  position: absolute;
  top: -50px;
  background-color: #da533c;
  border-radius: 5px 5px 0px 0px;
  padding: 0.7rem 1rem;
  color: #fff;
  font-weight: bold;
}
.class-room-container .classroom-groups > .column {
  margin-bottom: 1rem;
}
.class-room-container .classroom-groups .classroom-group {
  position: relative;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0rem;
  min-height: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.class-room-container .classroom-groups .classroom-group .classroom-menu {
  color: #fff;
  top: 8px;
}
.class-room-container .classroom-groups .classroom-group .group-name {
  background-color: #da533c;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.class-room-container .classroom-groups .classroom-group .group-name a {
  color: #fff;
}
.class-room-container .classroom-groups .classroom-group .institute {
  font-weight: bold;
}
.class-room-container .classroom-groups .classroom-group .group-data {
  padding: 0 1rem;
}
.class-room-container .classroom-groups .classroom-group .group-bottom {
  background-color: #846D5C;
  padding: 0.5rem 1rem;
  color: #fff;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .button:not(.alert) {
  background-color: #483B32;
}
.class-room-container .full-result-list p {
  margin: 0;
}
.class-room-container .full-result-list button {
  display: flex;
  align-items: center;
}
.class-room-container .full-result-list .detailed-container .detailed-row {
  display: flex;
}
.class-room-container .full-result-list .detailed-container .detailed-row > div {
  width: 20%;
}

.prize-settings-page .filters .flex-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prize-settings-page .filters .flex-container input[type=text] {
  min-width: 320px;
  margin: 0;
}
.prize-settings-page .filters .cb-container {
  display: flex;
  align-items: center;
}
.prize-settings-page .filters .cb-container input {
  margin: 0;
}
.prize-settings-page .filters .button {
  margin-bottom: 0;
  margin-top: 15px;
}
.prize-settings-page .accordion-title {
  background-color: #a79f9a;
  border-radius: 5px 5px 0 0 !important;
  padding: 10px 20px;
}
.prize-settings-page .accordion-content {
  padding: 0;
}
.prize-settings-page .user-row {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 10px;
}
.prize-settings-page .user-row .user-prize-row {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f5f5f5;
}
.prize-settings-page .user-row .user-prize-row .prize-row:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.prize-settings-page .user-row .user-prize-row .prize-row {
  display: flex;
  flex-direction: row;
}
.prize-settings-page .user-row .user-prize-row .prize-row .data {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prize-settings-page .user-row .user-prize-row .prize-row .data p {
  color: #444444;
  margin: 0;
}
.prize-settings-page .user-row .user-prize-row .prize-row .data label {
  cursor: pointer;
}
.prize-settings-page .user-row .user-prize-row .prize-row .data label input {
  margin-right: 15px;
  margin-bottom: 0;
}
.prize-settings-page .user-row .user-prize-row .prize-row .badge-set-container {
  width: 70%;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  display: flex;
  max-height: 80px;
  padding: 10px;
  margin-bottom: 0;
}
.prize-settings-page .user-row .user-prize-row .prize-row .badge-set-container .badge {
  width: 60px;
  height: 60px;
}
.prize-settings-page .user-row .user-prize-row .prize-row .badge-set-container .badge:not(:last-child) {
  margin-right: 10px;
}
.prize-settings-page .prize-list {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
.prize-settings-page .prize-list .prize:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.prize-settings-page .prize-list .prize {
  display: flex;
  flex-direction: row;
}
.prize-settings-page .prize-list .prize .data {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prize-settings-page .prize-list .prize .data p {
  color: #444444;
  margin: 0;
}
.prize-settings-page .prize-list .prize .data label {
  cursor: pointer;
}
.prize-settings-page .prize-list .prize .data label input {
  margin-right: 15px;
  margin-bottom: 0;
}
.prize-settings-page .prize-list .prize .badge-set-container {
  width: 70%;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  display: flex;
  max-height: 80px;
  padding: 10px;
  margin-bottom: 0;
}
.prize-settings-page .prize-list .prize .badge-set-container .badge {
  width: 60px;
  height: 60px;
}
.prize-settings-page .prize-list .prize .badge-set-container .badge:not(:last-child) {
  margin-right: 10px;
}

.prize-mode {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
}

button.del {
  color: red;
  background: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gamification-data-page h5 {
  font-weight: bold;
}
.gamification-data-page .react-tabs .badge-set-container {
  margin-left: auto;
  margin-right: auto;
}
.gamification-data-page .react-tabs .badge-set-container .badge-set {
  position: relative;
  width: fit-content;
}
.gamification-data-page .react-tabs .badge-set-container .badge-set button {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
}
.gamification-data-page .react-tabs .badge-set-container .badge-set .badge {
  max-width: 50px;
  max-height: 50px;
}
.gamification-data-page .react-tabs .badge-set-container .badge-set .badge img {
  min-width: 50px;
}
.gamification-data-page .rules .or {
  margin-bottom: 20px;
  background-color: #745e51;
  border: 1px solid #bdbdbd;
  color: #fff;
  border-radius: 2px;
  width: fit-content;
  padding: 6px;
}
.gamification-data-page .rules .container {
  position: relative;
}
.gamification-data-page .rules .rule-row {
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  gap: 10px;
  background-color: #dddddd;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.gamification-data-page .rules .rule-row .button.exchange {
  margin-bottom: 0;
}
.gamification-data-page .rules .rule-row .rule {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap {
  position: relative;
  margin-right: 10px;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap .rule-delete {
  position: absolute;
  right: -10px;
  top: -5px;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap .rule-delete button {
  color: red;
  background: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap .file-upload {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 85px;
  width: 85px;
  font-size: 25px;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 2px #333333;
  display: none;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap:hover .file-upload {
  display: flex;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap.empty {
  border: 1px solid #353535;
  border-radius: 50%;
}
.gamification-data-page .rules .rule-row .rule .badge-wrap.empty .file-upload {
  display: flex;
}
.gamification-data-page .rules .rule-row .rule .badge {
  height: 50px;
  width: 50px;
  display: flex;
  padding: 0;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
.gamification-data-page .rules .rule-row .rule .badge img {
  object-fit: cover;
  min-width: 50px;
}
.gamification-data-page .rules .rule-row .rule > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gamification-data-page .rules .rule-row .rule:after {
  content: " + ";
  font-size: 25px;
  font-size: 25px;
  background-color: #745e51;
  border: 1px solid #bdbdbd;
  color: #fff;
  border-radius: 2px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.gamification-data-page .rules .rule-row .rule:last-of-type:after {
  content: "";
  display: none;
}
.gamification-data-page .rules .rule-row .rule input[type=number] {
  width: 65px;
  margin-bottom: 0;
}
.gamification-data-page .rules .rule-row button {
  margin-bottom: 0;
}
.gamification-data-page .rules .rule-row .rule-row-delete {
  position: absolute;
  right: -10px;
  top: -5px;
}
.gamification-data-page .rules .rule-row .rule-row-delete button {
  color: red;
  background: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gamification-data-page .prizes {
  padding-bottom: 30px;
}
.gamification-data-page .prizes h5 {
  margin-bottom: 10px;
}
.gamification-data-page .prizes p {
  font-weight: bold;
}
.gamification-data-page .result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gamification-data-page .result-row .challenge-title {
  min-width: 25%;
  max-width: 25%;
}
.gamification-data-page .result-row .points-gained {
  min-width: 25%;
  max-width: 25%;
}
.gamification-data-page .result-row .success-percent {
  min-width: 25%;
  max-width: 25%;
}
.gamification-data-page .result-row .badge-set-container {
  display: flex;
  justify-content: center;
  min-width: 25%;
  max-width: 25%;
  margin: 0;
}
.gamification-data-page .result-row .badge-set-container .badge-set {
  min-width: 25%;
  max-width: 25%;
  justify-content: center;
}
.gamification-data-page .result-row .badge-set-container .badge-set .badge {
  max-width: 50px;
  max-height: 50px;
}
.gamification-data-page .result-row.compare {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #cbcbcb;
}
.gamification-data-page .result-row.compare .own-result {
  font-weight: 600;
}
.gamification-data-page .result-row.compare .name {
  min-width: 18%;
  max-width: 18%;
}
.gamification-data-page .result-row.compare .challenge-title {
  min-width: 18%;
  max-width: 18%;
}
.gamification-data-page .result-row.compare .points-gained {
  min-width: 18%;
  max-width: 18%;
}
.gamification-data-page .result-row.compare .success-percent {
  min-width: 18%;
  max-width: 18%;
}
.gamification-data-page .result-row.compare .badge-set-container {
  min-width: 10%;
  max-width: 10%;
}
.gamification-data-page .result-row:not(:first-child) {
  margin-top: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #fff;
}

.compare-filter {
  display: flex;
  justify-content: space-between;
}
.compare-filter div {
  margin-top: 15px;
  max-width: 45%;
  width: 45%;
}
.compare-filter div p {
  margin-bottom: 5px;
  color: #846d5c;
  font-weight: 600;
}

.react-tabs__tab-panel {
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 15px;
}

.react-tabs .react-tabs__tab-list {
  border-bottom: 5px solid #846d5c;
  margin: 0;
}
.react-tabs .react-tabs__tab-list .react-tabs__tab {
  background-color: #beb1a9;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 20px 0 0;
}
.react-tabs .react-tabs__tab-list .react-tabs__tab--selected {
  background-color: #846d5c;
}

.exchange-dialog .gained-prize {
  padding: 50px 70px;
  color: #fff;
  font-size: 2rem;
  background-color: #745e51;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin-top: 75px;
  text-align: center;
}
.exchange-dialog button:not(.dialog__close) {
  bottom: 10px;
  margin-top: 20px;
}

.eke-video-mainVideoComponent {
  padding-top: 1rem;
}

.eke-video-mainVideoComponent .eke-video-details {
  margin-bottom: 1rem;
}

.eke-video-mainVideoComponent .like-block {
  float: right;
  margin-bottom: 0.5rem;
}

.eke-video-componentwrapper {
  padding-top: 15px;
  margin-left: 250px !important;
}

.mainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 1%;
}

.emptymainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 10%;
}

.eke-video-nextTitle {
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  font-size: 1.15rem;
}

.eke-video-resultTitle {
  white-space: nowrap;
  color: #000;
  font-style: oblique;
  font-size: 1.25rem;
  padding-top: 1%;
}

.eke-video-horizontalVideoDiv {
  display: inherit;
  position: relative;
  text-align: center;
  padding-bottom: 2%;
}

.eke-video-horizontalVideoDiv img {
  height: 120px;
  width: 200px;
  position: relative;
  float: left;
}

.eke-video-verticalVideoDiv {
  /*
    display: flex;
    text-align: center;
    min-width: 200px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  */
}
.eke-video-verticalVideoDiv .img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  /*
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  */
}
.eke-video-verticalVideoDiv .img-wrapper:before {
  content: "";
  padding-bottom: 56.25%;
  display: inline-block;
}
.eke-video-verticalVideoDiv img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  &.icon {
      padding: 1rem;
  }
  */
}

.eke-video-verticalDuration {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  background: #282828;
  padding: 0 5px;
}

.eke-video-offerDuration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}

.eke-video-horizontalDuration {
  position: absolute;
  right: 5px;
  top: 215px;
  color: #fff;
  background: #282828;
}

.eke-video-horizontalTitle {
  white-space: nowrap;
  color: #000;
  position: absolute;
  right: 62px;
  overflow: visible;
  top: 150px;
}

.eke-video-verticalInformationTitle {
  white-space: nowrap;
  color: #000 !important;
  position: relative;
  margin-top: 15%;
  bottom: 50rem;
  padding-bottom: 15;
}

.eke-video-rightSideSecondComponent {
  margin-left: 50%;
  display: inline-block;
  max-width: 110rem;
  margin-bottom: 4%;
  padding-right: 30px;
  width: 100%;
}

.eke-video-block {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
}

.eke-video-list {
  margin-bottom: 2rem;
}
.eke-video-list .column {
  margin-bottom: 1rem;
}

.eke-video-container {
  min-height: 100%;
  background: #ffffff;
  /*
  display: flex;
  flex-direction: column;
  */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: 100%;
  flex-direction: column;
}
.eke-video-container:hover .eke-video-thumb:after {
  display: flex;
}
.eke-video-container a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-video-container .eke-video-verticalVideoDiv {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-video-container .eke-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-video-container .eke-video-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-video-container .eke-video-details {
  display: block;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-video-container .eke-video-details span {
  display: block;
}
.eke-video-container .eke-video-details a {
  color: #000000;
}
.eke-video-container .eke-video-details a:hover {
  color: #258faf;
}
.eke-video-container .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}

.eke-video-fixedThumbContainer {
  width: 200px;
  margin-right: 5px;
  /* z-index: -1000;  */
}

.eke-video-boldtitle {
  color: #000;
  display: block;
  max-height: 2.5rem;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.eke-video-title {
  white-space: nowrap;
  /* color:#000; */
  display: -webkit-box;
  max-height: 3rem;
  box-orient: vertical !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* font-size: 1rem; */
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0a0a0a;
}

.eke-video-resultTitlesearch {
  margin-left: 10%;
  margin-right: 50%;
}

.menucomponent {
  width: 100%;
}

.eke-video-leftmenubar {
  width: 100%;
  background: #203138;
}

.eke-video-leftmenubar ul {
  list-style-type: none !important;
  margin: 0;
}

.eke-video-leftmenubar a i {
  margin-right: 5px;
  margin-left: 16px;
  display: inline;
}

.eke-video-leftmenubar li :hover {
  background-color: #eee;
  color: #333;
}

.eke-video-leftmenubar li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.eke-video-videoplayer-graytitle {
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.eke-video-graytitle {
  color: gray;
}

.eke-video .eke-video-rightvideoContainer {
  margin-left: 236px;
}

.eke-video-link {
  color: #382d25;
  font-size: 1.2rem;
  font-weight: bold;
}

.eke-video-linktoBook a {
  color: #000;
}

.eke-video-linktoBook a:hover {
  color: #483B32;
}

.eke-video-tooltip {
  position: relative;
  display: inline-block;
}

.eke-video-tooltip .eke-video-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #483B32;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: -2.75em;
  /* margin-left: 20rem; */
  right: 33%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.eke-video-tooltip .eke-video-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  margin-left: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #483B32 transparent transparent transparent;
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eke-video-tooltip:hover .eke-video-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.eke-video-noresultWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
}

.eke-video-noresultContainer {
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.eke-offers {
  margin-top: 3.5rem;
}

.eke-offers .video-offer {
  margin-bottom: 0.5rem;
}

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}

.back-glow.gray {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #eaeaeb));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2;
}

.eke-video-rightvideoContainer .video-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  border-top: 1px solid #999;
  padding: 1rem 0;
}

.eke-video-rightvideoContainer .video-block-list {
  display: flex;
  flex-wrap: wrap;
}

.eke-video-rightvideoContainer .video-block-list .video-block {
  max-width: 200px;
  padding: 0 0.5rem 1rem 0.5rem;
}

.eke-video-more {
  text-align: center;
}

@media (max-width: 64em) {
  .eke-video {
    margin-top: 48px;
    /*104px;*/
  }
}
@media (max-width: 40em) {
  /* #eke-app
  {
      padding-top: 46px;
  } */
  .eke-video {
    margin-top: 48px;
  }
  .eke-video-offerDuration {
    bottom: 0;
    top: unset;
  }
  .eke-video-fixedThumbContainer {
    width: 100%;
  }
  .eke-video-vertical-video-div .img-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .eke-video-vertical-video-div img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 24em) {
  .eke-video-vertical-video-div {
    width: 100%;
  }
}
.eke-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.eke-image-list > * {
  /* margin: 0 0 1.875rem 1.875rem; */
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1rem;
  width: calc(50% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .eke-image-list > * {
    width: unset;
  }
}

.eke-image-more {
  width: 100%;
  margin: 0;
  text-align: center;
}

.eke-extended-list .eke-media-container {
  max-width: none;
}
.eke-extended-list .eke-media-offer .img-wrapper {
  max-width: none;
}
.eke-extended-list .eke-media-offer img {
  height: 200px;
}

.eke-media-container {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}

.eke-media-search-result-pagination {
  display: flex;
  flex-direction: column;
}

/* Eke Media page */
.eke-media {
  position: relative;
}
.eke-media:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e9eaea url(../img/LANDING/media_bg.png) repeat-y center center/100%;
  opacity: 0.3;
  z-index: -1;
}
.eke-media .button.primary.hollow {
  background: #ffffff;
}
.eke-media .eke-media-leftmenubar {
  background: #483B32;
  position: fixed;
  top: 77px;
}
.eke-media .eke-media-leftmenubar h4 .text {
  color: #fff;
}
.eke-media .eke-media-leftmenubar ul {
  list-style-type: none !important;
  margin: 0;
}
.eke-media .eke-media-leftmenubar li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.eke-media .eke-media-leftmenubar a {
  color: #fff;
  line-height: 1rem;
  display: block;
  padding: 1em 0;
}
.eke-media .eke-media-leftmenubar a .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.eke-media .eke-media-leftmenubar a i {
  margin-right: 5px;
  margin-left: 16px;
  display: inline;
}
.eke-media .eke-media-rightcontainer {
  margin-left: 60px;
}
@media (min-width: 74em) {
  .eke-media .eke-media-rightcontainer {
    margin-left: unset;
  }
}
.eke-media .eke-media-offers-title {
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "BloggerSans", "OpenSans", sans-serif;
}
.eke-media .eke-media-offers {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -20px;
  padding-bottom: calc(3rem - 20px);
}
.eke-media .eke-media-offers .eke-media-more {
  width: 100%;
  text-align: center;
}
.eke-media .eke-media-offers[data-media-type=image] {
  justify-content: space-between;
}
.eke-media .eke-media-offers[data-media-type=image] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(50% - 20px);
}
@media (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] > * {
    width: unset;
  }
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer {
  position: relative;
  font-size: 0.9em;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer:hover img {
  transform: scale(1.02);
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer:hover .eke-media-details {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-thumb .img-wrapper img {
  width: auto;
  height: 113px;
  transition: transform 200ms;
  object-fit: contain !important;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-link {
  color: #0a0a0a;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .img-wrapper {
  overflow: hidden;
  max-width: 339px;
  min-width: 113px;
  min-height: 113px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  margin: 0 auto;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
  font-size: 0.9em;
  background-color: #eee;
}
@media print, screen and (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-details {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    min-width: 100%;
    text-align: left;
    background: rgba(10, 10, 10, 0.8);
    color: #ffffff;
    transform: translateX(-50%);
    /*
    span {
        display: block;
    }
    */
  }
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-name {
  word-break: break-all;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  margin: auto -0.6rem -0.6rem -0.6rem;
  padding: 0 0.6rem;
  color: #ffffff;
  font-size: 0.9em;
  background: #203138;
}
@media print, screen and (min-width: 40em) {
  .eke-media .eke-media-offers[data-media-type=image] .eke-media-offer .eke-media-stat {
    background: none;
  }
}
.eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=video] > *, .eke-media .eke-media-offers[data-media-type="3d"] > *, .eke-media .eke-media-offers[data-media-type=interactive_exercise] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer:hover .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer:hover .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-link, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-link, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb:after, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper:before, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper:before, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .img-wrapper img, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .img-wrapper img, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .eke-media-duration, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .eke-media-duration, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-thumb .icon, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-thumb .icon, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details a, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details a, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-details a:hover, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-details a:hover, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-description, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-description, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=video] .eke-media-offer .eke-media-stat, .eke-media .eke-media-offers[data-media-type="3d"] .eke-media-offer .eke-media-stat, .eke-media .eke-media-offers[data-media-type=interactive_exercise] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=audio] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=audio] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=audio] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer:hover .eke-media-thumb .bar {
  animation-play-state: unset;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb:after {
  content: "";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb .bar {
  animation-play-state: paused;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
  overflow-wrap: break-word;
}
.eke-media .eke-media-offers[data-media-type=audio] .eke-media-offer .eke-media-stat {
  display: flex;
  margin: auto -0.6rem -0.6rem -0.6rem;
  justify-content: space-between;
  padding: 0 0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=map] > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 24em) {
  .eke-media .eke-media-offers[data-media-type=map] > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 44em) {
  .eke-media .eke-media-offers[data-media-type=map] > * {
    width: calc(25% - 20px);
  }
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details a {
  color: #000000;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-details a:hover {
  color: #258faf;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-name,
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-description {
  margin-bottom: 2px;
}
.eke-media .eke-media-offers[data-media-type=map] .eke-media-offer .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media .eke-media-tooltip {
  position: relative;
  display: inline-block;
}
.eke-media .eke-media-tooltip:empty {
  display: none;
}
.eke-media .eke-media-tooltip .eke-media-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #2bb473;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: -2.75em;
  right: 33%;
  opacity: 0;
  transition: opacity 0.3s;
}
.eke-media .eke-media-tooltip .eke-media-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #2bb473 transparent transparent transparent;
  transform: translateX(12px);
  transform: rotate(180deg);
}
.eke-media .eke-media-tooltip:hover .eke-media-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.eke-media .eke-media-single {
  position: relative;
  margin-bottom: 50px;
  margin-top: 1rem;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 64em) {
  .eke-media .eke-media-single {
    margin-right: 40px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 74em) {
  .eke-media .eke-media-single {
    margin-left: 60px;
  }
}
.eke-media .eke-media-single .eke-media-viewer {
  text-align: center;
}
.eke-media .eke-media-single .eke-media-viewer > * {
  margin-bottom: 0;
}
.eke-media .eke-media-single .eke-media-viewer .audio-container {
  margin: 0;
  border-radius: 0;
}
.eke-media .eke-media-single .eke-media-viewer .widescreen {
  background: #020000;
  margin-bottom: 0;
}
.eke-media .eke-media-single .eke-media-viewer .widescreen > img {
  min-height: 200px;
  background: white;
}
.eke-media .eke-media-single .eke-media-details {
  padding: 0.6rem;
}
.eke-media .eke-media-single .eke-media-title {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0a0a0a;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  text-align: left;
}
.eke-media .eke-media-single .eke-media-socials {
  text-align: right;
  position: absolute;
  top: 33%;
  right: 0;
  z-index: 11;
}
.eke-media .eke-media-single .eke-media-socials .like-block {
  flex-direction: column;
  display: flex;
}
.eke-media .eke-media-single .eke-media-socials .like-block > span {
  display: contents;
}
.eke-media .eke-media-single .eke-media-socials .like-block {
  display: inline-flex;
  border-radius: 0;
  border-bottom-left-radius: 15px;
}
@media (max-width: 40em) {
  .eke-media .eke-media-single .eke-media-socials .like-block .button-title {
    display: none;
  }
}
.eke-media .eke-media-single .eke-media-socials .usr-like {
  opacity: unset;
  color: #ffffff;
  font-size: 12pt;
  cursor: pointer;
  vertical-align: top;
}
.eke-media .eke-media-single .eke-media-socials .usr-like:hover {
  opacity: unset;
}
.eke-media .eke-media-single .eke-media-socials .usr-like.like {
  height: 30px;
  width: 38px;
  margin: 0;
  z-index: 20;
  background: url("/img/kontener_ikonok/like.png") no-repeat center center/cover;
}
.eke-media .eke-media-single .eke-media-socials .usr-like.favourite {
  margin: 0;
  z-index: 10;
  height: 30px;
  width: 38px;
  background: url("/img/kontener_ikonok/kedvencek.png") no-repeat center center/cover;
}
.eke-media .eke-media-single .eke-media-socials .usr-like span {
  vertical-align: middle;
  display: none;
}
.eke-media .eke-media-single .eke-media-socials .usr-like i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16pt;
  display: none;
}
.eke-media .eke-media-single .eke-media-socials .usr-like.favourite:hover,
.eke-media .eke-media-single .eke-media-socials .usr-like-activated.favourite {
  background: url("/img/kontener_ikonok/kedvencek_active.png") no-repeat center center/cover;
}
.eke-media .eke-media-single .eke-media-socials .usr-like.like:hover,
.eke-media .eke-media-single .eke-media-socials .usr-like-activated.like {
  background: url("/img/kontener_ikonok/like_active.png") no-repeat center center/cover;
}
.eke-media .eke-media-single .eke-media-socials .collection-menu button {
  height: 30px;
  width: 38px;
  z-index: 10;
  margin: 0;
  background: url("/img/kontener_ikonok/mentes.png") no-repeat center center/cover;
}
.eke-media .eke-media-single .eke-media-socials .collection-menu button i {
  display: none;
}

.eke-media-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -20px;
  padding-bottom: calc(3rem - 20px);
}
.eke-media-blocks > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 44em) {
  .eke-media-blocks > * {
    width: calc(50% - 20px);
  }
}
@media (min-width: 64em) {
  .eke-media-blocks > * {
    width: calc(25% - 20px);
  }
}

/* Media block */
.eke-media-block {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.eke-media-block:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media-block .eke-media-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.eke-media-block .eke-media-link:focus-visible {
  border: 2px solid black;
}
.eke-media-block .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media-block .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media-block .eke-media-thumb .img-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.eke-media-block .eke-media-thumb .img-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.eke-media-block .eke-media-thumb .img-wrapper img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.eke-media-block .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media-block .eke-media-thumb .icon {
  max-width: 4rem;
}
.eke-media-block .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media-block .eke-media-details a {
  color: #000000;
}
.eke-media-block .eke-media-details a:hover {
  color: #258faf;
}
.eke-media-block .eke-media-name,
.eke-media-block .eke-media-description {
  margin-bottom: 2px;
}
.eke-media-block .eke-media-social {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}
.eke-media-block .eke-media-social button {
  color: inherit;
}

/* Extra css for media landing page */
.eke-media-single-similars {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .eke-media-single-similars {
    margin-top: 1rem;
  }
}
.eke-media-single-similars > * {
  margin: 0 0 20px 20px;
  transition: all 300ms;
  width: calc(100% - 20px);
}
@media (min-width: 40em) {
  .eke-media-single-similars > * {
    width: calc(50% - 20px);
  }
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar {
  position: relative;
  font-size: 0.9em;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar:hover img {
  transform: scale(1.02);
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar:hover .eke-media-details {
  display: flex;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-thumb .img-wrapper img {
  width: auto;
  height: 113px;
  transition: transform 200ms;
  object-fit: contain !important;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-link {
  color: #0a0a0a;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .img-wrapper {
  display: block;
  overflow: hidden;
  max-width: 339px;
  min-height: 113px;
  text-align: center;
  background: rgba(0, 0, 0, 0.01);
  margin: 0 auto;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-details {
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
  font-size: 0.9em;
  background-color: #eee;
}
@media print, screen and (min-width: 40em) {
  .eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-details {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    min-width: 100%;
    text-align: left;
    background: rgba(10, 10, 10, 0.8);
    color: #ffffff;
    transform: translateX(-50%);
    /*
    span {
        display: block;
    }
    */
  }
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-name,
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-subject,
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-grade {
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-stat {
  display: flex;
  justify-content: space-between;
  margin: auto -0.6rem -0.6rem -0.6rem;
  padding: 0 0.6rem;
  color: #ffffff;
  font-size: 0.9em;
  background: #203138;
}
@media print, screen and (min-width: 40em) {
  .eke-media-single-similars[data-media-type=image] .eke-media-single-similar .eke-media-stat {
    background: none;
  }
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-link, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-link {
  color: #0a0a0a;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar:hover .eke-media-thumb:after, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar:hover .eke-media-thumb:after {
  display: flex;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb:after, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb:after {
  content: "►";
  position: absolute;
  z-index: 11;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 40px;
  padding-left: 7px;
  color: #fff;
  transform: scaleX(0.8);
  left: -50%;
  top: 0;
  right: -50%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .img-wrapper, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .img-wrapper:before, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .img-wrapper:before {
  content: "";
  padding-bottom: 56.25%;
  display: inline-block;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb img, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-thumb .eke-media-duration, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-thumb .eke-media-duration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.6rem;
  font-size: 0.9em;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-link, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-link {
  color: #000000;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-link:hover, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-link:hover {
  color: #258faf;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-name, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-name {
  font-weight: bold;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-subject, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-subject {
  font-size: 0.9em;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-details .eke-media-grade, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-details .eke-media-grade {
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 2px;
}
.eke-media-single-similars[data-media-type=video] .eke-media-single-similar .eke-media-stat, .eke-media-single-similars[data-media-type=sound] .eke-media-single-similar .eke-media-stat {
  display: flex;
  justify-content: space-between;
  padding: 0 0.6rem;
  margin: auto -0.6rem -0.6rem -0.6rem;
  background: #203138;
  color: #ffffff;
  font-size: 0.9em;
}

.equalizer {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  width: 90px;
  height: 60px;
  margin-left: -1px;
}
@keyframes bar {
  0% {
    opacity: 0.35;
    height: 10%;
  }
  100% {
    opacity: 1;
    height: 90%;
  }
}
.equalizer .bar {
  background: #2BB472;
  flex: 1;
  animation: bar 0ms -800ms linear infinite alternate;
  margin-left: 1px;
  animation-delay: -10s;
  /*
  &:nth-child(1)  { animation-duration: 474ms; }
  &:nth-child(2)  { animation-duration: 433ms; }
  &:nth-child(3)  { animation-duration: 407ms; }
  &:nth-child(4)  { animation-duration: 458ms; }
  &:nth-child(5)  { animation-duration: 400ms; }
  &:nth-child(6)  { animation-duration: 427ms; }
  &:nth-child(7)  { animation-duration: 441ms; }
  &:nth-child(8)  { animation-duration: 419ms; }
  &:nth-child(9)  { animation-duration: 487ms; }
  &:nth-child(10) { animation-duration: 442ms; }
  */
}
.equalizer .bar:nth-child(1) {
  animation-duration: 494ms;
}
.equalizer .bar:nth-child(2) {
  animation-duration: 449ms;
}
.equalizer .bar:nth-child(3) {
  animation-duration: 443ms;
}
.equalizer .bar:nth-child(4) {
  animation-duration: 458ms;
}
.equalizer .bar:nth-child(5) {
  animation-duration: 480ms;
}
.equalizer .bar:nth-child(6) {
  animation-duration: 455ms;
}
.equalizer .bar:nth-child(7) {
  animation-duration: 476ms;
}
.equalizer .bar:nth-child(8) {
  animation-duration: 423ms;
}
.equalizer .bar:nth-child(9) {
  animation-duration: 490ms;
}
.equalizer .bar:nth-child(10) {
  animation-duration: 476ms;
}
.equalizer .bar:nth-child(11) {
  animation-duration: 469ms;
}
.equalizer .bar:nth-child(12) {
  animation-duration: 462ms;
}
.equalizer .bar:nth-child(13) {
  animation-duration: 408ms;
}
.equalizer .bar:nth-child(14) {
  animation-duration: 490ms;
}
.equalizer .bar:nth-child(15) {
  animation-duration: 454ms;
}
.equalizer .bar:nth-child(16) {
  animation-duration: 486ms;
}
.equalizer .bar:nth-child(17) {
  animation-duration: 483ms;
}
.equalizer .bar:nth-child(18) {
  animation-duration: 415ms;
}
.equalizer .bar:nth-child(19) {
  animation-duration: 456ms;
}
.equalizer .bar:nth-child(20) {
  animation-duration: 468ms;
}

.student-project-list .search-input {
  position: relative;
}
.student-project-list .search-input::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f002";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #454545;
  font-size: 16px;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
}
.student-project-list .search-input input {
  padding-left: 40px;
}

.student-projects .swiper-wrapper {
  padding: 0 1rem 1rem 0;
}
.student-projects .project .content {
  border-radius: 3px;
  transition: 0.5s;
  text-align: center;
}
.student-projects .project .content .project-title {
  text-align: center;
  color: #525254;
}
.student-projects .project .content:hover {
  z-index: 100;
  transform: scale(1.1);
  background-color: #382d25;
}
.student-projects .project .content:hover .project-title {
  color: #fff;
}

.test-series-hidden {
  display: none;
}

.test-series {
  border-radius: 0 0 1rem 1rem;
  margin: 0 0 1rem 0;
  padding: 0;
  border: solid 0.5rem #444;
  display: flex;
  flex-flow: column;
  height: 90vh !important;
  background: #444;
}
.test-series .test-series-pill {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  background-color: #444;
  color: #fff;
  border-radius: 2.5rem;
}
.test-series .test-series-pill .engine-icon {
  margin-left: 0.75rem;
  margin-top: -0.2rem;
  display: inline-block;
  width: 1.5rem;
  height: auto;
}
.test-series .engine-name {
  padding: 0 0.5rem;
}
.test-series .header {
  flex: 0 1 auto;
  padding: 1rem;
  padding-top: 0.5rem;
  background-color: #444;
  color: #fff;
}
.test-series .header .columns {
  padding: 0;
}
.test-series .header .test-series-pill {
  background-color: #83b14e;
}
.test-series .header .test-series-pill.danger {
  background-color: red;
}
.test-series .header .header-icon {
  position: relative;
  margin-top: -0.25rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-size: 2rem;
}
.test-series .header .header-title {
  margin-top: -0.25rem;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
}
.test-series .test-container {
  flex: 1 1 auto;
  overflow-y: scroll;
  padding: 0 1rem;
  background-color: #ecf1f4;
}
.test-series .test-container .finish-test-button {
  background-color: #444;
  border-radius: 2.5rem;
  padding: 0.1rem 1rem 0.1rem 0.15rem;
  margin-bottom: 2rem;
}
.test-series .test-container .finish-test-button .circle-button {
  margin: 0;
  margin-right: 0.5rem;
}
.test-series .test-container::-webkit-scrollbar-track {
  background-color: #777;
}
.test-series .test-container::-webkit-scrollbar {
  width: 1rem;
}
.test-series .test-container::-webkit-scrollbar-thumb {
  background-color: #83b14e;
}
.test-series .footer {
  flex: 0 1 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  padding-bottom: 0.5rem;
  border-radius: 0 0 1rem 1rem;
  background: #444;
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .test-series .footer {
    flex-direction: column;
  }
}
.test-series .footer .footer-column {
  flex: 1;
}
@media screen and (max-width: 39.9375em) {
  .test-series .footer .footer-column {
    padding: 0.25rem 0;
  }
}
.test-series .footer .center-pill {
  margin: 0 1rem;
  width: fit-content;
  height: fit-content;
  padding: 0.7rem 0.1rem;
  background-color: #999;
  border-radius: 2.5rem;
}
.test-series .footer .pager-button:disabled {
  color: #ccc;
}
.test-series .footer .pager-number {
  display: inline-block;
  margin-top: -0.25rem;
  padding: 0 1rem;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #fff;
}
.test-series .footer .pager-text {
  display: inline-block;
  margin-top: 0.5rem;
  vertical-align: middle;
}
.test-series .footer .test-series-pill {
  margin-top: 0.25rem;
  background-color: #83b14e;
}
.test-series .footer .footer-icon {
  position: relative;
  margin-top: -0.25rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  font-size: 2rem;
}
.test-series .circle-button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  border: 2px solid #56694a;
  border-radius: 50%;
  background-color: #83b14e;
  color: #fff;
}
.test-series .circle-button:disabled {
  cursor: default;
  opacity: 0.5;
}
.test-series div.circle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.test-series .exc-row {
  margin-top: 1rem;
}
.test-series .exc-row .column,
.test-series .exc-row .columns {
  padding: 0;
}
.test-series .exc-row .exc-separator {
  margin: 1rem 0;
  text-align: center;
  font-size: 3.5rem;
  color: red;
  position: relative;
}
.test-series .exc-row .exc-separator:after {
  content: "";
  position: absolute;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #444;
  bottom: 0;
  left: 50%;
  filter: drop-shadow(0.5em 0px 0px #444) drop-shadow(-0.5em 0px 0px #444);
}
.test-series .exc-info {
  padding: 0.25rem 0.5rem !important;
  border-radius: 1rem 1rem 0 0;
  height: 100%;
  margin-bottom: 0.125rem;
  background-color: #999;
  color: #fff;
}
.test-series .exc-info .test-series-pill:first-of-type {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.test-series .pager {
  margin: 2rem 0 2rem 0;
  top: 5px;
}
.test-series .page {
  border: 1px solid #846D5C;
  padding: 0.2rem;
  margin: 0.2rem;
}
.test-series .active {
  border: 2px solid #382d25;
  font-weight: bold;
  color: #382d25;
}
.test-series .exe-engine {
  border: 1px solid #846D5C;
  background-color: #483B32 !important;
  padding: 0.5rem;
}
.test-series .hidden {
  display: none;
}
.test-series .question-span {
  font-weight: bold;
}
.test-series .question-point {
  color: #382d25;
  float: right;
}
.test-series .test-navigation {
  display: flex;
}
.test-series .test-navigation button {
  flex: 1;
}
.test-series .stick-right {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
.test-series .stick-right .circle-graph {
  background-color: #382d25;
  color: #846D5C;
}
.test-series .eke-pairing-drag-and-drop .answer-div {
  background-color: #fff;
  color: #000;
}
.test-series .eke-pairing-drag-and-drop .answer-div[data-shrinked="1"]::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.classroom-group-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 201;
  background-color: #fff;
}
.classroom-group-head .group-name {
  line-height: 2;
  font-size: 1.1rem;
  font-weight: bold;
}
.classroom-group-head .group-name.isadmin > div:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f303";
  margin-left: 10px;
}
.classroom-group-head .group-name.isadmin > div:hover {
  border-bottom: 1px solid gray;
}
.classroom-group-head .group-name input[type=text] {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid gray;
}
.classroom-group-head .institute-name {
  font-size: 0.8rem;
}

.classroom-groups > .column {
  margin-bottom: 1rem;
}
.classroom-groups .classroom-group {
  position: relative;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.classroom-groups .classroom-group .status-container {
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 0.85rem;
  text-align: right;
}
.classroom-groups .classroom-group .classroom-menu {
  position: absolute;
  top: 5px;
  right: 5px;
}
.classroom-groups .classroom-group .button-group {
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .classroom-groups .classroom-group .button-group {
    flex-direction: column;
  }
}
@media screen and (max-width: 39.9375em) {
  .classroom-groups .classroom-group .button-group .button {
    margin: 0 0 0.5rem 0 !important;
  }
}

.classroom-task-info-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 180px;
}
@media screen and (max-width: 39.9375em) {
  .classroom-task-info-div {
    width: 100%;
    text-align: right;
  }
}
.classroom-task-info-div .info-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .classroom-task-info-div .info-cell {
    flex-direction: row;
  }
}
.classroom-task-info-div .label {
  border: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .classroom-task-info-div .hint {
    display: none;
  }
}
.classroom-task-info-div .evaluated {
  background-color: #bffb7a;
  color: black;
}
.classroom-task-info-div .submitted {
  background-color: #ffd139;
  color: black;
}
.classroom-task-info-div .submitted.orange {
  background-color: #ffa220;
  color: black;
}
.classroom-task-info-div .not-started {
  color: #f93846;
  background: transparent;
  font-weight: bold !important;
  border: 1px solid;
}
.classroom-task-info-div .deadline {
  color: #232b34;
  font-weight: bold;
}

.classroom-result input[type=date]:hover, .classroom-result input[type=date]:active, .classroom-result input[type=date]:focus,
.deadline-accordion-item input[type=date]:hover,
.deadline-accordion-item input[type=date]:active,
.deadline-accordion-item input[type=date]:focus {
  position: relative;
}
.classroom-result input[type=date]:hover:after, .classroom-result input[type=date]:active:after, .classroom-result input[type=date]:focus:after,
.deadline-accordion-item input[type=date]:hover:after,
.deadline-accordion-item input[type=date]:active:after,
.deadline-accordion-item input[type=date]:focus:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f073";
  position: absolute;
  right: 15px;
  z-index: 0;
}
.classroom-result input[type=date]::-webkit-inner-spin-button,
.deadline-accordion-item input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.classroom-result input[type=date]::-webkit-datetime-edit-month-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-month-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom-result input[type=date]::-webkit-datetime-edit-day-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-day-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom-result input[type=date]::-webkit-datetime-edit-year-field,
.deadline-accordion-item input[type=date]::-webkit-datetime-edit-year-field {
  margin-right: -2px;
}
.classroom-result input[type=date]::-webkit-clear-button,
.deadline-accordion-item input[type=date]::-webkit-clear-button {
  display: block;
  cursor: pointer;
}
.classroom-result input[type=date]::-webkit-calendar-picker-indicator,
.deadline-accordion-item input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.classroom .toggle input[type=date]:hover, .classroom .toggle input[type=date]:active, .classroom .toggle input[type=date]:focus {
  position: relative;
}
.classroom .toggle input[type=date]:hover:after, .classroom .toggle input[type=date]:active:after, .classroom .toggle input[type=date]:focus:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f073";
  position: absolute;
  right: 15px;
  z-index: 0;
}
.classroom .toggle input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-month-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-day-field {
  margin-right: -2px;
  margin-left: -3px;
}
.classroom .toggle input[type=date]::-webkit-datetime-edit-year-field {
  margin-right: -2px;
}
.classroom .toggle input[type=date]::-webkit-clear-button {
  display: block;
  cursor: pointer;
}
.classroom .toggle input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

.bookmark-pane {
  width: 300px;
  z-index: 900 !important;
  background-color: #49b29b;
  overflow: visible;
  top: 60px;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.bookmark-pane.is-transition-overlap {
  box-shadow: none !important;
}

.bookmark-controller-wrapper {
  height: 100%;
  width: 40px;
  width: auto;
  position: relative;
}
.bookmark-controller-wrapper .add-bookmark {
  right: 0;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.bookmark-controller-wrapper .add-bookmark button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #483B32;
}
.bookmark-controller-wrapper .add-bookmark button i {
  color: #fff;
}
.bookmark-controller-wrapper .add-bookmark button.create {
  display: none;
}
.bookmark-controller-wrapper .add-bookmark .name-field {
  width: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  margin: 0;
  transition: 0.5s;
}
.bookmark-controller-wrapper .add-bookmark.add {
  transform: translate(100%, -50%);
  opacity: 1;
  gap: 6px;
  padding-left: 1rem;
}
.bookmark-controller-wrapper .add-bookmark.add .name-field {
  width: 250px;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.bookmark-controller-wrapper .add-bookmark.add button.create {
  display: flex;
}
.bookmark-controller-wrapper .add-bookmark.add button.open i {
  transform: rotate(45deg);
}
.bookmark-controller-wrapper:hover .add-bookmark {
  transform: translate(100%, -50%);
  opacity: 1;
  gap: 6px;
  padding-left: 1rem;
}

.bookmarks {
  margin-top: 0.5rem;
}
.bookmarks .info {
  font-weight: 100;
  padding: 0.5rem;
}
.bookmarks .item {
  font-size: 0.85rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.bookmarks .item a {
  color: #fff;
}
.bookmarks .item a i {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.bookmarks .item .book-name {
  font-weight: bold;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.bookmarks .item .menu-btn {
  color: #fff;
  margin-right: 0;
}

.bookmarks .item a {
  color: inherit;
}

.post,
.modal-post {
  background-color: #fefefe;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.post h5,
.modal-post h5 {
  font-size: 1.1rem;
}
.post .header,
.modal-post .header {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.post .header .name-block h3,
.modal-post .header .name-block h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.post .header .name-block p.date,
.modal-post .header .name-block p.date {
  margin: 0;
  padding: 0;
  color: #7c7c7c;
  font-size: 0.8rem;
}
.post .header .settings,
.modal-post .header .settings {
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 100%;
  left: 100%;
  color: #7c7c7c;
}
.post .post-text,
.modal-post .post-text {
  white-space: pre-line;
  overflow-wrap: break-word;
}
.post .post-text a,
.modal-post .post-text a {
  word-wrap: break-word;
}
.post .time-interval.label,
.modal-post .time-interval.label {
  margin-bottom: 10px;
  background: #483B32;
  border: none;
}
.post .time-interval.label:before,
.modal-post .time-interval.label:before {
  content: "";
  display: none;
}

.post {
  margin-bottom: 15px;
}
.post.callout .settings {
  position: relative;
}
.post.callout .settings i {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.post.isadmin {
  border-top: 2px solid;
}

.post-edit {
  border-radius: 5px;
}
.post-edit .header h3 {
  font-weight: bold;
  font-size: 1rem;
}
.post-edit .settings {
  text-align: right;
  margin-bottom: 0.5rem;
}

.start-post-area {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
}
.start-post-area:hover {
  font-size: 0.9rem;
}

.post-refresh-btn {
  cursor: pointer;
}
.post-refresh-btn.sync {
  animation: rotation 0.5s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.tickets > .title {
  font-size: 1.25rem;
}
.tickets .ticket-item {
  border: 1px solid #483B32;
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 0.85rem;
  padding: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tickets .ticket-item a {
  display: flex;
  align-items: center;
}
.tickets .ticket-item a span {
  flex: 1;
}
.tickets .ticket-item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: "\f0e0";
  display: block;
  color: inherit;
}

.message-list.ReactTable {
  display: flex;
  flex-direction: column-reverse;
}
.message-list.ReactTable .rt-tr {
  cursor: pointer;
}
.message-list.ReactTable .selected {
  background-color: #483B32;
  color: #fff;
}

.messages-show .my-message {
  border-left: 5px solid #483B32;
}
.messages-show .other-message {
  margin-left: 1.5rem;
  border-left: 5px solid #232b34;
}
.messages-show .agent-only {
  border-color: red;
}
.messages-show .opened {
  background-color: #faf0e6;
}

.bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.message-list-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header button {
  margin-bottom: 0;
}
.message-list-header .message-text-search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header .message-text-search button {
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
  margin-bottom: 2px;
}
.message-list-header .message-text-search input {
  line-height: 1.8;
  margin-left: 10px;
  margin-right: -1px;
}
.message-list-header .message-text-search .trash-wrapper {
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .message-list-header .message-text-search {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .message-list-header .message-text-search input {
    margin-left: 0;
  }
  .message-list-header .message-text-search .trash-wrapper {
    position: relative;
    margin-top: 15px;
  }
}

.recipient-list-container ul {
  list-style-type: none;
  margin-left: 0;
}
.recipient-list-container ul li {
  margin-right: 8px;
  display: inline-block;
}
.recipient-list-container ul li:after {
  content: " ; ";
}
.recipient-list-container .fa-times {
  cursor: pointer;
  color: #e60000;
  margin-left: 5px;
}

.message-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.message-page,
.message-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.message-page .message-head,
.message-panel .message-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0rem 0rem 0rem 0rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: #fff;
}
.message-page .message-head h3,
.message-panel .message-head h3 {
  font-size: 1rem;
  font-weight: bold;
}
.message-page .message-head .recipient-container,
.message-panel .message-head .recipient-container {
  display: flex;
  align-items: center;
}
.message-page .message-head .recipient-container .fas,
.message-page .message-head .recipient-container .fa-caret-down,
.message-panel .message-head .recipient-container .fas,
.message-panel .message-head .recipient-container .fa-caret-down {
  font-size: 1.5rem;
}
.message-page .message-head .recipient-list-container,
.message-panel .message-head .recipient-list-container {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-page .message-head .recipient-list-container ul,
.message-panel .message-head .recipient-list-container ul {
  display: inline;
  white-space: nowrap;
  margin-left: 1rem;
}
.message-page .message-head .recipient-list-container ul li,
.message-panel .message-head .recipient-list-container ul li {
  display: inline;
}

.message-cards-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.message-cards-wrapper .message-scroll-wrapper {
  position: relative;
}
.message-cards-wrapper .message-scroll-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.message-cards-wrapper .message-cards-area {
  flex: 1;
  padding: 1rem;
}
.message-cards-wrapper .messagebox-area {
  flex: 0 0 auto;
  min-height: 100px;
  border-top: 1px solid silver;
  padding: 1rem 1rem 0;
}
.message-cards-wrapper .messagebox-area .button.clear {
  padding: 0.5rem;
  color: inherit;
}
.message-cards-wrapper .messagebox-area .button.active {
  background-color: lightgray;
}
.message-cards-wrapper .messagebox-area .html-edit-span {
  color: #0000ff;
  float: right;
  cursor: pointer;
}
.message-cards-wrapper .messagebox-area .message-textbox {
  border-radius: 5px;
  border: 1px solid silver;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 50px;
  width: 100%;
  font-size: 0.85rem;
  line-height: 50px;
  color: #999;
  cursor: text;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea {
  min-height: auto;
  margin: 0 1rem 0 0;
  border: 0;
  box-shadow: none;
  resize: none;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: silver;
}
.message-cards-wrapper .messagebox-area .message-textbox button {
  margin-left: 1rem;
}

.message-canvas .off-canvas {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525px;
}
@media screen and (max-width: 39.9375em) {
  .message-canvas .off-canvas {
    padding-top: 45px;
  }
}
.message-canvas .message-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message-canvas .message-tools button {
  outline: none;
}
.message-canvas .message-tools .close-button {
  outline: none;
  position: static;
}

@font-face {
  font-family: "BloggerSans";
  src: url("/fonts/BloggerSans/BloggerSans.ttf");
}
@font-face {
  font-family: "BloggerSansBold";
  src: url("/fonts/BloggerSans/BloggerSans-Bold.ttf");
}
.kattan-exercisetile-container {
  padding-left: 0px;
  padding-right: 0px;
}

.kattan-exercisetile-div {
  display: flex;
  flex-direction: column;
  border-top: 10px solid #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  margin: 20px;
  min-width: 100px;
  min-height: 100px;
  background-color: #5b8f83;
  position: relative;
}
@media screen and (min-width: 40em) {
  .kattan-exercisetile-div:hover {
    transform: scale(1.05);
    z-index: 2;
    position: relative;
  }
  .kattan-exercisetile-div:hover .overlay {
    display: flex;
    opacity: 1;
  }
}
.kattan-exercisetile-div .overlay {
  display: none;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  color: #fff;
  background-color: #5b8f83;
}
.kattan-exercisetile-div .overlay .overlay-header {
  padding: 0.5rem;
  border-radius: 0 0 0.25rem 0.25rem;
  text-align: center;
  color: #5b8f83;
  background-color: #fff;
  margin-bottom: auto;
  width: 70%;
  font-weight: bold;
  word-break: break-word;
  font-size: 1vw;
}
.kattan-exercisetile-div .overlay .overlay-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: inherit;
  height: 130px;
  max-height: 130px;
}
.kattan-exercisetile-div .overlay .overlay-thumbnail img {
  max-height: 90px;
}
.kattan-exercisetile-div .overlay .overlay-subject {
  padding-bottom: 0.25rem;
  font-size: 1.2rem;
  min-height: 28px;
}
.kattan-exercisetile-div .overlay .overlay-grade {
  margin-bottom: 1rem;
  min-height: 15px;
  font-size: 1.75vw;
}
.kattan-exercisetile-div .kattan-exercisetile-header {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 150px;
}
.kattan-exercisetile-div .kattan-exercisetile-header .kattan-exercisetile-thumbnail {
  max-height: 150px;
}
.kattan-exercisetile-div .kattan-exercisetile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  color: #000;
  margin-top: 7px;
  min-height: 62px;
}
.kattan-exercisetile-div .kattan-exercisetile-content h3 {
  word-break: break-all;
  font-family: "BloggerSansBold";
  font-size: 1.1rem;
  color: inherit;
  padding: 7px;
  margin: 0;
}
.kattan-exercisetile-div .kattan-exercisetile-content .kattan-exercisetile-contentdiv {
  max-height: 62px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kattan-exercisetile-div .kattan-exercisetile-bottom {
  color: #fff;
  display: flex;
  flex-direction: row;
}
.kattan-exercisetile-div .kattan-exercisetile-bottom .kattan-exercisetile-type {
  flex: 1;
  align-self: center;
  justify-self: flex-start;
  padding: 0 0.75rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.kattan-exercisetile-div .kattan-exercisetile-bottom .kattan-exercisetile-difficulty {
  align-self: center;
  justify-self: flex-end;
  width: 45px;
}

.eke-exerciseshow-similar .eke-exercisetile-div {
  background-color: #bcbec0 !important;
  border-radius: 0 !important;
}
.eke-exerciseshow-similar .eke-exercisetile-div:after {
  display: none !important;
}
.eke-exerciseshow-similar .eke-exercisetile-div .eke-exercisetile-inner-div .level {
  display: none;
}

.adaptive-editor .breadcrumb-container {
  display: none;
}
.adaptive-editor .react-tabs__tab-list {
  padding-top: 20px;
  border-bottom: #483b32 1px solid;
}
.adaptive-editor .react-tabs__tab-list .react-tabs__tab {
  background-color: #483b32;
  color: #fff;
  border-radius: 0;
}
.adaptive-editor .react-tabs__tab-list .react-tabs__tab--selected {
  background-color: #f9f7ee;
  color: #000;
  border-radius: 0;
}
.adaptive-editor .button-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f9f7ee;
  padding-top: 20px;
  left: 0;
  right: 0;
  border-top: 1px solid #483b32;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 1000;
}
.adaptive-editor .card:last-of-type {
  margin-bottom: 70px;
}
.adaptive-editor .card-divider {
  background-color: #483b32;
  color: #fff;
}

.editor-page [data-processing] {
  position: relative;
}

.editor-page [data-processing]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.editor-page [data-processing]::after {
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  background: url(data:image/png;base64,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) no-repeat center center/cover;
  animation: editor-page-loader 1.2s linear infinite;
}

@keyframes editor-page-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.register-start-page .callout {
  white-space: normal;
}
.register-start-page .tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid;
  padding: 1rem;
  width: 100%;
  height: 150px;
  white-space: normal;
}
.register-start-page .tile i {
  font-size: 3.5rem;
  padding: 0.5rem;
}
.register-start-page ul.secuserselector li {
  white-space: normal !important;
  word-wrap: break-word !important;
}

.dialog h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 800px) {
  .dialog h3 {
    display: none;
  }
}
.dialog .forms {
  display: flex;
}
@media (max-width: 800px) {
  .dialog .forms {
    flex-flow: column;
  }
}
@media (max-width: 800px) {
  .dialog .info-text {
    display: none;
  }
}
.dialog .guest-login {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 35px;
  margin-bottom: 40px;
  gap: 25px;
}
.dialog .guest-login .button {
  min-width: 250px;
}
@media (max-width: 800px) {
  .dialog .guest-login {
    flex-flow: column;
    margin-top: 0;
  }
}
.dialog .login-form,
.dialog .guest-login-form {
  border-right: 1px solid #999999;
  padding: 0 35px;
  width: 100%;
}
@media (max-width: 800px) {
  .dialog .login-form,
.dialog .guest-login-form {
    border-right: none;
  }
}
.dialog .login-form h3,
.dialog .guest-login-form h3 {
  text-align: center;
  margin-bottom: 20px;
}
.dialog .login-form .button,
.dialog .guest-login-form .button {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .dialog .login-form .button,
.dialog .guest-login-form .button {
    margin-bottom: 15px;
  }
}
.dialog .registration {
  padding: 0 35px;
  width: 100%;
}
@media (max-width: 800px) {
  .dialog .registration {
    margin-top: 15px;
  }
}
.dialog .registration h3 {
  text-align: center;
  margin-bottom: 20px;
}
.dialog .registration ul {
  margin-top: 30px;
  margin-bottom: 55px;
  margin-left: 50px;
}
.dialog.auth .dialog__header, .dialog.accept-terms .dialog__header {
  background-color: #203138;
}
.dialog.auth button.dialog__close, .dialog.accept-terms button.dialog__close {
  color: #fff;
}

.grecaptcha-badge {
  z-index: 9900;
}

.content-show .teaser {
  text-align: justify;
}

.calendar-container {
  width: 100%;
}
.calendar-container > div {
  max-width: 400px;
  margin: auto;
}
.calendar-container .eke-calendar-container {
  display: grid;
  height: 100%;
  grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
  grid-template-rows: 15px 50px 50px 50px 50px 50px;
  width: 100%;
}
.calendar-container .eke-calendar-day-item:nth-child(7n+0) {
  margin-right: 0;
}
.calendar-container .eke-calendar-day-name {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #525254;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232e2f;
  color: #fff;
  font-size: 0.6rem;
  padding: 0 2px;
}
.calendar-container .eke-calendar-day-name:nth-child(7n+6) {
  background-color: #483b32;
  color: #fff;
}
.calendar-container .eke-calendar-day-name:nth-child(7n+7) {
  background-color: #483b32;
  color: #fff;
}
.calendar-container .eke-calendar-day {
  cursor: pointer;
  padding: 2px;
}
.calendar-container .eke-calendar-day .has-tip {
  font-weight: bold;
  margin-left: 0;
}
.calendar-container .eke-calendar-day .eke-calendar-summary-day {
  color: #fff;
  background-color: #846d5c;
}
.calendar-container .eke-calendar-day .eke-calendar-day-desc {
  border-radius: 5px;
  padding: 2px 3px;
  display: inline-block;
}
.calendar-container .eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-1 {
  background-color: #f7f9f9;
  color: #555;
}
.calendar-container .eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-2 {
  color: #483b32;
  background-color: #dfe6eb;
}
.calendar-container .eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-3 {
  color: #fff;
  background-color: #F7470A;
}
.calendar-container .eke-calendar-day .eke-calendar-day-desc:empty {
  display: none;
}
.calendar-container .eke-calendar-day:hover {
  background-color: #483b32;
}
.calendar-container .eke-calendar-day-selected {
  background-color: #483b32;
  color: #fff;
}
.calendar-container .eke-calendar-day-of-other-month {
  opacity: 0.3;
}
.calendar-container .eke-calendar-day-of-month-text {
  text-align: center;
  display: block;
}
.calendar-container .eke-calendar-day-type-1,
.calendar-container .eke-calendar-day-type-2,
.calendar-container .eke-calendar-day-type-3 {
  height: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-container .eke-calendar-day-type-1 {
  color: #555;
  background-color: #f7f9f9;
}
.calendar-container .eke-calendar-day-type-2 {
  color: #483b32;
  background-color: #dfe6eb;
  font-weight: bold;
}
.calendar-container .eke-calendar-day-type-3 {
  color: #F7470A;
  font-weight: bold;
}
.calendar-container .eke-calendar-activity-log-editor-changed {
  color: #fff;
}
.calendar-container .eke-calendar-activity-log-editor:nth-child(2n+0) {
  background-color: #cccccc;
}
.calendar-container .eke-calendar-activity-log-editor:nth-child(2n+1) {
  background-color: #846d5c;
  padding: 1rem;
}
.calendar-container .eke-calendar-day-activity-summary {
  background-color: #846D5C;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
  margin: 5%;
}
.calendar-container .calendar-navigator {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-top: 5px solid #232e2f;
}
.calendar-container .calendar-navigator .calendar-nav {
  display: none;
}
.calendar-container .calendar-navigator .date-area {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.calendar-container .calendar-navigator .date-area .y-selector,
.calendar-container .calendar-navigator .date-area .m-selector {
  border: none;
  background: none;
  margin-bottom: 0;
  padding: 0;
  height: auto;
}
.calendar-container .calendar-navigator .date-area .y-selector {
  font-size: 28px;
  font-weight: bold;
  text-align-last: center;
  color: #483b32;
  flex: 0 28.56%;
}
.calendar-container .calendar-navigator .date-area .m-selector {
  flex: 1;
  font-size: 24px;
  color: #232e2f;
  padding: 0 10px;
}
.calendar-container .calendar-navigator .date-area .selected-day {
  flex: 0 14.28%;
  font-size: 24px;
  padding: 10px 10px 5px 10px;
  line-height: 1;
  background-color: #483b32;
  color: #fff;
}

.oravazlat-wrapper .accordion {
  background-color: unset;
}
.oravazlat-wrapper .accordion-title {
  background-color: #638088;
}
.oravazlat-wrapper .accordion-content.callout {
  margin: 0;
  margin-top: 1em;
  border: unset;
}

#eke-app {
  height: 100%;
}

body {
  color: #525254;
  background-color: #f9f7ee;
  height: 100%;
}

.eke-main-wrapper {
  display: flex;
  flex-direction: column;
}

.eke-content-wrapper {
  height: auto;
  min-height: auto;
}

.supply_place_name {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1,
h2,
h3,
h4 {
  font-family: "OpenSans", sans-serif;
}

.exercise-selector-page {
  background: rgb(214, 214, 214);
}
.exercise-selector-page .exercise-selector-h3, .exercise-selector-page .exercise-selector-h4 {
  color: #535355;
  text-align: left;
  text-shadow: none;
  width: 100%;
}
.exercise-selector-page .exercise-selector-h4::after {
  content: " ";
  display: block;
  height: 2px;
  background: black;
  opacity: 0.5;
  width: 100%;
}
.exercise-selector-page .exercise-selector-button {
  border-radius: 5px;
  border: none;
  padding: 0;
  background-color: #c6beb1 !important;
}
.exercise-selector-page .text-center img {
  padding: 10px;
}
.exercise-selector-page .text-center .show-for-medium {
  background-color: #846d5d;
  color: white;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
}

a {
  color: #382d25;
}
a:hover {
  color: #846D5C;
}

p {
  white-space: pre-line;
}

.button.btn-orange {
  background-color: #dd5222;
  color: #fff;
}
.button.btn-white {
  background-color: #fff;
  color: #525254;
}

.search-filters select:focus {
  background-color: #5b8f83 !important;
}

/* Dialog + TinyMCE fix */
.tox.tox-tinymce-aux {
  z-index: 9900;
}

.tooltip {
  z-index: 10000;
}

.banner-text {
  text-align: justify;
}

@media screen and (max-width: 639px) {
  .registration-btn-container {
    min-width: 100%;
  }
  .banner-text {
    text-align: left;
  }
}
.exerciseList {
  background-color: rgba(0, 0, 0, 0) !important;
  border-collapse: separate;
  table-layout: fixed;
  border: 0px;
}

.container {
  display: grid;
}

@keyframes videoOverlayAnimation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.overlay {
  display: flex;
  scale: 70%;
  z-index: 10;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-size: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  animation-name: videoOverlayAnimation;
  animation-duration: 25000ms;
  animation-fill-mode: forwards;
}

.content, .overlay {
  grid-area: 1/1;
}

.share-data-container label {
  font-size: inherit;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1.6;
}
.share-data-container .share-data-list li::marker {
  content: "●";
  font-size: 1.1rem;
  color: #846d5d;
}
.share-data-container .share-data-list ul li::marker {
  content: "⯈";
  font-size: 0.9rem;
  color: #846d5d;
}
.share-data-container .share-data-list li {
  padding-left: 5px;
}

a[data-email] {
  color: #3598db;
}