@charset "UTF-8";
@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.footer_wrapper {
  position: relative;
  height: 50px;
}

.footer_container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ececec;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /*@media only screen and (max-width: $break_mobile_l) {*/
}
@media only screen and (max-width: 450px) {
  .footer_content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer_content .logo_container {
  display: flex;
  align-items: center;
  margin-left: 15px;
  height: 80%;
  width: 20%;
  min-width: 130px;
  max-height: 25px;
  /*margin-right: 15px;*/
  /*@media only screen and (max-width: $break_mobile_l) {*/
}
@media only screen and (max-width: 450px) {
  .footer_content .logo_container {
    height: 40%;
  }
}
.footer_content .logo_container .footer_logo {
  margin-right: 15px;
  height: 100%;
  width: 100%;
  background-image: url(../assets/holmlogo.png);
  background-position: 0 center;
  background-size: contain;
  background-repeat: no-repeat;
  /*@media only screen and (max-width: $break_mobile_l) {*/
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  .footer_content .logo_container .footer_logo {
    background-position: center center;
    margin: 0;
    position: relative;
    margin-top: 5px;
  }
}
.footer_content .footer_link_container {
  /*@media only screen and (max-width: $break_mobile_l) {*/
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
}
@media only screen and (max-width: 450px) {
  .footer_content .footer_link_container {
    height: 50%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_content .footer_link_container {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_content .footer_link_container {
    font-size: 16px;
  }
}
.footer_content .footer_link_container .footer_link {
  margin-right: 15px;
}
.footer_content .footer_link_container .footer_link a {
  color: #898989;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.header_wrapper {
  position: relative;
  height: 100px;
  z-index: 9990;
}
@media only screen and (max-width: 425px) {
  .header_wrapper {
    height: 50px;
  }
}

.header_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0.25turn, #017AA9, #00518E);
  display: flex;
  align-items: center;
  color: #fff;
  height: 100px;
}
@media only screen and (max-width: 425px) {
  .header_container {
    height: 50px;
  }
}

.header_container-title {
  /*width: 30%;*/
  /*min-width: 300px;*/
  /*width: 50%;*/
  height: 100%;
  background: linear-gradient(0.25turn, #01A8E5, #00ABE9);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  position: relative;
  /*@media only screen and (max-width: $break_mobile_l) {
      min-width: 200px;
  }*/
}
@media only screen and (max-width: 1024px) {
  .header_container-title {
    /*width: 50%;*/
  }
}
.header_container-title .header_container-logo {
  height: 100%;
  position: absolute;
  right: 20%;
}

.header_container-title h1 {
  margin: 0;
  padding-left: 25px;
  padding-right: 180px;
  /*todo*/
}
@media only screen and (max-width: 425px) {
  .header_container-title h1 {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_container-title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .header_container-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .header_container-title h1 {
    font-size: 16px;
  }
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.ui-dialog.phish-dialog {
  font-size: 16px !important;
  font-family: "abel_light";
  position: relative;
  padding: 15px;
  margin: 0;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 50px !important;
  max-width: 270px !important;
}
@media only screen and (max-width: 1024px) {
  .ui-dialog.phish-dialog {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ui-dialog.phish-dialog {
    font-size: 16px !important;
  }
}
.ui-dialog.phish-dialog .ui-dialog-buttonpane {
  padding: 0.3em 0 !important;
  border: 0;
}
.ui-dialog.phish-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
.ui-dialog.phish-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
  font-family: "abel_light";
  padding: 10px;
  margin: 0;
  min-width: 40%;
  max-width: 100%;
  box-sizing: border-box;
  /*font-size: 12px;*/
  border: none !important;
  background: #00B050;
  color: #fff;
  outline: 0;
}
.ui-dialog.phish-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child {
  background: #017AA9;
  color: #fff;
}

.bubble {
  position: relative;
  width: 250px;
  height: 120px;
  padding: 0px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #000000 solid 1px !important;
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -19px;
  /*-20*/
  left: calc(50% - 20px);
}

.bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #000000 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -20px;
  /*-21*/
  left: calc(50% - 20px);
}

.l0.bubble:before {
  left: calc(20px);
}

.l0.bubble:after {
  left: calc(20px);
}

.l5.bubble:before {
  left: calc(5% - 20px);
}

.l5.bubble:after {
  left: calc(5% - 20px);
}

.l10.bubble:before {
  left: calc(10% - 20px);
}

.l10.bubble:after {
  left: calc(10% - 20px);
}

.l15.bubble:before {
  left: calc(15% - 20px);
}

.l15.bubble:after {
  left: calc(15% - 20px);
}

.l20.bubble:before {
  left: calc(20% - 20px);
}

.l20.bubble:after {
  left: calc(20% - 20px);
}

.l25.bubble:before {
  left: calc(25% - 20px);
}

.l25.bubble:after {
  left: calc(25% - 20px);
}

.l30.bubble:before {
  left: calc(30% - 20px);
}

.l30.bubble:after {
  left: calc(30% - 20px);
}

.l35.bubble:before {
  left: calc(35% - 20px);
}

.l35.bubble:after {
  left: calc(35% - 20px);
}

.l40.bubble:before {
  left: calc(40% - 20px);
}

.l40.bubble:after {
  left: calc(40% - 20px);
}

.l45.bubble:before {
  left: calc(45% - 20px);
}

.l45.bubble:after {
  left: calc(45% - 20px);
}

.l50.bubble:before {
  left: calc(50% - 20px);
}

.l50.bubble:after {
  left: calc(50% - 20px);
}

.l55.bubble:before {
  left: calc(55% - 20px);
}

.l55.bubble:after {
  left: calc(55% - 20px);
}

.l60.bubble:before {
  left: calc(60% - 20px);
}

.l60.bubble:after {
  left: calc(60% - 20px);
}

.l65.bubble:before {
  left: calc(65% - 20px);
}

.l65.bubble:after {
  left: calc(65% - 20px);
}

.l70.bubble:before {
  left: calc(70% - 20px);
}

.l70.bubble:after {
  left: calc(70% - 20px);
}

.l75.bubble:before {
  left: calc(75% - 20px);
}

.l75.bubble:after {
  left: calc(75% - 20px);
}

.l80.bubble:before {
  left: calc(80% - 20px);
}

.l80.bubble:after {
  left: calc(80% - 20px);
}

.l85.bubble:before {
  left: calc(85% - 20px);
}

.l80.bubble:after {
  left: calc(85% - 20px);
}

.l85.bubble:before {
  left: calc(85% - 20px);
}

.l85.bubble:after {
  left: calc(85% - 20px);
}

.l90.bubble:before {
  left: calc(90% - 20px);
}

.l90.bubble:after {
  left: calc(90% - 20px);
}

.l95.bubble:before {
  left: calc(95% - 20px);
}

.l95.bubble:after {
  left: calc(95% - 20px);
}

.l100.bubble:before {
  left: calc(100% - 20px);
}

.l100.bubble:after {
  left: calc(100% - 20px);
}

/*
#homedialog.ui-dialog-content {
    font-size: 12px;
}
*/
#homedialog {
  display: flex;
  padding: 0;
}
#homedialog #homedialogcontent {
  margin: 0 10px;
}
#homedialog #homedialogicon {
  font-size: 25px;
  color: #017AA9;
}

.home_wrapper {
  min-height: calc(100vh - 150px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 425px) {
  .home_wrapper {
    min-height: calc(100vh - 100px);
  }
}

.home_container {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  -o-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  will-change: transform;
  display: flex;
  justify-content: center;
  padding: 25px;
  border-radius: 15px;
  max-height: 90%;
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 700px;
}
.home_container .home_container-logo {
  margin: 0 auto;
  display: block;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .home_container {
    width: 80%;
  }
}
@media only screen and (max-width: 425px) {
  .home_container {
    padding: 10px 0px;
    margin: 0;
    width: 90%;
  }
}

.player_form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.player_form .agree_container {
  /*#player_name, #player_email, #select_language { 
      font-size: 12px; 
  }*/
}
.player_form .agree_container .agree_checkbox {
  pointer-events: none;
  padding: 0px 10px;
  padding-left: 0;
  /* margin-left: 0; */
  width: 50%;
  margin: 0 32px;
  margin-left: 0px;
}
.player_form .agree_container .agree_checkbox .checkmark {
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .player_form .agree_container .agree_checkbox {
    width: 80%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .player_form .agree_container .agree_checkbox {
    width: 100%;
    font-size: 16px;
  }
}
.player_form .agree_container label a {
  pointer-events: auto;
  margin: 0 10px;
  color: #000;
  font-size: 16px;
}
.player_form .select_language_container {
  display: flex;
  align-items: center;
  width: auto;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 425px) {
  .player_form .select_language_container {
    width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 425px) {
  .player_form .select_language_container .language_icon_container {
    margin-left: 10px;
  }
}
.player_form .select_language_container label {
  padding: 10px;
  /*color: $color_placeholder;*/
  color: black;
  cursor: pointer !important;
}
@media only screen and (max-width: 425px) {
  .player_form .select_language_container label {
    font-size: 16px;
  }
}

.input_start-button {
  background-color: #00518E;
  color: #fff;
  border: none;
  max-width: 30%;
}
@media only screen and (max-width: 1024px) {
  .input_start-button {
    max-width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .input_start-button {
    max-width: 100%;
  }
}

.element_hidden {
  display: none;
}

.check_icon {
  font-size: 25px !important;
  color: #c7c7cd;
  opacity: 1;
  transition: all 0.4s;
}

/*Uppdatering, matcha textstorlek på inputs, body text, välj språk*/
#player_name, #player_email, #home_terms, #page_description, #select_language {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #player_name, #player_email, #home_terms, #page_description, #select_language {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #player_name, #player_email, #home_terms, #page_description, #select_language {
    font-size: 16px;
  }
}

#home_terms {
  /*Privacy policy prevent line-break*/
}
@media only screen and (max-width: 375px) {
  #home_terms {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  #home_terms {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  #home_terms {
    font-size: 12px;
  }
}
@media only screen and (max-width: 425px) {
  #home_terms {
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  #home_terms {
    font-size: 12px;
  }
}
@media only screen and (max-width: 345px) {
  #home_terms {
    font-size: 10px;
  }
}

