@font-face {
  font-family: BarlowSemiCondensed- Regular;
  src: url("../assets/fonts/BarlowSemiCondensed-Regular.ttf");
  font-weight: Regular;
}
@font-face {
  font-family: BarlowSemiCondensed- Italic;
  src: url("../assets/fonts/BarlowSemiCondensed-Italic.ttf");
  font-weight: Italic;
}
@font-face {
  font-family: BarlowSemiCondensed- SemiBold;
  src: url("../assets/fonts/BarlowSemiCondensed-SemiBold.ttf");
  font-weight: SemiBold;
}
@font-face {
  font-family: BarlowSemiCondensed- Bold;
  src: url("../assets/fonts/BarlowSemiCondensed-Bold.ttf");
  font-weight: Bold;
}
@font-face {
  font-family: BarlowSemiCondensed- Light;
  src: url("../assets/fonts/BarlowSemiCondensed-Light.ttf");
  font-weight: Light;
}
body,
.content-md,
p,
* {
  font-family: BarlowSemiCondensed-Regular;
}

body,
.content-md,
p {
  line-height: 1.3;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  background: none;
  height: unset;
}

h1 {
  font-family: BarlowSemiCondensed-Bold, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 30px;
}

h2 {
  font-family: BarlowSemiCondensed-Bold, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 24px;
}

h3 {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 19.995px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 19.995px;
}

h4 {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 18px;
}

h5 {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 15px;
}

