@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: "Hind";
  src: url("../fonts/Hind/Hind-Regular.ttf");
}
@font-face {
  font-family: "HindBold";
  src: url("../fonts/Hind/Hind-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
}
/* classroom / shared items*/
body {
  background-color: #f1f8ee;
}

@media screen and (min-width: 577px) {
  .row {
    max-width: 80%;
  }
}

/* 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;
  }
}
/* New Gen */
/***********
* 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: #333;
  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: #1d1b62;
  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: #1d1b62;
}
.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: #1d1b62;
}

.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: #1d1b62;
  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: #333;
}
.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: #1d1b62;
  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: #fff !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: #4c7484 !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: #1d1b62;
}
.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: #1d1b62;
  /* 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: #1d1b62;
}

.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: #1d1b62;
  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: #1d1b62;
}
.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: #1d1b62;
  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 #1d1b62;
}
.main-landing .class-row .type-chooser label {
  font-weight: bold;
}
.main-landing .class-row .type-chooser .checkbox {
  background-color: #fff;
  color: #349A6B;
}
.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: #349A6B;
  color: #fff;
}
.main-landing .class-row .type-chooser .button-group .button:focus {
  outline-offset: 1px;
  outline: #349A6B 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: #349A6B auto 1px;
}

.main-landing .class-select li a:not(.disabled):hover,
.main-landing .class-select li a.select {
  background-color: #349A6B;
  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: #1d1b62;
  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: #333;
  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: #333;
}

.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: #00b1c7;
  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: #1d1b62;
  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: #00b1c7;
  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: #0fa0cf;
}
.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 #666666;
  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: #444444;
}
.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: #666666;
  /* -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: #666666;
  -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: #666666;
}
.eke-tabs .tab.react-tabs__tab--selected label:after {
  background-color: #fff;
  border: 1px solid #666666;
  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: #0F669E;
  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: #fff;
}
.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: #fff;
  border-color: #fff;
}
.button.primary, .button.primary[disabled], .button.primary:active, .button.primary:focus {
  background-color: #1d1b62;
  color: #fff;
}
.button.primary:hover {
  background-color: #00b1c7;
  color: #fff;
}
.button.primary.hollow {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.primary.hollow:hover {
  color: #fff;
  border-color: #fff;
}
.button.primary.light, .button.primary.light:active, .button.primary.light:focus {
  background-color: #00b1c7;
}
.button.primary.light:hover {
  background-color: #1d1b62;
}
.button.primary.dark, .button.primary.dark:active, .button.primary.dark:focus {
  background-color: #99bc85;
}
.button.primary.dark:hover {
  background-color: #1d1b62;
}
.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: #4c7484;
  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: #4c7484;
}
.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 #1d1b62;
  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: #1d1b62;
  color: #fff;
}

.messages-show .my-message {
  border-left: 5px solid #1d1b62;
}
.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;
  gap: 20px;
}
.message-list-header button {
  margin-bottom: 0;
}
.message-list-header button.warning {
  color: #fff;
}
.message-list-header .message-text-search {
  display: flex;
  align-items: center;
  align-content: center;
}
.message-list-header .message-text-search button {
  border-radius: 0 3px 3px 0;
  padding-top: 0.9em;
  padding-bottom: 1em;
  box-shadow: none;
}
.message-list-header .message-text-search input {
  line-height: 1.8;
  margin-left: 10px;
  margin-right: -1px;
}
.message-list-header .message-text-search input[type=checkbox] {
  margin: 0;
  margin-left: 20px;
}
.message-list-header .message-text-search label {
  display: flex;
  align-items: center;
  gap: 3px;
}
.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: #1d1b62;
  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: #1d1b62;
}
.cms-breadcrumb li::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-color: #1d1b62;
  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: #99bc85;
  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: #00b1c7;
  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: 80%;
  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: #1d1b62;
  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;
}

.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;
}

.challenge-card {
  height: 185px;
  transform: scale(1);
  transition: 200ms;
  -webkit-transition: 200ms;
  margin-bottom: 40px;
  cursor: pointer;
}
.challenge-card:hover {
  transform: scale(1.1);
  transition: 200ms;
  -webkit-transition: 200ms;
}
.challenge-card .top {
  height: 80%;
  margin-bottom: 10px;
  position: relative;
}
.challenge-card .top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.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;
}
.challenge-card .bottom {
  display: flex;
  max-height: 50px;
  height: 25%;
  background-color: #382d25;
  align-items: center;
  justify-content: center;
}
.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;
}
.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%;
}

.badge-list {
  display: flex;
}
.badge-list > div {
  padding: 10px;
}
.badge-list > div .badge {
  height: 85px;
  width: 85px;
  display: flex;
  overflow: hidden;
  padding: 0;
}
.badge-list > div .badge a {
  display: flex;
}
.badge-list > div .badge img {
  object-fit: cover;
  width: 100%;
}
.badge-list .button-container {
  text-align: center;
}
.badge-list .button-container button {
  margin: 0;
  margin-bottom: 5px;
}

#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;
}
.dialog.auth .info-text, .dialog.accept-terms .info-text {
  margin-bottom: 1rem;
  text-align: center;
}
.dialog.auth .info-text.text-left, .dialog.accept-terms .info-text.text-left {
  text-align: left;
}
.dialog.auth .button {
  width: 100%;
}

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

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

html {
  font-size: 100%;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: "Hind", 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: #00b1c7;
  color: #fff;
}
.button.success:hover {
  background-color: #00b1c7;
  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: #349A6B;
  color: #e6e6e6;
  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: #e6e6e6;
}

#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: #00b1c7;
  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: #333;
  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: #1d1b62 !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;
}

.info-text {
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0 0.5rem;
}

.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: #004b69;
}

/** 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;
}

.submenu-content .menuitem a:hover {
  background-color: #00b1c7 !important;
}

.site-logo-container {
  background-color: #1d1b62;
  display: flex;
  justify-content: center;
}
.site-logo-container a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.site-logo-container img {
  height: 55px;
  margin: 7px;
}

.book-logo {
  flex: 0 0 400px !important;
}

.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: fixed;
  top: 0;
  z-index: 850;
  width: 100%;
}
@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;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.6s;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-menu-wrapper.open {
    transition: 0.6s;
    display: block;
    opacity: 1;
    z-index: 9999;
    pointer-events: unset;
  }
}

.oktav-menu-bar {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 850;
  background: #1d1b62;
  background-size: cover;
  transition: 0.5s;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar {
    width: 315px;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: -315px;
    bottom: 0;
    overflow: scroll;
    transition: 0.6s;
  }
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar.open {
    transition: 0.6s;
    left: 0;
  }
}
.oktav-menu-bar.slide {
  position: fixed;
  transform: translateY(-75px);
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar.slide {
    transition: inherit;
    transform: translateY(0px);
    position: inherit;
  }
}
.oktav-menu-bar .eke-top-bar {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  background-color: transparent;
}
.oktav-menu-bar .eke-top-bar ul li ul {
  background-color: #fff !important;
}
.oktav-menu-bar .eke-top-bar ul li ul a:hover {
  background-color: #1d1b62;
}
.oktav-menu-bar .eke-top-bar .select-menu {
  background-color: #1d1b62 !important;
  border-radius: 5px;
}
.oktav-menu-bar .eke-top-bar .select-menu a:hover {
  background-color: #00b1c7;
  border-radius: 5px;
}
.oktav-menu-bar .eke-top-bar .top-bar-left {
  max-height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar-left {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.oktav-menu-bar .eke-top-bar .top-bar-left .search-field-container {
  margin-right: 0;
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row {
  width: auto;
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field {
  margin: 0;
  width: 260px;
  box-shadow: none;
}
@media (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field {
    width: unset;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input {
  position: relative;
  background: none;
  overflow: unset;
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input:first-child {
  border: none;
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row .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: #fff;
  font-size: 16px;
  line-height: 1;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input::before {
    left: 10px;
    font-size: 30px;
  }
}
@media (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input {
    padding-left: 0;
  }
}
.oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input input {
  position: relative;
  background: none;
  height: unset;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 5px 8px 5px 50px;
  max-width: unset;
}
@media (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input input {
    max-width: 50px;
    border: 2px solid transparent;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
    transition: all 500ms;
    padding: 8px 0 8px 50px;
  }
  .oktav-menu-bar .eke-top-bar .top-bar-left > .row .eke-search-field .eke-search__input input:focus {
    background: #fff;
    color: #000;
    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: 39.9375em) {
  .oktav-menu-bar .eke-top-bar {
    display: block;
    padding-top: 50px;
  }
}
.oktav-menu-bar .eke-top-bar a,
.oktav-menu-bar .eke-top-bar button {
  color: #fff;
}
.oktav-menu-bar .eke-top-bar .login-button {
  padding: 0.6rem 1rem;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .oktav-menu-bar .eke-top-bar .login-button {
    padding: 21px;
    margin-bottom: unset;
  }
}
.oktav-menu-bar .eke-top-bar .login-button i {
  display: none;
}
.oktav-menu-bar .eke-top-bar .register-button {
  padding: 15px;
  background-color: #00b1c7;
  border-radius: 8px;
  margin: 0 1rem 10px 1rem;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) {
  .oktav-menu-bar .eke-top-bar .register-button {
    margin: 0 10px 0 0;
    margin-bottom: unset;
  }
}
.oktav-menu-bar .eke-top-bar .register-button i {
  display: none;
}
.oktav-menu-bar .eke-top-bar .menu,
.oktav-menu-bar .eke-top-bar .menu a,
.oktav-menu-bar .eke-top-bar .menu li {
  display: flex;
  align-items: center;
}
.oktav-menu-bar .eke-top-bar .menu > a,
.oktav-menu-bar .eke-top-bar .menu a > a,
.oktav-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) {
  .oktav-menu-bar .eke-top-bar .menu,
.oktav-menu-bar .eke-top-bar .menu a,
.oktav-menu-bar .eke-top-bar .menu li {
    width: 100%;
  }
}
.oktav-menu-bar .eke-top-bar .menu {
  padding: 0;
  color: #fff;
}
.oktav-menu-bar .eke-top-bar .menu .menuitem {
  height: 68px;
  background-color: #1d1b62;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.oktav-menu-bar .eke-top-bar .menu .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-top-bar .menu {
    flex-direction: column;
  }
}
.oktav-menu-bar .eke-top-bar.menu-text {
  padding: 0;
}
.oktav-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
  padding: 10px !important;
  margin-right: 300px;
  flex: 0 200px;
}
.oktav-menu-bar .eke-top-bar .eke-top-bar__menu-logo > a {
  padding: 0 !important;
}
.oktav-menu-bar .eke-top-bar .eke-top-bar__menu-logo img {
  height: 100%;
  max-height: 100%;
  padding-left: 1em;
  object-fit: contain;
}
@media (max-width: 639px) {
  .oktav-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
    display: none !important;
  }
}
.oktav-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover {
  background-color: transparent;
}
.oktav-menu-bar .eke-top-bar ul {
  flex-wrap: nowrap;
  background-color: transparent;
}
.oktav-menu-bar .eke-top-bar ul li ul {
  background-color: #99bc85;
}
.oktav-menu-bar .eke-top-bar ul a {
  transition: border-color 0.1s ease-in-out;
  color: #fff;
}
.oktav-menu-bar .eke-top-bar ul a:hover {
  background-color: #1d1b62;
  color: #fff;
}
.oktav-menu-bar .eke-top-bar .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.oktav-menu-bar .eke-top-bar .top-bar__link span {
  white-space: nowrap;
}
.oktav-menu-bar .eke-top-bar .top-bar__link:hover, .oktav-menu-bar .eke-top-bar .top-bar__link.is-active {
  color: #fff;
  background-color: transparent;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar__link:hover, .oktav-menu-bar .eke-top-bar .top-bar__link.is-active {
    display: none;
  }
}
.oktav-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active {
  color: #1d1b62;
}
.oktav-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #1d1b62;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after {
    background-color: #1d1b62;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-top-bar .top-bar__link {
    display: none !important;
  }
}
.open .oktav-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 .oktav-menu-bar .eke-top-bar .top-bar__link {
    display: block !important;
  }
}
.oktav-menu-bar .eke-header-icons {
  padding: 2px 0;
  margin: 0%;
  height: 45px;
  width: 45px;
  margin-right: 6px;
}
.oktav-menu-bar .eke-submenu {
  min-width: 11em;
  border: 1px solid #cacaca;
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform: translateY(100%);
  background-color: #1d1b62;
}
.oktav-menu-bar .eke-submenu li {
  width: 100%;
}
.oktav-menu-bar .eke-submenu a {
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-submenu {
    position: relative;
    flex: 1;
  }
}
.oktav-menu-bar .menuitem {
  position: relative;
  max-height: 68px;
}
@media (min-width: 1024px) {
  .oktav-menu-bar .menuitem {
    height: 68px;
  }
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .menuitem {
    max-height: 50px;
  }
}
.oktav-menu-bar .menuitem.has-submenu .menuitem {
  height: unset;
}
.oktav-menu-bar .menuitem.has-submenu .submenu-title {
  display: flex;
}
.oktav-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
  padding: 15px;
}
.oktav-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: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
@media screen and (min-width: 40em) {
  .oktav-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.oktav-menu-bar .eke-user-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 40em) {
  .oktav-menu-bar .eke-user-menu {
    flex-direction: row;
    align-items: center;
  }
}
.oktav-menu-bar .eke-user-menu .menu-text {
  background-color: #067150;
  color: #fff;
}
.oktav-menu-bar .eke-user-menu .menu-text a {
  color: #fff;
}
.oktav-menu-bar .eke-user-menu .menu-text a:hover {
  color: #fff;
}
.oktav-menu-bar .eke-user-menu h1 {
  font-weight: normal !important;
}
.oktav-menu-bar .eke-user-menu .menu-item {
  padding: 0.7em;
  cursor: pointer;
}
.oktav-menu-bar .eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu {
  width: unset;
}
@media screen and (min-width: 40em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu {
    width: 100%;
  }
}
.oktav-menu-bar .eke-user-menu .dropdown.menu.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #fff;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu .eke-submenu {
  left: 50%;
  transform: translateX(-50%) translateY(70px);
  bottom: 0;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu .eke-submenu .menuitem {
  width: 100%;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li {
  padding: 0px;
  width: 100%;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
    max-width: unset;
    padding: 0 1rem;
  }
}
@media (max-width: 63.9375em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu > li {
    min-width: unset;
  }
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
  line-height: 27px;
  border-radius: 3px;
  margin: 5px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu > li > a,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
    margin: 0;
  }
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a a,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a {
  width: 100%;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name {
    font-weight: normal;
    display: none;
  }
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a::after,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::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: 10px;
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  left: auto;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after {
  display: none;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu {
  position: absolute;
  min-width: unset;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .oktav-menu-bar .eke-user-menu .dropdown.menu > li > a::before,
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::before {
    content: "\e91f";
    font-family: "nkp-admin" !important;
    font-weight: normal;
  }
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a::after {
  border-color: #fff transparent transparent;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after, .oktav-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after {
  border-color: #6f6f6f transparent transparent;
}
.oktav-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a {
  background-color: rgb(255, 255, 255);
  color: #fff;
}
.oktav-menu-bar .eke-user-menu .lang-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.oktav-menu-bar .eke-user-menu .lang-selector.mini {
  cursor: pointer;
}
.oktav-menu-bar .eke-user-menu .lang-selector.mini .select-item {
  cursor: pointer;
}
.oktav-menu-bar .eke-user-menu .lang-selector.mini .lang {
  justify-content: center;
  width: 100%;
}
.oktav-menu-bar .eke-user-menu .lang-selector .select-header {
  position: relative;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 5px;
  margin-right: 15px;
}
.oktav-menu-bar .eke-user-menu .lang-selector .select-header a {
  padding: 10px;
  padding-right: 30px;
  border: 0;
}
.oktav-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: #fff transparent transparent;
  right: 10px;
  left: auto;
}
.oktav-menu-bar .eke-user-menu .lang-selector .lang {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .oktav-menu-bar .eke-user-menu .top-bar__link {
    padding: 0.7rem 0;
  }
}
.oktav-menu-bar .eke-submenu .select-menu {
  position: relative;
  border: 0;
  padding: 0;
}
.oktav-menu-bar .eke-submenu .select-menu .select-item a.lang {
  padding-left: 2.5rem;
}
.oktav-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 */
}
.oktav-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.oktav-menu-bar .eke-book-menu.is-active > a {
  color: #eee;
}
.oktav-menu-bar .eke-book-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.oktav-menu-bar .eke-book-menu .eke-submenu {
  z-index: 551;
}
.oktav-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 */
}
.oktav-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.oktav-menu-bar .eke-search-menu.is-active > a {
  color: #eee;
}
.oktav-menu-bar .eke-search-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.oktav-menu-bar .eke-search-menu .eke-submenu {
  z-index: 551;
}