#home_terms {
  margin: 0;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
body {
  margin: 0 auto;
  padding: 0 auto;
  /*height: 100vh;*/
  /*width: 100vw;*/
  font-family: "abel_light";
}

input, span, a {
  font-family: "abel_light";
  letter-spacing: 0.04em;
}

::-webkit-input-placeholder {
  font-family: "abel_light";
  letter-spacing: 0.04em;
}

:-ms-input-placeholder {
  font-family: "abel_light";
  letter-spacing: 0.04em;
}

:-moz-placeholder {
  font-family: "abel_light";
  letter-spacing: 0.04em;
}

::-moz-placeholder {
  font-family: "abel_light";
  letter-spacing: 0.04em;
}

#container {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 425px) {
  #container {
    min-height: calc(100% - 100px);
  }
}

.remove .ui-dialog-titlebar {
  display: none !important;
}

.ui-dialog-titlebar .ui-corner-all .ui-widget-header .ui-helper-clearfix {
  display: none !important;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.questions_wrapper {
  min-height: calc(100vh - 150px);
  background: linear-gradient(to bottom, #ececec 40%, #fff 60%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 425px) {
  .questions_wrapper {
    min-height: calc(100vh - 100px);
    background: #fff;
    align-items: flex-start;
  }
}
.questions_wrapper .answer_button_container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px auto;
  min-width: 25%;
}
@media only screen and (max-width: 425px) {
  .questions_wrapper .answer_button_container {
    width: 100%;
  }
}
.questions_wrapper .answer_button_container .button {
  flex: 1;
  margin: 0 10px;
}
.questions_wrapper .next_question_container {
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
  width: 100%;
  display: none;
}

.button_text_big {
  font-size: 18px;
}

.question_title_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question_title_container #questionAnswerIcon {
  display: none;
  font-size: 24px;
}