p {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

em {
  font-family: BarlowSemiCondensed-Italic;
  font-size: 77%;
  margin-left: 4px;
}

strong {
  font-family: BarlowSemiCondensed-Bold;
}

label {
  font-size: 18px;
  font-family: BarlowSemiCondensed-SemiBold;
}

a {
  font-weight: bold;
  color: inherit;
}

.translation-wrapper {
  font-family: BarlowSemiCondensed-SemiBold;
}

.text-center,
[text-center] {
  text-align: center;
}

.fineprint {
  font-family: "BarlowSemiCondensed", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #b2b2b2;
  text-transform: none;
}

.full {
  min-height: 100%;
  min-width: 100%;
}
.full-h {
  min-height: 100%;
}
.full-w {
  min-width: 100%;
}

.middle-absolute,
#mobiDicoChoiceGame #questionWrap .choice-list-item > .box:after,
#mobiDicoChoiceGame #answerWrap .choice-list-item > .box:after,
label.checkbox .box:after,
label.radio .box:after,
.input-group.checkbox .box:after,
.input-group.radio .box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button,
.button,
input,
.input,
select,
.select {
  display: block;
  text-shadow: none;
  font-size: 18px;
  text-overflow: ellipsis;
  margin: 0;
  padding: 16px 20px;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: none;
  background-image: none;
}

::-webkit-input-placeholder {
  color: #b2b2b2;
}

button,
.button,
input[type=button] {
  -webkit-appearance: none;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color: #fff;
  height: unset;
  line-height: normal;
  font-family: BarlowSemiCondensed-SemiBold;
}
button.primary,
.button.primary,
input[type=button].primary {
  background-color: #007cb1;
  color: #fff;
}
button.secondary,
.button.secondary,
input[type=button].secondary {
  background-color: transparent;
  color: #fff;
  margin-top: 8px;
}
button.secondary + .secondary,
.button.secondary + .secondary,
input[type=button].secondary + .secondary {
  margin-top: 0;
}
button.block,
.button.block,
input[type=button].block {
  width: 100%;
}
button.light,
.button.light,
input[type=button].light {
  background-color: #fff;
  color: #4b4b4b;
}
button.clear,
.button.clear,
input[type=button].clear {
  background-color: transparent;
}
button.round,
.button.round,
input[type=button].round {
  width: 40px;
  min-height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.large,
.button.large,
input[type=button].large {
  height: 56px;
  min-width: 56px;
}
button.small,
.button.small,
input[type=button].small {
  height: 40px;
  min-width: 40px;
  font-size: 15px;
}
button > .icon,
.button > .icon,
input[type=button] > .icon {
  pointer-events: none;
}

input,
.input,
select,
.select {
  width: 100%;
  background: #fff;
  color: #4b4b4b;
}
input[type=checkbox], input[type=radio],
.input[type=checkbox],
.input[type=radio],
select[type=checkbox],
select[type=radio],
.select[type=checkbox],
.select[type=radio] {
  width: auto;
  height: auto;
  margin: 0;
}

select,
.select {
  height: 54px;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1.3;
  padding-top: 14px;
  padding-bottom: 12px;
  background-image: url("../img/icons/down.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
}

label.checkbox, label.radio,
.input-group.checkbox,
.input-group.radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
label.checkbox input, label.radio input,
.input-group.checkbox input,
.input-group.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
label.checkbox input:checked ~ .box:after, label.radio input:checked ~ .box:after,
.input-group.checkbox input:checked ~ .box:after,
.input-group.radio input:checked ~ .box:after {
  display: block;
}
label.checkbox:hover input ~ .box, label.radio:hover input ~ .box,
.input-group.checkbox:hover input ~ .box,
.input-group.radio:hover input ~ .box {
  background-color: #8fd3f1;
}
label.checkbox .box, label.radio .box,
.input-group.checkbox .box,
.input-group.radio .box {
  position: relative;
  width: 20px;
  height: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 16px;
  padding: 2px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
}
label.checkbox .box:after, label.radio .box:after,
.input-group.checkbox .box:after,
.input-group.radio .box:after {
  display: none;
  left: 50%;
  top: 50%;
  width: 75%;
}
label.radio .box,
.input-group.radio .box {
  border-radius: 50%;
}
label.radio .box:after,
.input-group.radio .box:after {
  content: "";
  height: 75%;
  background-color: white;
  border-radius: 50%;
}
label.checkbox .box:after,
.input-group.checkbox .box:after {
  content: url("../img/icons/check.svg");
}

.button-container {
  display: flex;
}
.button-container button:not(:first-of-type),
.button-container .button:not(:first-of-type) {
  margin-left: 16px;
}

form,
.form,
.form-group,
.button-group {
  margin-top: 20px;
}
form > *,
.form > *,
.form-group > *,
.button-group > * {
  margin-top: 14px;
}

hr {
  box-shadow: none;
  border: 0.5px solid white;
  margin: 20px 0;
}

.seperate {
  border-top: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}

html,
body {
  overflow: hidden;
  overflow: -moz-scrollbars-none;
  scrollbar-width: 0;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

html {
  padding-top: env(safe-area-inset-top);
  background-color: #009fe3;
  display: block;
  width: 100%;
  height: 100%;
}
html body {
  text-transform: none;
}

@media screen and (min-width: 451px) {
  html {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background: url("../img/fancy.png") no-repeat 50% 50%, linear-gradient(to top, #007cb1 0%, #009fe3 33%, #8fd3f1 100%);
    background-size: cover;
  }
  body {
    width: 100%;
    max-width: 360px;
    max-height: 660px;
    position: absolute;
    top: calc(50% - 330px);
    left: calc(50% - 180px);
    bottom: unset;
    box-shadow: 0 0 25px 0 #007cb1;
    background: transparent;
  }
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  height: 70px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  background-color: transparent;
}
.header #backButton {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.header #pageTitle {
  display: none;
}
.header button.light,
.header .button.light {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.header button:not(.header button.round,
.header .button.round),
.header .button:not(.header button.round,
.header .button.round) {
  width: auto;
  padding-bottom: 0;
  padding-top: 0;
}
.header button.back,
.header .button.back {
  top: unset;
  left: unset;
  float: none;
}
.header .langSwitch {
  position: relative;
  border: 2px solid white;
  width: 40px;
}
.header .langSwitch .icon {
  display: none;
  width: 100%;
}
.header .langSwitch .icon.active {
  display: block;
}
.header .langSwitch .icon.languageSwitcher {
  display: block;
}
.header .langSwitch .icon.languageSwitcher.active {
  pointer-events: auto;
}
.header .langSwitch .icon.languageSwitcher:not(.active) {
  position: absolute;
  bottom: -2px;
  right: -90%;
  transform: translateX(-100%);
  width: 64%;
  height: auto;
  border: 2px solid white;
  border-radius: 50%;
}
.header #loginToggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #007cb1;
}

#navbar {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}
#navbar .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
  cursor: pointer;
  padding: 0;
}
#navbar .button:hover {
  opacity: 0.7;
  transition: linear 0.2s;
}

#cookie {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 12px;
  padding: 20px;
  background: #007cb1;
}
#cookie p.cookiemessage {
  padding: 0;
  margin: 0;
}

