:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  background: #13161f;
  font-family: "Nunito Sans", sans-serif;
  min-height: 100vh;
}
body {
  position: absolute;
  z-index: 0;
  color: #fff;
  overflow-x: hidden !important;
  overflow: scroll;
  background: url("../images/main-bg.jpg") center top no-repeat #13161f;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}
img {
  border: 0px !important;
  outline: none !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
}
p {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 0px auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
}
strong {
  font-weight: 800;
}
img {
  border: 0 !important;
  outline: none !important;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #333;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #dd094e;
}
body::scrollbar {
  width: 8px;
  border-radius: 8px;
}
body::scrollbar-track {
  background: #dd094e;
  border-radius: 8px;
}
body::scrollbar-thumb {
  border-radius: 8px;
  background: #13161f;
}
body {
  scrollbar-face-color: #dd094e;
  scrollbar-shadow-color: #dd094e;
  scrollbar-arrow-color: #fff;
  scrollbar-track-color: #13161f;
}
select,
option {
  font-family: Arial, ArialHebrew, sans-serif;
  font-size: 1px;
  text-align: center;
  color: #fff;
  margin: 1vh;
  padding: 1vh;
  background-color: #13161f;
  border-radius: 1vh;
  border-color: rgba(0, 0, 0, 0);
}
select {
  padding-right: 0px;
}
option {
  padding-left: 10px !important;
}
label {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
label:hover {
  color: #dd094e;
  text-decoration: underline;
}
select {
  width: 100%;
  max-width: 100%;
  height: 40px;
  text-align: left;
  padding: 0 10px;
  position: relative;
  border-radius: 10px;
  background: #13161f;
  color: #fff;
  border: solid 1px #dd094e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 10px;
}
select:hover {
  background-color: #dd094e;
  color: #fff;
}
select,
option {
  -webkit-appearance: none !important;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.ClearFix {
  clear: both;
}
.Ease {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.NoSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ColorYellow {
  color: #ffe25d;
}
.ColorBlue {
  color: #dd094e;
}
.ColorWhite {
  color: #fff;
}
.TextShadow {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.BtnsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
  height: 40px;
  border: 0px;
  border-radius: 10px;
  margin: 0px 5px;
  background-color: #272d3f;
  color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.BtnsTop:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.BtnsTop:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal-container {
  padding: 16px;
  text-align: center;
}
.modal-container p {
  margin: 0px auto 10px auto;
  padding: 16px;
  text-align: center;
}
.modal {
  display: none;
  width: 100%;
  height: 200vh;
  position: fixed !important;
  z-index: 99999999999999;
  left: 0px !important;
  top: 0px !important;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0px;
}
.modal-content {
  background-color: #20222f;
  margin: 5% auto 15% auto;
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 60%;
  border-radius: 15px;
}
@media (max-width: 500px) {
  .modal-content {
    width: 80%;
  }
}
.Red {
  background-color: red;
}
.Cyan {
  background: #04ffd9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(4, 255, 217)),
    to(rgb(0, 152, 125))
  );
  background: linear-gradient(
    180deg,
    rgb(4, 255, 217) 0%,
    rgb(0, 152, 125) 100%
  );
  -webkit-box-shadow: inset 0px 2px 0px 0px #00ffde;
  box-shadow: inset 0px 2px 0px 0px #00ffde;
}
.GreyBlue {
  background: #2e3643;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(46, 54, 67)),
    to(rgb(31, 37, 46))
  );
  background: linear-gradient(180deg, rgb(46, 54, 67) 0%, rgb(31, 37, 46) 100%);
  -webkit-box-shadow: inset 0px 2px 0px 0px #3b4351;
  box-shadow: inset 0px 2px 0px 0px #3b4351;
}
.Cyan:hover {
  background: #dd094e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd094e),
    to(#1c2583)
  );
  background: linear-gradient(180deg, #dd094e 0%, #1c2583 100%);
  border-top: solid 1px #dd094e;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}
.GreyBlue:hover {
  background: #dd094e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd094e),
    to(#1c2583)
  );
  background: linear-gradient(180deg, #dd094e 0%, #1c2583 100%);
  border-top: solid 1px #dd094e;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}
.BtnsTop.Hide {
  display: none;
}
#BgCont {
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 0;
  margin: 0px auto;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
#BgCont #ContCharacter {
  display: block;
  margin: 130px auto 0px auto;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
  animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#BgCont #ContCharacter img {
  display: block;
  margin: 0px auto;
  width: 100%;
  position: relative;
}
#particles-js {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  pointer-events: none !important;
  overflow: hidden !important;
}
#Coins {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  margin: 0px;
  z-index: 1;
}
#Main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
  margin: 0px;
  z-index: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#MainLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 110px;
  position: relative;
  margin: 0px uto;
}
#BarTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin: 0px auto;
  padding: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  background: #13161f;
}

.RowTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin: 0px auto 0px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 30px 60px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.RowTop .ColBox {
  display: block;
  width: 33.3%;
  height: auto;
  margin: 0px;
  padding: 0px 0px;
  text-align: center;
}
.RowTop .ColBox h1 {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0px auto 15px auto;
}
.RowTop .ColBox .Fline {
  font-size: 35px;
  line-height: 35px;
  display: block;
}
.RowTop .ColBox h2 {
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0px auto 60px auto;
}
.RowTop .ColBox p {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin: 0px auto 15px auto;
}
.RowTop .ColBox .BoxPromos {
  display: block;
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 20px 20px;
  border-radius: 20px;
  background: rgba(231,83,131, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-blend-mode: overlay;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.RowTop .ColBox .BoxPromos:active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.RowTop .ColBox .BoxPromos .TitlePromo {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
.RowTop .ColBox .BoxPromos .RowCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 60px;
  margin: 20px auto;
  padding: 10px 0px 0px 0px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
  position: relative;
  background-color: rgba(6, 9, 20, 0.5);
  border-radius: 10px;
  border: dashed 1px #fff;
  color: #ffe25d;
  cursor: text;
}
.RowTop .ColBox .BoxPromos .RowCode::after {
  content: "COUPON CODE:";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 20px;
  font-size: 11px;
  line-height: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20%;
  top: -10px;
  border-radius: 20px;
  padding: 0px;
  padding: 0px;
  background-color: #dd094e;
  color: #fff;
}
.RowTop .ColBox .BoxPromos .MiniRule {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.MainCTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin: 0px auto 80px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px;
  border-radius: 15px;
  border: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  background: #00987d;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #dd094e;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.MainCTA:hover {
  background: #dedede;
  color: #dd094e;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(222, 222, 222)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    0deg,
    rgb(222, 222, 222) 0%,
    rgb(255, 255, 255) 100%
  );
}
#RowBarMidText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background: #0d0425;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-blend-mode: overlay;
}
#RowBarMidText #ContMidText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  height: auto;
  margin: 0px auto 0px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
#RowBarMidText #ContMidText #IconSlot {
  display: block;
  width: 80px;
  height: auto;
  margin: 0px 30px 0px 0px;
}
#RowBarMidText #ContMidText #InfoMitext {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 30px 0px 0px;
}
#RowBarMidText #ContMidText h4 {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}
#RowBarMidText #ContMidText p {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
  font-size: 22px;
  line-height: 22px;
}
#RowBarMidText h5 {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 20px;
    font-size: 30px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-color: #dd094e;
    border-top: solid 1px #dd094e;
    border-left: solid 1px #dd094e;
    border-right: solid 1px #dd094e;
}
#RowBadges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  margin: 0px auto 0px auto;
  padding: 0px 50px;
  overflow: hidden;
  background-color: #180d34;
}
#RowBadges #ContBadges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1700px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  margin: 0px auto 0px auto;
  padding: 50px 50px;
}
#RowBadges #ContBadges img {
  display: block;
  width: 10%;
  max-width: 160px;
  margin: 0px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#RowGames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  margin: 0px auto 0px auto;
  padding: 0px 50px;
  overflow: hidden;
  background-color: #180d34;
}
#RowGames #ContGames {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  margin: 0px auto 0px auto;
  padding: 0px 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#RowGames #ContGames img {
  display: block;
  width: 20%;
  max-width: 200px;
  margin: 0px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 10px!important;
  /* border: 1px solid rgba(42, 64, 151, 0.8)!important; */
}
.BtnSelectCoupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  height: 40px;
  margin: 20px auto 0px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px;
  border-radius: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #dd094e;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.BtnSelectCoupon:hover {
  background: #dedede;
  color: #dd094e;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(222, 222, 222)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    0deg,
    rgb(222, 222, 222) 0%,
    rgb(255, 255, 255) 100%
  );
}
.BtnSelectCoupon:hover::after {
  background-color: #dd094e;
  opacity: 1;
}
.BtnSelectCoupon::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("../images/bg-checks.svg") 0px 0px no-repeat #fff;
  background-size: 100% 200%;
  background-position: 0% 100%;
  opacity: 0.3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4) inset;
}
.RowTop .ColBox .BoxPromos:hover .RowCode {
  border-color: #dd094e;
  color: #dd094e;
}
.RowTop .ColBox .BoxPromos.Selected > .BtnSelectCoupon {
  background: #dedede;
  color: #e75383;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(222, 222, 222)),
    to(rgb(255, 255, 255))
  );
  background: linear-gradient(
    0deg,
    rgb(222, 222, 222) 0%,
    rgb(255, 255, 255) 100%
  );
}
.RowTop .ColBox .BoxPromos.Selected > .BtnSelectCoupon::after {
  background-position: 0% 0%;
  opacity: 1;
  background-color: #e75383;
}
.RowTop .ColBox .BoxPromos.Selected > .RowCode {
  border-color: #ffe25d;
  color: #ffe25d;
}
.RowTop .ColBox .BoxPromos.Selected > .RowCode::after {
  background: #e75383;
}
.RowTop .ColBox .BoxPromos.Selected {
  background: rgba(231,83,131, 0.5);
}
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 100px;
  font-weight: 700;
  padding: 0px;
  font-size: 12px;
  letter-spacing: 0px;
  position: relative;
  border: dashed 1px red;
}
.error::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url("../images/error.svg") 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: 4px;
}
.ErrorBlink {
  -webkit-animation: SetAniErrorColor 0.2s infinite;
  animation: SetAniErrorColor 0.2s infinite;
}
@-webkit-keyframes SetAniErrorColor {
  0% {
    color: red;
  }
  100% {
    color: #fff;
  }
}
@keyframes SetAniErrorColor {
  0% {
    color: red;
  }
  100% {
    color: #fff;
  }
}
.SpinerLoading {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100px;
  border: solid 2px rgba(175, 175, 175, 0.5);
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.spinner {
  -webkit-animation: RotateLoader 2s linear infinite;
  animation: RotateLoader 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
}
.spinner .path {
  stroke: #dd094e;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes RotateLoader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes RotateLoader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.Terms {
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 650px;
  color: #a7abb6;
  margin-bottom: 20px;
}
.RowContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin: 0px;
  z-index: 1;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.RowContents.Footer {
  background-color: #180d34;
  padding-top: 0;
}
.LogoFooter {
  display: block;
  max-width: 90px;
  margin: 20px auto;
}
.DeMetods {
  display: block;
  max-width: 365px;
  margin: 10px auto;
}
.LinkMail {
  color: #01b698;
  text-decoration: underline;
}
.LinkMail:hover {
  color: #ffe25d;
  text-decoration: none;
}
@media only screen and (min-width: 701px) and (max-width: 1025px) {
  body {
    background-size: cover;
  }
  #Coins {
    bottom: auto;
    top: 20%;
    width: 90%;
    left: 5%;
  }
  #BgCont #ContCharacter {
    width: 100%;
    margin: 60px auto 0px auto;
  }
  #BarTop {
    height: 60px;
  }
  #MainLogo {
    max-width: 60px;
  }

  .RowTop {
    padding: 150px 40px 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .RowTop .ColBox .Fline {
    font-size: 25px;
    line-height: 25px;
  }
  .RowTop .ColBox h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px;
  }
  .RowTop .ColBox h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 10px auto 20px auto;
  }
  .RowTop .ColBox p {
    font-size: 16px;
    line-height: 17px;
    margin: 0px auto 15px auto;
  }
  .RowTop .ColBox .BoxPromos .TitlePromo {
    font-size: 30px;
    line-height: 30px;
  }
  .RowTop .ColBox .BoxPromos .RowCode {
    max-width: 250px;
    height: 60px;
    margin: 20px auto;
    padding: 10px 0px 0px 0px;
    font-size: 25px;
    line-height: 25px;
  }
  .RowTop .ColBox .BoxPromos .MiniRule {
    font-size: 13px;
    line-height: 13px;
  }
  .MainCTA {
    width: 80%;
    height: 70px;
    margin: 0px auto 60px auto;
    border-radius: 15px;
    font-size: 30px;
  }
  #RowBarMidText {
    padding: 30px 30px 0px 30px;
  }
  #RowBarMidText #ContMidText #IconSlot {
    width: 60px;
    margin: 0px 20px 0px 0px;
  }
  #RowBarMidText #ContMidText h4 {
    font-size: 30px;
    line-height: 30px;
  }
  #RowBarMidText #ContMidText p {
    font-size: 18px;
    line-height: 20px;
  }
  #RowBarMidText #ContMidText #InfoMitext {
    padding: 0px;
    margin: 0px auto;
  }
  #RowBarMidText h5 {
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 20px;
    font-size: 25px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #RowBadges {
    width: 100%;
    padding: 0px 0px;
  }
  #RowBadges #ContBadges {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #RowBadges #ContBadges img {
    width: 10%;
    margin: 5px;
  }
  #RowGames {
    width: 100%;
    padding: 0px 20px;
  }
  #RowGames #ContGames {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #RowGames #ContGames img {
    width: 45%;
    margin: 5px;
  }
  .Terms {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  body {
    background-size: cover;
  }
  .terms-icon{
    right: -5px!important;
  }
  #Coins {
    bottom: auto;
    top: 5%;
    width: 90%;
    left: 5%;
  }
  .BtnSelectCoupon::after {
    width: 20px;
    height: 20px;
  }
  #BgCont #ContCharacter {
    width: 60%;
    margin: 60px auto 0px auto;
  }
  #BarTop {
    height: 60px;
  }
  #MainLogo {
    max-width: 60px;
  }
  .BtnSelectCoupon {
    height: 30px;
    margin-top: 5px;
  }
  .RowTop {
    padding: 25% 20px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .RowTop .ColBox {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
  .RowTop .ColBox .Fline {
    font-size: 25px;
    line-height: 25px;
  }
  .RowTop .ColBox h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 0px auto;
    padding: 0px;
  }
  .RowTop .ColBox h2 {
    font-size: 15px;
    line-height: 15px;
    margin: 10px auto 20px auto;
  }
  .RowTop .ColBox p {
    font-size: 14px;
    line-height: 15px;
    margin: 0px auto 15px auto;
  }
  .RowTop .ColBox .BoxPromos {
    display: flex;
    flex-direction: column;
    max-height: 350px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .RowTop .ColBox .BoxPromos .TitlePromo {
    font-size: 20px;
    line-height: 30px;
  }
  .RowTop .ColBox .BoxPromos .RowCode {
    max-width: 250px;
    height: 50px;
    margin: 10px auto;
    padding: 10px 0px 0px 0px;
    font-size: 25px;
    line-height: 25px;
  }
  .RowTop .ColBox .BoxPromos .MiniRule {
    font-size: 13px;
    line-height: 13px;
  }
  .MainCTA {
    width: 80%;
    max-width: 360px;
    height: 60px;
    margin: 0px auto 60px auto;
    border-radius: 10px;
    font-size: 20px;
  }
  #RowBarMidText {
    padding: 30px 30px 0px 30px;
  }
  #RowBarMidText #ContMidText #IconSlot {
    width: 60px;
    margin: 0px 20px 0px 0px;
  }
  #RowBarMidText #ContMidText h4 {
    font-size: 25px;
    line-height: 25px;
  }
  #RowBarMidText #ContMidText p {
    font-size: 15px;
    line-height: 16px;
  }
  #RowBarMidText #ContMidText #InfoMitext {
    padding: 0px;
    margin: 0px auto;
  }
  #RowBarMidText h5 {
    max-width: 100%;
    min-height: 50px;
    margin: 40px auto 0px auto;
    padding-top: 10px;
    font-size: 18px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  #RowBadges {
    width: 100%;
    padding: 0px 0px;
  }
  #RowBadges #ContBadges {
    width: 100%;
    max-width: 450px;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #RowBadges #ContBadges img {
    width: 20%;
    margin: 5px;
  }
  #RowGames {
    width: 100%;
    padding: 0px 20px;
  }
  #RowGames #ContGames {
    width: 100%;
    padding: 10px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #RowGames #ContGames img {
    width: 45%;
    margin: 5px;
  }
  .Terms {
    font-size: 12px;
  }
  .LogoFooter {
    max-width: 60px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 360px) {
  #RowBarMidText {
    padding: 30px 20px 0px 20px;
  }
  #RowBarMidText h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 279px) {
  body * {
    display: none !important;
  }
}
body {
  opacity: 0;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: Fade;
  animation-name: Fade;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.MoveBounce {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce-1;
  animation-name: bounce-1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.Scaling {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scale-1;
  animation-name: scale-1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.MoveShine {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveshine;
  animation-name: moveshine;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes moveshine {
  0% {
    background-position-x: 30%;
  }
  50% {
    background-position-x: 70%;
  }
  100% {
    background-position-x: 30%;
  }
}
@keyframes moveshine {
  0% {
    background-position-x: 30%;
  }
  50% {
    background-position-x: 70%;
  }
  100% {
    background-position-x: 30%;
  }
}
@-webkit-keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scale-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes Fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.CodeBlink {
  -webkit-animation: SetBgColor 0.5s infinite;
  animation: SetBgColor 0.5s infinite;
}
.RowTop .ColBox .BoxPromos.Selected > .RowCode {
  -webkit-animation: SetColor 0.2s 4;
  animation: SetColor 0.2s 4;
}
@-webkit-keyframes SetColor {
  0% {
    color: #e75383;
  }
  40% {
    color: #ffe25d;
  }
  60% {
    color: #ffe25d;
  }
  100% {
    color: #e75383;
  }
}
@keyframes SetColor {
  0% {
    color: #e75383;
  }
  40% {
    color: #ffe25d;
  }
  60% {
    color: #ffe25d;
  }
  100% {
    color: #e75383;
  }
}
#ContLogRegForm {
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: none;
}
#ContLogRegForm.Close {
  height: 0vh;
}
#BoxLogRegForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 70px);
  max-width: 380px;
  position: relative;
  right: auto;
  top: auto;
  margin: 0 auto;
  pointer-events: all;
  border-radius: 20px;
  border: solid 1px rgba(42, 64, 151, 0.8);
  background-color: rgba(19, 22, 31, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-blend-mode: overlay;
  z-index: 99;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 130px 30px 10px 30px;
  -webkit-transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
  transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
#ContLogRegForm.Close {
  height: 0vh;
}
#ContLogRegForm.Close #BoxLogRegForm {
  top: -500px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#NavBarRegForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
#NavBarRegForm #ContNav_L_S {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  height: 35px;
  margin: 0px;
  position: relative;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  height: 100%;
  margin: 0px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  background-color: #39414c;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  border: 0px;
  outline: none;
  cursor: pointer;
}
#NavBarRegForm #ContNav_L_S #BtnShow_Login {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#NavBarRegForm #ContNav_L_S #BtnShow_Signup {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS:hover {
  background-color: #dd094e;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS:active {
  background-color: #fff;
  color: #39414c;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 1;
}
#NavBarRegForm #ContNav_L_S .BtnNavLS.Active {
  opacity: 1;
}
.hidden {
  display: none;
}
.ViewTerms {
  color: #dd094e!important;
  cursor: pointer!important;
  font-weight: 800!important;
  /* text-decoration: underline; */
  margin-top: 5px!important;
}
.terms-icon{
    background-color: #dd094e;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: -25px;
}
#RowCoupons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column-reverse;
  width: 100%;
  height: 60px;
  margin: 0px;
  position: relative;
  left: 0px;
  z-index: 10;
  padding: 20px;
  border-radius: 10px;
  /* padding:10px 10px 5px 10px; */
  background-color: #dd094e;
}
#RowCoupons::after {
  content: "SELECTED COUPONS:";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 20px;
  font-size: 11px;
  line-height: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  left: 25%;
  top: -10px;
  border-radius: 20px;
  padding: 0px;
  padding: 0px;
  background-color: #dd094e;
  color: #fff;
}
#RowCoupons .BoxSelCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  height: 40px;
  margin: 0px 1%;
  position: relative;
  font-weight: 900;
  font-size: 20px;
  border-radius: 10px;
  border: dashed 1px rgba(255, 255, 255, 0.4);
  color: #ffe25d;
  cursor: text;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