.question_content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 25px;*/
}
.question_content_container {
  display: flex;
  justify-content: center;
  padding: 25px;
  border-radius: 15px;
  max-height: 90%;
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .question_content_container {
    width: 80%;
  }
}
@media only screen and (max-width: 425px) {
  .question_content_container {
    padding: 10px;
    margin: 0;
    width: 90%;
  }
}
.question_content_container #Question {
  width: 100%;
  height: 100%;
}

.example_mail {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.example_mail .div1 {
  min-height: 50px;
  min-width: 50px;
  background-color: red;
  color: #fff;
}
.example_mail .div2 {
  min-height: 50px;
  min-width: 50px;
  background-color: blue;
  color: #fff;
}
.example_mail .div3 {
  min-height: 50px;
  min-width: 50px;
  background-color: lime;
  color: #fff;
}
.example_mail .div4 {
  min-height: 50px;
  min-width: 50px;
  background-color: hotpink;
  color: #fff;
}

#tipbox.ui-dialog-content {
  /*font-size: 13px;*/
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #tipbox.ui-dialog-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #tipbox.ui-dialog-content {
    font-size: 16px;
  }
}

#tipbox {
  display: flex;
  padding: 0;
}
#tipbox #tipboxcontent {
  margin: 0 10px;
}
#tipbox #tipboxicon {
  font-size: 25px;
  color: #017AA9;
}