.panel {
  background-image: url(../img/fancy.png);
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.panel,
[id$=Zone] {
  overflow: hidden scroll !important;
  overflow: -moz-scrollbars-none;
  scrollbar-width: 0;
  -ms-overflow-style: none;
}
.panel::-webkit-scrollbar,
[id$=Zone]::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}

.content {
  padding: 0 20px 20px;
}
.content .logo {
  width: 66%;
  display: block;
  transform: translateX(-20px);
  margin: 16px auto 24px;
}

.insetPanel {
  z-index: 1;
  width: 100%;
  display: none;
  min-height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 300ms;
}
.insetPanel.active {
  display: block;
  -webkit-backface-visibility: unset;
}

.active .insetPanel {
  display: block;
}

.page-title {
  text-align: center;
  text-shadow: 0 3px rgba(0, 0, 0, 0.2);
}
.page-title.large {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.page-title span {
  display: block;
  font-size: 18px;
  font-family: BarlowSemiCondensed-Regular;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4px;
  text-shadow: none;
}

#mobiDicoSearch,
#mobiDicoSearchLanguageSelect,
#mobiDicoResult {
  background-color: #009fe3;
}

#mobiDicoSearch .content,
#mobiDicoSearchLanguageSelect .content {
  padding-left: 32px;
  padding-right: 32px;
}
#mobiDicoSearch #searchBox,
#mobiDicoSearchLanguageSelect #searchBox {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
}
#mobiDicoSearch #searchBox #searchInput,
#mobiDicoSearchLanguageSelect #searchBox #searchInput {
  flex: 1;
  border: 0;
  outline: none;
  margin: 0;
  padding-right: 4px;
  background: transparent;
}
#mobiDicoSearch #searchBox #searchInput:focus,
#mobiDicoSearchLanguageSelect #searchBox #searchInput:focus {
  border: none;
  box-shadow: none;
}
#mobiDicoSearch #searchBox #clearSearch,
#mobiDicoSearch #searchBox #startSearch,
#mobiDicoSearchLanguageSelect #searchBox #clearSearch,
#mobiDicoSearchLanguageSelect #searchBox #startSearch {
  width: 40px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
#mobiDicoSearch #searchBox #clearSearch,
#mobiDicoSearchLanguageSelect #searchBox #clearSearch {
  display: none;
}
#mobiDicoSearch #searchBox #clearSearch .icon,
#mobiDicoSearchLanguageSelect #searchBox #clearSearch .icon {
  transform: translateY(2px);
}
#mobiDicoSearch #searchBox:last-child,
#mobiDicoSearchLanguageSelect #searchBox:last-child {
  margin-right: 8px;
}
#mobiDicoSearch #searchFilters,
#mobiDicoSearchLanguageSelect #searchFilters {
  position: relative;
  margin-top: 32px;
}
#mobiDicoSearch #searchFilters .search-all,
#mobiDicoSearchLanguageSelect #searchFilters .search-all {
  border-top: 1px solid #fff;
  padding-top: 14px;
}

#mobiDicoResult .content {
  padding-top: 0;
}
#mobiDicoResult .page-title {
  margin-bottom: 0;
  font-size: 36px;
}
#mobiDicoResult [id^=searchResultCount] {
  margin: 24px 0 12px;
  position: relative;
  text-align: center;
  font-family: BarlowSemiCondensed-SemiBold;
}
#mobiDicoResult [id^=searchResultCount] > * {
  font-family: BarlowSemiCondensed-SemiBold;
}
#mobiDicoResult [id^=searchResults] {
  position: relative;
}
#mobiDicoResult .result-list-item .result-list-category ~ .result-list-category {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  margin-top: -14px;
}
#mobiDicoResult .result-list-item .result-list-terms .term:first-of-type {
  padding-right: calc(40px - 8px);
}

