@font-face {
  font-family: "Arial Black";
  src: url("/Misc/betplays/fonts/ArialBlack.eot");
  src: url("/Misc/betplays/fonts/ArialBlack.eot?#iefix")
      format("embedded-opentype"),
    url("/Misc/betplays/fonts/ArialBlack.woff") format("woff"),
    url("/Misc/betplays/fonts/ArialBlack.woff2") format("woff2"),
    url("/Misc/betplays/fonts/ArialBlack.ttf") format("truetype"),
    url("/Misc/betplays/fonts/ArialBlack.svg#Arial Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/ProximaNovaACond-Regular.eot");
  src: url("../fonts/ProximaNovaACond-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNovaACond-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNovaACond-Regular.woff") format("woff"),
    url("../fonts/ProximaNovaACond-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNovaA-Bold.eot");
  src: url("../fonts/ProximaNovaA-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNovaA-Bold.woff2") format("woff2"),
    url("../fonts/ProximaNovaA-Bold.woff") format("woff"),
    url("../fonts/ProximaNovaA-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Extra Bold";
  src: url("../fonts/ProximaNovaACond-Extrabld.eot");
  src: url("../fonts/ProximaNovaACond-Extrabld.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNovaACond-Extrabld.woff2") format("woff2"),
    url("../fonts/ProximaNovaACond-Extrabld.woff") format("woff"),
    url("../fonts/ProximaNovaACond-Extrabld.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Black";
  src: url("../fonts/ProximaNovaA-Black.eot");
  src: url("../fonts/ProximaNovaA-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNovaA-Black.woff2") format("woff2"),
    url("../fonts/ProximaNovaA-Black.woff") format("woff"),
    url("../fonts/ProximaNovaA-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProductIconsFont";
  src: url("../fonts/ProductIconsFont032.eot?");
  src: url("../fonts/ProductIconsFont032.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProductIconsFont032.ttf") format("truetype"),
    url("../fonts/ProductIconsFont032.woff") format("woff"),
    url("../fonts/ProductIconsFont032.svg#ProductIconsFontvNew") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @font-face{
    font-family:"ProductIconsFont";
    src:url("/Content/fonts/ProductIconsFontv27/ProductIconsFont032.eot?");
    src:url("/Content/fonts/ProductIconsFontv27/ProductIconsFont032.eot?#iefix") format("embedded-opentype"),
    url("/Content/fonts/ProductIconsFontv27/ProductIconsFont032.ttf") format("truetype"),
    url("/Content/fonts/ProductIconsFontv27/ProductIconsFont032.woff") format("woff"),
    url("/Content/fonts/ProductIconsFontv27/ProductIconsFont032.svg#ProductIconsFontvNew") format("svg");
} */

html {
  overflow-x: hidden;
}

body {
  font-family: "Proxima Nova Regular";
  background: #441e73;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  overflow-x: hidden;
}

body.allow-push {
  padding: 0 !important;
}

/*Global*/

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  outline: none;
}

a:hover {
  color: #00b0aa;
  text-decoration: none;
}

p {
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Proxima Nova Black";
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

.green-text {
  color: #56eb7c;
}

.btn {
  font-family: "Proxima Nova Black";
  padding: 10px 25px;
  box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.btn.btn-lg {
  padding: 20px;
  font-size: 28px;
  line-height: 34px;
}

.btn.btn-primary {
  background: #56eb7c;
  max-width: 804px;
  color: #3b1568;
  border-color: #56eb7c;
}

.has-animation {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.btn.not-logged {
  display: none;
}

.logged .btn.not-logged {
  display: inline-block;
}

.logged .btn.login-form {
  display: none;
}

.sys-btn {
  background-color: #5c299c;
  padding: 0 9px;
  font-size: 14px;
  color: #56eb7c;
  line-height: 32px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.sys-btn i {
  font-family: "ProductIconsFont";
  font-size: 28px;
  text-transform: none;
  font-style: normal;
}

#icon_promotions {
  margin: -7px 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#icon_promotions::before {
  content: "q";
}

/* Header */

#header {
  height: 56px;
  padding: 10px 15px;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}

#header:after {
  content: "";
  display: block;
  clear: both;
}

body.allow-push #header {
  top: auto !important;
  margin: 40px 0 0;
}

.has-header #header {
  display: block;
}

#header #logo {
  max-width: 120px;
  margin: 0 10px 0 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

#navigation {
  display: inline-block;
  vertical-align: middle;
}

#navigation button {
  background: transparent;
  padding: 9px 0;
  border: none;
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 1;
}