.question_counter-container {
  width: 100%;
  align-self: flex-start;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 425px) {
  .question_counter-container {
    width: 100%;
    margin: 0 10px;
    position: relative;
  }
}

.question_counter {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #c7c7cd;
  font-size: 36px;
}
.question_counter #tap_hint {
  display: none;
}
@media only screen and (max-width: 425px) {
  .question_counter #tap_hint {
    display: block;
  }
}
@media only screen and (max-width: 425px) {
  .question_counter {
    justify-content: space-between;
    font-size: 16px;
  }
}

#showlink {
  position: fixed;
  bottom: 0;
  left: 0;
  width: auto;
  height: 25px;
  z-index: 999;
  opacity: 0;
  transition: all 0.3s;
  padding: 5px 25px 0 5px;
  background-color: #555555;
  color: #fff;
}
@media only screen and (max-width: 425px) {
  #showlink {
    width: 100%;
    padding: 10px;
  }
}

.hoverActive {
  opacity: 0.8 !important;
}

.comment a {
  pointer-events: none;
}

.questions_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*margin-top: 80px;*/
  /*margin: 50px 0;*/
  padding: 50px 0;
  max-height: 90%;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .questions_container {
    width: 80%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 425px) {
  .questions_container {
    margin-top: 0;
    width: 90%;
  }
}

.progress-bar {
  width: calc(50% + 50px);
  margin: 0 auto;
  background-color: #BFBFBF;
  height: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.progress-bar span {
  height: 20px;
  /*width: 10%;*/
  background-color: #01689D;
  display: inline-block;
  border-radius: 5px;
}

.answer_button_container .answer_true, .answer_button_container .answer_false {
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 35%;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  font-family: OpenSansRegular;
  color: #00518E;
}

.checkbox input {
  display: none;
}

.checkbox input[type=checkbox] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #dadbe0;
  border-radius: 6px;
  border: 1px solid #dadbe0;
  margin: 0 10px 0 0px;
  margin-left: 10px;
}
@media only screen and (max-width: 425px) {
  .checkbox .checkmark {
    margin-left: 5px;
  }
}

.checkbox.lbl-left .checkmark {
  margin: 0 10px 0 0;
}