.result-list-item,
.flip-card-item,
.glossary-list-item,
.fav-list-item,
.choice-list-item {
  position: relative;
  width: 100%;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 8px;
}

.result-list-category, .result-list-terms, .result-list-term,
.flip-card-category,
.flip-card-terms,
.flip-card-term,
.glossary-list-category,
.glossary-list-terms,
.glossary-list-term,
.fav-list-category,
.fav-list-terms,
.fav-list-term,
.choice-list-category,
.choice-list-terms,
.choice-list-term {
  padding-left: 20px;
  padding-right: 20px;
}
.result-list-category,
.flip-card-category,
.glossary-list-category,
.fav-list-category,
.choice-list-category {
  order: 0;
  background: #e3f2aa;
  color: #678303;
  padding: 12px 20px 24px;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: BarlowSemiCondensed-Regular;
}
.result-list-category span,
.flip-card-category span,
.glossary-list-category span,
.fav-list-category span,
.choice-list-category span {
  margin-right: 4px;
}
.result-list-category span:not(:first-of-type):before,
.flip-card-category span:not(:first-of-type):before,
.glossary-list-category span:not(:first-of-type):before,
.fav-list-category span:not(:first-of-type):before,
.choice-list-category span:not(:first-of-type):before {
  content: ">";
  margin-right: 4px;
}
.result-list-terms,
.flip-card-terms,
.glossary-list-terms,
.fav-list-terms,
.choice-list-terms {
  order: 1;
  z-index: 2;
  position: relative;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 24px;
  color: #4b4b4b;
  background-color: #fff;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  margin-top: -14px;
}
.result-list-terms.empty,
.flip-card-terms.empty,
.glossary-list-terms.empty,
.fav-list-terms.empty,
.choice-list-terms.empty {
  display: none;
}
.result-list-terms .term,
.flip-card-terms .term,
.glossary-list-terms .term,
.fav-list-terms .term,
.choice-list-terms .term {
  display: block;
  font-family: BarlowSemiCondensed-SemiBold;
  font-size: 24px;
  word-wrap: break-word;
  hyphens: auto;
}
.result-list-terms .term:first-of-type,
.flip-card-terms .term:first-of-type,
.glossary-list-terms .term:first-of-type,
.fav-list-terms .term:first-of-type,
.choice-list-terms .term:first-of-type {
  padding-right: calc(40px - 8px);
}
.result-list-info,
.flip-card-info,
.glossary-list-info,
.fav-list-info,
.choice-list-info {
  margin-top: -14px;
  order: 4;
  z-index: 1;
  background: linear-gradient(#e6e6e6 0, white 24px);
}
.result-list-info .button,
.flip-card-info .button,
.glossary-list-info .button,
.fav-list-info .button,
.choice-list-info .button {
  text-align: left;
  color: #4b4b4b;
  margin-top: 14px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.result-list-info .button:after,
.flip-card-info .button:after,
.glossary-list-info .button:after,
.fav-list-info .button:after,
.choice-list-info .button:after {
  content: url("../img/icons/info-s.svg");
  position: absolute;
  right: 20px;
  top: 12px;
}
.result-list-info-text,
.flip-card-info-text,
.glossary-list-info-text,
.fav-list-info-text,
.choice-list-info-text {
  font-family: BarlowSemiCondensed-Regular;
  font-size: 15px;
  line-height: 1.4;
  color: #b2b2b2;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0;
  transition: all 0.333s cubic-bezier(0.4, 0.01, 0.99, 0.62);
}
.result-list-info.active .result-list-info-text,
.result-list-info.active .glossary-list-info-text,
.result-list-info.active .fav-list-info-text,
.flip-card-info.active .result-list-info-text,
.flip-card-info.active .glossary-list-info-text,
.flip-card-info.active .fav-list-info-text,
.glossary-list-info.active .result-list-info-text,
.glossary-list-info.active .glossary-list-info-text,
.glossary-list-info.active .fav-list-info-text,
.fav-list-info.active .result-list-info-text,
.fav-list-info.active .glossary-list-info-text,
.fav-list-info.active .fav-list-info-text,
.choice-list-info.active .result-list-info-text,
.choice-list-info.active .glossary-list-info-text,
.choice-list-info.active .fav-list-info-text {
  max-height: 1000px;
  padding-bottom: 20px;
  transition: all 0.333s ease-in;
}
.result-list-term, .result-list-translation,
.flip-card-term,
.flip-card-translation,
.glossary-list-term,
.glossary-list-translation,
.fav-list-term,
.fav-list-translation,
.choice-list-term,
.choice-list-translation {
  order: 2;
  z-index: 2;
  padding: 4px 20px 0;
  font-family: BarlowSemiCondensed-Regular;
  font-size: 19.995px;
  color: #808080;
  background-color: #fff;
}
.result-list-term:last-of-type, .result-list-translation:last-of-type,
.flip-card-term:last-of-type,
.flip-card-translation:last-of-type,
.glossary-list-term:last-of-type,
.glossary-list-translation:last-of-type,
.fav-list-term:last-of-type,
.fav-list-translation:last-of-type,
.choice-list-term:last-of-type,
.choice-list-translation:last-of-type {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-bottom: 24px;
}

.add-to-favlist,
.cardToFavList,
.remove-from-favlist {
  position: absolute;
  z-index: 10001;
  top: 12px;
  right: 8px;
  transition: all 0.4s ease-in-out;
  opacity: 0.7;
}
.add-to-favlist:before,
.cardToFavList:before,
.remove-from-favlist:before {
  content: url("../img/icons/favorite.svg");
}
@keyframes active {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.333);
  }
  100% {
    transform: scale(1);
  }
}
.add-to-favlist.active,
.cardToFavList.active,
.remove-from-favlist.active {
  opacity: 0.8;
}
.add-to-favlist.active:before,
.cardToFavList.active:before,
.remove-from-favlist.active:before {
  animation: active 0.4s ease-in-out;
  content: url("../img/icons/favorited.svg");
}