.mobile-menu-icon {
  cursor: pointer;
}
@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: #1d1b62;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
}
@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;
  }
}
@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;
  color: #fff;
}

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

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

.eke-notifications i {
  cursor: pointer;
}
.eke-notifications.active .counter {
  visibility: visible;
}
.eke-notifications .counter {
  visibility: hidden;
  color: #333;
  font-size: 0.7rem;
  position: absolute;
  font-weight: bold;
  border: 1px solid #1d1b62;
  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: #000;
  -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: 50vh;
  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;
}
.oktav-menu-bar .eke-notifications-pane ul {
  background-color: #eee;
}
.eke-notifications-pane ul li {
  border-top: 1px solid silver;
  color: #000;
}
.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%;
  min-height: 40px;
}
.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: #000;
  display: flex;
  align-items: center;
  outline: none;
  background-color: transparent;
}
.oktav-menu-bar .eke-notifications-pane ul li a {
  color: #fff;
}
.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: #fff;
  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;
}

/*functions menu*/
.functions-menu {
  width: 364px;
  margin: 2rem auto 0;
  background-color: #1d1b62;
  border-radius: 5px;
}
.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: #fff 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: #1d1b62;
}
.functions-menu .functions-list .function:hover a {
  color: #fff;
}
.functions-menu .functions-list .function a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  outline: none;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-decoration: none !important;
  padding: 10px;
}
.functions-menu .functions-list .function a:hover {
  background-color: #00b1c7;
  width: calc(100% + 10px);
  border-radius: 5px;
}
.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: #1d1b62;
}