.checkbox .checkmark:after {
  content: "";
  display: none;
  text-align: center;
  height: 8px;
  width: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  position: relative;
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input:checked ~ .checkmark {
  background-color: #017AA9 !important;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .lbl {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkmark, .checkbox .lbl {
  cursor: pointer;
}

/* /Checkbox */
@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.button {
  border: none;
  border-radius: 10px;
  padding: 0px 11.25px;
  min-width: 25%;
  font-family: inherit;
  font-size: 16px;
  border-radius: 15px;
  /*transition: background-color 100ms ease-in-out, transform 100ms ease, color 100ms ease-in-out;*/
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 425px) {
  .button {
    font-size: 16px;
  }
}
.button.button--border {
  font-weight: 800;
}
.button.button--border:disabled {
  background-color: rgba(0, 0, 0, 0.16);
}
.button.button--border.button--inverse {
  border-color: #fff;
  color: #fff;
}
.button .large-text {
  font-size: 18px;
}
.button.button--medium {
  padding: 11.25px 15px;
}
@media only screen and (max-width: 425px) {
  .button.button--medium {
    font-size: 12px;
  }
}
.button.button--large {
  min-height: 50px;
  width: 100%;
  font-size: 18px;
  padding: 15px 0;
  text-transform: uppercase;
}
.button.button--large:active {
  transform: scale(0.99);
}
.button.button--round {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}
.button.button--round .button__icon {
  font-size: 18px;
}
.button.button--label {
  border: none;
  background-color: transparent;
}
.button.button--label.button--label-alternative {
  color: #fff;
}
.button.button--label:active {
  opacity: 0.7;
  background-color: transparent;
}
.button.button--wide {
  width: 100%;
}
.button.button--positive {
  background-color: #017AA9;
  color: #fff;
}
.button.button-wrong {
  background-color: red;
  color: #fff;
}
.button.button-wrong:active {
  /*color: $color_wrong;*/
}
.button.button-correct {
  background-color: #00B050;
  color: #fff;
}
.button.button-correct.active {
  /*color: $color_correct;*/
}
.button.button--alternative {
  background-color: #000;
  color: #000;
}
.button.button--highlight {
  background-color: #017AA9;
  color: #000;
}
.button.button--frosted {
  background-color: #fff;
  opacity: 0.6;
}
.button.button--icon .button__icon {
  margin: 0;
}
.button.button--fb {
  background-color: #2D509B;
  color: #fff;
  text-transform: none;
}
.button.button--fb:active {
  background-color: #1f3667;
}
.button .button__icon {
  font-size: 24px;
  margin: 0 7.5px;
}
.button .button__icon.button__icon--small {
  font-size: 12px;
}
.button:active {
  outline: none;
  /*transform: scale(0.97);
  background-color: $color_textwhite;
  color: $color_darkestblue;*/
  transform: scale(0.97);
  opacity: 0.8;
}
.button:focus {
  outline: none;
}
.button.button_dual {
  margin: 10px;
  width: 20%;
}
.button:disabled {
  opacity: 0.8;
  filter: grayscale(1);
  pointer-events: none;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.bottom_button {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 425px) {
  .bottom_button {
    display: block;
    margin: 15px;
  }
}

.terms_wrapper {
  position: relative;
}

.langauges_wrapper {
  width: 100%;
  position: relative;
}

.langauges_container {
  min-height: 200px;
}

.language_home_container {
  width: 80% !important;
  padding: 25px !important;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.page_title {
  text-align: center;
  /*margin: 2%;*/
  margin: 20px 5px;
  font-size: 36px;
  line-height: 36px;
  /*
  font-size: $f_body_l;
  @media only screen and (max-width: $break_laptop) {
      font-size: $f_body;
  }
  @media only screen and (max-width: $break_tablet) {
      font-size: $f_body_s;
  }
  */
}
.page_title h2 {
  font-family: "abel_bold";
  font-size: 36px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .page_title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page_title h2 {
    font-size: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .page_title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .page_title {
    font-size: 27px;
    line-height: 27px;
  }
}
.page_title.correct_answer {
  color: #00B050;
}
.page_title.wrong_answer {
  color: red;
}

.page_description {
  text-align: center;
  margin: 0 10px;
  /*margin: 2% auto;*/
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 1024px) {
  .page_description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .page_description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .page_description {
    width: 90%;
  }
}
.page_description .input_container {
  margin-top: 2%;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.result_wrapper {
  position: relative;
}
@media only screen and (max-width: 425px) {
  .result_wrapper .bottom_button {
    display: flex;
  }
}

.result_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.result_container .result_score-box {
  margin: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  flex: 1;
  max-width: 35%;
  color: #fff;
  min-height: 150px;
  max-height: 150px;
}
@media only screen and (max-width: 425px) {
  .result_container .result_score-box {
    max-width: 45%;
    min-height: 130px;
    max-height: 130px;
  }
}
.result_container .result_score-box .result_opponent_content {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 425px) {
  .result_container .result_score-box .result_opponent_content {
    height: 130px;
  }
}
.result_container .result_score-box .text-content {
  width: 100%;
}
.result_container .result_score-box .result_user_content {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  height: 150px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 425px) {
  .result_container .result_score-box .result_user_content {
    height: 130px;
  }
}
.result_container .result_score-box h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .result_container .result_score-box h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 520px) {
  .result_container .result_score-box h3 {
    font-size: 16px;
  }
}
.result_container .result_score-box .score {
  font-size: 48px;
}
.result_container .result_score-box p {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 56px !important;
}
.result_container .user-score {
  background-color: #00ABE9;
}
.result_container .challange_score {
  background-color: #bfbfbf;
  justify-content: space-between;
  text-align: center !important;
}

.challange, .share {
  margin: 10px;
}
.challange a, .share a {
  /*margin: 0 10px;*/
  margin: 0;
}

.invitation_container {
  text-align: center;
}

#user_procent {
  margin-bottom: 0;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  #user_procent {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  #user_procent {
    font-size: 16px;
  }
}

.singleplayer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page_close {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #c7c7cd;
  font-size: 36px;
  position: absolute;
  top: 0;
  right: 0;
  /*cursor: pointer;*/
}
@media only screen and (max-width: 425px) {
  .page_close {
    font-size: 24px;
  }
}
.page_close div {
  padding: 0 10px;
  cursor: pointer;
}

.input_container, .agree_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px;
}

@media only screen and (max-width: 425px) {
  .input_container {
    padding: 5px;
    margin: 0 5px;
  }
}
.input_container input {
  border-radius: 5px;
  padding: 10px;
  margin: 0 10px;
  width: 50%;
  border: 1px solid #9c9c9c;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .input_container input {
    width: 80%;
  }
}
@media only screen and (max-width: 425px) {
  .input_container input {
    width: 100%;
    /*padding: 5px;*/
    padding: 10px 5px;
    margin: 0 5px;
  }
}
.input_container .input_start-button {
  -webkit-appearance: none;
  border: none;
  max-width: 30%;
}
@media only screen and (max-width: 1024px) {
  .input_container .input_start-button {
    max-width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .input_container .input_start-button {
    max-width: 100%;
  }
}

input:invalid {
  box-shadow: none;
}

.ui-dialog-titlebar {
  display: none !important;
}

@font-face {
  font-family: "abel_light";
  font-weight: 600;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "abel_bold";
  font-weight: 500;
  src: url("../font/Abel-Regular.ttf") format("truetype");
}
/*
$f_body_xl: 17px;
$f_body_l : 16px;
$f_body : 14px;
$f_body_s : 12px;
$f_body_xxs: 11px;
$f_body_xs : 10px;
$f_body_xss : 9px;
*/
.bottom_button-invite {
  margin: 15px;
}

.invitation_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 425px) {
  .invitation_wrapper .input_container {
    display: flex;
    justify-content: center;
    width: 80%;
  }
}

.invitation_incorrect_email {
  display: none;
  color: red;
  width: 100%;
  text-align: center;
}

.invitation_wrapper .bottom_button-invite {
  margin-top: 10px;
}

.invitation_wrapper .input_container {
  margin-top: 20px;
}

.invitation_wrapper p {
  margin: 0;
}

body {
  margin: 0 auto;
}

/*# sourceMappingURL=styles.css.map */