#mobiDicoCardsSelect,
#mobiDicoChoiceSelect {
  height: 100%;
}
#mobiDicoCardsSelect .content,
#mobiDicoChoiceSelect .content {
  width: 100%;
  height: 100%;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#mobidicoCardsGame .button.next,
#mobiDicoChoiceGame .button.next {
  position: sticky;
  position: -webkit-sticky;
  z-index: 1000;
  bottom: 0;
  flex-shrink: 0;
  margin: 8px 0;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#mobidicoCardsGame [filler],
#mobiDicoChoiceGame [filler] {
  margin-top: 8px;
  height: 56px;
}

#mobidicoCards {
  background-color: #f26338;
}
#mobidicoCardsGame {
  height: 100%;
}
#mobidicoCardsGame .content {
  height: 100%;
  overflow-y: scroll;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-top: 20px;
  perspective: 1000px;
}
#mobidicoCardsGame .content .page-title {
  margin-top: 35px;
  margin-bottom: 16px;
}
#mobidicoCardsGame .fusion-container {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 58px;
}
#mobidicoCardsGame .card-container {
  position: relative;
  width: 100%;
  display: block;
  perspective: 1000px;
}
#mobidicoCardsGame .card-wrapper {
  position: relative;
  width: 100%;
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
#mobidicoCardsGame .card-wrapper .flip-card-item {
  width: 100%;
  height: 100%;
  margin-top: 0;
  flex: 1;
  min-height: 255px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#mobidicoCardsGame .card-wrapper .flip-card-item.front {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#mobidicoCardsGame .card-wrapper .flip-card-item.back {
  z-index: 2;
  transform: rotateY(180deg);
}
#mobidicoCardsGame .card-wrapper .flip-card-item .add-to-favlist {
  top: 8px;
}
#mobidicoCardsGame .card-wrapper .flip-card-item .flip-card-terms {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  margin-top: -14px;
  padding-top: 56px;
  padding-bottom: 66px;
  text-align: center;
}
#mobidicoCardsGame .card-wrapper .flip-card-item .flip-card-terms .term {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 4px;
  padding: 0;
}
#mobidicoCardsGame .card-wrapper.flip {
  transform: rotateY(-180deg);
  transition: transform 0.6s;
}
#mobidicoCardsGame #cardFlip {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #f26338;
  border: 3px solid #fff;
}
#mobidicoCardsGame #cardFlip .icon {
  margin-top: -2px;
  transform: rotateY(0deg);
  transition: transform 0.6s;
}
#mobidicoCardsGame #cardFlip.flip .icon {
  transform: rotateY(-180deg);
  transition: transform 0.6s;
}