#navigation button span {
  background: #fff;
  width: 26px;
  height: 3px;
  padding: 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navigation.open button span {
  background: transparent;
}

#navigation button span:before {
  content: "";
  background: #fff;
  width: 26px;
  height: 3px;
  margin: 0 0 3px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navigation.open button span:before {
  -webkit-transform: rotate(45deg) translateX(4px) translateY(8px);
  -moz-transform: rotate(45deg) translateX(4px) translateY(8px);
  transform: rotate(45deg) translateX(4px) translateY(8px);
}

#navigation button span:after {
  content: "";
  background: #fff;
  width: 26px;
  height: 3px;
  margin: 3px 0 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navigation.open button span:after {
  -webkit-transform: rotate(-45deg) translateX(0px) translateY(-4px);
  -moz-transform: rotate(-45deg) translateX(0px) translateY(-4px);
  transform: rotate(-45deg) translateX(0px) translateY(-4px);
}

#nav-box {
  background: #441e73;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 90%;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.open #nav-box {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#nav-box .cw_mob_sidebar {
  max-width: none;
}

#nav-box > div > div {
  display: inline-block;
  vertical-align: middle;
}

#nav-box a {
  padding: 5px 15px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

#nav-box a i {
  width: 34px;
  height: 34px;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: middle;
}

#nav-box a .cw_mob_separator_aside {
  display: none;
}

#nav-box .cw_mob_sidebar h2,
#nav-box .cw_mob_sidebar .menu-slider-promotions,
#nav-box .cw_mob_sidebar .cw_mob_sidebar_block:nth-child(1) {
  display: none !important;
}

#nav-box aside > *:not(.cw_mob_sidebar_block) {
  display: none;
}

.open #nav-box aside > *:not(.cw_mob_sidebar_block) {
  display: block;
}

#bp-camp {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gamification-button {
  font-family: "Proxima Nova Bold";
  background-image: url("../img/gamification_button_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2px 30px;
  line-height: 22px;
  color: #56eb7c;
  font-size: 16px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-decoration: none;
}