#BtnClose_LR_Form {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background-color: #dd094e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd094e),
    to(#1c2583)
  );
  background: linear-gradient(180deg, #dd094e 0%, #1c2583 100%);
  border-top: solid 1px #dd094e;
}
#BtnClose_LR_Form::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  background: url("../images/close.svg") 50% 50% no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#BtnClose_LR_Form:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  background: #04ffd9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(4, 255, 217)),
    to(rgb(0, 152, 125))
  );
  background: linear-gradient(
    180deg,
    rgb(4, 255, 217) 0%,
    rgb(0, 152, 125) 100%
  );
  border-top: solid 1px #89ffef;
}
#BtnClose_LR_Form:hover::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#BtnClose_LR_Form:active {
  background-color: #20222f;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}
.ContPopupForms {
  display: none;
}
.ContPopupForms.Active {
  display: block;
  width: 100%;
}
#ContUserDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
}
#ContUserDetails .RowUserDet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  position: relative;
  font-size: 15px;
  border-radius: 8px;
}
#ContUserDetails h1 {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
  color: #fff;
}
#ContUserDetails h2 {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
  font-weight: 300;
  color: #fff;
}
#ContUserDetails h2 strong {
  font-size: 20px;
  font-weight: 800;
}
#ContUserDetails .RowUserDet .UserBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 1.5%;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700;
  font-size: 15px;
}
#ContUserDetails .RowUserDet .UserBtns.Cyan {
  background: #04ffd9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(4, 255, 217)),
    to(rgb(0, 152, 125))
  );
  background: linear-gradient(
    180deg,
    rgb(4, 255, 217) 0%,
    rgb(0, 152, 125) 100%
  );
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  border-top: solid 1px #89ffef;
  text-decoration: none !important;
}
#ContUserDetails .RowUserDet .UserBtns.Cyan:hover {
  background: #dd094e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#dd094e),
    to(#1c2583)
  );
  background: linear-gradient(180deg, #dd094e 0%, #1c2583 100%);
  border-top: solid 1px #dd094e;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.RowUserName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 40px;
  border: 0px;
  border-radius: 100px;
  margin: 0px 0px;
  padding-left: 45px;
  color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  position: relative;
}
.RowUserName::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/user-icon.png") 50% 50% no-repeat;
  background-size: 60%;
}
.LinkPopup {
  color: #dd094e;
  text-decoration: underline;
  font-size: 12px;
}
.RowNavLogin {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  clear: both;
}
.RowNavLogin .BtnNavLogin {
  display: block;
  width: 40%;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0px;
  color: #fff;
  background: #dd094e;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.RowNavLogin .BtnNavLogin.Active {
  color: #fff;
  background: #dd094e;
}
.RowNavLogin .BtnNavLogin:hover {
  color: #111416;
  background: #dd094e;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.RowTitleLogin {
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  position: relative;
  margin: 20px auto;
  clear: both;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}
