:root {
  --man_color: #4AA1DA;
  --woman_color: #F756FF;
  --bkcolor_1: #FFFFFF;
  --color_1: #4AA1DA;
  --bkcolor_2: #233242;
  --color_2: #FFFFFF;
  --bkcolor_3: #DD3333;
  --color_3: #000000;
  --bkcolor_4: #4AA1DA;
  --color_4: #000000;
  --bkcolor_5: #000000;
  --color_5: #FFFFFF;
  --bkcolor_6: #414141;
  --color_6: #FFFFFF;
  --app_color: #B52C2C;
  --bkcolor_7: #000;
  --color_7: #FFF;
  --bkcolor_8: #070707;
  --bkcolor_9: #F14747;
  --bkcolor_10: #000000;
  --bkcolor_11: #FFFFFF;
  --color_12: #FFFFFF;
  --color_13: #FFFFFF;
  --bkcolor_14: #233242;
  --color_15: #FFFFFF;
  --bkcolor_16: #106766;
  --bkcolor_17: #FFFFFF;
  --bkcolor_18: #000000;
  --bkcolor_20: #FFFFFF;
  --color_20: #000000;
  --color_21: #2A2D33;
  --color_22: #2A2D33;
  --color_23: #2A2D33;
  --bkcolor_24: #DD3333;
  --bkcolor_26: #8B8B8B;
  --font_1: Arial;
  --font_1_url: [FONT1_URL];
  --font_2: Arial;
  --font_2_url: [FONT2_URL];
  --font_3: Arial;
  --font_3_url: [FONT3_URL];
  --font_4: Arial;
  --font_4_url: [FONT4_URL];
  --font_5: Arial;
  --font_5_url: [FONT5_URL];
  --font_6: JetSet, Arial;
  --font_6_url: [FONT6_URL];
  --font_7: Arial;
  --font_7_url: [FONT7_URL];
}
@charset "utf-8";
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautami.ttf') format('truetype'), url('../../../fonts/gautami.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautamib.ttf') format('truetype'), url('../../../fonts/gautamib.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: "gautami";
  src: url('../../../fonts/gautamib.eot');
  font-weight: bold;
}
@font-face {
  font-family: "opensans";
  src: url('../../../fonts/opensans.ttf') format('truetype'), url('../../../fonts/opensans.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: "fontawesome";
  src: url('../../../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url('../../../fonts/fontawesome-webfont.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome light";
  src: url('../../../fonts/fontawesome-light.ttf') format('truetype'), url('../fonts/fontawesome-light.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome light";
  src: url('../../../fonts/fontawesome-light.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome normal";
  src: url('../../../fonts/fontawesome-regular.ttf') format('truetype'), url('../fonts/fontawesome-regular.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome normal";
  src: url('../../../fonts/fontawesome-regular.eot');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome bold";
  src: url('../../../fonts/fontawesome-solid.ttf') format('truetype'), url('../fonts/fontawesome-solid.woff') format('woff');
  font-weight: normal;
}
@font-face {
  font-family: "fontawesome bold";
  src: url('../../../fonts/fontawesome-solid.eot');
  font-weight: normal;
}
html,
body {
  background-color: #fff;
  background-color: #FFFFFF;
}
body {
  font-family: Arial;
  min-width: 300px;
  min-width: 280px;
  color: #2a2d33;
  color: #000000;
  min-height: 600px;
  margin: 0px;
  padding-top: 80px;
}
input {
  border: none;
}
.body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  max-width: 960px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
/* ---------  Apex Link  ---------  */
.apex_link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #000000;
  width: 180px;
}
.apex_link:hover {
  color: #DD3333;
}
/* --------------- Title --------------- */
h2.title {
  font-size: 23px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  margin-top: 8px;
  margin-bottom: 8px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 27px;
  padding-right: 27px;
  max-width: 90%;
  color: #2A2D33;
}
h2.title:before {
  content: "";
  position: absolute;
  border-top: 2px solid #00a6de;
  border-left: 2px solid #00a6de;
  border-top: 2px solid #DD3333;
  border-left: 2px solid #DD3333;
  width: 40px;
  height: 20px;
  height: 50%;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 17%;
  min-width: 20px;
  max-width: 80px;
}
h2.title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  height: 50%;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  border-right: 2px solid #00a6de;
  border-bottom: 2px solid #00a6de;
  border-right: 2px solid #DD3333;
  border-bottom: 2px solid #DD3333;
  width: 17%;
  min-width: 20px;
  max-width: 80px;
}
@media (max-width: 576px) {
  h2.title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  h2.title {
    font-size: 14px;
  }
}
/* ------- Login Request ------- */
.event_code {
  width: 360px;
  max-width: 360px;
  width: 100%;
  background-color: #00a6de;
  background-color: #DD3333;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.event_code p {
  margin-bottom: 2px;
}
.event_code .padlock {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 75px;
}
.event_code .padlock:after {
  content: "\f0c0";
  content: "\f023";
  font-family: 'fontawesome light';
  font-size: 44px;
}
.event_code .div_input {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.event_code input {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  font-weight: bold;
  padding-right: 35px;
  color: #000;
}
.event_code .div_input.error:after {
  content: "\f00d";
  content: "\f071";
  font-family: 'fontawesome';
  color: #F44336;
  position: absolute;
  bottom: 4px;
  bottom: calc(38%);
  bottom: calc(50% - 12px);
  right: 8px;
  font-size: 17px;
  font-weight: normal;
}
.event_code .div_input.error input {
  color: #F44336;
}
/* -------------- Continue -------------- */
input.confirm {
  display: none;
}
.block_continue,
.block_return {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 80px;
  font-family: Open Sans, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block_return {
  margin-top: 0px;
  margin-bottom: 20px;
}
.block_continue .buttons,
.block_return .buttons {
  overflow: hidden;
}
.block_continue .return,
.block_return .return {
  float: left;
  height: 40px;
  line-height: 37px;
  padding-left: 28px;
  padding-right: 28px;
  border: 2px solid #8b8b8b;
  border: 2px solid #8B8B8B;
  text-transform: uppercase;
  font-weight: bold;
}
.block_continue .return:before,
.block_return .return:before {
  font-family: "fontawesome";
  content: "\f053";
  font-weight: normal;
  margin-right: 7px;
}
.block_continue .return:hover,
.block_return .return:hover {
  background-color: #00a6de;
  background-color: #DD3333;
  border-color: #00a6de;
  border-color: #DD3333;
  color: #fff;
}
.block_continue .return:active,
.block_return .return:active {
  opacity: 0.8;
}
.block_continue .return a {
  display: block;
  width: 100%;
  height: 100%;
}
.block_continue .continue {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 280px;
  background-color: #00a6de;
  background-color: #DD3333;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding-left: 24px;
  padding-right: 26px;
  cursor: pointer;
}
.block_continue .continue:after {
  font-family: "fontawesome";
  content: "\f054";
  font-weight: normal;
  margin-left: 7px;
  margin-right: -10px;
}
.block_continue .continue.error {
  background-color: #F44336;
}
.block_continue .continue:hover {
  background-color: #66be14;
}
.block_continue .continue:active {
  background-color: #549D11;
}
.block_continue .continue.not_active {
  background-color: #9E9E9E;
  cursor: default;
}
.block_continue .continue.sending,
.block_continue .continue.waiting {
  color: transparent;
  position: relative;
}
.block_continue .continue.sending:after,
.block_continue .continue.waiting:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: inline-block;
  background-image: url(../../../app/images/spin_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .block_continue .continue.sending:after,
  .block_continue .continue.waiting:after {
    background-image: url(../../../svg/spin.svg);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.block_continue .sending_error_message {
  background: #F44336;
  margin-top: 12px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*-----------------*/
.block_continue.access_event {
  margin-top: 10px;
}
.block_continue.access_event .continue {
  width: 360px;
}
@media (max-width: 768px) {
  .member_registration li label {
    font-size: 13px;
    padding-left: 20px;
    width: 50%;
  }
  .member_registration li .div_input {
    width: 50%;
  }
  .block_continue .sending_error_message {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .registration_info_message {
    padding: 16px;
    font-size: 12px;
  }
  .member_registration li {
    margin-bottom: 8px;
  }
  .member_registration li label {
    width: 100%;
    float: none;
    padding-left: 12px;
    min-height: 25px;
    padding-top: 7px;
    padding-bottom: 4px;
  }
  .member_registration li .div_input {
    width: 100%;
    float: none;
    font-size: 12px;
    height: 35px;
  }
  .member_registration li[data-required="1"] .div_input:before {
    height: 31px;
    left: 2px;
  }
  .member_registration li .li_error_message {
    font-size: 11px;
  }
  .condition {
    font-size: 12px;
  }
  .rules {
    font-size: 11px;
    padding: 20px;
  }
  .block_continue .sending_error_message {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 400px) {
  .condition .show_condition {
    display: block;
  }
  .block_continue .continue {
    width: 100%;
    max-width: 280px;
  }
  .rules {
    font-size: 10px;
  }
}
@media (max-width: 940px) {
  .block_return {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .block_return .return {
    padding-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .block_return .return {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 20px;
  }
}
/* --------------- Block Error Message --------------- */
.block_error_message {
  background-color: #ea6153;
  padding: 8px;
  color: #fff;
  position: relative;
  padding-left: 60px;
  border-radius: 4px;
  overflow: hidden;
  padding-right: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}
.block_error_message.error_message_login {
  margin-top: 35px;
  margin-bottom: -25px;
  max-width: 600px;
}
.block_error_message.error_message_registration {
  margin-top: 35px;
}
.block_error_message:empty {
  display: none;
}
.block_error_message:before {
  font-family: "fontawesome";
  content: "\f071";
  background-color: #F33723;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 42px;
  position: absolute;
  text-align: center;
  padding: inherit;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 576px) {
  .block_error_message {
    font-size: 12px;
    padding-right: 8px;
  }
  .block_error_message:before {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .block_error_message {
    padding-left: 50px;
  }
}
/* ----------------- Spin ----------------- */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