.gamification-button-yellow {
  font-family: "Proxima Nova Bold";
  background-image: url("../img/gamification_yellow_button_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2px 30px;
  line-height: 22px;
  color: #000;
  font-size: 16px;
  text-align: center;
  display: block;
  margin: auto 0;
  white-space: nowrap;
  text-decoration: none;
}

.gamification-button-yellow:hover {
  color: #000;
}

.gamification-button span {
  color: #fff;
}

.gamification-button-yellow span {
  color: #000;
}

/* Content */
.banner-box {
  background-color: #0f0622;
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 94vh;
  margin: 0 -15px;
  color: #fff;
  text-align: center;
}

.banner-box .text {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f0622+0,0f0622+100&1+0,0.3+75,0+100 */
  background: linear-gradient(
    to bottom,
    rgba(15, 6, 34, 1) 0%,
    rgba(15, 6, 34, 0.3) 75%,
    rgba(15, 6, 34, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 40px 15px;
}

.banner-box h1 {
  margin: 0 0 20px;
  font-size: 46px;
  line-height: 54px;
  font-style: italic;
  text-transform: uppercase;
}

.banner-box h1 span,
.banner-box h1 strong {
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
  display: block;
}

.banner-box h1 i {
  color: #56eb7c;
  font-style: normal;
}

.banner-box p {
  font-family: "Proxima Nova Black";
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  text-transform: uppercase;
}

.banner-box p strong {
  color: #56eb7c;
  font-weight: 400;
}

.page-text {
  padding: 20px 0;
}

.page-text .text-intro {
  margin: 0 0 30px;
  border-bottom: 1px solid #351261;
}

.page-text .text-intro h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.page-text .text-intro h2 strong {
  font-weight: 400;
  color: #56eb7c;
}

.page-text .text-intro ol {
  list-style: none;
  counter-reset: item;
}

.page-text .text-intro ol li {
  counter-increment: item;
  font-family: "Proxima Nova Extra Bold";
  background: #351261;
  min-height: 100px;
  margin: 0 0 20px;
  padding: 10px 20px 10px 80px;
  font-size: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.page-text .text-intro ol li:before {
  content: counter(item);
  font-family: "Proxima Nova Black";
  background: #56eb7c;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #3b1568;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 18px;
}

.page-text .text-intro ol li p {
  margin: 0;
}

.page-text .text-intro ol li p strong {
  font-size: 24px;
  color: #56eb7c;
  display: block;
}

.page-text table {
  background: #351261;
  width: 100%;
  margin: 0 0 20px;
  table-layout: fixed;
  border-radius: 10px;
  overflow: hidden;
}

.page-text table thead tr th {
  background: #25074a;
  padding: 14px 10px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  position: relative; /* allow custom separator */
}

/* body cells */
.page-text table tbody tr td {
  font-family: "Proxima Nova Black";
  padding: 14px 10px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 900;
  position: relative; /* allow custom separator */
}

/* 70% height vertical separator for non-last columns (desktop) */
.page-text table thead tr th:not(:last-child)::after,
.page-text table tbody tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%; /* centers a 70% tall line */
  bottom: 15%;
  right: 0;
  width: 1px;
  background: #4a1888;
  pointer-events: none;
}

/* Remove old full-height borders on very small / stacked layout */
@media all and (max-width: 991px) {
  .page-text table thead tr th:not(:last-child)::after,
  .page-text table tbody tr td:not(:last-child)::after {
    display: none;
  }
}

.page-text table tbody tr:last-child td {
  border-bottom: none;
}

.page-text table tbody tr td strong {
  color: #56eb7c;
  font-weight: 900;
}

.page-text .accordion {
}

.page-text .accordion .accordion-item {
  background: transparent;
  border: none;
}

.page-text .accordion .accordion-item .accordion-header button {
  background: #3b1568;
  padding: 20px;
  font-size: 20px;
  color: #56eb7c;
  line-height: 22px;
  border: none;
  box-shadow: none;
}

.page-text .accordion .accordion-item .accordion-header button:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  background: none;
  width: 26px;
  height: 26px;
  font-size: 26px;
  color: #56eb7c;
  line-height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-text .accordion .accordion-item .accordion-header button.collapsed:after {
  top: 30px;
}

.page-text .accordion .accordion-item .accordion-body {
  color: #fff;
}

.page-text .accordion .text > * {
  margin: 0 0 20px;
}

.page-text .accordion ol {
  list-style-type: decimal;
  counter-reset: item;
}

.page-text .accordion ol li {
  counter-increment: item;
}

.page-text .accordion ol li:before {
  content: counters(item, ".") ".";
  color: #56eb7c;
}

.page-text .accordion ol li > ol {
  padding: 0 0 0 20px;
}

.page-text .accordion ul {
}

.page-text .accordion ul li {
  padding: 0 0 0 20px;
  position: relative;
}

.page-text .accordion ul li:before {
  content: "";
  background: #56eb7c;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 4px;
}

.page-text .accordion ul li > ul {
  padding: 0 0 0 20px;
}

.page-text .countdown-box {
  background: #2e0e56;
  width: 100%;
  max-width: 380px;
  min-height: 130px;
  margin: 0 auto 20px;
  padding: 20px 15px;
  display: inline-block;
  vertical-align: top;
}

.page-text .countdown-box > p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.page-text .countdown-box .countdown-timer {
}

.page-text .countdown-box .countdown-timer span {
  font-family: "Proxima Nova Bold";
  width: 46px;
  margin: 0 10px;
  padding: 6px 0;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.page-text .countdown-box .countdown-timer span.purple-box {
  background: #411974;
}

.page-text .countdown-box .countdown-timer span.purple-box:after {
  content: ":";
  font-size: 28px;
  color: #56eb7c;
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.page-text .countdown-box .countdown-timer span:last-child:after {
  display: none;
}

.page-text .countdown-box .countdown-timer span strong {
  font-size: 10px;
  color: #56eb7c;
  line-height: 12px;
  display: block;
}

.page-text .countdown-box .countdown-title {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
}

.page-text .countdown-box .countdown-title + div {
  font-family: "Proxima Nova Black";
  font-size: 24px;
  color: #56eb7c;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
}

.page-text .countdown-box .countdown-title + div.countdown-timer-end:before {
  content: "";
  background: #611bb8;
  width: 1px;
  height: 48px;
  margin: -14px 0 0;
  position: absolute;
  top: 0;
  left: -15px;
}

#login-register-box {
}

#login-register-box .modal-content {
  background: #441e73;
  max-width: 388px;
  margin: 0 auto;
  border-radius: 0;
}

#login-register-box .modal-content .modal-header {
  background: #502387;
  border: none;
}

#login-register-box .modal-content .modal-header h3 {
  font-family: "Proxima Nova Regular";
}

#login-register-box .modal-content .modal-header .btn-close {
  background: none;
  position: relative;
}