/* 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 {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #999;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.menu-switch span {
  opacity: 0.5;
}
.menu-switch span.active {
  color: #005083;
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 1500px) {
  .menu-switch {
    position: relative;
    top: unset;
    left: unset;
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .menu-switch {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 10;
  }
}
@media (max-width: 639px) {
  .menu-switch {
    position: relative;
    top: unset;
    left: unset;
    padding: 15px;
  }
}

.profile-menu {
  margin-right: 10px;
}
@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;
  }
  .profile-menu > li .menu-title {
    white-space: normal !important;
  }
  .profile-menu > li .submenu-title:after {
    border-color: #2399c5 transparent transparent !important;
    top: 20px !important;
  }
}

/* secondary-menu */
.secondary-menu {
  background-color: #1d1b62;
}
.secondary-menu a,
.secondary-menu button {
  color: #fff;
}
.secondary-menu .login-button {
  padding: 0.6rem 1rem;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .secondary-menu .login-button {
    padding: 21px;
    margin-bottom: unset;
  }
}
.secondary-menu .login-button i {
  display: none;
}
.secondary-menu .register-button {
  padding: 15px;
  background-color: #00b1c7;
  border-radius: 8px;
  margin: 0 1rem 10px 1rem;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) {
  .secondary-menu .register-button {
    margin: 0 10px 0 0;
    margin-bottom: unset;
  }
}
.secondary-menu .register-button i {
  display: none;
}
.secondary-menu .menu,
.secondary-menu .menu a,
.secondary-menu .menu li {
  display: flex;
  align-items: center;
}
.secondary-menu .menu > a,
.secondary-menu .menu a > a,
.secondary-menu .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) {
  .secondary-menu .menu,
.secondary-menu .menu a,
.secondary-menu .menu li {
    width: 100%;
  }
}
.secondary-menu .menu {
  padding: 0;
  color: #fff;
}
.secondary-menu .menu .menuitem {
  height: 68px;
  background-color: #1d1b62;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.secondary-menu .menu .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .secondary-menu .menu {
    flex-direction: column;
  }
}
.secondary-menu .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.secondary-menu .top-bar__link span {
  white-space: nowrap;
}
.secondary-menu .top-bar__link:hover, .secondary-menu .top-bar__link.is-active {
  background-color: #1d1b62;
}