input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 0 auto 10px;
  padding: 0 15px;
  background: #13161f;
  color: #fff;
  border: solid 1px #dd094e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input::placeholder {
  color: #fff;
  opacity: 1;
}
input:hover {
  border-color: #dd094e;
}
.LoginForm .BtnFormLogin {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin: 15px auto 10px;
  padding: 0 20px;
  background: #dd094e;
  color: #fff;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  background: #dd094e;
  background: #dd094e;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.LoginForm .BtnFormLogin:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  background: #fff;
  color: #dd094e;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}
.RowFooterLogin {
  display: block;
  width: 100%;
  min-height: 30px;
  position: relative;
  margin: 15px auto 0;
  clear: both;
  font-size: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.RowFooterLogin .ColBox {
  display: block;
  width: 50%;
  line-height: 30px;
  position: relative;
  margin: 0;
}
.RowFooterLogin .ColBox.B_L {
  text-align: left;
}
.RowFooterLogin .ColBox.B_R {
  text-align: right;
}
.RowFooterLogin .TermsText {
  font-size: 12px;
  text-align: center;
}
.TeBoxSelectst {
  position: relative;
  display: inline-block;
}
.TeBoxSelectst:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
  background-size: 50%;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  pointer-events: none;
}
.TeBoxSelectst:hover::after {
  background: url("../images/arrow-down.svg") 50% 50% no-repeat !important;
  background-size: 50% !important;
}
.BoxSelect {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.BoxSelect::before {
  content: "";
  display: block;
  width: 40px;
  height: 38px;
  position: absolute;
  left: auto;
  right: 1px;
  top: 1px;
  z-index: 99998;
  pointer-events: none;
  background: url("../images/arrow-down_login.svg?=v0") 50% 50% no-repeat
    #dd094e;
  background-size: 80%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.RowTextOutPopup {
  display: none;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  cursor: pointer;
}
.BoxSelect:hover::before {
  background-color: #292f33;
}
.LoginForm {
  display: block;
  width: 100%;
  min-height: 60px;
  position: relative;
  margin: 10px auto;
  clear: both;
  font-weight: 300;
}
.LoginForm .RowColForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.LoginForm .RowColForm .ColForm {
  width: 49%;
  margin: 0px;
}
.LoginForm .RowColForm .RowForm {
  width: 100%;
  margin: 0px;
}
.LoginForm input,
select {
  display: block;
  width: 100% !important;
  margin: 0px auto 10px auto;
  font-size: 12px;
}
.LoginForm .RowColForm .ColForm.InputDate {
  width: 49% !important;
  cursor: pointer;
  position: relative;
}
.LoginForm .RowColForm .ColForm.InputDate .react-datepicker-wrapper,
.react-datepicker__input-container {
  display: block;
  width: 100% !important;
  cursor: pointer;
}
.LoginForm .RowColForm .ColForm.InputDate input {
  width: 100% !important;
  cursor: pointer;
}
#ContLogRegForm p {
  display: block;
  font-size: 14px;
  margin: 10px 0px;
  text-align: center;
  color: #fff;
}
#CongratBox {
  margin-top: 40px;
  display: none;
}
#CongratBox #LogoCongr {
  display: block;
  max-width: 290px;
  margin: 20px auto;
}
#CongratBox h1 {
  display: block;
  font-size: 30px;
  color: #dd094e;
}
#CongratBox p {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
#CongratBox p strong {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 40px;
  height: 60px;
  color: #dd094e;
  background: #2d353a;
  border: dashed 1px gray;
  -webkit-touch-callout: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
#ContLogRegForm p.TermsText {
  font-size: 11px;
  line-height: 12px;
}
.DateContThree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.DateContThree .Cont3Select {
  width: 32% !important;
  margin: 0px;
  font-size: 11px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.DateContThree select {
  width: 100% !important;
  margin: 0px;
  font-size: 11px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.DateContThree select:hover {
  background-color: #dd094e;
  color: #fff;
}
.DateContThree .Cont3Select:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down_login.svg") 50% 50% no-repeat;
  background-size: 50%;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  pointer-events: none;
}
.DateContThree .Cont3Select:hover:after {
  background: url("../images/arrow-down.svg") 50% 50% no-repeat;
  background-size: 50%;
}
.ColLabelDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (min-width: 280px) and (max-width: 500px) {
  #BoxLogRegForm {
    max-width: 100%;
    width: 90%;
    left: 5%;
    overflow: hidden;
    overflow-y: scroll !important;
    padding: 130px 15px 30px 15px;
    height: auto;
    max-height: 98vh;
  }
  #ContLogRegForm {
    background-color: rgba(19, 22, 31, 0.8);
  }
}
/*# sourceMappingURL=main.min.css.map */