#login-register-box .modal-content .modal-header .btn-close:before {
  content: "\F659";
  font-family: "bootstrap-icons";
  width: 26px;
  height: 26px;
  margin: -7px 0 0 -13px;
  font-size: 26px;
  color: #56eb7c;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#login-register-box .modal-content .modal-body {
  padding: 32px 40px;
}

#login-register-box .modal-content .modal-body .nav-tabs {
  margin: 0 0 20px;
  border: none;
  display: block;
  text-align: center;
}

#login-register-box .modal-content .modal-body .nav-tabs li {
  display: inline-block;
  vertical-align: middle;
}

#login-register-box .modal-content .modal-body .nav-tabs li button {
  padding: 3px 25px;
  color: #56eb7c;
  border-radius: 50px;
  border: none;
}

#login-register-box .modal-content .modal-body .nav-tabs li button.active {
  background: #56eb7c;
  color: #3b1568;
}

#login-register-box .modal-content .modal-body form .tl_head_text,
#login-register-box .modal-content .modal-body .heading,
#login-register-box .modal-content .modal-body .sidebar_login-header,
#login-register-box .modal-content .modal-body .login_captcha_block,
#login-register-box .modal-content .modal-body .dis_none {
  display: none !important;
}

#login-register-box .modal-content .modal-body form .form-group,
#login-register-box .modal-content .modal-body form .reg_prof__element_row,
#login-register-box
  .modal-content
  .modal-body
  form
  .PlatformLoginPassContainer {
  margin: 0 0 10px;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .form-group-label {
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .form-group-label
  label,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__row_title
  label {
  font-size: 14px;
  color: #c4c4c4;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .form-group-label
  label
  + span,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__row_title
  label
  + span {
  color: #f00;
}

#login-register-box .modal-content .modal-body form .form-group input,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  input,
#login-register-box .modal-content .modal-body form .r_login__row input {
  background: #5c299c;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  border: none;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  input.input-validation-error,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  input.input-validation-error {
  border-bottom: 1px solid #f00;
}

#login-register-box .modal-content .modal-body form .form-group select,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  select {
  background: #5c299c;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  border: none;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  select.input-validation-error,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  select.input-validation-error {
  border-bottom: 1px solid #f00;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row {
  position: relative;
}

#login-register-box .modal-content .modal-body form .form-group .tl_chb input,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row
  input {
  width: auto;
  height: auto;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .tl_chb
  .tl_chb_view,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row
  .checkbox_info {
  padding: 0 0 0 22px;
  font-size: 15px;
  color: #c4c4c4;
  display: block;
  position: relative;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .tl_chb
  .tl_chb_view:before,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row
  .checkbox_info:before {
  content: "";
  background: #5c299c;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .tl_chb
  input:checked
  + .tl_chb_view:after,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row
  input:checked
  ~ .checkbox_info:before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  width: 16px;
  height: 16px;
  font-size: 20px;
  color: #56eb7c;
  line-height: 16px;
  position: absolute;
  top: 2px;
  left: -2px;
}

#login-register-box
  .modal-content
  .modal-body
  form
  .form-group
  .tl_chb
  .tl_chb_view
  a,
#login-register-box
  .modal-content
  .modal-body
  form
  .reg_prof__element_row
  .reg__checkboxes_row
  .checkbox_info
  a {
  color: #fff;
  text-decoration: underline;
}

#login-register-box .modal-content .modal-body form button.tl_btn,
#login-register-box .modal-content .modal-body form button#loginButton,
#login-register-box .modal-content .modal-body form button.continue_btn {
  background: #56eb7c !important;
  width: 100%;
  margin: 0 0 10px;
  color: #3b1568;
  padding: 5px 25px;
  border: none;
}

#login-register-box .modal-content .modal-body form a.recover_btn,
#login-register-box .modal-content .modal-body form a.platformForgPass {
  font-size: 16px;
  color: #999;
  text-align: center;
  text-decoration: none;
  display: block;
}

#login-register-box .modal-content .modal-body form a.creat_account_btn,
#login-register-box .modal-content .modal-body form a.reg_from_login_btn {
  font-size: 16px;
  color: #999;
  text-align: center;
  text-decoration: none;
  display: block;
}