.search-bar {
  position: relative;
  left: 0;
  right: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.search-bar .social-media-container {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: flex-end;
  padding: 1rem 0.5rem;
}
.search-bar.slide {
  position: fixed;
  transform: translateY(-75px);
}
@media screen and (max-width: 63.9375em) {
  .search-bar.slide {
    transition: inherit;
    transform: translateY(0px);
    position: inherit;
  }
}
.search-bar .eke-top-bar {
  padding: 0;
  color: #fff;
  max-width: 1170px;
  margin: 0 auto;
  background-color: transparent;
}
.search-bar .eke-top-bar .top-bar-left {
  max-height: 100%;
}
.search-bar .eke-top-bar a,
.search-bar .eke-top-bar button {
  color: #fff;
}
.search-bar .eke-top-bar .login-button {
  padding: 0.6rem 1rem;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 40em) {
  .search-bar .eke-top-bar .login-button {
    padding: 21px;
    margin-bottom: unset;
  }
}
.search-bar .eke-top-bar .login-button i {
  display: none;
}
.search-bar .eke-top-bar .register-button {
  padding: 15px;
  background-color: #00b1c7;
  border-radius: 8px;
  margin: 0 1rem 10px 1rem;
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) {
  .search-bar .eke-top-bar .register-button {
    margin: 0 10px 0 0;
    margin-bottom: unset;
  }
}
.search-bar .eke-top-bar .register-button i {
  display: none;
}
.search-bar .eke-top-bar .menu,
.search-bar .eke-top-bar .menu a,
.search-bar .eke-top-bar .menu li {
  display: flex;
  align-items: center;
}
.search-bar .eke-top-bar .menu > a,
.search-bar .eke-top-bar .menu a > a,
.search-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) {
  .search-bar .eke-top-bar .menu,
.search-bar .eke-top-bar .menu a,
.search-bar .eke-top-bar .menu li {
    width: 100%;
  }
}
.search-bar .eke-top-bar .menu {
  padding: 0;
  color: #fff;
}
.search-bar .eke-top-bar .menu .menuitem {
  height: 68px;
  background-color: #1d1b62;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.search-bar .eke-top-bar .menu .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-bar .eke-top-bar .menu {
    flex-direction: column;
  }
}
.search-bar .eke-top-bar.menu-text {
  padding: 0;
}
.search-bar .eke-top-bar .eke-top-bar__menu-logo {
  padding: 0 !important;
  margin: auto 0 !important;
  flex: 0 170px;
}
.search-bar .eke-top-bar .eke-top-bar__menu-logo a {
  padding: 0 !important;
}
.search-bar .eke-top-bar .eke-top-bar__menu-logo img {
  height: 100%;
  max-height: 100%;
  padding: 0.8em;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .search-bar .eke-top-bar .eke-top-bar__menu-logo {
    display: none !important;
  }
}
.search-bar .eke-top-bar .eke-top-bar__menu-logo a:hover {
  background-color: transparent;
}
.search-bar .eke-top-bar ul:not(.select-menu, .eke-submenu_) {
  flex-wrap: nowrap;
  background-color: transparent;
}
.search-bar .eke-top-bar ul:not(.select-menu, .eke-submenu_) a {
  transition: border-color 0.1s ease-in-out;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
}
.search-bar .eke-top-bar ul.select-menu {
  flex-wrap: nowrap;
  background-color: #fefefe;
}
.search-bar .eke-top-bar ul.select-menu a {
  transition: border-color 0.1s ease-in-out;
  color: #99bc85;
  font-weight: normal;
  font-size: 1.1rem;
}
.search-bar .eke-top-bar ul.eke-submenu_ {
  flex-wrap: nowrap;
}
.search-bar .eke-top-bar ul.eke-submenu_ a {
  transition: border-color 0.1s ease-in-out;
  color: #99bc85;
  font-weight: normal;
  font-size: 1.1rem;
}
.search-bar .eke-top-bar .top-bar__link {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  font-family: "MontserratSemiBold";
  font-size: 16px;
}
.search-bar .eke-top-bar .top-bar__link span {
  white-space: nowrap;
}
.search-bar .eke-top-bar .top-bar__link:hover, .search-bar .eke-top-bar .top-bar__link.is-active {
  color: #fff;
  background-color: transparent;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .search-bar .eke-top-bar .top-bar__link:hover, .search-bar .eke-top-bar .top-bar__link.is-active {
    display: none;
  }
}
.search-bar .eke-top-bar .top-bar__link.eke-top-bar-active {
  color: #1d1b62;
}
.search-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #1d1b62;
}
@media screen and (max-width: 63.9375em) {
  .search-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .search-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after {
    background-color: #1d1b62;
  }
}
.open .search-bar .eke-top-bar .top-bar__link .hide-for-medium-only {
  display: block !important;
}
.search-bar .eke-header-icons {
  padding: 2px 0;
  margin: 0%;
  height: 45px;
  width: 45px;
  margin-right: 6px;
}
.search-bar .eke-submenu {
  min-width: 10em;
  border: 1px solid #cacaca;
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform: translateY(100%);
  background-color: #1d1b62;
}
.search-bar .eke-submenu h4 {
  display: none;
}
.search-bar .eke-submenu li {
  width: 100%;
}
.search-bar .eke-submenu a {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .search-bar .eke-submenu {
    position: relative;
    flex: 1;
  }
}
.search-bar .menuitem {
  position: relative;
  height: 55px;
}
.search-bar .menuitem.has-submenu .menuitem {
  height: unset;
}
.search-bar .menuitem.has-submenu .submenu-title {
  display: flex;
}
.search-bar .menuitem.has-submenu .submenu-title .submenu-btn {
  padding: 15px;
}
.search-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: #fff transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
@media screen and (min-width: 64em) {
  .search-bar .menuitem.has-submenu .submenu-title .submenu-btn {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.search-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 */
}
.search-bar .eke-book-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.search-bar .eke-book-menu.is-active > a {
  color: #eee;
}
.search-bar .eke-book-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.search-bar .eke-book-menu .eke-submenu {
  z-index: 551;
}
.search-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 */
}
.search-bar .eke-search-menu.is-dropdown-submenu-parent > a::after {
  display: none !important;
}
.search-bar .eke-search-menu.is-active > a {
  color: #eee;
}
.search-bar .eke-search-menu .submenu a {
  width: 100%;
  padding: 0.7rem 1rem !important;
}
.search-bar .eke-search-menu .eke-submenu {
  z-index: 551;
}