#mobidicoGlossaries,
#mobidicoGlossariesDetails {
  background-color: #98bf0d;
}
#mobidicoGlossaries .content,
#mobidicoGlossariesDetails .content {
  display: block !important;
}
#mobidicoGlossaries .glossaries-list-item, #mobidicoGlossaries .glossaries-domains-item, #mobidicoGlossaries .glossaries-topics-item,
#mobidicoGlossariesDetails .glossaries-list-item,
#mobidicoGlossariesDetails .glossaries-domains-item,
#mobidicoGlossariesDetails .glossaries-topics-item {
  background-color: #fff;
  padding: 12px 20px;
  height: unset;
  color: #4b4b4b;
}
#mobidicoGlossaries .glossaries-list-item,
#mobidicoGlossariesDetails .glossaries-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e3f2aa;
  color: #98bf0d;
  font-family: BarlowSemiCondensed-Bold;
  font-size: 19.995px;
  margin-top: 8px;
}
#mobidicoGlossaries .glossaries-domains-item,
#mobidicoGlossariesDetails .glossaries-domains-item {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 2px;
  font-family: BarlowSemiCondensed-SemiBold;
}
#mobidicoGlossaries .glossaries-topics-item,
#mobidicoGlossariesDetails .glossaries-topics-item {
  margin-top: 1px;
  font-family: BarlowSemiCondensed-Regular;
}
#mobidicoGlossaries .glossary-list-item#glossaryDetailHead,
#mobidicoGlossariesDetails .glossary-list-item#glossaryDetailHead {
  margin-bottom: 16px;
}
#mobidicoGlossaries .glossary-list-category,
#mobidicoGlossariesDetails .glossary-list-category {
  padding: 20px;
  padding-right: 48px;
}
#mobidicoGlossaries .glossary-list-category .print-link,
#mobidicoGlossariesDetails .glossary-list-category .print-link {
  position: absolute;
  right: 8px;
}
#mobidicoGlossaries .glossary-list-terms,
#mobidicoGlossariesDetails .glossary-list-terms {
  margin-top: 0 !important;
}
#mobidicoGlossaries .expand-domains-icon,
#mobidicoGlossaries .expand-topics-icon,
#mobidicoGlossaries .open-glossary-detail-icon,
#mobidicoGlossariesDetails .expand-domains-icon,
#mobidicoGlossariesDetails .expand-topics-icon,
#mobidicoGlossariesDetails .open-glossary-detail-icon {
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 36px;
  height: 30px;
  margin-top: -13px;
}

#mobiDicoList {
  background-color: #ecc500;
}
#mobiDicoList .header {
  pointer-events: none;
}
#mobiDicoList .subpanelNav {
  width: auto;
  height: 40px;
  z-index: 9000;
  position: sticky;
  position: -webkit-sticky;
  top: 16px;
  left: 0;
  display: flex;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