#login-register-box .modal-content .modal-body form a.tl_sup_link {
  display: none !important;
}

#login-register-box .modal-content .modal-body form .facebook {
  display: none !important;
}

#login-register-box .modal-content .modal-body form .field-validation-error,
#login-register-box
  .modal-content
  .modal-body
  form
  .fail
  .field-validation-valid {
  font-size: 14px;
  color: #f00;
  line-height: normal;
  display: block;
}

#wrapper {
  min-height: inherit !important;
}

/* Footer */

/* Media Queries */

@media all and (max-width: 991px) {
  .page-text table {
    background: none;
    text-align: left;
  }
  .page-text table thead {
    display: none;
  }
  .page-text table tbody tr {
    margin: 0 0 20px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-text table tbody tr td {
    background: #351261;
    width: 100%;
    min-height: 30px;
    display: table;
    border-right: 10px solid #351261;
    border-bottom: none;
    table-layout: fixed;
    position: relative;
  }
  .page-text table tbody tr td:before {
    content: attr(mobile-title);
    background: #25074a;
    width: 50%;
    padding: 0 10px;
    display: table-cell;
    vertical-align: top;
    border-right: 10px solid #351261;
  }
  .page-text table tbody tr td:after {
    content: "";
    background: #4a1888;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
  }
}

@media all and (min-width: 768px) {
  #bp-camp {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  .gamification-button {
    margin: 0 40px 0 0;
    line-height: 32px;
    font-size: 20px;
  }
}

@media all and (min-width: 992px) {
  .banner-box {
    min-height: 100vh;
  }

  .has-header .banner-box {
    min-height: calc(100vh - 56px);
  }

  .page-text {
    max-height: 100vh;
    padding: 30px;
    overflow-x: auto;
  }

  .has-header .page-text {
    max-height: calc(100vh - 56px);
  }

  .page-text .text-intro h2 {
    text-align: left;
  }
}

@media all and (min-width: 1200px) {
  #nav-box {
    background: transparent;
    padding: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }

  #navigation button {
    display: none;
  }

  .gamification-button {
    margin: 0;
  }

  .banner-box .text {
    padding: 40px 35px;
  }

  .page-text .text-intro ol li {
    margin: 0 0 30px;
    padding: 10px 20px 10px 100px;
    font-size: 24px;
    border-radius: 50px;
  }

  .page-text .text-intro ol li:before {
    width: 68px;
    height: 68px;
    font-size: 48px;
    line-height: 68px;
  }

  .page-text .text-intro ol li p strong {
    font-size: 28px;
  }

  .page-text .countdown-box {
    margin: 0 22px 10px;
    padding: 20px 25px;
  }

  .page-text .countdown-box .countdown-timer span {
    font-family: "Proxima Nova Bold";
    width: 60px;
    font-size: 32px;
    line-height: 34px;
  }

  .page-text .accordion .accordion-item .accordion-header button {
    padding: 25px;
    font-size: 24px;
    line-height: 26px;
  }

  #nav-box a {
    padding: 5px;
  }
}

@media all and (min-width: 1400px) {
  #nav-box a {
    padding: 5px 15px;
  }
}