@media screen and (max-width: 991px) {
  .eke-content-wrapper {
    padding-top: 0 !important;
  }
  .eke-content-wrapper .teaser {
    padding: 30px 20px !important;
  }
}
.main-container {
  overflow: hidden;
}
.main-container .top-container {
  position: relative;
}
.main-container .main-top {
  background: url("/img/greentea_bike.png") 50% 50%;
  max-height: 680px;
  background-size: cover;
  height: 680px;
  background-position-x: right;
}
.main-container .main-top > div {
  max-width: 400px;
  position: absolute;
  top: 65px;
  left: 150px;
}
@media (max-width: 575px) {
  .main-container .main-top > div {
    position: unset;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
  }
}
.main-container .main-top > div img {
  max-width: 285px;
  margin-left: -25px;
  margin-bottom: 40px;
}
.main-container .main-top > div .top-text {
  font-size: 70px;
  font-family: "HindBold";
  color: #1d1b62;
  line-height: 1.2;
  letter-spacing: -3px;
}
@media (max-width: 1280px) {
  .main-container .main-top > div .top-text {
    text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  }
}
@media (max-width: 450px) {
  .main-container .main-top > div .top-text {
    font-size: 45px;
  }
}
.main-container .main-top > div .sub-top-text {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .main-container .main-top > div .sub-top-text {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
@media (max-width: 450px) {
  .main-container .main-top > div .sub-top-text {
    font-size: 18px;
  }
}
.main-container .main-top > div .button-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-container .main-top > div .button-container .button {
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
}
.main-container .info-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: flex-start;
  min-height: 720px;
  background-color: #fff;
  padding: 120px 100px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .main-container .info-container {
    padding: 50px 100px;
  }
}
.main-container .info-container .info-card {
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
.main-container .info-container .info-card img {
  height: 178px;
  width: 178px;
}
.main-container .info-container .info-card h2 {
  color: #1d1b62;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.8;
  font-weight: 600;
  text-align: center;
}
.main-container .info-container .info-card > div {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  text-align: center;
}
.main-container .learn-container {
  min-height: 675px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .learn-container .text {
  padding: 120px 100px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.main-container .learn-container .text h2 {
  color: #067150;
  font-size: 64px;
  font-weight: 700;
}
.main-container .learn-container .text button {
  margin-bottom: 0;
}
.main-container .learn-container .text > div {
  font-size: 20px;
}
.main-container .learn-container .image {
  height: 100%;
  width: 50%;
  display: flex;
}
.main-container .learn-container .image img {
  object-fit: cover;
}
@media (max-width: 1024px) {
  .main-container .learn-container {
    display: block;
  }
  .main-container .learn-container .text {
    width: 100%;
    padding: 50px 100px;
    gap: 20px;
  }
  .main-container .learn-container .image {
    width: 100%;
  }
  .main-container .learn-container .image img {
    width: 100%;
  }
}
.main-container .partnership-container {
  padding: 80px 100px;
  background-color: #f0fbf1;
}
.main-container .partnership-container h2 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: #067150;
  margin-bottom: 50px;
}
.main-container .partnership-container .partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 95px;
}
.main-container .partnership-container .partner-list .partner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 300px;
}
.main-container .partnership-container .partner-list .partner strong {
  font-size: 20px;
  text-align: center;
}
.main-container .partnership-container .partner-list .partner .details,
.main-container .partnership-container .partner-list .partner .text {
  text-align: center;
  font-size: 16px;
}
.main-container .partnership-container .partner-list .partner img {
  background-color: #fff;
  border-radius: 12px;
  height: 100px;
  width: 200px;
  padding: 20px;
}
.main-container .articles {
  margin-top: -225px;
  min-height: 200px;
}
@media screen and (max-width: 39.9375em) {
  .main-container .articles {
    top: 0;
  }
}
.main-container .articles .content-articles {
  flex: 1;
}
.main-container .articles .content-articles .info {
  display: none;
}
.main-container .articles .content-articles .column.article {
  padding: 1rem;
}
.main-container .articles .content-articles .column.article .content-article-column {
  border-radius: 5px;
  height: 450px;
  background-color: #fff;
  padding-top: 10px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(19, 59, 99, 0.1);
}
.main-container .articles .content-articles .column.article .btn-more {
  display: none;
}
.main-container .articles .content-articles .column.article .img {
  height: 220px;
  position: relative;
}
.main-container .articles .content-articles .column.article .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  position: absolute;
  padding: 0 !important;
}
.main-container .articles .content-articles .column.article .article {
  margin-right: 10px;
  margin-left: 10px;
}
.main-container .articles .content-articles .column.article .article .title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
}
.main-container .articles .content-articles .column.article .article .title a:after {
  content: "»";
  color: #1d1b62;
  margin-left: 3px;
  font-size: 35px;
}
.main-container .articles .content-articles .column.article .article p.desc {
  font-size: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .main-container .articles .content-articles .column.article {
    max-width: 450px;
    margin: 0 auto;
  }
}
.main-container .separator {
  display: flex;
  position: relative;
  width: 100%;
  background-color: #00b1c7;
}
@media screen and (max-width: 991px) {
  .main-container .separator {
    height: 225px;
  }
}
.main-container .separator .separator-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-container .separator .separator-content p {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.main-container .our-missions {
  display: flex;
  justify-content: space-between;
  padding: 80px 100px;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .main-container .our-missions {
    padding: 40px 20px;
  }
}
.main-container .our-missions .left-side {
  display: grid;
  gap: 10px;
}
.main-container .our-missions .left-side .card {
  background-size: 100%;
  border-radius: 10px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 20px;
  margin: 0;
  transition: background-size 0.5s ease;
  background-position: center;
  cursor: pointer;
}
.main-container .our-missions .left-side .card:hover {
  background-size: 110%;
}
.main-container .our-missions .left-side button {
  background-color: #00b1c7;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .our-missions .left-side button i {
  margin-left: 5px;
}
.main-container .our-missions .left-side .top-side {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.main-container .our-missions .left-side .top-side .goals {
  background-image: url("/img/goals.png");
}
.main-container .our-missions .left-side .top-side .learning-options {
  background-image: url("/img/learning.png");
}
.main-container .our-missions .left-side .projects {
  background-image: url("/img/projects.jpg");
  width: 100%;
}
.main-container .our-missions .right-side {
  max-width: 30%;
}
.main-container .our-missions .right-side img {
  max-width: 270px;
  margin-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .main-container .our-missions .right-side img {
    margin-bottom: 30px;
  }
}
.main-container .our-missions .right-side h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1d1b62;
  margin-bottom: 55px;
}
.main-container .our-missions .right-side p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #757575;
}
.main-container .our-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 150px;
  background-image: url("/img/background-light.png");
}
.main-container .our-offer h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1d1b62;
  margin-bottom: 65px;
}
.main-container .our-offer p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #757575;
  margin-bottom: 65px;
}
.main-container .our-offer .offer-cards {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 65px;
}
.main-container .our-offer .offer-cards .offer-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  text-align: center;
}
.main-container .our-offer .offer-cards .offer-card img {
  max-width: 120px;
  margin-bottom: 20px;
}
.main-container .our-offer .offer-cards .offer-card h3 {
  font-size: 26px;
  font-weight: 600;
  color: #1d1b62;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}
.main-container .our-offer .offer-cards .offer-card p {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  font-family: "Montserrat", sans-serif;
}
.main-container .our-offer button {
  background-color: #00b1c7;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-container .our-offer button i {
  margin-right: 10px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .main-container .separator .separator-content {
    width: 90%;
  }
  .main-container .our-missions {
    flex-direction: column-reverse;
  }
  .main-container .our-missions .right-side {
    max-width: 100%;
  }
  .main-container .our-offer {
    padding: 30px 50px;
  }
  .main-container .our-offer .offer-cards {
    flex-direction: column;
    align-items: center;
  }
}
.main-container .projects {
  padding: 80px 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top left, #ecf6ff, #ffffff);
}
@media screen and (max-width: 991px) {
  .main-container .projects {
    padding: 40px 20px;
  }
}
.main-container .projects h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1d1b62;
  margin-bottom: 65px;
}
.main-container .projects p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #757575;
  margin-bottom: 65px;
}
.main-container .projects .project-cards {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 991px) {
  .main-container .projects .project-cards {
    flex-direction: column;
  }
}
.main-container .projects .project-cards .project-card {
  max-width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(19, 59, 99, 0.1);
  width: 33%;
}
@media screen and (max-width: 991px) {
  .main-container .projects .project-cards .project-card {
    width: 100%;
    max-width: unset;
  }
}
.main-container .projects .project-cards .project-card img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  max-height: 200px;
}
.main-container .projects .project-cards .project-card .project-card-content {
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.main-container .projects .project-cards .project-card .project-card-content .project-card-top {
  display: flex;
  justify-content: space-between;
}
.main-container .projects .project-cards .project-card .project-card-content .project-card-top .tag {
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}
.main-container .projects .project-cards .project-card .project-card-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1d1b62;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}
.main-container .projects .project-cards .project-card .project-card-content p {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin-bottom: 25px;
}
.main-container .projects .project-cards .project-card .project-card-content button {
  width: fit-content;
  margin-bottom: 0;
  margin-left: auto;
  font-weight: 600;
}

.participants-container {
  margin-top: 70px;
  background-color: #e6e6e6;
  border-top: 3px solid #1d1b62;
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px;
}
.participants-container .participants {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.participants-container .participants .participant {
  border-radius: 15px;
  background-color: #1d1b62;
  padding: 0;
  margin: 0 10px 0 10px;
  height: 350px;
  margin-bottom: 25px;
}
.participants-container .participants .participant .top {
  background-color: #1d1b62;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  height: 25%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.participants-container .participants .participant .top p {
  margin-bottom: 0;
}
.participants-container .participants .participant .bottom {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  text-align: center;
  height: 75%;
  position: relative;
  padding-top: 15px;
}
.participants-container .participants .participant .bottom a {
  display: block;
  font-size: 0.85rem;
}
.participants-container .participants .participant img {
  max-height: 110px;
  position: absolute;
  bottom: 10px;
  right: 50%;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 20px);
}
.participants-container > h3 {
  position: absolute;
  right: 50%;
  transform: translate(50%, -100%);
  background: #1d1b62;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  top: 0;
}