#mobiDicoList .subpanelNav a {
  padding: 8px 16px;
  margin: 0 4px;
  border-radius: 50px;
  background: #fff;
  color: #b2b2b2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  line-height: 1.5;
  transform: translateX(-8px);
}
#mobiDicoList .subpanelNav a.active {
  color: #ecc500;
}
#mobiDicoList [class*=favorite-item-detail] {
  position: relative;
  order: 2;
}
#mobiDicoList .chronical {
  position: relative;
  margin-top: 24px;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #98bf0d;
  background: #e3f2aa;
  border-radius: 14px;
}
#mobiDicoList #thematicList .fav-list-category {
  padding: 10px 20px;
  border-radius: 14px;
  margin-top: 24px;
  font-size: 15px;
  font-family: BarlowSemiCondensed-SemiBold;
}
#mobiDicoList #thematicList .fav-list-terms {
  margin-top: 0;
}
#mobiDicoList .no-favorites {
  font-size: 18px;
  text-align: center;
  min-height: 33vh;
  display: flex;
  align-items: center;
}

#mobiDicoChoiceGame {
  background-color: #e03887;
}
#mobiDicoChoiceGame #questionWrap .content {
  margin-top: -70px;
}
#mobiDicoChoiceGame #questionWrap .content .page-title {
  margin-top: 35px;
}
#mobiDicoChoiceGame #questionWrap .content .page-title h1 {
  margin-bottom: 16px;
}
#mobiDicoChoiceGame #questionWrap,
#mobiDicoChoiceGame #answerWrap {
  height: 100%;
}
#mobiDicoChoiceGame #questionWrap .content,
#mobiDicoChoiceGame #answerWrap .content {
  height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-top: 20px;
}
#mobiDicoChoiceGame #questionWrap .choice-list,
#mobiDicoChoiceGame #answerWrap .choice-list {
  margin-left: 13.3333333333px;
  margin-bottom: 16px;
  width: calc(100% - 13.3333333333px);
}
#mobiDicoChoiceGame #questionWrap .choice-list-item,
#mobiDicoChoiceGame #answerWrap .choice-list-item {
  overflow: visible;
  text-align: left;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item .input-group, #mobiDicoChoiceGame #questionWrap .choice-list-item > .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item .input-group,
#mobiDicoChoiceGame #answerWrap .choice-list-item > .box {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item .input-group .box, #mobiDicoChoiceGame #questionWrap .choice-list-item > .box .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item .input-group .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item > .box .box {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #cfcfcf;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item > .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item > .box {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #f33f10;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item > .box:after,
#mobiDicoChoiceGame #answerWrap .choice-list-item > .box:after {
  content: "";
  display: none;
  background-color: white;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75%;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item.given-answer > *,
#mobiDicoChoiceGame #answerWrap .choice-list-item.given-answer > * {
  background-color: #fae8dc;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item.given-answer > .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item.given-answer > .box {
  background-color: #f33f10;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item.correct-answer > *,
#mobiDicoChoiceGame #answerWrap .choice-list-item.correct-answer > * {
  background-color: #f0fac8;
}
#mobiDicoChoiceGame #questionWrap .choice-list-item.correct-answer > .box,
#mobiDicoChoiceGame #answerWrap .choice-list-item.correct-answer > .box {
  background-color: #98bf0d;
}
#mobiDicoChoiceGame #questionWrap .choice-list-terms,
#mobiDicoChoiceGame #answerWrap .choice-list-terms {
  margin-top: 0;
}
#mobiDicoChoiceGame #questionWrap .choice-list-terms, #mobiDicoChoiceGame #questionWrap .choice-list-translation,
#mobiDicoChoiceGame #answerWrap .choice-list-terms,
#mobiDicoChoiceGame #answerWrap .choice-list-translation {
  padding-left: 32px;
}
#mobiDicoChoiceGame #questionWrap .choice-list-terms {
  padding-bottom: 16px;
  border-radius: 14px;
}
#mobiDicoChoiceGame #answerWrap .choice-list-item {
  border-radius: 14px;
}
#mobiDicoChoiceGame #answerWrap .choice-list-item .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobiDicoChoiceGame #answerWrap .choice-list-item .box:before {
  width: 50%;
  height: 50%;
  content: url("../img/icons/cross.svg");
}
#mobiDicoChoiceGame #answerWrap .choice-list-item.correct-answer .box:before {
  content: url("../img/icons/check.svg");
}
#mobiDicoChoiceGame #answerWrap .choice-list-item.correct-answer .choice-list-translation, #mobiDicoChoiceGame #answerWrap .choice-list-item.given-answer .choice-list-translation {
  color: #808080;
}
#mobiDicoChoiceGame #multipleChoiceResultLogo {
  position: relative;
  margin: 16px 0;
}