@media all and (min-width: 1600px) {
  .banner-box h1 {
    margin: 0 0 40px;
    font-size: 70px;
    line-height: 60px;
  }

  .banner-box h1 span,
  .banner-box h1 strong {
    font-size: 35px;
    line-height: 35px;
  }

  .banner-box p {
    font-size: 20px;
    line-height: 24px;
  }

  .page-text .text-intro h2 {
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media all and (min-width: 1800px) {
  .banner-box h1 {
    margin: 0 0 40px;
    font-size: 80px;
    line-height: 70px;
  }

  .banner-box h1 span,
  .banner-box h1 strong {
    font-size: 40px;
    line-height: 30px;
  }

  .banner-box p {
    font-size: 24px;
    line-height: 28px;
  }

  .page-text .text-intro h2 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 36px;
  }
}
/* Greek Font Fix */
body.lang-gr {
  font-family: Arial, sans-serif;
}
body.lang-gr h1,
body.lang-gr h2,
body.lang-gr h3,
body.lang-gr h4,
body.lang-gr h5 {
  font-family: "Arial Black";
}
body.lang-gr .btn {
  font-family: "Arial Black";
}
body.lang-gr .gamification-button {
  font-family: "Arial Black";
}
body.lang-gr .banner-box p {
  font-family: "Arial Black";
}
body.lang-gr .page-text .text-intro ol li {
  font-family: "Arial Black";
}
body.lang-gr .page-text .text-intro ol li:before {
  font-family: "Arial Black";
}
body.lang-gr .page-text table tbody tr td {
  font-family: "Arial Black";
}
body.lang-gr .page-text .countdown-box .countdown-timer span {
  font-family: "Arial Black";
}
body.lang-gr .page-text .countdown-box .countdown-title + div {
  font-family: "Arial Black";
}
body.lang-gr #login-register-box .modal-content .modal-header h3 {
  font-family: Arial, sans-serif;
}
@media all and (min-width: 1200px) {
  body.lang-gr .page-text .countdown-box .countdown-timer span {
    font-family: "Arial Black";
  }
}
#term-page-message {
  font-size: 22px;
  font-weight: 700;
  color: red;
}
#term-page-message a {
  color: #56eb7c;
  text-decoration: underline;
}

/* Adding new styles for background card */

.banner-box .text {
  background: rgba(14, 2, 36, 1);
  background: linear-gradient(
    to bottom,
    rgba(14, 2, 36, 1) 0%,
    rgba(14, 2, 36, 1) 41%,
    rgba(14, 2, 36, 0.19) 89%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(14, 2, 36, 1) 0%,
    rgba(14, 2, 36, 1) 41%,
    rgba(14, 2, 36, 0.19) 89%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(14, 2, 36, 1) 0%,
    rgba(14, 2, 36, 1) 41%,
    rgba(14, 2, 36, 0.19) 89%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(14, 2, 36, 1) 0%,
    rgba(14, 2, 36, 1) 41%,
    rgba(14, 2, 36, 0.19) 89%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(14, 2, 36, 1) 0%,
    rgba(14, 2, 36, 1) 41%,
    rgba(14, 2, 36, 0.19) 89%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    right top,
    right bottom,
    color-stop(0%, rgba(14, 2, 36, 1)),
    color-stop(41%, rgba(14, 2, 36, 1)),
    color-stop(89%, rgba(14, 2, 36, 0.19)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
}

#page-box > div:first-child {
  width: 440px;
}

#page-box > div:last-child {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  #page-box > div:first-child {
    width: 100%;
  }
}

@media screen and (min-width: 1921px) and (min-height: 1081px) {
  #page-box > div:first-child {
    width: 45vh;
  }
}

@media screen and (max-width: 1000px) {
  .banner-box {
    background-position: 100% 240%;
    min-height: 140vw !important;
    max-height: 100vh;
  }
}

@media screen and (max-width: 600px) {
  .banner-box {
    background-position: 100% 320%;
  }
}

.banner-box h1 {
  font-size: 32px !important;
  line-height: 32px !important;
}

#left-text h1 {
  display: inline-flex;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#left-text > p {
  font-size: 42px;
  line-height: 42px;
}

.banner-box h1 span,
.banner-box h1 strong {
  font-size: 32px !important;
  line-height: 32px !important;
}

@media screen and (max-width: 600px) {
  .banner-box h1 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .banner-box h1 span,
  .banner-box h1 strong {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  #left-text > p {
    font-size: 30px;
    line-height: 40px;
  }
}