.footer-wrapper {
  min-height: 150px;
  background: #1d1b62;
  padding: 80px 150px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 991px) {
  .footer-wrapper {
    padding: 40px 20px;
  }
}
.footer-wrapper hr {
  opacity: 0.25;
  width: 100%;
  max-width: 100%;
  border: solid 0.5px #fff;
  margin-top: 50px;
}
.footer-wrapper .footer-top {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-wrapper .footer-top .footer-logo-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-top .footer-logo-container {
    flex-direction: column;
    align-items: center;
  }
}
.footer-wrapper .footer-top .footer-logo-container img {
  max-width: 200px;
  height: fit-content;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.footer-wrapper .footer-top p {
  margin-bottom: 0;
}
.footer-wrapper .footer-top a {
  color: #fff;
}
.footer-wrapper .footer-top a:hover {
  color: #ffffff;
}
.footer-wrapper .footer-top .links {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-top .links {
    margin-left: 0;
  }
}
.footer-wrapper .footer-top .links .group {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.footer-wrapper .footer-top .links .group .group-title {
  margin-bottom: 15px;
}
.footer-wrapper .footer-top .links .group hr {
  margin: 0;
}
.footer-wrapper .footer-bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.footer-wrapper .footer-bottom .footer-bottom-content {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer-bottom .footer-bottom-content .erasmus,
.footer-wrapper .footer-bottom .footer-bottom-content .cc {
    flex-direction: column;
  }
}
.footer-wrapper .footer-bottom .footer-bottom-content .erasmus {
  display: flex;
}
.footer-wrapper .footer-bottom .footer-bottom-content .erasmus img {
  width: 125px;
  margin-right: 20px;
}
.footer-wrapper .footer-bottom .footer-bottom-content .cc {
  display: flex;
  margin-bottom: 30px;
}
.footer-wrapper .footer-bottom .footer-bottom-content .cc img {
  width: 125px;
  margin-right: 20px;
}
.footer-wrapper .footer-bottom > div {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-bottom > div p {
  margin: 0;
}
.footer-wrapper .footer-bottom .social-media {
  margin-left: 20px;
  display: flex;
  gap: 15px;
}
.footer-wrapper .footer-bottom .social-media a {
  display: flex;
  align-items: center;
}

.training-material-wrapper .books,
.training-material-wrapper .tasks {
  height: 625px;
  display: flex;
  align-items: center;
}
.training-material-wrapper .books h2,
.training-material-wrapper .tasks h2 {
  color: #1d1b62;
  font-family: "MontserratSemiBold";
}
.training-material-wrapper .books > div,
.training-material-wrapper .tasks > div {
  width: 65%;
  display: flex;
  flex-flow: column;
  gap: 50px;
}
@media screen and (max-width: 1296px) {
  .training-material-wrapper .books > div,
.training-material-wrapper .tasks > div {
    width: 100%;
  }
}
.training-material-wrapper .books p,
.training-material-wrapper .tasks p {
  text-align: justify;
  color: #2b2b2b;
}
@media screen and (max-width: 1296px) {
  .training-material-wrapper .books div:last-of-type {
    display: none;
  }
}
.training-material-wrapper .books img {
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1296px) {
  .training-material-wrapper .tasks div:first-of-type {
    display: none;
  }
}
.training-material-wrapper .tasks img {
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
}
.training-material-wrapper .task-container {
  background-color: #f6f6f8;
}
.training-material-wrapper .booklist {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.training-material-wrapper .booklist .book-card {
  border-radius: 12px;
  width: 270px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #f9f9f9;
  height: 100%;
  max-height: 380px;
}
.training-material-wrapper .booklist .book-card:hover {
  transform: scale(1.03);
}
.training-material-wrapper .booklist .book-card .book-image {
  height: 52%;
  position: relative;
}
.training-material-wrapper .booklist .book-card .book-image.empty::before {
  background: url("/img/emptycover.png") no-repeat;
  background-size: contain;
  content: "";
  height: 90%;
  width: 100%;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  filter: contrast(3.5);
}
.training-material-wrapper .booklist .book-card .book-image img {
  border-radius: 12px 12px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.training-material-wrapper .booklist .book-card .book-card-bottom {
  padding: 15px;
  background-image: url("/img/bookopen.svg");
  background-repeat: no-repeat;
  background-position: right top;
  height: 48%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.training-material-wrapper .booklist .book-card .book-card-bottom .book-title h5 {
  color: #067150;
  font-size: 20px;
  margin: 0;
}
.training-material-wrapper .booklist .book-card .book-card-bottom .book-type {
  color: #303030;
  font-size: 16px;
  margin-bottom: 15px;
}
.training-material-wrapper .booklist .book-card .book-card-bottom .book-info {
  color: #636363;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.training-material-wrapper .booklist .book-card .book-card-bottom .published-at {
  text-align: right;
  color: #303030;
}

.oktav-login-page .login-box,
.oktav-register-page .login-box {
  max-height: 850px;
  background-size: cover;
  height: 850px;
  background-position-x: right;
  position: relative;
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box,
.oktav-register-page .login-box {
    max-height: 1150px;
    height: 1150px;
  }
}
.oktav-login-page .login-box .login-block,
.oktav-register-page .login-box .login-block {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box .login-block,
.oktav-register-page .login-box .login-block {
    max-width: 90%;
  }
}
.oktav-login-page .login-box .login-block .login-bottom,
.oktav-register-page .login-box .login-block .login-bottom {
  display: flex;
  background: linear-gradient(to top left, #1d1b62, #00b1c7);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
@media screen and (min-width: 40em) {
  .oktav-login-page .login-box .login-block .login-bottom,
.oktav-register-page .login-box .login-block .login-bottom {
    padding: 50px;
  }
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box .login-block .login-bottom,
.oktav-register-page .login-box .login-block .login-bottom {
    flex-direction: column;
  }
}
.oktav-login-page .login-box .login-block .login-bottom .informations,
.oktav-register-page .login-box .login-block .login-bottom .informations {
  display: flex;
  flex-direction: column;
  margin-right: 250px;
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box .login-block .login-bottom .informations,
.oktav-register-page .login-box .login-block .login-bottom .informations {
    margin-right: unset;
  }
}
.oktav-login-page .login-box .login-block .login-bottom .informations h3,
.oktav-register-page .login-box .login-block .login-bottom .informations h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 60px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations p,
.oktav-register-page .login-box .login-block .login-bottom .informations p {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations p i,
.oktav-register-page .login-box .login-block .login-bottom .informations p i {
  margin-right: 10px;
  color: #fff;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .description,
.oktav-register-page .login-box .login-block .login-bottom .informations .description {
  margin-bottom: 60px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .contact,
.oktav-register-page .login-box .login-block .login-bottom .informations .contact {
  margin-bottom: 90px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations p:last-of-type,
.oktav-register-page .login-box .login-block .login-bottom .informations p:last-of-type {
  margin-bottom: 24px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box .login-block .login-bottom .informations .social-icons,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons {
    margin-bottom: 50px;
  }
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons .icon::before,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons .icon::before {
  content: "";
  display: block;
  background-size: contain !important;
  background-position: center center;
  width: 32px;
  height: 32px;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons .icon-facebook::before,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons .icon-facebook::before {
  background-image: url("/img/icon/facebook_w.svg");
  background-repeat: no-repeat;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons .icon-instagram::before,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons .icon-instagram::before {
  background-image: url("/img/icon/instagram_w.svg");
  background-repeat: no-repeat;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons .icon-linkedin::before,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons .icon-linkedin::before {
  background-image: url("/img/icon/linkedin_w.svg");
  background-repeat: no-repeat;
}
.oktav-login-page .login-box .login-block .login-bottom .informations .social-icons .icon-youtube::before,
.oktav-register-page .login-box .login-block .login-bottom .informations .social-icons .icon-youtube::before {
  background-image: url("/img/icon/youtube_w.svg");
  background-repeat: no-repeat;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form,
.oktav-register-page .login-box .login-block .login-bottom .login-form {
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  width: 580px;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1296px) {
  .oktav-login-page .login-box .login-block .login-bottom .login-form,
.oktav-register-page .login-box .login-block .login-bottom .login-form {
    max-width: 100%;
  }
}
.oktav-login-page .login-box .login-block .login-bottom .login-form input,
.oktav-register-page .login-box .login-block .login-bottom .login-form input {
  border-radius: 10px;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form .username p,
.oktav-register-page .login-box .login-block .login-bottom .login-form .username p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form .password p,
.oktav-register-page .login-box .login-block .login-bottom .login-form .password p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form label,
.oktav-register-page .login-box .login-block .login-bottom .login-form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form label input,
.oktav-register-page .login-box .login-block .login-bottom .login-form label input {
  margin: 0;
  margin-top: 40px;
  margin-right: 10px;
}
.oktav-login-page .login-box .login-block .login-bottom .login-form label a,
.oktav-register-page .login-box .login-block .login-bottom .login-form label a {
  color: #00b1c7;
  font-weight: 700;
}
.oktav-login-page .button-container,
.oktav-register-page .button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.oktav-login-page .button-container button,
.oktav-register-page .button-container button {
  margin: 0;
}
.oktav-login-page .reg,
.oktav-register-page .reg {
  text-align: center;
  margin-top: 20px;
}
.oktav-login-page .reg a,
.oktav-register-page .reg a {
  color: #1d1b62;
}
.oktav-login-page .links a,
.oktav-register-page .links a {
  color: #1d1b62;
}

.footer-wrapper .footer-top a {
  color: #fff;
}

.oktav-register-page .login-box {
  max-height: 600px;
}
.oktav-register-page .login-box .login-block {
  top: 45%;
}

.exercise-selector-page {
  background-color: #f1f8ee;
}
.exercise-selector-page .exercise-selector-h3,
.exercise-selector-page .exercise-selector-h4 {
  text-shadow: none;
  color: #1d1b62;
}
.exercise-selector-page .exercise-selector-button {
  padding: 10px;
  background: #fff !important;
  color: #1d1b62 !important;
  border-radius: 20px;
  border: 1px solid #1d1b62;
}
.exercise-selector-page .exercise-selector-button img {
  max-height: 100px;
}

.exe-container .exe-header {
  background: rgba(0, 0, 0, 0) !important;
  gap: 10px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.exe-container .exe-header .exe-header-info {
  gap: 10px;
}
.exe-container .exe-header .exe-engine-name {
  display: none;
}
.exe-container .exe-header .container-exercise-title {
  color: #636363;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  height: 48px;
}
.exe-container .exe-header .exe-header-info {
  height: 60px;
}
.exe-container .exe-header .exe-image {
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  border-radius: 5px;
  height: 48px;
  width: 48px;
  max-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exe-container .exe-header .exe-image .eke-controls-image {
  margin: 0;
  height: 24px;
  width: 24px;
}
.exe-container .exe-header .exe-header-tools {
  height: 100%;
  gap: 10px;
}
.exe-container .exe-header .exe-header-tools .tools-button {
  height: 48px;
  width: 48px;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exe-container .exe-header .exe-header-tools .tools-button:not(:last-child) {
  margin: 0;
}
.exe-container .exe-header .exe-header-tools .tools-button img {
  height: unset !important;
}
.exe-container .exe-start-mask {
  border-radius: 5px;
  bottom: 0;
  left: 6px;
  right: 6px;
}
.exe-container .exe-modal-parent {
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.exe-container .exe-engine {
  border-color: #f9f9f9 !important;
  border-width: 6px !important;
  border-bottom: none !important;
}
.exe-container .exe-controls {
  border: 1px solid #d9d9d9;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.exe-container .exe-controls-header {
  background: #f9f9f9 !important;
  border-radius: 0 !important;
}
.exe-container .exe-controls-button {
  color: #067150;
}
.exe-container .exe-socials {
  margin-top: 10px;
  padding-bottom: 10px;
}
.exe-container .exe-socials .exe-socials-buttons {
  background-color: transparent;
  min-width: unset;
}
.exe-container .exe-socials .exe-socials-buttons .like-block > span {
  display: flex;
  gap: 10px;
  padding-right: 3px;
}
.exe-container .exe-socials .exe-socials-buttons .usr-like {
  background: linear-gradient(163.82deg, rgba(185, 185, 185, 0.2) 9.9%, rgba(145, 145, 145, 0.2) 56.41%);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border: none;
  border-radius: 5px;
  color: #636363;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.exe-container .exe-socials .exe-socials-buttons .usr-like.like {
  margin: 0 !important;
}
.exe-container .exe-socials .exe-socials-buttons .usr-like.collection {
  margin: 0 !important;
}
.exe-container .exe-socials .exe-socials-buttons .usr-like .button-title {
  display: none;
}

.ReactTable {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
.ReactTable .rt-th {
  text-align: left !important;
  justify-content: left !important;
  font-size: 13px;
}
.ReactTable .rt-thead.-header {
  box-shadow: none !important;
  height: 64px;
  color: #1d1b62;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: none !important;
  font-size: 13px;
}
.ReactTable .rt-tbody .rt-td span {
  color: #1d1b62;
}
.ReactTable .rt-thead .rt-th {
  border-right: none !important;
}
.ReactTable.hideHeader .rt-thead.-header {
  height: 0px;
  visibility: hidden;
}
.ReactTable .pagination-bottom .-pagination {
  box-shadow: none !important;
}
.ReactTable .pagination-bottom .-btn {
  border: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
}
.ReactTable .pagination-bottom .-previous,
.ReactTable .pagination-bottom .-next {
  flex: 0.5 !important;
}
.ReactTable .pagination-bottom .-next .-btn:before {
  content: "\f061";
  font-weight: 600;
  font-size: 20px !important;
  margin-top: 0 !important;
}
.ReactTable .pagination-bottom .-previous .-btn:before {
  content: "\f060";
  font-weight: 600;
  font-size: 20px !important;
  margin-top: 0 !important;
}

.class-room-container .classroom-list-header {
  height: 50px;
  background: url("/img/classroom/classroomlist_header.png") no-repeat center;
  width: 100%;
  background-size: cover;
}
.class-room-container .class-room-title {
  font-size: 36px;
  color: #1d1b62;
  border-bottom: 1px solid #919191;
  font-weight: 600;
  margin: 20px 0;
}
.class-room-container .classroom-groups {
  background-color: #f7f9f7;
  border-radius: 12px;
  padding: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 20px;
}
.class-room-container .classroom-groups .column {
  position: relative;
}
.class-room-container .classroom-groups .group-status-badge {
  position: absolute;
  top: 15px;
  left: 5px;
  padding: 7px 14px;
  border-radius: 20px;
  background-color: #ff4f7b;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
  line-height: 1.1;
}
.class-room-container .classroom-groups .classroom-group {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.class-room-container .classroom-groups .classroom-group.active .classroom-top {
  background: url("/img/classroom/green.svg") no-repeat;
  background-size: cover;
}
.class-room-container .classroom-groups .classroom-group.teacher .classroom-top {
  background: url("/img/classroom/brown.svg") no-repeat;
  background-size: cover;
}
.class-room-container .classroom-groups .classroom-group.invitation .classroom-top {
  background: url("/img/classroom/red.svg") no-repeat;
  background-size: cover;
}
.class-room-container .classroom-groups .classroom-group .classroom-top {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.class-room-container .classroom-groups .classroom-group .classroom-top .classroom-menu {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.3019607843);
  border-radius: 50%;
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.class-room-container .classroom-groups .classroom-group .classroom-top .group-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.class-room-container .classroom-groups .classroom-group .classroom-top .member-status {
  background: rgba(255, 255, 255, 0.2588235294);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 18px;
  margin-top: 10px;
}
.class-room-container .classroom-groups .classroom-group .group-data {
  background-color: #636363;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.class-room-container .classroom-groups .classroom-group .group-bottom {
  padding: 15px;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .group-size p {
  color: #636363;
  font-weight: 600;
  text-align: right;
  margin: 0;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .button-group {
  margin-top: 15px;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .owner-data {
  display: flex;
  gap: 15px;
  align-items: center;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .owner-data .owner {
  color: #636363;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .owner-data .teacher-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.class-room-container .classroom-groups .classroom-group .group-bottom .owner-data .teacher-icon i {
  height: 60px;
  width: 60px;
  background-color: #636363;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  box-shadow: rgba(28, 126, 93, 0.3) 0px 1px 2px 0px, rgba(28, 126, 93, 0.15) 0px 2px 6px 2px;
}

.content-wrapper {
  padding-top: 0;
}
.content-wrapper .classroom {
  padding-top: 110px;
}
.content-wrapper .classroom .callout {
  border: none;
}
.content-wrapper .classroom .post-refresh-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrapper .classroom .classroom-group-head {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  padding: 15px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  background-color: #47a178;
  color: #fff;
}
.content-wrapper .classroom .classroom-group-head .group-name {
  font-weight: 600;
}
.content-wrapper .classroom .start-post-area {
  border-bottom: 1px solid #8c8c8c;
  margin: 20px 0 0 0;
}
.content-wrapper .classroom .post {
  border-radius: 12px;
  background-color: #47a178;
  color: #fff;
  padding: 12px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.content-wrapper .classroom .post.sent-by-admin {
  background-color: #067150;
}
.content-wrapper .classroom .post .header {
  position: relative;
}
.content-wrapper .classroom .post .header .name-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.content-wrapper .classroom .post .header .name-block .date {
  margin: 0;
  font-size: 12px;
}
.content-wrapper .classroom .post .header .settings {
  position: absolute;
  right: 5px;
  top: 5px;
}
.content-wrapper .classroom .post .post-text p {
  font-size: 16px;
}

.content-article-container .header {
  height: 250px;
  background: url(/img/stories-header.svg) no-repeat center;
  width: 100%;
  background-size: cover;
  background-position: left;
}
.content-article-container .content-articles {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.content-article-container .article-box {
  background-color: #f7f9f7;
  border-radius: 12px;
  padding: 20px;
}
.content-article-container .article-box .article .button {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #ff4f7b, #c50e37) border-box;
  border: 2px solid transparent;
  color: #1d1b62;
}
.content-article-container .article-box .lead-img {
  justify-content: end;
}
.content-article-container .article-box .lead-img img {
  max-height: 250px;
  border-radius: 12px;
}

.content-articles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 190px;
  gap: 25px;
}
@media screen and (max-width: 1296px) {
  .content-articles {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.content-articles div {
  display: flex;
}
.content-articles .article-box {
  background: linear-gradient(to top, #f4faff, #ffffff);
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  justify-content: space-between;
}
.content-articles .article-box .article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: unset;
}
.content-articles .article-box .article .title a {
  font-size: 22px;
  font-weight: 600;
  color: #1d1b62;
  font-family: "Montserrat";
  margin-bottom: 16px;
}
.content-articles .article-box .article .desc {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 32px;
  font-family: "Montserrat";
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Max 3 sor */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-articles .article-box .lead-img {
  flex: unset;
}
.content-articles .article-box .lead-img img {
  height: 280px;
  width: 280px;
  object-fit: cover;
  border-radius: 10px;
}

.banner-image,
.breadcrumb-container,
.publish-info {
  display: none !important;
}

.content-show {
  position: relative;
  font-family: "Montserrat";
  overflow-x: hidden;
}
.content-show .cms-title-wrapper {
  width: 100%;
  min-height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-bottom: 60px;
  padding-top: 30px;
}
.content-show .cms-title-wrapper:before {
  content: "";
  background-image: url(/img/header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scaleX(1.5);
}
.content-show .cms-title-wrapper ~ .row {
  position: relative;
}
.content-show .title {
  border-bottom: none;
  font-family: "Montserrat" !important;
  z-index: 10;
  color: #1d1b62;
  font-size: 36px;
  font-weight: 600;
}
.content-show .teaser {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 70px;
  margin-top: -65px;
  right: 50%;
  width: 100%;
  font-size: 18px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.hero-section {
  background-image: url("/img/hero-bg.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 110px 128px 0 128px;
}
@media screen and (max-width: 991px) {
  .hero-section {
    padding: 40px 20px 0 20px;
  }
}
.hero-section .left-side {
  display: flex;
  flex-direction: column;
  max-width: 515px;
}
.hero-section .left-side img {
  margin-bottom: 70px;
  max-width: 330px;
}
.hero-section .left-side h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 24px;
  color: #757575;
}
@media screen and (max-width: 991px) {
  .hero-section .left-side h3 {
    font-size: 18px;
  }
}
.hero-section .left-side h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1d1b62;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 991px) {
  .hero-section .left-side h1 {
    font-size: 25px;
  }
}
.hero-section .right-side {
  display: flex;
}
.hero-section .right-side img {
  margin-left: 15%;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .hero-section .left-side {
    max-width: 100%;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
  }
  .hero-section .right-side {
    display: none;
  }
}

.icon::before {
  content: "";
  display: block;
  background-size: contain !important;
  background-position: center center;
  width: 32px;
  height: 32px;
}

.icon-marker::before {
  background-image: url("/img/icon/marker.svg");
  background-repeat: no-repeat;
}

.icon-website::before {
  background-image: url("/img/icon/website.svg");
  background-repeat: no-repeat;
}

.icon-phone::before {
  background-image: url("/img/icon/phone.svg");
  background-repeat: no-repeat;
}

.icon-email::before {
  background-image: url("/img/icon/email.svg");
  background-repeat: no-repeat;
}

.contact-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
  padding: 145px;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 1296px) {
  .contact-page {
    grid-template-columns: 1fr 1fr;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
}
.contact-page .partner {
  max-width: 350px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact-page .partner .partner-image {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.contact-page .partner .partner-image img {
  height: auto;
  max-height: 125px;
  object-fit: contain;
}
.contact-page .partner .partner-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #1d1b62;
  margin-top: 30px;
  text-align: center;
}
.contact-page .partner .partner-content p:first-of-type {
  margin-top: 35px;
}
.contact-page .partner .partner-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #797979;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.contact-page .partner .partner-content p i {
  margin-right: 10px;
}
.contact-page .partner .partner-content a {
  display: flex;
  align-items: center;
  color: #1d1b62;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.contact-page .partner .partner-content a i {
  margin-right: 10px;
}
.contact-page .partner .partner-content .link {
  margin-top: 10px;
}
.contact-page .partner .partner-content .social-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  max-width: 70%;
}
.contact-page .partner .partner-content .social-links a {
  max-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-page .partner .partner-content .social-links a i {
  max-height: 32px;
}

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

html,
body {
  height: 100%;
  background-color: #fff;
}

#eke-app {
  height: 100%;
}

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

a {
  color: #99bc85;
}
a:hover {
  color: #00b1c7;
}

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

.eke-content-wrapper {
  flex: 1;
  position: relative;
  min-height: 100%;
  padding-top: 68px;
}
@media (max-width: 639px) {
  .eke-content-wrapper {
    padding-top: 0;
  }
}
.eke-content-wrapper.with-sidebar > .SplitPane {
  padding-top: 68px;
}

.editor-page {
  padding-top: 68px;
}

.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;
}

.page-title {
  font-size: 36px;
  color: #1d1b62;
  border-bottom: 1px solid #919191;
  font-weight: 600;
  margin: 20px 0;
}

.button,
.button:hover {
  background: #00b1c7;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0;
  color: #fff;
}
.button:not(.small),
.button:hover:not(.small) {
  font-size: 16px;
}
.button.clear, .button.clear:hover, .button.hollow, .button.hollow:hover,
.button:hover.clear,
.button:hover.clear:hover,
.button:hover.hollow,
.button:hover.hollow:hover {
  background: #ffffff;
  border: 2px solid #00b1c7;
  color: #00b1c7;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0;
}

.action-cell .button {
  padding-right: 1em;
  padding-left: 1em;
}

.padder {
  padding: 0 120px;
}

.header-component {
  position: relative;
}
.header-component .bg {
  min-height: 255px;
  background: url("/img/header.png");
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center;
  justify-content: center;
  flex-flow: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 60px;
}
.header-component .bg h1 {
  color: #797979;
  font-size: 26px;
  font-family: "MontserratSemiBold";
}
.header-component .bg h2 {
  color: #1d1b62;
  font-size: 36px;
  text-align: center;
  font-family: "MontserratSemiBold";
}
.header-component .sub {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 35px;
  margin-top: -65px;
  right: 50%;
  width: 100%;
  font-size: 18px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (min-width: 40em) {
  .header-component .sub {
    padding: 40px 70px;
  }
}

.partners-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 150px;
}
.partners-footer h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1d1b62;
  margin-bottom: 35px;
}
.partners-footer .partners-logos {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.partners-footer .partners-logos img {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .partners-footer {
    padding: 30px 50px;
  }
  .partners-footer .partners-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .partners-footer .partners-logos img {
    max-width: 200px;
    max-height: 140px;
    width: 100%;
  }
  .partners-footer .partners-logos img:not(:last-child) {
    margin-bottom: 20px;
  }
  .partners-footer .partners-logos img:not(:first-child) {
    margin-top: 20px;
  }
}
.button.primary, .button.primary:active, .button.primary:focus, .button.primary[disabled] {
  background-color: #00b1c7;
}
.button.primary.hollow {
  background-color: #1d1b62;
  color: #fff;
}
.button.primary.hollow:hover {
  background-color: #00b1c7;
  color: #fff;
}
.button.primary:hover {
  font-size: 0.75rem;
}

.page-title {
  color: #1d1b62;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.eke-notifications-pane ul li a {
  color: #000 !important;
}

.eke-top-bar ul a:hover {
  background-color: unset !important;
}