#jQUi {
  height: calc(100% - 0px) !important;
  overflow: hidden !important;
  position: relative;
}
#jQUi .jqPopup {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
}
#jQUi .jqPopup > * {
  color: #4b4b4b;
  text-align: center;
  font-size: 18px;
}
#jQUi .jqPopup .button {
  width: 100%;
  color: #fff;
  background: #009fe3;
  margin: 20px 0 0;
}
#jQUi > #splashscreen {
  display: flex;
  align-content: center;
  align-items: start;
  margin: 0;
  padding: 0 !important;
  border-radius: 0;
  opacity: 1;
  background-color: #009fe3 !important;
}
#jQUi > #splashscreen #background {
  width: 100%;
}
#jQUi > #splashscreen .loader {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.jqmScrollbar {
  z-index: 200;
}

#modalContainer {
  height: 100%;
  overflow: scroll;
  background-color: #009ee2;
  -webkit-transform: translate3d(0, 0, 0);
}

.ajax-loader {
  z-index: 1000;
  background-color: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
  color: white;
}

.ajax-loader img {
  opacity: 1;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -16px;
  margin-left: -16px;
}

.ajax-loader #favoriteProgress {
  opacity: 1;
  position: absolute;
  top: 52%;
  left: 50%;
  color: white;
  margin-left: -6px;
}

.ajax-loader div {
  opacity: 1;
  top: 60%;
  width: 100%;
  position: absolute;
  text-align: center;
}

#userZone,
#profileZone,
#recoveryZone,
#reassignZone,
#infoZone {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: scroll;
  margin: 0;
  background: #009fe3;
  transform: translateX(100%);
  transition: all ease-in-out 0.2s;
}
#userZone.active,
#profileZone.active,
#recoveryZone.active,
#reassignZone.active,
#infoZone.active {
  transform: translateX(0%);
}
#userZone #userForm .button.primary,
#profileZone #userForm .button.primary,
#recoveryZone #userForm .button.primary,
#reassignZone #userForm .button.primary,
#infoZone #userForm .button.primary {
  margin-top: 16px;
}
#userZone #userSubpanel,
#profileZone #userSubpanel,
#recoveryZone #userSubpanel,
#reassignZone #userSubpanel,
#infoZone #userSubpanel {
  color: #fff;
}
#userZone #registerForm textarea,
#profileZone #registerForm textarea,
#recoveryZone #registerForm textarea,
#reassignZone #registerForm textarea,
#infoZone #registerForm textarea {
  width: 100%;
  resize: none;
  border: none;
  font-size: 15px;
  margin-top: 8px;
}
#userZone #welcomeTextMessage,
#profileZone #welcomeTextMessage,
#recoveryZone #welcomeTextMessage,
#reassignZone #welcomeTextMessage,
#infoZone #welcomeTextMessage {
  font-family: BarlowSemiCondensed-Regular;
}
#userZone em,
#profileZone em,
#recoveryZone em,
#reassignZone em,
#infoZone em {
  font-size: inherit;
  margin: 0;
}

.gone {
  display: none;
}

.panel,
[id$=Zone] {
  padding-top: constant (safe-area-inset-top, 0px) !important;
}

[id$=Zone] {
  padding-bottom: constant (safe-area-inset-bottom, 0px);
}

#navbar {
  margin-bottom: constant (safe-area-inset-bottom, 0px);
}

#content,
.ajax-loader {
  bottom: calc(70px + constant (safe-area-inset-bottom, 0px)) !important;
}

.panel,
[id$=Zone] {
  padding-top: env (safe-area-inset-top, 0px) !important;
}

[id$=Zone] {
  padding-bottom: env (safe-area-inset-bottom, 0px);
}

#navbar {
  margin-bottom: env (safe-area-inset-bottom, 0px);
}

#content,
.ajax-loader {
  bottom: calc(70px + env (safe-area-inset-bottom, 0px)) !important;
}