@charset "UTF-8";
html {
  height: -webkit-fill-available;
  font-family: Roboto;
  width: 100%;
  overflow-x: hidden;
}
html body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #292a2e;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-repeat: no-repeat;
  background-size: 100% 1400px;
}
html body .maskMobile,
html body .maskDesktop,
html body .mask {
  display: inline-block;
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 50;
}
html body .downSlider {
  position: fixed;
  overflow-y: scroll;
  z-index: 100;
  width: calc(100% - 20px);
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: -250px;
  margin: 0 auto;
  padding: 30px 10px;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px -1px 6px #d7d7d7;
  text-align: center;
  transition: all 0.4s;
}
html body .downSlider .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
html body .downSlider .singleInput {
  margin-top: 25px;
  width: calc(100% - 26px);
  padding: 10px 5px;
  border: 1px solid #303030;
  border-radius: 4px;
}
html body .downSlider .submitButton {
  padding: 10px;
  border-radius: 27px;
  width: 90%;
  margin-top: 30px;
  background-color: #33a6e7;
  border: 1px solid #727272;
  border-color: #299ed8;
  color: #ffffff;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  cursor: pointer;
}
html body .downSlider .removeData {
  margin-left: -17px;
  display: inline-block;
  vertical-align: middle;
  color: #5a5a5a;
}
html body .downSlider .errorMessage {
  color: red;
  font-size: 12px;
}
html body .popupNote {
  position: fixed;
  z-index: 60;
  width: 500px;
  background-color: #ffffff;
  top: calc(50% - 260px);
  left: calc(50% - 250px);
  border-radius: 3px;
  text-align: center;
  padding: 30px 0px;
  box-shadow: 1px 2px 6px rgba(163, 163, 163, 0.5);
  max-height: 400px;
  overflow-y: scroll;
  background: #003aab;
  background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
}
html body .popupNote button {
  margin-top: 10px;
  background-color: #33a6e7;
  color: #000000;
  padding: 7px;
  width: 150px;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid #727272;
  border-color: #299ed8;
  color: #ffffff;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  cursor: pointer;
}
html body .popupNote .text {
  color: #ffffff;
  font-size: 14px;
}
html body .popupNote .white {
  color: #ffffff;
}
html body .popupNote .infos {
  font-size: 16px;
  margin-bottom: 5px;
  color: white;
}
html body .popupNote label {
  color: #b5c0ff;
}
html body .popupNote .icon {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
html body .popupNote .icon svg {
  width: 54px;
  height: 54px;
}
html body .popupNote .title {
  font-size: 16px;
  font-family: "BaiJamjuree";
}
html body .popupNote .singleInput {
  width: calc(100% - 70px);
  margin-top: 13px;
  border: 0px;
  padding: 6px 10px;
  border-bottom: 1px solid #a7a7a7;
  font-size: 15px;
}
html body .popupNote .singleInput:focus {
  outline: 0;
}
html body .popupNote .close {
  position: absolute;
  right: 5px;
  top: 5px;
}
html body .popupNote .removeData {
  margin-left: -32px;
}
html body .popupNote .errorMessage {
  color: red;
  font-size: 12px;
  text-align: left;
  margin: 0px 30px;
  margin-top: 2px;
}
html body .popupNote .submitButton {
  border: 0px;
  padding: 8px;
  width: calc(100% - 70px);
}
html body #app > div {
  overflow: scroll;
  position: absolute;
  top: 0px;
  width: 100vw;
  padding-bottom: 180px;
  min-height: calc(100vh - 248px);
  overflow: hidden;
}
html body .modal {
  display: none;
  width: 35vw;
  height: 60vw;
  display: inline-flex;
  background: radial-gradient(at right center, rgb(25, 26, 26) 0%, rgb(25, 26, 26) 25%, rgb(0, 58, 171) 100%);
  color: white;
  background-size: 100% 100%;
  position: fixed;
  left: 0px;
  max-width: 350px;
  max-height: 600px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
  z-index: 200;
  text-align: center;
  min-width: 305px;
  min-height: 520px;
  margin-top: 3vw;
}
html body .modal .silhouettes {
  position: absolute;
  bottom: 25px;
  right: 10px;
  pointer-events: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (min-width: 769px) {
  .maskMobile {
    display: none !important;
  }
}
@media screen and (max-width: 585px) {
  html body #app > div {
    padding-bottom: 50px;
    background-color: #141416;
    overflow: auto;
  }
  html body .popupNote {
    width: 260px;
    left: calc(50% - 150px);
    padding: 20px;
  }
  html body .modal {
    width: 100%;
    max-width: none;
    height: 100vh;
    max-height: none;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    margin-top: 0px;
  }
  html body #app .header .modal .conatiner-modal {
    margin-top: -150px !important;
  }
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: RobotoMedium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: BaiJamjuree;
  src: url(../fonts/BaiJamjuree-Regular.ttf);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #16103a;
  border-radius: 14px;
}

::-webkit-scrollbar-thumb {
  background: #2e45c1;
  border-radius: 10px;
}

.loader {
  position: fixed;
  z-index: 60;
  width: 120px;
  height: 120px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003aab;
  background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(178deg, #003aab 0%, #191a1a 100%);
  color: white;
  border: 1px solid #323232;
}
.loader .text {
  position: absolute;
  text-align: center;
  top: 85px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  left: 0px;
}

.spinner {
  width: 64px;
  height: 64px;
  position: relative;
  background-image: linear-gradient(#fff 16px, transparent 0), linear-gradient(#2e45c1 16px, transparent 0), linear-gradient(#2e45c1 16px, transparent 0), linear-gradient(#fff 16px, transparent 0);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left top, left bottom, right top, right bottom;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
  }
  50% {
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
  }
  100% {
    width: 50px;
    height: 50px;
    transform: rotate(360deg);
  }
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.check {
  background-color: #2196f3;
}

.slider:focus {
  box-shadow: 0 0 1px #2196f3;
}

.slider.check:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.announcementForNewLayout .timer {
  position: fixed;
  font-size: 120px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  border-radius: 100px;
  box-shadow: 0px 0px 16px #5d5d5d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
}
.announcementForNewLayout .timer .countdown {
  position: relative;
  width: 150px;
  height: 150px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.announcementForNewLayout .timer .countdown:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #000;
  border-radius: 50%;
  filter: blur(14px);
  animation: shadow 1s linear infinite;
}
@keyframes shadow {
  0%, 100% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
}
.announcementForNewLayout .timer .countdown .number {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(270deg);
  animation: animate 10s linear infinite;
}
.announcementForNewLayout .timer .countdown .number:nth-child(1) {
  animation-delay: 0s;
}
.announcementForNewLayout .timer .countdown .number:nth-child(2) {
  animation-delay: 1s;
}
.announcementForNewLayout .timer .countdown .number:nth-child(3) {
  animation-delay: 2s;
}
.announcementForNewLayout .timer .countdown .number:nth-child(4) {
  animation-delay: 3s;
}
.announcementForNewLayout .timer .countdown .number:nth-child(5) {
  animation-delay: 4s;
}
.announcementForNewLayout .timer .countdown .number h2 {
  margin: 0;
  padding: 0;
  font-size: 100px;
  color: #000000;
}
@keyframes animate {
  0% {
    transform: rotateY(90deg);
  }
  10%, 100% {
    transform: rotateY(-90deg);
  }
}
.announcementForNewLayout .announcement {
  width: calc(100% - 100px);
  padding: 30px;
  font-size: 14px;
  text-align: center;
  max-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  border-radius: 3px;
  box-shadow: rgba(118, 118, 118, 0.3) 0px 19px 38px, rgba(19, 19, 19, 0.22) 0px 15px 12px;
}
.announcementForNewLayout .announcement .close {
  text-align: center;
  margin-top: 10px;
}
.announcementForNewLayout .announcement .close svg {
  width: 30px;
  height: 30px;
}

.landing {
  position: absolute;
  width: 100%;
  background-color: #00004b;
  background: #003aab;
  background: -moz-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
  background: -webkit-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
  background: linear-gradient(135deg, #191a1a 0%, #003aab 100%);
}
.landing .main-logo {
  text-align: center;
  margin-top: 25px;
  display: none;
}
.landing .main-logo img {
  width: 60%;
  max-width: 520px;
}
.landing .stadium-background {
  background-image: url(/assets/images/stadium.png);
  width: 100vw;
  height: 700px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing .landing-banner {
  text-align: center;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 70px;
}
.landing .landing-banner .left-banner {
  width: 50%;
  display: inline-block;
  margin-bottom: -50px;
}
.landing .landing-banner .left-banner img.rr-banner {
  width: 100%;
  vertical-align: middle;
}
.landing .landing-banner .right-banner {
  display: inline-block;
}
.landing .landing-banner .right-banner .facebook-link {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 10px;
  display: block;
}
.landing .landing-banner .right-banner .facebook-link .left-facebook {
  display: inline-block;
  color: #ffffff;
  text-align: right;
  font-size: 18px;
  font-family: "RobotoMedium";
  vertical-align: middle;
}
.landing .landing-banner .right-banner .facebook-link .right-facebook {
  display: inline-block;
  margin-left: 10px;
}
.landing .landing-banner .right-banner .facebook-link .right-facebook img {
  width: 150px;
  vertical-align: middle;
  border-radius: 5px;
}
.landing .landing-banner .right-banner .becomeMA {
  display: inline-block;
  border: 1px solid #4c74c0;
  background-color: rgba(0, 74, 221, 0.6);
  padding: 50px;
  margin-left: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
.landing .landing-banner .right-banner .becomeMA .head {
  color: white;
  font-size: 35px;
  font-family: "RobotoMedium";
}
.landing .landing-banner .right-banner .becomeMA .subhead {
  color: white;
  font-size: 20px;
  margin-top: 15px;
}
.landing .landing-banner .right-banner .becomeMA .subhead span.highlight {
  color: #18ed20;
}
.landing .landing-banner .right-banner .becomeMA a {
  border: 0px;
  color: white;
  width: calc(100% - 20px);
  font-size: 25px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: block;
  text-decoration: none;
  background-image: linear-gradient(#ea7777, #b20000);
}
.landing .landing-banner .right-banner .becomeMA a svg {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}
.landing .landing-banner .right-banner .becomeMA .foot {
  color: white;
  font-size: 15px;
  margin-top: 15px;
}
.landing .landing-banner .right-banner .becomeMA .foot span.highlight {
  color: #ffdf31;
}
.landing .play-now {
  z-index: 10;
  position: relative;
  background-image: url(/assets/images/landing-banner.png);
  background-size: cover;
  background-position: top;
  margin-top: 20px;
}
.landing .play-now .play-now-container {
  width: 90%;
  max-width: calc(900px + 25vw);
  margin-left: 50%;
  transform: translate(-50%);
  padding: 15px;
  display: flex;
}
.landing .play-now .play-now-container .play-now-main {
  display: inline-block;
  width: calc(100% - 388px);
  color: #ffffff;
  font-family: "Roboto";
  padding: 20px 0px;
  vertical-align: middle;
  font-size: 22px;
  line-height: 30px;
}
.landing .play-now .play-now-container .play-now-main .title {
  font-size: 3.5vw;
  line-height: normal;
  margin-top: 3vw;
  margin-bottom: 15px;
}
.landing .play-now .play-now-container .play-now-main a,
.landing .play-now .play-now-container .play-now-main button {
  text-align: center;
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: #000000;
  padding: 12px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 17px;
  width: 220px;
  font-family: "RobotoMedium";
  text-decoration: none;
  display: inline-block;
}
.landing .play-now .play-now-container .right-logo {
  width: 40%;
}
.landing .play-now .play-now-container .right-logo img {
  width: 100%;
}
.landing .play-now .play-now-container .play-now-left,
.landing .play-now .play-now-container .play-now-right {
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
}
.landing .play-now .play-now-container .play-now-left img,
.landing .play-now .play-now-container .play-now-right img {
  width: 100%;
}
.landing .how-to-play {
  margin: 4vw 20px;
  border: 1px solid #003aab;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
  background-color: #010010;
  text-align: center;
}
.landing .how-to-play .title {
  font-family: "RobotoMedium";
  color: white;
  font-size: 23px;
  width: 100%;
  text-align: center;
  background-color: #2c4dd3;
  padding: 15px 0px;
}
.landing .how-to-play .flex {
  display: flex;
  padding: 2px 70px;
  background-color: #153178;
  padding-top: 10px;
}
.landing .how-to-play .flex .steps {
  margin: 20px 5px;
  justify-content: space-between;
  vertical-align: top;
  text-align: center;
  text-transform: capitalize;
  flex: 1;
  line-height: 10px;
}
.landing .how-to-play .flex .steps .head {
  text-transform: capitalize;
  font-family: "RobotoMedium";
  padding: 7px;
  font-weight: bold;
  width: calc(100% - 14px);
}
.landing .how-to-play .flex .steps .head span {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  padding: 8px 23px;
}
.landing .how-to-play .flex .steps .head span.activeLink, .landing .how-to-play .flex .steps .head span:hover {
  color: #e9c404;
  border: 2px solid #e9c404;
  border-radius: 9px;
}
.landing .how-to-play .body {
  font-size: 3.5vw;
  line-height: 4vw;
  display: inline-block;
  width: calc(100% - 80px);
  text-align: left;
  vertical-align: middle;
  padding: 10px 40px 40px 40px;
  background-color: #153178;
}
.landing .how-to-play .body iframe {
  align-items: center;
  justify-content: center;
  height: 38vw;
  max-height: 617px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  width: 100%;
  background-color: #000000;
}
.landing .features {
  margin-top: 5vw;
  text-align: center;
  margin-bottom: 5vw;
  margin-left: 50%;
  transform: translate(-50%);
  width: 90%;
  max-width: calc(900px + 25vw);
}
.landing .features .title {
  font-family: "RobotoMedium";
  color: white;
  font-size: 27px;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.landing .features .key-features-list {
  display: flex;
  gap: 50px;
}
.landing .features .key-features-list .list {
  text-align: center;
  flex: 1;
}
.landing .features .key-features-list .list .icon-container {
  background-color: #108395;
  width: 105px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  min-width: 85px;
  min-height: 85px;
}
.landing .features .key-features-list .list .icon-container .icon-inner {
  display: flex;
  width: 95px;
  height: 95px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  background: #003aab;
  background: -moz-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
  background: -webkit-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
  background: linear-gradient(135deg, #191a1a 0%, #003aab 100%);
}
.landing .features .key-features-list .list .icon-container .icon-inner svg path {
  fill: #fea42e;
}
.landing .features .key-features-list .list .text {
  font-size: 17px;
  margin-top: 20px;
  color: #ffffff;
}
.landing .tayaan-banner {
  background-image: url(/assets/images/tayaan-banner.png);
  background-size: auto;
  background-position: center;
}
.landing .tayaan-banner .tayaan-container {
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
  padding-top: 20px;
  padding-bottom: 20px;
}
.landing .tayaan-banner .tayaan-container .tayaan-left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.landing .tayaan-banner .tayaan-container .tayaan-left img {
  width: 100%;
}
.landing .tayaan-banner .tayaan-container .tayaan-left button {
  border: 2px solid #f7eea6;
  color: white;
  margin-top: 20px;
  padding: 15px 50px;
  border-radius: 100px;
  font-size: 20px;
  background-image: linear-gradient(#d02eeb, #eb9f2e);
  font-family: "RobotoMedium";
}
.landing .tayaan-banner .tayaan-container .tayaan-right {
  display: inline-block;
  width: calc(50% - 4px);
  text-align: right;
  vertical-align: middle;
}
.landing .tayaan-banner .tayaan-container .tayaan-right img {
  width: 80%;
}
.landing .signup-banner {
  background-image: url(/assets/images/signup-banner.png);
  text-align: center;
  margin-top: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.landing .signup-banner .logo-image {
  min-width: 200px;
  max-width: 360px;
  width: 35vw;
}
.landing .signup-banner .signup-words {
  color: white;
  margin-top: 50px;
  font-size: 25px;
  font-family: "RobotoMedium";
}
.landing .signup-banner a,
.landing .signup-banner button {
  margin-top: 30px;
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: #000000;
  padding: 15px;
  width: 250px;
  border-radius: 5px;
  font-size: 19px;
  font-family: "RobotoMedium";
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .landing .promo .details .title {
    font-size: 48px;
    margin-top: 36px;
  }

  .landing .promo .mechanics {
    font-size: 18px;
    margin-top: 24px;
  }

  .landing .promo a {
    margin-top: 24px;
    width: 276px;
    font-size: 24px;
  }

  .landing .features .list .text {
    font-size: 14px;
  }
}
/* -------------- min max -------------*/
@media screen and (max-width: 973px) {
  .landing .landing-banner .left-banner {
    width: 100%;
    max-width: 400px;
  }
  .landing .landing-banner .right-banner .facebook-link {
    display: none;
  }
  .landing .landing-banner .right-banner .becomeMA {
    margin-top: -90px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .landing .play-now .play-now-container {
    padding: 5px;
    width: 95%;
  }
  .landing .play-now .play-now-container .play-now-left,
.landing .play-now .play-now-container .play-now-right {
    max-width: 100px;
  }
  .landing .play-now .play-now-container .play-now-main {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    width: calc(100% - 228px);
  }
  .landing .how-to-play .flex {
    padding: 2px 0px;
  }
  .landing .how-to-play .flex .steps .head {
    font-family: "Roboto";
  }
  .landing .how-to-play .flex .steps .head span {
    font-size: 15px;
    padding: 8px 13px;
  }
  .landing .how-to-play .flex .steps .head span.activeLink,
.landing .how-to-play .flex .steps .head span:hover {
    border-width: 1px;
  }
  .landing .features .key-features-list {
    gap: 30px;
  }
  .landing .features .key-features-list .list .text {
    font-size: 14px;
  }
  .landing .tayaan-banner .tayaan-container .tayaan-left button {
    font-size: 14px;
  }
}
@media screen and (max-width: 585px) {
  .landing {
    padding-bottom: 220px !important;
  }
  .landing .main-logo {
    display: inline-block;
    width: 100%;
  }
  .landing .landing-banner {
    margin-top: 10px;
    width: calc(100% - 40px);
    max-width: none;
    margin-left: 20px;
    transform: unset;
    position: relative;
  }
  .landing .landing-banner .right-banner {
    display: block;
  }
  .landing .landing-banner .right-banner .becomeMA {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
  .landing .landing-banner .right-banner .becomeMA .head {
    font-size: 28px;
  }
  .landing .landing-banner .right-banner .becomeMA .subhead {
    font-size: 19px;
  }
  .landing .play-now .play-now-container .play-now-left,
.landing .play-now .play-now-container .play-now-right {
    display: none;
  }
  .landing .play-now .play-now-container .play-now-main {
    width: calc(100% - 20px);
    text-align: center;
  }
  .landing .play-now .play-now-container .right-logo {
    display: none;
  }
  .landing .how-to-play .flex .steps {
    margin: 5px;
  }
  .landing .how-to-play .flex .steps .head {
    padding: 8px 3px;
    font-weight: bold;
    width: calc(100% - 6px);
  }
  .landing .how-to-play .flex .steps .head span {
    font-size: 10px;
    padding: 8px 10px;
  }
  .landing .how-to-play .body {
    width: calc(100% - 10px);
    padding: 5px;
  }
  .landing .features .title {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .landing .features .key-features-list {
    display: block;
  }
  .landing .features .key-features-list .list {
    width: 45%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .landing .features .key-features-list .list .text {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
  }
  .landing .tayaan-banner .tayaan-container .tayaan-left button {
    padding: 10px 20px;
  }
  .landing .signup-banner img {
    width: 50%;
  }
  .landing .signup-banner .signup-words {
    font-size: 16px;
    margin-top: 14px;
  }
  .landing .signup-banner button {
    width: 160px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .landing .promo .details .mechanics {
    font-size: 12px;
  }

  .landing .promo {
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .landing .modal .back,
.landing .modal .footer {
    display: inline-block;
  }
}
.result {
  position: absolute;
  width: 100%;
}
.result .header {
  margin-bottom: 80px;
}
.result .header .head {
  width: 100%;
  height: 70px;
}
.result .header .head .nav-right {
  margin-top: 40px;
}
.result .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.result .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.result .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.result .container .results {
  width: calc(90% - 120px);
  max-width: 933px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 35px;
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-radius: 0.125rem;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  padding: 30px;
  color: #ffffff;
  margin-bottom: 35px;
}
.result .container .results .select-race {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.result .container .results .select-race .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.result .container .results .select-race svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.result .container .results .filter select {
  width: 110px;
  padding: 4px;
  margin-bottom: 5px;
}
.result .container .results .filter button {
  text-align: center;
  padding: 6px 16px;
  cursor: pointer;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 3px;
  margin-left: 7px;
}
.result .container .results h1 {
  margin: 0px;
  font-size: 24px;
}
.result .container .results .note {
  margin-top: 10px;
  color: rgba(172, 174, 255, 0.3607843137);
  font-size: 20px;
}
.result .container .results table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
}
.result .container .results table thead tr th {
  border: 1px solid white;
  font-size: 15px;
  padding: 5px 10px;
  text-align: left;
  font-weight: bold;
}
.result .container .results table tbody tr td {
  border: 1px solid white;
  font-size: 13px;
  padding: 10px 10px;
  text-align: left;
}

@media screen and (max-width: 585px) {
  .result .head {
    display: none;
  }
  .result .container .results {
    width: calc(100% - 10px);
    max-width: 100%;
    margin-left: 0px;
    transform: none;
    margin-top: -1px;
    background-color: rgba(0, 0, 0, 0.5098039216);
    border-radius: 0px;
    border: 0px;
    padding: 10px 5px;
    color: #ffffff;
    margin-bottom: 0px;
    min-height: calc(100vh - 110px);
  }
  .result .container .results h1 {
    display: none;
  }
  .result .container .results .filter {
    position: fixed;
    width: 100%;
    left: 0px;
    background-color: #0f1d5d;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 18px;
    border-bottom: 1px solid #a0afe3;
    z-index: 20;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
  }
  .result .container .results .filter select {
    width: calc(100% - 130px);
    border-radius: 0px;
    padding: 8px;
  }
  .result .container .results .filter button {
    width: 85px;
    height: 35px;
  }
  .result .container .results .loadData {
    position: fixed;
    z-index: 60;
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .result .container .results .select-race {
    position: fixed;
    z-index: 60;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
  }
  .result .container .results .select-race svg {
    width: 100px;
    height: 100px;
    color: #525252;
  }
  .result .container .results .select-race .notes {
    margin-top: 20px;
    font-size: 13px;
    color: #525252;
  }
  .result .container .results table {
    margin-top: 55px;
    z-index: 10;
    position: relative;
  }
  .result .container .results table thead {
    display: none;
  }
  .result .container .results table tbody {
    display: inline-block;
    width: 100%;
  }
  .result .container .results table tbody tr {
    display: inline-block;
    padding: 7px;
    background-color: #2f3130;
    margin-bottom: 8px;
    border: 1px solid #424242;
    border-radius: 5px;
    position: relative;
  }
  .result .container .results table tbody tr td {
    border: 0px;
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 120px;
    color: #9dd0ff;
    padding: 5px 10px;
  }
  .result .container .results table tbody tr td .result-number {
    margin-right: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #0b66ff;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 10px;
    margin-bottom: 2px;
  }
  .result .container .results table tbody tr td::before {
    width: 120px;
    display: inline-block;
    margin-left: -120px;
    color: #ffffff;
    font-size: 12px;
  }
  .result .container .results table tbody tr td:nth-child(1)::before {
    content: "Code";
  }
  .result .container .results table tbody tr td:nth-child(2)::before {
    content: "Bet Type";
  }
  .result .container .results table tbody tr td:nth-child(3)::before {
    content: "Winners";
  }
  .result .container .results table tbody tr td:nth-child(4)::before {
    content: "Dividend (₱1.00)";
  }
  .result .container .results table tbody tr:last-child {
    border: 0px;
  }
}
.capitalize {
  text-transform: capitalize;
}

.join-telegram {
  float: right;
  margin-right: 8px;
  margin-top: -3px;
}
.join-telegram .label {
  text-align: left;
  font-size: 10px;
  margin-top: 3px;
}
.join-telegram .button {
  text-align: right;
  margin-top: -10px;
}
.join-telegram .button span {
  font-size: 10px;
}
.join-telegram .button .telegram-icon {
  display: inline-block;
  vertical-align: middle;
}
.join-telegram .button .telegram-icon svg {
  border-radius: 100px;
  background-color: #289ed8;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-top: -18px;
  margin-right: 5px;
  margin-left: 10px;
}
.join-telegram .button .messenger-icon {
  display: inline-block;
  vertical-align: middle;
}
.join-telegram .button .messenger-icon svg {
  border-radius: 100px;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-top: -18px;
  background-color: #415ca0;
  padding: 2px;
}

.header {
  height: 50px;
  position: relative;
  z-index: 25;
}
.header .head .logo {
  display: none;
}
.header .full-balance-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .full-balance-container .balance-mask {
  background-color: rgba(0, 0, 0, 0.32);
  width: 100%;
  height: 100%;
  position: absolute;
}
.header .full-balance-container .full-balance {
  position: relative;
  z-index: 100;
  position: relative;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  padding: 10px;
  border-radius: 5px;
}
.header .full-balance-container .full-balance .balance-action .left-action {
  display: inline-block;
}
.header .full-balance-container .full-balance .balance-action .left-action button {
  display: inline-flex;
  background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  border-radius: 10px;
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #2296f3;
}
.header .full-balance-container .full-balance .balance-action .left-action button svg {
  margin-left: 5px;
  width: 15px;
  height: 15px;
}
.header .full-balance-container .full-balance .balance-action .right-action {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.header .full-balance-container .full-balance .credit .detail,
.header .full-balance-container .full-balance .bonus .detail {
  box-shadow: 0px 0px 7px black;
  padding: 7px 24px;
  text-align: center;
  background-color: #04379e;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.header .full-balance-container .full-balance .credit .detail .note,
.header .full-balance-container .full-balance .bonus .detail .note {
  color: #9dd0ff;
  font-size: 10px;
}
.header .full-balance-container .full-balance .howto {
  text-align: center;
}
.header .full-balance-container .full-balance .howto a {
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: black;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
}
.header .mobile-title {
  display: none;
  color: #ffffff;
  font-size: 5vw;
  font-family: BaiJamjuree;
  text-align: center;
}
.header .head {
  width: 100%;
  height: calc(30px + 6vw);
}
.header .head .nav-right {
  float: unset;
  margin: 0px;
  margin-top: 15px;
  width: 90%;
  max-width: calc(900px + 25vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.header .head .nav-right .account {
  color: #ffffff;
  margin-right: 3vw;
}
.header .head .nav-right .account .id {
  display: inline-block;
  padding-right: 1.5vw;
  line-height: 20px;
  border-right: 1px solid #684678;
}
.header .head .nav-right .account .id span {
  color: #fea32f;
}
.header .head .nav-right .account .balance {
  display: inline-block;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  line-height: 20px;
  border-right: 1px solid #684678;
}
.header .head .nav-right .account .balance span {
  color: #fea32f;
}
.header .head .nav-right .account .balance svg {
  margin-left: 6px;
  cursor: pointer;
  width: 20px;
  vertical-align: bottom;
}
.header .head .nav-right .account .balance .credit {
  font-size: 12px;
}
.header .head .nav-right .account .balance .credit .switch-container {
  display: inline-block;
  position: absolute;
  right: 20px;
}
.header .head .nav-right .account .accountIcon {
  display: inline-block;
  padding-left: 1.5vw;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
.header .head .nav-right .account .accountIcon svg {
  vertical-align: bottom;
}
.header .head .nav-right .account .accountIcon svg.arrow {
  margin-left: -8px;
}
.header .head .nav-right .account .accountIcon .accountInfo {
  border: 1px solid #4a4a4e;
  width: 250px;
  height: 350px;
  background-color: #000000;
  position: absolute;
  right: 0px;
  top: 35px;
  border-radius: 4px;
  padding: 15px 10px;
  cursor: auto;
  z-index: 55;
  text-align: left;
}
.header .head .nav-right .account .accountIcon .accountInfo hr {
  border-color: #9dd0ff;
}
.header .head .nav-right .account .accountIcon .accountInfo .name {
  color: #ffffff;
  font-family: BaiJamjuree;
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.header .head .nav-right .account .accountIcon .accountInfo .mobileNo {
  color: #9dd0ff;
  font-family: BaiJamjuree;
  padding-left: 5px;
}
.header .head .nav-right .account .accountIcon .accountInfo .playerId {
  color: #9dd0ff;
  font-family: BaiJamjuree;
  margin-bottom: 15px;
  padding-left: 5px;
}
.header .head .nav-right .account .accountIcon .accountInfo .balance {
  border-right: 0px;
  padding-left: 5px;
  font-family: BaiJamjuree;
}
.header .head .nav-right .account .accountIcon .accountInfo .balance svg {
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.header .head .nav-right .account .accountIcon .accountInfo ul {
  list-style: none;
  padding: 0px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.header .head .nav-right .account .accountIcon .accountInfo ul li {
  font-size: 12px;
  margin-top: 5px;
}
.header .head .nav-right .account .accountIcon .accountInfo ul li a {
  color: #ffffff;
  text-decoration: none;
}
.header .head .nav-right .account .accountIcon .accountInfo ul li a svg {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
}
.header .head .nav-right .account .accountIcon .accountInfo .aboutus,
.header .head .nav-right .account .accountIcon .accountInfo .contacts,
.header .head .nav-right .account .accountIcon .accountInfo .termsandconditions,
.header .head .nav-right .account .accountIcon .accountInfo .privacypolicy {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
}
.header .head .nav-right .account .accountIcon .accountInfo .aboutus a,
.header .head .nav-right .account .accountIcon .accountInfo .contacts a,
.header .head .nav-right .account .accountIcon .accountInfo .termsandconditions a,
.header .head .nav-right .account .accountIcon .accountInfo .privacypolicy a {
  color: #ffffff;
  text-decoration: none;
}
.header .head .nav-right .account .accountIcon .accountInfo .signout {
  color: #e96464;
  padding-left: 10px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}
.header .head .nav-right .account .accountIcon .accountInfo .signout svg {
  vertical-align: middle;
  margin-left: 5px;
  width: 15px;
}
.header nav {
  background-color: rgba(3, 2, 17, 0.6509803922);
  border-bottom: 2px solid #253a5a;
}
.header nav ul {
  list-style: none;
  display: inline-block;
  margin-left: 4vw;
  padding: 0px;
  margin-right: 4vw;
  width: calc(100% - 8vw);
  margin-top: 0px;
  margin-bottom: 0px;
  height: 47px;
}
.header nav ul li {
  display: inline-block;
  margin-right: 2vw;
  margin-left: 2vw;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header nav ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 23px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.header nav ul li a svg {
  width: 25px;
  vertical-align: middle;
}
.header nav ul li a svg path {
  fill: #ffffff;
}
.header nav ul li a span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 12px;
}
.header nav ul li.active {
  border-bottom: 3px solid #9dd0ff;
}
.header nav ul li.active a {
  color: #9dd0ff;
}
.header nav ul li.active a svg path {
  fill: #9dd0ff;
}
.header .mobileTitle {
  display: none;
  width: 100%;
  background-color: #292a2e;
  color: #ffffff;
  font-family: BaiJamjuree;
  line-height: 24px;
}
.header .mobileTitle .title {
  font-size: 11px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #000e54;
  margin-top: 7px;
  border-radius: 100px;
  margin-left: 4px;
}
.header .mobileTitle .title span {
  vertical-align: middle;
}
.header .mobileTitle .title svg {
  margin-left: 5px;
  width: 13px;
  vertical-align: middle;
}
.header .mobileTitle .title .amount {
  color: #fea32f;
  font-weight: bold;
}
.header .mobileTitle .balance {
  padding: 5px 15px;
  font-size: 15px;
  float: right;
}
.header .mobileTitle .balance .amount {
  color: #fea32f;
}
.header .mobileTitle .balance span {
  vertical-align: middle;
}
.header .mobileTitle .balance svg {
  margin-left: 5px;
  width: 15px;
  vertical-align: middle;
}
.header .mobileTitle .center {
  font-size: 4vw;
  padding: 15px 20px;
  text-align: center;
}
.header .header-logout {
  width: 100%;
  height: 60px;
  position: fixed;
  transition: all 0.5s;
  z-index: 40;
}
.header .header-logout .nav-right {
  float: unset;
  margin: 0px;
  margin-top: 15px;
  width: 90%;
  max-width: calc(900px + 25vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.header .header-logout .nav-right .menu {
  display: inline-block;
}
.header .header-logout .nav-right .menu ul {
  list-style: none;
  padding-left: 0px;
}
.header .header-logout .nav-right .menu ul .logo {
  display: none;
}
.header .header-logout .nav-right .menu ul .formobile {
  display: none;
}
.header .header-logout .nav-right .menu ul li {
  display: inline-block;
  margin: 2px 10px;
  font-size: 15px;
  position: relative;
  z-index: 100;
  font-family: "Roboto";
}
.header .header-logout .nav-right .menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.header .header-logout .nav-right .menu ul li.active a {
  color: #93bce4;
}
.header .header-logout .nav-right .menu ul .background-texture {
  position: absolute;
  right: 0px;
  bottom: 26px;
  z-index: 10;
  right: -40px;
}
.header .header-logout .nav-right .menu ul .mobileNav-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.header .header-logout .nav-right .menu ul .mobileNav-footer .copyright {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.header .header-logout .nav-right .menu ul .mobileNav-footer .copyright p {
  margin: 5px 0px;
}
.header .header-logout .nav-right .burger {
  display: none;
  margin-left: 15px;
  margin-top: 0px;
  cursor: pointer;
}
.header .header-logout .nav-right .burger svg {
  vertical-align: middle;
  margin-top: -1px;
  display: inline-block;
}
.header .header-logout .nav-right .burger span {
  vertical-align: middle;
  color: #ffffff;
}
.header .header-logout .nav-right button,
.header .header-logout .nav-right .race {
  margin: 8px 8px;
  padding: 7px;
  border-radius: 3px;
  width: 80px;
  max-width: 90px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "roboto";
  box-shadow: 1px 3px 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.header .header-logout .nav-right .buttons {
  float: right;
}
.header .header-logout .nav-right .buttons .login {
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: #000000;
  display: inline-block;
  text-decoration: none;
  line-height: 15px;
  width: 80px;
  text-align: center;
}
.header .header-logout .nav-right .buttons .signout {
  border: 1px solid #f56666;
  color: #ffffff;
  background-image: linear-gradient(#ea7777, #c90c0c);
  width: 80px;
}
.header .header-logout .nav-right ul {
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.header .modal .back {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  margin-top: 10px;
  margin-left: 10px;
}
.header .modal .back svg,
.header .modal .back span {
  vertical-align: middle;
}
.header .modal .container-modal {
  width: 100%;
  margin-top: 0px;
}
.header .modal .container-modal .logo {
  width: 60%;
  margin-top: 20px;
}
.header .modal .container-modal .title {
  font-family: BaiJamjuree;
  color: #93bce4;
  font-size: 18px;
  margin-top: -5px;
  padding: 0px 30px;
}
.header .modal .container-modal .form {
  margin-top: 10px;
}
.header .modal .container-modal .form input {
  width: 70%;
  margin-top: 10px;
  height: 35px;
  border-radius: 3px;
  border: 0px;
  padding-left: 20px;
}
.header .modal .container-modal .form input:focus {
  outline: 0;
}
.header .modal .container-modal .form .otp-input {
  background-color: transparent;
  border: 2px solid #93bce4;
  display: inline-block;
  width: 39px;
  padding: 8px 0px;
  margin: 0px 3px;
  text-align: center;
  font-size: 25px;
  color: white;
}
.header .modal .container-modal .form .mobilenumber::-webkit-outer-spin-button,
.header .modal .container-modal .form .mobilenumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header .modal .container-modal .form .mobilenumber[type=number] {
  -moz-appearance: textfield;
}
.header .modal .container-modal .form .error {
  color: #fea32f;
  text-shadow: 0px 0px 20px white;
  margin-top: 9px;
  font-size: 13px;
}
.header .modal .container-modal .form .login {
  width: 76%;
  margin-top: 15px;
  height: 35px;
  border-radius: 3px;
  border: 0px;
  background-color: #2a3bd9;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.header .modal .container-modal .form .register {
  width: 76%;
  margin-top: 15px;
  height: 35px;
  border-radius: 3px;
  border: 0px;
  background-color: #2a3bd9;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.header .modal .container-modal .form .resendOTP {
  width: 76%;
  margin-top: 15px;
  height: 35px;
  border-radius: 3px;
  border: 0px;
  background-image: linear-gradient(#fff8d2, #ffd90f);
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}
.header .modal .container-modal .form .forgotPassword {
  color: #ffffff;
  font-size: 12px;
  margin-top: 10px;
}
.header .modal .container-modal .form .forgotPassword a {
  color: #ffffff;
}
.header .modal .container-modal .form .verifyAccount {
  margin-top: 20px;
  color: #fea42e;
  font-size: 12px;
}
.header .modal .container-modal .form .verifyAccount a {
  color: #fea42e;
}
.header .modal .container-modal .form .or {
  color: #ffffff;
  font-size: 25px;
  margin-top: 10px;
}
.header .modal .container-modal .form .agree {
  color: #ffffff;
  font-size: 12px;
  margin-top: 14px;
}
.header .modal .container-modal .form .agree span {
  vertical-align: middle;
}
.header .modal .container-modal .form .agree span a {
  color: #ffffff;
}
.header .modal .container-modal .form .agree svg {
  vertical-align: middle;
  cursor: pointer;
}
.header .modal .loading svg,
.header .modal .loading img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  width: 70%;
}
.header .modal .loading svg {
  animation: rotation 4s infinite linear;
}
.header .modal .loading .text {
  position: absolute;
  text-align: center;
  top: 250px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 100%;
  color: #93bce4;
  text-transform: uppercase;
  font-size: 14px;
  left: 0px;
}
.header .modal .footer {
  position: absolute;
  bottom: 3px;
  color: #a098ce;
  line-height: 3px;
  font-size: 10px;
  display: none;
}

@media screen and (max-width: 700px) {
  .header .header-logout .nav-right {
    width: calc(100% - 20px);
  }
  .header .header-logout .nav-right .menu ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 585px) {
  .header {
    height: 35px;
    position: relative;
    z-index: 100;
  }
  .header .modal .back {
    display: inline;
  }
  .header .head,
.header nav {
    display: none;
  }
  .header .mobile-title {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
  }
  .header .mobileTitle {
    display: inline-block;
    position: fixed;
    z-index: 60;
  }
  .header .mobileTitle .switch {
    margin-top: 2px;
  }
  .header .header-logout .nav-right {
    width: 100%;
    margin: 0px;
    transform: none;
  }
  .header .header-logout .nav-right .buttons {
    float: right;
    margin-right: 15px;
    line-height: 53px;
  }
  .header .header-logout .nav-right .buttons a {
    margin: 8px;
    padding: 7px;
    width: 100px;
  }
  .header .header-logout .nav-right .menu {
    float: left;
  }
  .header .header-logout .nav-right .menu ul {
    position: absolute;
    top: 0px;
    left: -75%;
    width: 75%;
    overflow: hidden;
    background: #003aab;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #191a1a 0%, #003aab 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #191a1a 0%, #003aab 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191a1a", endColorstr="#003aab", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin: 0px;
    height: 100vh;
    z-index: 150;
    border-right: 1px solid #414141;
  }
  .header .header-logout .nav-right .menu ul li {
    display: block;
    padding: 10px 20px;
    text-align: left;
  }
  .header .header-logout .nav-right .menu ul .logo {
    margin-top: 20px;
    text-align: center;
    display: block;
  }
  .header .header-logout .nav-right .menu ul .logo img {
    width: 160px;
  }
  .header .header-logout .nav-right .menu ul .logo svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: scale(1.5);
  }
  .header .header-logout .nav-right .menu ul .formobile {
    display: block;
  }
  .header .header-logout .nav-right .menu .burger {
    line-height: 51px;
    display: inline-block;
  }
}
@media screen and (max-width: 467px) {
  .header .mobileTitle .balance {
    font-size: 14px;
  }
}
@media screen and (min-width: 1065px) {
  .header nav ul li {
    font-size: 16px;
  }
}
.live {
  position: absolute;
  width: 100%;
}
.live .header {
  margin-bottom: 60px;
}
.live .header .head {
  width: 100%;
  height: 70px;
}
.live .header .head .nav-right {
  margin-top: 40px;
}
.live .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.live .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.live .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.live .announcement-container {
  position: fixed;
  z-index: 200;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3607843137);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live .announcement-container .announcement-popup {
  color: white;
  border-radius: 3px;
  box-shadow: rgba(118, 118, 118, 0.3) 0px 19px 38px, rgba(19, 19, 19, 0.22) 0px 15px 12px;
  width: calc(100% - 100px);
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  padding: 25px 10px;
  font-size: 13px;
}
.live .announcement-container .announcement-popup .link {
  color: #fea32f;
}
.live .announcement-container .announcement-popup img {
  width: 50px;
  margin: 10px;
}
.live .announcement-container .announcement-popup .head {
  font-size: 16px;
  margin-bottom: 20px;
}
.live .announcement-container .announcement-popup table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.live .announcement-container .announcement-popup table tr td {
  border: 1px solid white;
  padding: 3px;
}
.live .announcement-container .announcement-popup .close {
  margin-bottom: -80px;
  padding-top: 50px;
}
.live .announcement-container .announcement-popup .close svg {
  width: 40px;
  height: 40px;
}
.live .schedule-container {
  position: fixed;
  z-index: 200;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3607843137);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live .schedule-container .schedule-popup {
  color: white;
  border-radius: 3px;
  box-shadow: rgba(118, 118, 118, 0.3) 0px 19px 38px, rgba(19, 19, 19, 0.22) 0px 15px 12px;
  width: calc(100% - 100px);
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  position: relative;
}
.live .schedule-container .schedule-popup img {
  width: 100%;
}
.live .schedule-container .schedule-popup .date-schedule {
  position: absolute;
  bottom: 18%;
  width: 100%;
  text-align: center;
}
.live .schedule-container .schedule-popup .date-schedule .list-date {
  margin-top: 6px;
  font-family: "BaiJamjuree";
  color: #ff914d;
  font-weight: bolder;
  text-shadow: 1px 3px 3px #000000;
  text-transform: uppercase;
  font-size: clamp(10px, 3vw, 17px);
}
.live .schedule-container .schedule-popup .close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #5151c3;
  border-radius: 100px;
}
.live .schedule-container .schedule-popup .close svg {
  width: 40px;
  height: 40px;
}
.live .tutorial-mask {
  background-color: rgba(0, 0, 0, 0.5882352941);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.live .tutorial {
  position: fixed;
  background-color: #2c2d32;
  top: 0px;
  left: 0px;
  width: calc(90% - 20px);
  height: 100vh;
  z-index: 200;
  font-family: "BaiJamjuree";
  padding: 10px;
  color: #33a6e7;
  transition: all 0.5s ease;
}
.live .tutorial .tutorial-close {
  float: right;
}
.live .tutorial .tutorial-head {
  font-size: 18px;
  margin-top: 20px;
}
.live .tutorial .explain {
  font-size: 12px;
}
.live .tutorial .list-race {
  margin-left: 14px;
  font-size: 14px;
  margin-top: 10px;
}
.live .tutorial .list-race a {
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  border: 1px solid #33a6e7;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #757575;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 9px;
  margin-left: 15px;
}
.live .tutorial .explain2 {
  font-size: 15px;
  margin-top: 10px;
}
.live .tutorial .explain2 a {
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  border: 1px solid #33a6e7;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #757575;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 9px;
  margin-right: 15px;
}
.live .tutorial.hide {
  margin-left: calc(-90% - 20px);
}
.live .tutorial.show {
  margin-left: 0px;
}
.live .tutorial-tag {
  background-color: #01c300;
  position: fixed;
  left: 0px;
  bottom: 230px;
  z-index: 20;
  transform: rotate(90deg);
  transform-origin: 0px 19px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px 6px 0px 0px;
  font-family: "RobotoMedium";
  z-index: 55;
  display: none;
}
.live .container {
  width: 100%;
  max-width: 1558px;
  transform: translate(-50%);
  margin: 0px auto 0px 50%;
  border-radius: 10px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
}
.live .container .video {
  width: calc(100% - 402px - 24px - 24px - 24px);
  display: inline-block;
  margin: 24px;
}
.live .container .video .iframe {
  align-items: center;
  justify-content: center;
  height: 38vw;
  max-height: 617px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  width: 100%;
  background-color: #000000;
}
.live .container .video .iframe img {
  width: 100%;
}
.live .container .video .iframe .less-bal-to-watch {
  text-align: center;
}
.live .container .video .iframe .less-bal-to-watch a {
  color: #fbd100;
  font-size: 18px;
}
.live .container .video .loaderGame {
  margin: 20px auto auto auto;
  height: calc(100vh - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.live .container .video .loaderGame svg {
  animation: rotation 2s infinite linear;
}
.live .container .video .raceInfo {
  padding: 5px 0px 0px 0px;
  border-radius: 0px;
  background-color: #193c95;
}
.live .container .video .raceInfo .eventName {
  padding: 10px;
}
.live .container .video .raceInfo .eventName .name {
  font-size: 16px;
  text-transform: uppercase;
}
.live .container .video .raceInfo .eventName .area {
  font-size: 12px;
  color: #fea32f;
  margin: 5px auto auto auto;
}
.live .container .video .raceInfo .eventName .view-result,
.live .container .video .raceInfo .eventName .view-schedule {
  float: right;
  color: #fea32f;
  text-decoration: underline;
  margin-right: 2px;
  display: none;
}
.live .container .video .raceInfo .updates {
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
  background-color: #000000;
  margin-right: 5px;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
}
.live .container .video .raceInfo .updates .update-fuzz {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live .container .video .raceInfo .updates .update-fuzz svg {
  width: 10px;
  rotate: -30deg;
  margin: 0px 5px;
}
.live .container .video .raceInfo .updates .update-fuzz .rotate {
  transform: scaleX(-1);
  rotate: 30deg;
}
.live .container .video .raceInfo .updates .click {
  font-size: 10px;
  margin-bottom: 3px;
  margin-top: -4px;
}
.live .container .video .raceInfo .updates {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}
.live .container .video .raceInfo .head {
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0px 10px;
  position: relative;
}
.live .container .video .raceInfo .head .btn-left,
.live .container .video .raceInfo .head .btn-right {
  position: absolute;
  color: white;
  font-size: 12px;
  padding: 8px 0px;
  height: 22px;
  margin-top: 7px;
}
.live .container .video .raceInfo .head .btn-left {
  left: 0px;
  background: linear-gradient(to left, transparent, #2f3130 80%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.live .container .video .raceInfo .head .btn-right {
  right: 0px;
  background: linear-gradient(to right, transparent, #2f3130 80%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.live .container .video .raceInfo .head .head-container {
  margin-top: 7px;
  background-color: #484b5e;
  border-radius: 14px;
  padding: 0px 9px;
  overflow: scroll;
}
.live .container .video .raceInfo .head .head-container div {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  white-space: nowrap;
  display: inline-block;
  margin: 4px;
  border-radius: 8px;
}
.live .container .video .raceInfo .head .head-container .active {
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: black;
}
.live .container .video .raceInfo .head .head-container .short {
  display: none;
}
.live .container .video .raceInfo .noRace {
  text-align: center;
  padding: 30px;
}
.live .container .video .raceInfo .body {
  padding: 0px 5px;
  margin-top: -1px;
}
.live .container .video .raceInfo .body .top {
  margin: 0px 5px;
  padding-top: 5px;
}
.live .container .video .raceInfo .body .top .raceLabelContainer {
  display: inline-block;
  max-width: calc(100% - 100px);
}
.live .container .video .raceInfo .body .top .raceLabelContainer .raceLabel {
  display: inline-block;
  background-color: #2a45c0;
  border: 1px solid #2a45c0;
  padding: 6px 17px;
  font-size: 12px;
  margin: 0px 3px;
  margin-bottom: 2px;
  -webkit-transform: skew(-20deg);
}
.live .container .video .raceInfo .body .top .raceLabelContainer .raceLabel.multiple {
  background-color: transparent;
  border: 1px solid #2a45c0;
  cursor: pointer;
  margin-right: 3px;
  -webkit-transform: skew(-20deg);
}
.live .container .video .raceInfo .body .top .raceLabelContainer .raceLabel.active {
  background-color: #2a45c0;
  border: 1px solid #2a45c0;
}
.live .container .video .raceInfo .body .top .raceResult {
  float: right;
}
.live .container .video .raceInfo .body .top .raceResult span {
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: black;
  font-size: 10px;
  padding: 4px 7px;
  margin-left: 4px;
  border-radius: 10px;
}
.live .container .video .raceInfo .body .top .allPlacement {
  float: right;
  display: flex;
  margin-right: 15px;
  margin-top: 2px;
}
.live .container .video .raceInfo .body .top .allPlacement .all {
  color: #fea32f;
  border: 2px solid #fea32f;
  height: 17px;
  width: 30px;
  margin-left: 10px;
  padding: 3px 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(155, 155, 155, 0.1098039216);
  cursor: pointer;
  border-radius: 6px;
  font-family: "BaiJamjuree";
  text-transform: uppercase;
}
.live .container .video .raceInfo .body .top .status {
  float: right;
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: black;
  padding: 4px 13px;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 2px;
}
.live .container .video .raceInfo .body .raceNo {
  margin: 0px;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: nowrap;
}
.live .container .video .raceInfo .body .raceNo div {
  padding: 3px 14px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 14px;
  border: 1px solid #5270f6;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0px 5px;
}
.live .container .video .raceInfo .body .raceNo .active {
  background-image: linear-gradient(0deg, #33a6e7, #33a6e7);
  color: black;
}
.live .container .video .raceInfo .body .raceNo::-webkit-scrollbar {
  height: 12px !important;
}
.live .container .video .raceInfo .body .raceNo::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px !important;
  border: solid 3px #e6e6e6;
}
.live .container .video .raceInfo .body .raceNo::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  box-shadow: inset 0 0 10px 10px #3434c3;
  border: solid 2px #e6e6e6;
}
.live .container .video .raceInfo .body .horseList {
  width: 100%;
  margin: 0px;
  margin-top: 5px;
  background-color: #242525;
}
.live .container .video .raceInfo .body .horseList .horseDetails {
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px solid rgba(68, 71, 159, 0.6784313725);
}
.live .container .video .raceInfo .body .horseList .horseDetails.scratched {
  background: #282828;
  opacity: 0.5;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseNumber {
  width: 60px;
  display: flex;
  justify-content: center;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseNumber span {
  background-color: #5270f5;
  color: black;
  width: 29px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseRunner {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseRunner .horseName {
  color: #33a6e7;
  font-size: 16px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseRunner .jockeyName {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseRunner .trainerName {
  color: #ffffff;
  font-size: 11px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .placement {
  color: #fea32f;
  border: 2px solid #fea32f;
  height: 35px;
  width: 30px;
  margin-left: 10px;
  padding: 3px 6px;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "BaiJamjuree";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fea32f;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  cursor: pointer;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .placement.active {
  background-image: linear-gradient(#fea32f, #fcd78b);
  color: #000000;
  font-weight: bold;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .scratchedPlacement {
  border: 2px solid #444747;
  width: 70px;
  cursor: auto;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .word {
  font-size: 10px;
}
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .winPlacement {
  border: 2px solid #fea32f;
  color: #fea32f;
  width: 70px;
  cursor: auto;
}
.live .container .video .placeBet {
  background-color: rgba(42, 69, 192, 0.8784313725);
  padding: 10px 5px;
}
.live .container .video .placeBet .indicateBet {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
}
.live .container .video .placeBet .indicateBet::-webkit-scrollbar {
  height: 12px !important;
}
.live .container .video .placeBet .indicateBet::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px !important;
  border: solid 3px #e6e6e6;
}
.live .container .video .placeBet .indicateBet::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  box-shadow: inset 0 0 10px 10px #3434c3;
  border: solid 2px #e6e6e6;
}
.live .container .video .placeBet .indicateBet .indicatePlace {
  border-radius: 3px;
  margin: 0px;
  display: flex;
  font-size: 13px;
}
.live .container .video .placeBet .indicateBet .indicatePlace .places {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  white-space: nowrap;
}
.live .container .video .placeBet .indicateBet .indicatePlace .placeList {
  background-color: white;
  color: black;
  margin: auto auto auto 8px;
  min-width: 18px;
  padding: 2px 5px;
  height: 20px;
  vertical-align: top;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid #ffd703;
  border-radius: 3px;
}
.live .container .video .placeBet .bettingAction {
  border-top: 1px solid #182eaf;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 12px;
}
.live .container .video .placeBet .bettingAction .submittingText {
  font-size: 12px;
}
.live .container .video .placeBet .bettingAction .switch-contaier {
  font-size: 11px;
  margin-top: 7px;
  display: inline-block;
  margin-left: 10px;
}
.live .container .video .placeBet .bettingAction .switch-contaier svg {
  vertical-align: sub;
  margin-left: 3px;
}
.live .container .video .placeBet .bettingAction input {
  padding: 3px 6px;
  width: 50px;
  font-size: 13px;
  vertical-align: middle;
}
.live .container .video .placeBet .bettingAction button {
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  margin: auto 0px auto 5px;
  vertical-align: middle;
  border: 1px solid #ee860c;
  background-image: linear-gradient(#fea32f, #fcd78b);
}
.live .container .video .placeBet .bettingAction button.disabled {
  background: #aaaaaa;
  border: 1px solid #000000;
}
.live .container .side-banner {
  display: inline-block;
  vertical-align: top;
  width: 402px;
  margin: 24px 24px 24px -4px;
}
.live .container .side-banner .promoImg {
  text-align: center;
}
.live .container .side-banner .promoImg img {
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
.live .container .side-banner .schedule {
  position: relative;
}
.live .container .side-banner .schedule img {
  width: 100%;
}
.live .container .side-banner .schedule .date-schedule {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  text-align: center;
}
.live .container .side-banner .schedule .date-schedule .list-date {
  margin-top: 10px;
  font-family: "BaiJamjuree";
  color: #ff914d;
  font-weight: bolder;
  text-shadow: 1px 3px 3px #000000;
  font-size: 17px;
  text-transform: uppercase;
}

.betInfo {
  font-size: 14px;
  border-bottom: 1px solid black;
  margin: 0px 10px;
  margin: auto auto 15px auto;
  padding-bottom: 10px;
}
.betInfo label.betList {
  display: block;
  font-size: 13px;
  margin: 4px auto auto auto;
}

.betInfo.last {
  margin: auto auto 0px auto;
  border: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1130px) {
  .live .container .video {
    width: 656px;
  }
  .live .container .side-banner {
    width: calc(100% - 656px - 72px);
  }
}
@media screen and (max-width: 1065px) {
  .live .container .video .raceInfo .body .placeBet .submitButton {
    font-size: 12px;
  }
}
@media screen and (max-width: 1015px) {
  .live .header {
    margin-bottom: 70px;
  }
  .live .container {
    transform: none;
    margin-left: 0px;
  }
  .live .container .video {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .live .container .video .iframe {
    height: 55vw;
  }
  .live .container .video .raceInfo .body .placeBet .submitButton button {
    font-size: 16px;
  }
  .live .container .side-banner {
    position: fixed;
    top: 0px;
    right: 0px;
    margin: 0px;
    z-index: 1001;
    background-color: white;
    height: 100vh;
    overflow: hidden;
    width: 402px;
    display: none;
  }
  .live .container .side-banner .promoImg img {
    max-width: 500px;
  }
}
@media screen and (max-width: 660px) {
  .live .container .live .video .raceInfo .head .head-container .long {
    display: none;
  }
  .live .container .live .video .raceInfo .head .head-container .short {
    display: inline-block;
    font-size: 12px;
    padding-bottom: 3px;
  }
  .live .container .live .video .raceInfo .body .horseList .horseDetails .horseNumber {
    width: 40px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
  }
}
@media screen and (max-width: 585px) {
  html body #app .live.withPlace {
    padding-bottom: 100px;
  }

  html body #app .live.withPlace2 {
    padding-bottom: 145px;
  }

  .live .header {
    margin-bottom: 5px;
  }
  .live .tutorial-tag {
    display: inline;
  }
  .live .container {
    margin-bottom: 0px;
  }
  .live .container .side-banner {
    display: none;
  }
  .live .container .video {
    width: 100%;
    margin: 0px 0px -5px 0px;
  }
  .live .container .video .raceInfo {
    margin-top: 0px;
    border-radius: 0px;
  }
  .live .container .video .raceInfo .eventName {
    padding: 10px 6px;
    position: relative;
  }
  .live .container .video .raceInfo .eventName .name {
    font-size: 13px;
    width: calc(100% - 84px);
  }
  .live .container .video .raceInfo .eventName .area {
    font-size: 10px;
    margin-top: 3px;
  }
  .live .container .video .raceInfo .eventName .view-result {
    position: absolute;
    display: inline;
    top: 0px;
    right: 0px;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
  }
  .live .container .video .raceInfo .eventName .view-result svg {
    width: 40px;
  }
  .live .container .video .raceInfo .eventName .view-result span {
    display: block;
    font-size: 10px;
    text-decoration: none;
  }
  .live .container .video .raceInfo .eventName .view-schedule {
    position: absolute;
    display: inline;
    top: 0px;
    right: 0px;
    text-align: center;
    margin-right: 50px;
    margin-top: 10px;
  }
  .live .container .video .raceInfo .eventName .view-schedule svg {
    width: 40px;
  }
  .live .container .video .raceInfo .eventName .view-schedule svg rect {
    fill: #ffa825;
    stroke: #fec410;
  }
  .live .container .video .raceInfo .eventName .view-schedule span {
    display: block;
    font-size: 9px;
    text-decoration: none;
  }
  .live .container .video .raceInfo .head {
    position: sticky;
    top: 37px;
    background-color: #2f3130;
    z-index: 50;
    display: block;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    overflow: hidden;
  }
  .live .container .video .raceInfo .head .head-container div {
    padding: 0px 10px;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    margin: 4px 2px;
    border-radius: 20px;
    font-size: 13px;
    padding: 2px 9px;
  }
  .live .container .video .raceInfo .head .head-container .active {
    border: 1px solid #ee860c;
    background-image: linear-gradient(#fea32f, #fcd78b);
    color: black;
  }
  .live .container .video .raceInfo .head .btn-left,
.live .container .video .raceInfo .head .btn-right {
    height: 29px;
    margin-top: 0px;
  }
  .live .container .video .raceInfo .body {
    border: 0px;
    padding: 0px;
  }
  .live .container .video .raceInfo .body .raceNo {
    display: flex;
    position: sticky;
    top: 76px;
    z-index: 50;
    margin: 0px;
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100vw - 10px);
    text-align: left;
    padding: 5px;
    border: 0px;
    background-color: #2f3130;
  }
  .live .container .video .raceInfo .body .raceNo div {
    font-size: 12px;
    border-radius: 14px;
    padding: 3px 13px;
    border: 1px solid #5270f6;
    width: auto;
    display: inline-block;
    text-align: center;
    min-width: auto;
    margin: 0px 2px;
    background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
    background-color: initial;
    color: #33a6e7;
  }
  .live .container .video .raceInfo .body .raceNo::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .live .container .video .raceInfo .body .raceNo::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 0px !important;
  }
  .live .container .video .raceInfo .body .raceNo::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 0px !important;
  }
  .live .container .video .raceInfo .body .top {
    display: inline-block;
    width: calc(100% - 10px);
    margin: 0px 0px 0px 0px;
    position: sticky;
    top: 108px;
    background-color: #2f3130;
    padding: 0px 5px;
    z-index: 50;
  }
  .live .container .video .raceInfo .body .top .status {
    font-size: 11px;
    padding: 3px 10px;
  }
  .live .container .video .raceInfo .body .top .raceLabelContainer .raceLabel {
    padding: 4px 9px;
    font-size: 12px;
  }
  .live .container .video .raceInfo .body .top .lastCall {
    margin: 2px 7px auto auto;
    font-size: 14px;
  }
  .live .container .video .raceInfo .body .top .allPlacement {
    margin-right: 5px;
  }
  .live .container .video .raceInfo .body .top .allPlacement .all {
    border-width: 1px;
    font-size: 11px;
    margin-left: 5px;
    width: 27px;
    padding: 1px 5px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseNumber {
    margin-right: 5px;
    display: inline-flex;
    margin-left: 10px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseRunner {
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseRunner .horseName {
    color: #33a6e7;
    font-size: 13px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseRunner .jockeyName {
    color: #ffffff;
    font-size: 11px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseBet {
    margin-right: 5px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseBet .placement {
    height: 35px;
    width: 27px;
    margin-left: 5px;
    padding: 0px 5px;
    font-size: 10px;
    border-width: 1px;
  }
  .live .container .video .raceInfo .body .horseList .horseDetails .horseBet .scratchedPlacement,
.live .container .video .raceInfo .body .horseList .horseDetails .horseBet .winPlacement {
    width: 60px;
  }
  .live .container .video .raceInfo .body .long .horseDetails {
    display: block;
  }
  .live .container .video .raceInfo .body .long .horseDetails .horseNumber {
    margin-left: 10px;
    margin-right: 0px;
    vertical-align: top;
    margin-top: 0px;
  }
  .live .container .video .raceInfo .body .long .horseDetails .horseRunner {
    display: inline-block;
    width: calc(100% - 80px);
  }
  .live .container .video .raceInfo .body .long .horseDetails .horseBet {
    justify-content: right;
    margin-bottom: 5px;
  }
  .live .container .video .placeBet {
    position: fixed;
    bottom: 49px;
    padding: 8px;
    width: calc(100% - 16px);
  }
  .live .container .video .placeBet .indicateBet::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }
  .live .container .video .placeBet .indicateBet::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 0px !important;
  }
  .live .container .video .placeBet .indicateBet::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 0px !important;
  }
  .live .container .video .placeBet .bettingAction button {
    padding: 5px 10px;
  }

  ::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
  }

  ::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 0px !important;
  }

  ::-webkit-scrollbar-thumb {
    background: transparent !important;
    border-radius: 0px !important;
  }
}
.payment {
  position: absolute;
  width: 100%;
}
.payment .header {
  margin-bottom: 80px;
}
.payment .header .head {
  width: 100%;
  height: 70px;
}
.payment .header .head .nav-right {
  margin-top: 40px;
}
.payment .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.payment .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.payment .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.payment .balance-main {
  display: none;
  margin: 20px 15px;
  padding: 15px;
}
.payment .container {
  width: calc(90% - 60px);
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  border-radius: 0.125rem;
  background-color: #1c1c1d;
}
.payment .container .paymentType {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #3a3c3d;
  display: flex;
  background-color: #1c1c1d;
}
.payment .container .paymentType li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-align: center;
}
.payment .container .paymentType li.active {
  color: #0b66ff;
  border-bottom: 2px solid #0b66ff;
}
.payment .container .depositContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.payment .container .depositContainer .noteAction {
  position: absolute;
  background-color: black;
  font-size: 12px;
  top: 47%;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s;
  padding: 5px 10px;
  border-radius: 13px;
  box-shadow: 0px 0px 6px rgba(127, 127, 127, 0.7294117647);
  text-transform: capitalize;
  opacity: 0;
}
.payment .container .depositContainer .telegram {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: #3045c1;
  color: white;
  font-size: 12px;
}
.payment .container .depositContainer .telegram svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.payment .container .depositContainer .link-icons {
  display: none;
}
.payment .container .depositContainer .payment-text {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  height: auto;
}
.payment .container .depositContainer .copyhidden {
  height: 0px;
  margin: 0px;
  padding: 0;
  border: 0;
}
.payment .container .depositContainer .accountToDeposit {
  display: none;
}
.payment .container .depositContainer table {
  margin-top: 0px;
  width: 100%;
  border-collapse: collapse;
}
.payment .container .depositContainer table thead tr th {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
}
.payment .container .depositContainer table thead tr th:first-child {
  width: 247px;
}
.payment .container .depositContainer table tbody tr {
  padding: 15px 0px;
  height: 70px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.payment .container .depositContainer table tbody tr td {
  font-size: 14px;
  color: #d1d1d1;
  vertical-align: middle;
  position: relative;
}
.payment .container .depositContainer table tbody tr td img {
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
  background-color: white;
}
.payment .container .depositContainer table tbody tr td .bonus {
  background-color: red;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -5px;
  padding: 2px 8px;
  font-size: 9px;
  transform: rotate(-27deg);
  --f: 0px;
  --r: 0.8em;
  padding-inline: 0.25em;
  border-bottom: var(--f) solid rgba(0, 0, 0, 0.3333333333);
  border-right: var(--r) solid rgba(0, 0, 0, 0);
  clip-path: polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)), 100% calc(50% - var(--f) / 2));
}
.payment .container .depositContainer table tbody tr td:first-child {
  width: 247px;
}
.payment .container .depositContainer table tbody tr td:first-child svg {
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.payment .container .depositContainer table tbody tr td:last-child {
  text-align: right;
  padding-right: 10px;
}
.payment .container .depositContainer table tbody tr td:last-child svg {
  width: 20px;
  height: 20px;
}
.payment .container .depositContainer .note {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #181865;
  line-height: 15px;
  background: white;
  border: 2px solid #fbd100;
  border-radius: 5px;
  padding: 0px 10px 10px 10px;
}
.payment .container .depositContainer .note h3 {
  color: #ed0022;
  margin-bottom: 5px;
  margin-top: 10px;
}
.payment .container .depositContainer .quickAmount label {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  width: 120px;
}
.payment .container .depositContainer .quickAmount .valueList {
  margin: 5px 0px;
  display: flex;
  gap: 15px;
}
.payment .container .depositContainer .quickAmount .valueList div {
  flex: 1;
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  background-color: initial;
  color: #33a6e7;
  border-color: #33a6e7;
  border: 1px solid;
  color: white;
  color: #ffffff;
  border: 0px;
  border-radius: 5px;
}
.payment .container .depositContainer .quickAmount .valueList div.active {
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
}
.payment .container .depositContainer .upload-btn-wrapper input {
  display: none;
}
.payment .container .depositContainer .upload-btn-wrapper button {
  width: 100%;
  background-color: #3045c1;
  border: 1px solid #505050;
  color: white;
  padding: 9px;
  margin-top: 4px;
  border-radius: 5px;
  text-transform: capitalize;
}
.payment .container .depositContainer .infos {
  margin-top: 20px;
}
.payment .container .depositContainer .infos label {
  color: #d4d4d4;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 120px;
}
.payment .container .depositContainer .infos .info {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 180px);
}
.payment .container .depositContainer .infos .info .remove {
  display: none;
}
.payment .container .depositContainer .infos .info input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.payment .container .depositContainer .infos .info input.error,
.payment .container .depositContainer .infos .info input.error:focus {
  border-color: #ff424f;
  outline: #ff424f;
}
.payment .container .depositContainer .infos .info button {
  height: 40px;
  padding: 0px 20px;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.payment .container .depositContainer .infos .info button:focus {
  outline: 0;
}
.payment .container .depositContainer .infos .info button.disabled {
  background-color: #45485a;
  cursor: not-allowed;
}
.payment .container .depositContainer .infos .errorNote {
  padding-left: 143px;
  margin-top: 4px;
  font-size: 12px;
  color: #ed0022;
  max-width: 400px;
}
.payment .container .depositContainer .infos .note-red {
  color: #f94444;
  font-size: 10px;
  margin-left: 4px;
}
.payment .container .withdrawContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.payment .container .withdrawContainer .telegram {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: #3045c1;
  color: white;
  font-size: 12px;
}
.payment .container .withdrawContainer .telegram svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.payment .container .withdrawContainer .link-icons {
  display: none;
}
.payment .container .withdrawContainer .payment-text {
  font-size: 14px;
}
.payment .container .withdrawContainer .header {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  height: auto;
}
.payment .container .withdrawContainer .withdrawOptionList {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.payment .container .withdrawContainer .withdrawOptionList .option {
  display: inline-block;
  background-color: white;
  border-radius: 3px;
  border: 3px solid #565656;
  cursor: pointer;
  position: relative;
  padding: 3px;
  max-width: 85px;
  width: 30%;
}
.payment .container .withdrawContainer .withdrawOptionList .option img {
  width: 100%;
}
.payment .container .withdrawContainer .withdrawOptionList .option .check {
  background-color: #33a6e7;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-top-left-radius: 28px;
}
.payment .container .withdrawContainer .withdrawOptionList .option .check svg {
  width: 17px;
  height: 17px;
  color: white;
  margin-bottom: -4px;
  margin-right: -1px;
  margin-left: 3px;
}
.payment .container .withdrawContainer .withdrawOptionList .option.active {
  border-color: #33a6e7;
}
.payment .container .withdrawContainer .quickAmount label {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  width: 120px;
}
.payment .container .withdrawContainer .quickAmount .valueList {
  margin: 5px 0px;
  display: flex;
  gap: 15px;
}
.payment .container .withdrawContainer .quickAmount .valueList div {
  flex: 1;
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  background-color: initial;
  color: #33a6e7;
  border-color: #33a6e7;
  border: 1px solid;
  color: white;
  color: #ffffff;
  border: 0px;
  border-radius: 5px;
}
.payment .container .withdrawContainer .quickAmount .valueList div.active {
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
}
.payment .container .withdrawContainer .infos {
  margin-top: 25px;
}
.payment .container .withdrawContainer .infos label {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 120px;
}
.payment .container .withdrawContainer .infos .info {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 180px);
}
.payment .container .withdrawContainer .infos .info .remove {
  margin-left: -30px;
}
.payment .container .withdrawContainer .infos .info input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.payment .container .withdrawContainer .infos .info input.error,
.payment .container .withdrawContainer .infos .info input.error:focus {
  border-color: #ff424f;
  outline: #ff424f;
}
.payment .container .withdrawContainer .infos .info button {
  height: 40px;
  padding: 0px 20px;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.payment .container .withdrawContainer .infos .info button:focus {
  outline: 0;
}
.payment .container .withdrawContainer .infos .info button.disabled {
  background-color: #45485a;
  cursor: not-allowed;
}
.payment .container .withdrawContainer .infos .errorNote {
  padding-left: 143px;
  margin-top: 4px;
  font-size: 12px;
  color: #ff0012;
  max-width: 400px;
}
.payment .container .withdrawContainer .infos.validate {
  margin-top: 0px;
}
.payment .container .transactionContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.payment .container .transactionContainer .filter {
  background-color: #ededed;
  padding: 13px 20px;
}
.payment .container .transactionContainer .filter .label {
  color: #555555;
  font-size: 14px;
  margin-right: 5px;
}
.payment .container .transactionContainer .filter .select {
  border: 0px;
  color: #1338a3;
  padding: 9px 15px;
  margin-left: 10px;
  font-size: 14px;
  background-color: #ffffff;
  display: inline-block;
  width: 135px;
  position: relative;
}
.payment .container .transactionContainer .filter .select span {
  float: right;
  margin-top: -2px;
  margin-bottom: -8px;
  margin-right: -6px;
}
.payment .container .transactionContainer .filter .select ul {
  display: none;
  position: absolute;
  list-style: none;
  background-color: white;
  padding: 0px;
  margin: 0px;
  left: 0px;
  width: 165px;
  margin-top: 10px;
  border-top: 1px solid #ededed;
}
.payment .container .transactionContainer .filter .select ul li {
  padding: 9px 15px;
  color: #000000;
  cursor: pointer;
}
.payment .container .transactionContainer .filter .select ul li:hover {
  color: #1338a3;
}
.payment .container .transactionContainer .filter .select:hover ul {
  display: block;
}
.payment .container .transactionContainer .transactionList .list {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  padding-top: 12px;
}
.payment .container .transactionContainer .transactionList .list .datetime {
  display: inline-block;
  width: 45px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 10px;
}
.payment .container .transactionContainer .transactionList .list .transactionInfo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 355px);
}
.payment .container .transactionContainer .transactionList .list .transactionInfo .racingAccount {
  font-size: 14px;
  margin-bottom: 8px;
}
.payment .container .transactionContainer .transactionList .list .transactionInfo .racingAccount .transactionID {
  padding: 3px 0px;
  text-align: center;
  margin-right: 5px;
}
.payment .container .transactionContainer .transactionList .list .transactionInfo .playerAccount {
  font-size: 12px;
  color: #797979;
}
.payment .container .transactionContainer .transactionList .list .forRight {
  display: inline-block;
}
.payment .container .transactionContainer .transactionList .list .forRight .balance {
  display: inline-block;
  font-size: 20px;
  text-align: right;
  width: 120px;
  padding-right: 20px;
  vertical-align: middle;
}
.payment .container .transactionContainer .transactionList .list .forRight .balance .currency {
  font-size: 10px;
  display: inline-block;
  color: #313030;
}
.payment .container .transactionContainer .transactionList .list .forRight .balance .decimal {
  font-size: 12px;
  display: inline-block;
  color: #313030;
}
.payment .container .transactionContainer .transactionList .list .forRight .status {
  display: inline-block;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 35px;
  color: #313030;
}
.payment .container .transactionContainer .transactionList .list .forRight .status svg {
  width: 100%;
  margin-bottom: 3px;
}
.payment .container .transactionContainer .transactionList .list .notes {
  color: red;
  font-size: 12px;
}
.payment .container .transactionContainer .transactionList .noAvailable {
  background-color: #050e2e;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}

@media screen and (max-width: 1015px) {
  .payment .head .header {
    margin-bottom: 60px;
  }
  .payment .container {
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: unset;
  }
}
@media screen and (max-width: 740px) {
  .payment .container .depositContainer .quickAmount .valueList,
.payment .container .withdrawContainer .quickAmount .valueList {
    display: grid;
    gap: 15px;
    grid-template-columns: calc(25% - 11px) calc(25% - 11px) calc(25% - 11px) calc(25% - 11px);
  }

  .payment .container .transactionContainer .transactionList .list .forRight .balance {
    padding-right: 0px;
  }

  .payment .container .transactionContainer .transactionList .list .forRight .status {
    margin-left: 5px;
  }

  .payment .container .transactionContainer .transactionList .list .transactionInfo {
    width: calc(100% - 305px);
  }
}
@media screen and (max-width: 600px) {
  .payment .container {
    width: calc(100% - 30px);
    padding: 5px;
  }
}
@media screen and (max-width: 550px) {
  .payment .container .transactionContainer .filter {
    background-color: #ededed;
    padding: 5px;
    display: flex;
    gap: 5px;
  }
  .payment .container .transactionContainer .filter .label {
    display: none;
  }
  .payment .container .transactionContainer .filter .select {
    flex: 1;
    margin: 0px;
  }
  .payment .container .transactionContainer .filter .select ul {
    width: 100%;
    box-shadow: 0px 0px 2px #a3a3a3;
  }
}
@media screen and (max-width: 585px) {
  .payment .head {
    display: none;
  }
  .payment .balance-main {
    display: block;
    background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
    color: white;
    border-radius: 10px;
  }
  .payment .balance-main .label {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .payment .balance-main .label svg {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .payment .balance-main .bal {
    margin-top: 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
  }
  .payment .balance-main .bal svg {
    color: white;
    margin-left: 5px;
  }
  .payment .balance-main .bonus-bal {
    margin-top: 5px;
    font-size: 15px;
    color: #9dd0ff;
  }
  .payment .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .payment .container .paymentType {
    background-color: #141416;
    border-bottom: 0px;
  }
  .payment .container .paymentType li {
    font-size: 14px;
    padding: 12px 0px;
    border-top: 1px solid #bababa;
    color: #bababa;
    background-color: #252728;
    position: relative;
    z-index: 100;
  }
  .payment .container .paymentType li.active {
    border-bottom: 0px;
    border-top: 1px solid #0b66ff;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
    z-index: 200;
  }
  .payment .container .paymentType .tab2 {
    margin-left: -30px;
    border-top-left-radius: 50px;
  }
  .payment .container .paymentType .tab1 {
    margin-left: -30px;
    border-top-right-radius: 50px;
  }
  .payment .container .depositContainer {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .payment .container .depositContainer .telegram {
    display: none;
  }
  .payment .container .depositContainer .note {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 15px;
    background: #252728;
    border: 1px solid #65686c;
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
  }
  .payment .container .depositContainer .note h3 {
    color: #dd2234;
    font-size: 12px;
    margin-top: 6px;
  }
  .payment .container .depositContainer .link-icons {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #223450;
  }
  .payment .container .depositContainer .link-icons .icons {
    text-align: center;
    flex: 1;
    position: relative;
  }
  .payment .container .depositContainer .link-icons .icons svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  .payment .container .depositContainer .link-icons .icons .title {
    margin-top: 2px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #1c1c1d;
  }
  .payment .container .depositContainer .link-icons .icons .soon-container {
    position: absolute;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .payment .container .depositContainer .link-icons .icons .soon-container .soon {
    rotate: -30deg;
    transform-origin: 50% 50%;
    background-color: #000000;
    color: #f91717;
    border-radius: 14px;
    padding: 2px 4px;
    font-size: 9px;
  }
  .payment .container .depositContainer table {
    margin-top: -10px;
  }
  .payment .container .depositContainer table thead tr th:first-child {
    width: 170px;
  }
  .payment .container .depositContainer table tbody tr {
    height: 55px;
  }
  .payment .container .depositContainer table tbody tr td img {
    margin-right: 6px;
  }
  .payment .container .depositContainer table tbody tr td:first-child {
    width: 185px;
  }
  .payment .container .depositContainer .quickAmount label {
    width: 100%;
    padding-bottom: 6px;
  }
  .payment .container .depositContainer .infos {
    margin-top: 15px;
  }
  .payment .container .depositContainer .infos label {
    text-align: left;
    width: 100%;
  }
  .payment .container .depositContainer .infos .info {
    color: #ffffff;
    margin-left: 0px;
    width: calc(100% - 0px);
    white-space: nowrap;
  }
  .payment .container .depositContainer .infos .info .remove {
    margin-left: -30px;
    color: #6d6d6d;
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .payment .container .depositContainer .infos .info input {
    padding: 5px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #3045c1;
    background-color: transparent;
    color: white;
    font-size: 16px;
    width: calc(100% - 10px);
    max-width: none;
  }
  .payment .container .depositContainer .infos .info input:focus {
    background-color: transparent;
    outline: 0;
  }
  .payment .container .depositContainer .infos .info button {
    height: 30px;
    width: 100%;
  }
  .payment .container .depositContainer .infos .errorNote {
    padding-left: 0px;
  }
  .payment .container .depositContainer .infos.note {
    margin-bottom: 15px;
  }
  .payment .container .withdrawContainer {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .payment .container .withdrawContainer .telegram {
    display: none;
  }
  .payment .container .withdrawContainer .link-icons {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #223450;
  }
  .payment .container .withdrawContainer .link-icons .icons {
    text-align: center;
    flex: 1;
    position: relative;
  }
  .payment .container .withdrawContainer .link-icons .icons svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  .payment .container .withdrawContainer .link-icons .icons .title {
    margin-top: 2px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #1c1c1d;
  }
  .payment .container .withdrawContainer .link-icons .icons .soon-container {
    position: absolute;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .payment .container .withdrawContainer .link-icons .icons .soon-container .soon {
    rotate: -30deg;
    transform-origin: 50% 50%;
    background-color: #000000;
    color: #f91717;
    border-radius: 14px;
    padding: 2px 4px;
    font-size: 9px;
  }
  .payment .container .withdrawContainer .withdrawOptionList {
    margin-top: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .payment .container .withdrawContainer .quickAmount label {
    width: 100%;
    padding-bottom: 6px;
  }
  .payment .container .withdrawContainer .infos {
    margin-top: 15px;
  }
  .payment .container .withdrawContainer .infos label {
    text-align: left;
  }
  .payment .container .withdrawContainer .infos .info {
    color: #ffffff;
    width: 100%;
    margin-left: 0px;
    white-space: nowrap;
  }
  .payment .container .withdrawContainer .infos .info .remove {
    margin-left: -30px;
    color: #6d6d6d;
    width: 20px;
    height: 20px;
  }
  .payment .container .withdrawContainer .infos .info input {
    padding: 5px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #3045c1;
    background-color: transparent;
    color: white;
    font-size: 16px;
    width: calc(100% - 10px);
    max-width: none;
  }
  .payment .container .withdrawContainer .infos .info input:focus,
.payment .container .withdrawContainer .infos .info input.error,
.payment .container .withdrawContainer .infos .info input.error:focus {
    background-color: transparent;
    outline: 0;
  }
  .payment .container .withdrawContainer .infos .info button {
    height: 30px;
    width: 100%;
  }
  .payment .container .withdrawContainer .infos .errorNote {
    padding: 0px;
  }
}
.promo-page {
  position: absolute;
  width: 100%;
}
.promo-page .header {
  margin-bottom: 80px;
}
.promo-page .header .head {
  width: 100%;
  height: 70px;
}
.promo-page .header .head .nav-right {
  margin-top: 40px;
}
.promo-page .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.promo-page .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.promo-page .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.promo-page .active-promo {
  display: none;
  margin: 20px 15px;
  padding: 15px;
}
.promo-page .container {
  width: calc(90% - 60px);
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  border-radius: 0.125rem;
  background-color: #1c1c1d;
}
.promo-page .container .promo-menu {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #3a3c3d;
  display: flex;
  background-color: #1c1c1d;
}
.promo-page .container .promo-menu li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-align: center;
}
.promo-page .container .promo-menu li.active {
  color: #0b66ff;
  border-bottom: 2px solid #0b66ff;
}
.promo-page .container .available {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.promo-page .container .available .telegram {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: #3045c1;
  color: white;
  font-size: 12px;
}
.promo-page .container .available .telegram svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.promo-page .container .available .link-icons {
  display: none;
}
.promo-page .container .available .promo-list-container .promo-code {
  margin-bottom: 10px;
}
.promo-page .container .available .promo-list-container .promo-code label {
  color: #ffffff;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 7px;
}
.promo-page .container .available .promo-list-container .promo-code input {
  width: calc(100% - 205px);
  padding: 5px;
  text-transform: uppercase;
}
.promo-page .container .available .promo-list-container .promo-code button {
  border-top: 1px solid #0b66ff;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
  color: white;
  border: 1px solid #9dd0ff;
  padding: 6px 8px;
  border-radius: 4px;
}
.promo-page .container .available .promo-list-container .promo-list {
  background-color: #2f3130;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.promo-page .container .available .promo-list-container .promo-list .image {
  width: 200px;
  display: inline-block;
}
.promo-page .container .available .promo-list-container .promo-list .image img {
  width: 100%;
}
.promo-page .container .available .promo-list-container .promo-list .details {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  margin-top: 5px;
}
.promo-page .container .available .promo-list-container .promo-list .details .name {
  color: #93bce4;
  font-size: 30px;
  margin-bottom: 2px;
}
.promo-page .container .available .promo-list-container .promo-list .details .description {
  font-size: 14px;
  margin-bottom: 10px;
}
.promo-page .container .available .promo-list-container .promo-list .details .reward-type {
  padding: 3px 12px;
  border-radius: 10px;
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 12px;
}
.promo-page .container .available .promo-list-container .promo-list .details .reward-type.promo {
  background-color: green;
}
.promo-page .container .available .promo-list-container .promo-list .details .reward-type.credit {
  background-color: #3045c1;
}
.promo-page .container .available .promo-list-container .promo-list .details .remaining {
  margin-bottom: 3px;
}
.promo-page .container .available .promo-list-container .promo-list .details .remaining .count {
  font-weight: bold;
  color: #93bce4;
  font-size: 18px;
  margin-left: 5px;
}
.promo-page .container .available .promo-list-container .promo-list .details .remaining .red {
  color: #ff4949;
}
.promo-page .container .available .promo-list-container .promo-list .details .claim {
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: #ffffff;
  padding: 10px 40px;
  margin-top: 18px;
  font-size: 17px;
  border-radius: 10px;
}
.promo-page .container .available .promo-list-container .promo-list .details .claim.disabled {
  background: #a3a3a3;
  color: #585858;
}
.promo-page .container .available .promo-list-container .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.promo-page .container .available .promo-list-container .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.promo-page .container .available .promo-list-container .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.promo-page .container .history-promo {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.promo-page .container .history-promo .telegram {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: #3045c1;
  color: white;
  font-size: 12px;
}
.promo-page .container .history-promo .telegram svg {
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.promo-page .container .history-promo .link-icons {
  display: none;
}
.promo-page .container .history-promo .promo-history .promo-history-list {
  background-color: #2f3130;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
  position: relative;
}
.promo-page .container .history-promo .promo-history .promo-history-list .name {
  color: #93bce4;
  font-size: 15px;
  margin-bottom: 2px;
}
.promo-page .container .history-promo .promo-history .promo-history-list .description {
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
}
.promo-page .container .history-promo .promo-history .promo-history-list .status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 10px;
}
.promo-page .container .history-promo .promo-history .promo-history-list .status.Active {
  background-color: green;
}
.promo-page .container .history-promo .promo-history .promo-history-list .status.Expired {
  background-color: red;
}
.promo-page .container .history-promo .promo-history .promo-history-list .earning,
.promo-page .container .history-promo .promo-history .promo-history-list .claim,
.promo-page .container .history-promo .promo-history .promo-history-list .expiry {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}
.promo-page .container .history-promo .promo-history .promo-history-list .earning span,
.promo-page .container .history-promo .promo-history .promo-history-list .claim span,
.promo-page .container .history-promo .promo-history .promo-history-list .expiry span {
  color: #93bce4;
  font-size: 14px;
}
.promo-page .container .history-promo .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.promo-page .container .history-promo .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.promo-page .container .history-promo .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.promo-page .promo-verify {
  position: fixed;
  bottom: -300px;
  width: 100%;
  z-index: 200;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px -1px 6px #d7d7d7;
  text-align: center;
  transition: all 0.4s;
}
.promo-page .promo-verify .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.promo-page .promo-verify .image {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.promo-page .promo-verify .image img {
  width: 100px;
}
.promo-page .promo-verify .name,
.promo-page .promo-verify .description,
.promo-page .promo-verify .creditTo,
.promo-page .promo-verify .duration {
  text-align: center;
  font-size: 14px;
  color: white;
}
.promo-page .promo-verify button {
  margin-top: 20px;
  background-color: #33a6e7;
  padding: 7px;
  width: 70%;
  border-radius: 16px;
  border: 1px solid #727272;
  border-color: #299ed8;
  color: #ffffff;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  cursor: pointer;
  margin-bottom: 20px;
}

@media screen and (max-width: 1015px) {
  .payment .head .header {
    margin-bottom: 60px;
  }
  .payment .container {
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .payment .container {
    width: calc(100% - 10px);
    padding: 5px;
    margin: 0px;
  }
}
@media screen and (max-width: 585px) {
  .promo-page .head {
    display: none;
  }
  .promo-page .active-promo {
    display: block;
    background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
    color: white;
    border-radius: 10px;
  }
  .promo-page .active-promo .label {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .promo-page .active-promo .label svg {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .promo-page .active-promo .proms {
    margin-top: 10px;
    font-size: 22px;
    display: flex;
    align-items: center;
  }
  .promo-page .active-promo .proms .duration {
    font-size: 10px;
    background-color: #333333;
    border-radius: 6px;
    margin-left: 10px;
    padding: 3px 10px;
    text-align: center;
  }
  .promo-page .active-promo .details {
    font-size: 13px;
  }
  .promo-page .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-top: 0px;
    box-shadow: unset;
  }
  .promo-page .container .promo-menu {
    background-color: #141416;
    border-bottom: 0px;
  }
  .promo-page .container .promo-menu li {
    font-size: 14px;
    padding: 12px 0px;
    border-top: 1px solid #bababa;
    color: #bababa;
    background-color: #252728;
    position: relative;
    z-index: 100;
  }
  .promo-page .container .promo-menu li.active {
    border-bottom: 0px;
    border-top: 1px solid #0b66ff;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
    z-index: 200;
  }
  .promo-page .container .promo-menu .tab2 {
    margin-left: -30px;
    border-top-left-radius: 50px;
  }
  .promo-page .container .promo-menu .tab1 {
    margin-left: -30px;
    border-top-right-radius: 50px;
  }
  .promo-page .container .available {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .promo-page .container .available .telegram {
    display: none;
  }
  .promo-page .container .available .link-icons {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #223450;
  }
  .promo-page .container .available .link-icons .icons {
    text-align: center;
    flex: 1;
    position: relative;
  }
  .promo-page .container .available .link-icons .icons svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  .promo-page .container .available .link-icons .icons .title {
    margin-top: 2px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #1c1c1d;
  }
  .promo-page .container .available .link-icons .icons .soon-container {
    position: absolute;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .promo-page .container .available .link-icons .icons .soon-container .soon {
    rotate: -30deg;
    transform-origin: 50% 50%;
    background-color: #000000;
    color: #f91717;
    border-radius: 14px;
    padding: 2px 4px;
    font-size: 9px;
  }
  .promo-page .container .available .promo-list-container .promo-list .image {
    width: 130px;
    margin-top: 7px;
    margin-bottom: 3px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details {
    margin-top: 2px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .name {
    font-size: 15px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .description {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .reward-type {
    padding: 3px 12px;
    font-size: 10px;
    right: -6px;
    top: 4px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .remaining {
    font-size: 10px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .remaining .count {
    font-size: 11px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .duration {
    font-size: 12px;
  }
  .promo-page .container .available .promo-list-container .promo-list .details .claim {
    margin-top: 5px;
    font-size: 13px;
    padding: 7px 21px;
    border-radius: 4px;
    border: 1px solid #4a4a4a;
    width: 100%;
  }
  .promo-page .container .history-promo {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .promo-page .container .history-promo .telegram {
    display: none;
  }
  .promo-page .container .history-promo .link-icons {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #223450;
  }
  .promo-page .container .history-promo .link-icons .icons {
    text-align: center;
    flex: 1;
    position: relative;
  }
  .promo-page .container .history-promo .link-icons .icons svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
  }
  .promo-page .container .history-promo .link-icons .icons .title {
    margin-top: 2px;
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #1c1c1d;
  }
  .promo-page .container .history-promo .link-icons .icons .soon-container {
    position: absolute;
    top: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .promo-page .container .history-promo .link-icons .icons .soon-container .soon {
    rotate: -30deg;
    transform-origin: 50% 50%;
    background-color: #000000;
    color: #f91717;
    border-radius: 14px;
    padding: 2px 4px;
    font-size: 9px;
  }
}
.betrules {
  position: absolute;
  width: 100%;
}
.betrules .container .rules {
  width: calc(90% - 60px);
  max-width: 1140px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 35px;
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-radius: 10px;
  border: 1px solid #524f88;
  padding: 30px;
  color: #ffffff;
  margin-bottom: 35px;
}
.betrules .container .rules ul {
  padding: 0px;
  width: 100%;
  list-style: none;
}
.betrules .container .rules ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.betrules .container .rules ul li.note {
  font-size: 13px;
  color: #d4d4d4;
}
.betrules .container .rules ul li.note span::after {
  content: ":";
}
.betrules .container .rules h1 {
  margin: 0px;
  font-size: 24px;
}
.betrules .container .rules h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 30px;
}
.betrules .container .rules table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
}
.betrules .container .rules table thead tr th {
  border: 1px solid white;
  font-size: 13px;
  padding: 5px 10px;
  text-align: left;
  font-weight: bold;
}
.betrules .container .rules table tbody tr td {
  border: 1px solid white;
  font-size: 13px;
  padding: 10px 10px;
  text-align: left;
}

@media screen and (max-width: 585px) {
  .betrules .container .rules {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-left: 0px;
    transform: none;
    margin-top: -1px;
    background-color: rgba(0, 0, 0, 0.5098039216);
    border-radius: 0px;
    border: 0px;
    padding: 10px 20px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  .betrules .container .rules ul {
    margin: 0px;
    padding: 0px;
  }
  .betrules .container .rules ul li {
    font-size: 13px;
  }
  .betrules .container .rules ul li.note {
    background-color: white;
    color: black;
    text-align: center;
    border: 3px solid red;
    padding: 10px;
  }
  .betrules .container .rules ul li.note span {
    display: block;
    width: calc(100% + 10px);
    background-color: red;
    margin-left: -10px;
    margin-top: -10px;
    padding: 4px 5px;
    color: white;
    margin-bottom: 5px;
  }
  .betrules .container .rules ul li.note span::after {
    display: none;
  }
  .betrules .container .rules h1 {
    display: none;
  }
  .betrules .container .rules h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #a0afe3;
    padding-bottom: 5px;
  }
  .betrules .container .rules table thead {
    display: none;
  }
  .betrules .container .rules table tbody {
    display: inline-block;
    width: 100%;
  }
  .betrules .container .rules table tbody tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #a0afe3;
  }
  .betrules .container .rules table tbody tr td {
    border: 0px;
    display: inline-block;
    width: calc(100% - 120px);
    margin-left: 100px;
    color: #a0afe3;
    padding: 5px 10px;
  }
  .betrules .container .rules table tbody tr td:nth-child(1)::before {
    content: "Pool Type";
    width: 100px;
    display: inline-block;
    margin-left: -100px;
    color: #ffffff;
  }
  .betrules .container .rules table tbody tr td:nth-child(2)::before {
    content: "Code";
    width: 100px;
    display: inline-block;
    margin-left: -100px;
    color: #ffffff;
  }
  .betrules .container .rules table tbody tr td:nth-child(3)::before {
    content: "Minimum Bet";
    width: 100px;
    display: inline-block;
    margin-left: -100px;
    color: #ffffff;
  }
  .betrules .container .rules table tbody tr td:nth-child(4)::before {
    content: "Bet Limit";
    width: 100px;
    display: inline-block;
    margin-left: -100px;
    color: #ffffff;
  }
  .betrules .container .rules table tbody tr td:nth-child(5)::before {
    content: "Combination";
    width: 100px;
    display: inline-block;
    margin-left: -100px;
    color: #ffffff;
  }
  .betrules .container .rules table tbody tr:last-child {
    border: 0px;
  }
}
.about {
  position: absolute;
  width: 100%;
}
.about .banner {
  width: 100%;
  height: 28vw;
  background-image: url(/assets/images/about-banner.png);
  background-color: rgba(0, 0, 0, 0.631372549);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
}
.about .banner img {
  margin-top: 6vw;
  width: 30%;
  max-width: 445px;
  min-width: 180px;
}
.about .title {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffffff;
  font-size: 4.5vw;
}
.about .subtitle {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffffff;
  margin-top: 3vw;
  font-size: 2vw;
}
.about p.info {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 3vw;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.about p.last {
  margin-bottom: 4vw;
}

@media screen and (max-width: 1400px) {
  .about .title {
    font-size: 50px;
  }
  .about .subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 560px) {
  .about .title {
    font-size: 9vw;
  }
  .about .subtitle {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 585px) {
  .about {
    padding-bottom: 220px !important;
  }
  .about .header .header-logout .nav-right {
    float: right;
    text-align: unset;
  }
  .about p.info {
    font-size: 16px;
  }
}
.contacts {
  position: absolute;
  width: 100%;
}
.contacts .contactContainer {
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
  overflow: hidden;
  margin-bottom: 4vw;
  color: #c1cfeb;
}
.contacts .contactContainer .contact-title {
  font-family: BaiJamjuree;
  font-size: 30px;
  color: #ffffff;
}
.contacts .contactContainer form {
  margin-top: 45px;
}
.contacts .contactContainer form .form-container {
  background-color: #08041f;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #c1cfeb;
}
.contacts .contactContainer form .form-container label {
  display: block;
}
.contacts .contactContainer form .form-container input {
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(100% - 14px);
  max-width: 400px;
  height: 30px;
  font-size: 14px;
  padding-left: 8px;
}
.contacts .contactContainer form .form-container select {
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(100% - 0px);
  max-width: 414px;
  height: 36px;
  font-size: 14px;
  padding-left: 8px;
}
.contacts .contactContainer form .form-container textarea {
  margin-top: 10px;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  height: 10vw;
  max-width: 600px;
  font-size: 14px;
  padding: 8px;
  min-height: 200px;
}

.accountPage {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: calc(100% - 50px);
  overflow: scroll !important;
}
.accountPage .info {
  padding: 13px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin: 30px 25px;
  background: -moz-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(135deg, #003aab 0%, #191a1a 100%);
  color: white;
  margin-bottom: 10px;
}
.accountPage .info .name {
  font-size: 20px;
}
.accountPage .info .mobile {
  font-size: 15px;
}
.accountPage .info .balance {
  text-align: right;
  font-size: 25px;
  margin-top: -15px;
}
.accountPage .info .bonusBalance {
  font-size: 13px;
  margin-top: 3px;
  text-align: right;
  border-radius: 10px;
  color: #9dd0ff;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}
.accountPage .info .bonusBalance .switch {
  margin-left: 10px;
}
.accountPage ul {
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 0px;
  margin: 0px 25px;
  margin-bottom: 10px;
}
.accountPage ul li {
  width: calc(100% - 20px);
  margin: 10px 0px;
  padding: 10px 5px;
  color: #ffffff;
  position: relative;
}
.accountPage ul li .signout,
.accountPage ul li a,
.accountPage ul li div {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.accountPage ul li .signout svg,
.accountPage ul li a svg,
.accountPage ul li div svg {
  vertical-align: middle;
  width: 40px;
  height: 60px;
  color: white;
}
.accountPage ul li .signout .tayaan,
.accountPage ul li a .tayaan,
.accountPage ul li div .tayaan {
  width: 75%;
  margin-top: 20px;
}
.accountPage ul li .signout .detail,
.accountPage ul li a .detail,
.accountPage ul li div .detail {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: white;
}
.accountPage ul li .signout .soon-container,
.accountPage ul li a .soon-container,
.accountPage ul li div .soon-container {
  position: absolute;
  top: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
.accountPage ul li .signout .soon-container .soon,
.accountPage ul li a .soon-container .soon,
.accountPage ul li div .soon-container .soon {
  rotate: -30deg;
  transform-origin: 50% 50%;
  background-color: #000000;
  color: #f91717;
  border-radius: 14px;
  padding: 2px 4px;
  font-size: 9px;
}
.accountPage ul li .signout svg,
.accountPage ul li .signout .detail {
  color: #ff5555;
}
.accountPage .otherLabel {
  color: #416ddd;
  font-family: "Roboto";
  margin-left: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.accountPage .otherLabel svg,
.accountPage .otherLabel span {
  vertical-align: middle;
}
.accountPage ul.other {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.accountPage ul.other li {
  margin-bottom: 5px;
  width: calc(100% - 40px);
  margin-left: 50%;
  transform: translate(-50%);
  padding: 10px 15px;
  color: #000000;
  margin-top: 5px;
}
.accountPage ul.other li a,
.accountPage ul.other li div {
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
}
.accountPage ul.other li a svg,
.accountPage ul.other li div svg {
  vertical-align: middle;
  margin-right: 10px;
}
.accountPage ul.other li a .detail,
.accountPage ul.other li div .detail {
  display: inline-block;
  vertical-align: middle;
}
.accountPage ul.other li a .detail span,
.accountPage ul.other li div .detail span {
  margin-bottom: 0px;
  display: inline-block;
  font-family: Roboto;
}
.accountPage ul.other li a .chev,
.accountPage ul.other li div .chev {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
}

.profile {
  position: absolute;
  width: 100%;
}
.profile .header {
  margin-bottom: 80px;
}
.profile .header .head {
  width: 100%;
  height: 70px;
}
.profile .header .head .nav-right {
  margin-top: 40px;
}
.profile .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.profile .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.profile .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.profile .top-label {
  color: white;
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
  display: none;
}
.profile .container {
  width: calc(90% - 60px);
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #ffffff;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  border-radius: 0.125rem;
}
.profile .container .profileMenu {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #545454;
  display: flex;
}
.profile .container .profileMenu li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-align: center;
}
.profile .container .profileMenu li.active {
  color: #0b66ff;
  border-bottom: 2px solid #0b66ff;
}
.profile .container .updateProfile,
.profile .container .updatePassword {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.profile .container .updateProfile .infos,
.profile .container .updatePassword .infos {
  margin-top: 25px;
}
.profile .container .updateProfile .infos label,
.profile .container .updatePassword .infos label {
  color: #d4d4d4;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 120px;
}
.profile .container .updateProfile .infos .info,
.profile .container .updatePassword .infos .info {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 180px);
}
.profile .container .updateProfile .infos .info input,
.profile .container .updatePassword .infos .info input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.profile .container .updateProfile .infos .info label,
.profile .container .updatePassword .infos .info label {
  display: none;
}
.profile .container .updateProfile .infos .info label svg,
.profile .container .updatePassword .infos .info label svg {
  color: #416ddd;
}
.profile .container .updateProfile .infos .info input.error,
.profile .container .updateProfile .infos .info input.error:focus,
.profile .container .updatePassword .infos .info input.error,
.profile .container .updatePassword .infos .info input.error:focus {
  border-color: #ff424f;
  outline: #ff424f;
}
.profile .container .updateProfile .infos .info button,
.profile .container .updatePassword .infos .info button {
  height: 40px;
  padding: 0px 20px;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.profile .container .updateProfile .infos .info button:focus,
.profile .container .updatePassword .infos .info button:focus {
  outline: 0;
}
.profile .container .updateProfile .infos .info button.disabled,
.profile .container .updatePassword .infos .info button.disabled {
  background-color: #45485a;
  cursor: not-allowed;
}
.profile .container .updateProfile .infos .errorNote,
.profile .container .updatePassword .infos .errorNote {
  padding-left: 143px;
  margin-top: 4px;
  font-size: 14px;
  color: #ed0022;
  max-width: 400px;
}

@media screen and (max-width: 1015px) {
  .profile .container {
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .profile .container {
    width: calc(100% - 30px);
    padding: 5px;
  }
}
@media screen and (max-width: 585px) {
  .profile {
    background-color: rgba(0, 0, 0, 0.6);
    height: calc(100% - 50px);
  }
  .profile .head {
    display: none;
  }
  .profile .top-label {
    display: block;
  }
  .profile .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: none;
  }
  .profile .container .profileMenu {
    background-color: #141416;
    border-bottom: 0px;
  }
  .profile .container .profileMenu li {
    font-size: 14px;
    padding: 12px 0px;
    border-top: 1px solid #bababa;
    color: #bababa;
    background-color: #252728;
    position: relative;
    z-index: 100;
  }
  .profile .container .profileMenu li.active {
    border-bottom: 0px;
    border-top: 1px solid #0b66ff;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
    z-index: 200;
  }
  .profile .container .profileMenu .tab1 {
    margin-left: -30px;
    border-top-right-radius: 50px;
  }
  .profile .container .profileMenu .tab2 {
    margin-left: -30px;
    border-top-left-radius: 50px;
  }
  .profile .container .updateProfile {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .profile .container .updateProfile hr {
    display: none;
  }
  .profile .container .updateProfile .infos {
    line-height: 50px;
    margin: 0px;
    border-bottom: 1px solid #525252;
  }
  .profile .container .updateProfile .infos .info {
    margin-left: 0px;
    width: calc(100% - 129px);
  }
  .profile .container .updateProfile .infos .info label {
    padding-left: 0px;
    display: inline-block;
    text-align: right;
    width: calc(100% - 5px);
    font-size: 12px;
  }
  .profile .container .updateProfile .infos .info label svg {
    vertical-align: middle;
  }
  .profile .container .updateProfile .infos .info input {
    display: none;
  }
  .profile .container .updateProfile .infos .info .detail {
    display: none;
  }
  .profile .container .updateProfile .infos .info button {
    display: none;
  }
  .profile .container .updateProfile .infos .errorNote {
    display: none;
  }
  .profile .container .updateProfile .infos label {
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
  }
  .profile .container .updateProfile .infos .buttonLabel {
    display: none;
  }
  .profile .container .updateProfile .infos .buttonInfo {
    width: 100%;
    text-align: center;
  }
  .profile .container .updateProfile .infos .buttonInfo button {
    width: calc(100% - 10px);
    height: 30px;
    margin-top: 15px;
  }
  .profile .container .updateProfile .infos:last-child {
    border: 0px;
  }
  .profile .container .updatePassword {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .profile .container .updatePassword .header {
    margin-bottom: 20px;
  }
  .profile .container .updatePassword .header h1 {
    display: none;
  }
  .profile .container .updatePassword .header h3 {
    padding: 4px;
    font-size: 12px;
  }
  .profile .container .updatePassword hr {
    display: none;
  }
  .profile .container .updatePassword .infos {
    line-height: normal;
    margin: 0px;
    border-bottom: 1px solid #525252;
    padding-bottom: 12px;
  }
  .profile .container .updatePassword .infos label {
    text-align: left;
    padding-left: 5px;
    width: calc(100% - 10px);
    line-height: 30px;
    font-size: 12px;
  }
  .profile .container .updatePassword .infos label svg {
    vertical-align: middle;
  }
  .profile .container .updatePassword .infos .info {
    margin-left: 0px;
    width: 100%;
    line-height: normal;
  }
  .profile .container .updatePassword .infos .info input {
    max-width: unset;
    width: calc(100% - 25px);
  }
  .profile .container .updatePassword .infos .info button {
    width: 100%;
    height: 30px;
  }
  .profile .container .updatePassword .infos .errorNote {
    padding: 0px;
  }
  .profile .container .updatePassword .infos .buttonLabel {
    display: none;
  }
  .profile .container .updatePassword .infos .buttonInfo {
    width: 100%;
    text-align: center;
  }
  .profile .container .updatePassword .infos .buttonInfo button {
    width: calc(100% - 10px);
    height: 30px;
    margin-top: 15px;
  }
  .profile .container .updatePassword .infos:last-child {
    border: 0px;
  }
}
.history {
  position: absolute;
  width: 100%;
}
.history .header {
  margin-bottom: 80px;
}
.history .header .head {
  width: 100%;
  height: 70px;
}
.history .header .head .nav-right {
  margin-top: 40px;
}
.history .header .head .nav-right .account {
  text-align: right;
  float: right;
}
.history .header .head .nav-right .logo {
  display: inline-block;
  width: 100px;
}
.history .header .head .nav-right .logo img {
  width: 100%;
  margin-top: -30px;
}
.history .top-label {
  color: white;
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
  display: none;
}
.history .container {
  width: calc(90% - 60px);
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #ffffff;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  border-radius: 0.125rem;
}
.history .container .menu {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #545454;
  display: flex;
}
.history .container .menu li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  text-align: center;
}
.history .container .menu li.active {
  color: #0b66ff;
  border-bottom: 2px solid #0b66ff;
}
.history .container .historyContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.history .container .historyContainer .loadData {
  position: fixed;
  z-index: 60;
  width: 120px;
  height: 120px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .container .historyContainer .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.history .container .historyContainer .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.history .container .historyContainer .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.history .container .historyContainer .filter {
  margin-bottom: 10px;
  font-size: 13px;
}
.history .container .historyContainer .filter .type,
.history .container .historyContainer .filter .status {
  display: inline-block;
  margin-right: 25px;
}
.history .container .historyContainer .filter .type select,
.history .container .historyContainer .filter .status select {
  display: inline-block;
  border: 1px solid #3045c1;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  color: white;
}
.history .container .historyContainer .filter .type select:focus,
.history .container .historyContainer .filter .status select:focus {
  outline: 0;
}
.history .container .historyContainer .filter .type .mobileFilterLabel,
.history .container .historyContainer .filter .status .mobileFilterLabel {
  display: none;
}
.history .container .historyContainer .filter .mobileFilterList {
  display: none;
}
.history .container .historyContainer .filter .date {
  display: inline-block;
  margin-left: 20px;
}
.history .container .historyContainer .filter .date label {
  font-size: 14px;
}
.history .container .historyContainer .filter .date input {
  width: 150px;
  padding: 3px 5px;
  margin-left: 9px;
}
.history .container .historyContainer .filter button {
  margin-left: 20px;
  background-color: #fbd100;
  border: 0px;
  padding: 5px 10px;
  font-weight: bold;
}
.history .container .historyContainer .transactionContainer .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.history .container .historyContainer .transactionContainer .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.history .container .historyContainer .transactionContainer .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.history .container .historyContainer .transactionContainer .list {
  padding: 7px;
  background-color: #2f3130;
  margin-bottom: 8px;
  border: 1px solid #424242;
  border-radius: 5px;
  position: relative;
}
.history .container .historyContainer .transactionContainer .list .type-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: red;
  border-bottom-left-radius: 100px;
  padding: 3px;
  display: none;
}
.history .container .historyContainer .transactionContainer .list .type-icon.deposit {
  background-color: #005726;
}
.history .container .historyContainer .transactionContainer .list .type-icon.withdraw {
  background-color: #570000;
}
.history .container .historyContainer .transactionContainer .list .datetime {
  display: inline-block;
  width: 45px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #d4d4d4;
}
.history .container .historyContainer .transactionContainer .list .transactionInfo {
  margin-top: 7px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 345px);
}
.history .container .historyContainer .transactionContainer .list .transactionInfo .racingAccount {
  font-size: 14px;
  margin-bottom: 10px;
}
.history .container .historyContainer .transactionContainer .list .transactionInfo .racingAccount .transactionID {
  background-color: #092f7a;
  padding: 3px 7px;
  text-align: center;
  margin-right: 5px;
}
.history .container .historyContainer .transactionContainer .list .transactionInfo .playerAccount {
  font-size: 12px;
  color: #d4d4d4;
}
.history .container .historyContainer .transactionContainer .list .forRight {
  display: inline-block;
}
.history .container .historyContainer .transactionContainer .list .forRight .balance {
  display: inline-block;
  font-size: 20px;
  text-align: right;
  width: 120px;
  padding-right: 20px;
  vertical-align: middle;
}
.history .container .historyContainer .transactionContainer .list .forRight .balance .currency {
  font-size: 10px;
  display: inline-block;
  color: #d4d4d4;
}
.history .container .historyContainer .transactionContainer .list .forRight .balance .decimal {
  font-size: 12px;
  display: inline-block;
  color: #d4d4d4;
}
.history .container .historyContainer .transactionContainer .list .forRight .status {
  display: inline-block;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 35px;
  color: #d4d4d4;
}
.history .container .historyContainer .transactionContainer .list .forRight .status svg {
  width: 100%;
  margin-bottom: 3px;
}
.history .container .historyContainer .transactionContainer .list .notes {
  color: #9dd0ff;
  font-size: 12px;
}
.history .container .betHistoryContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.history .container .betHistoryContainer .loadData {
  position: fixed;
  z-index: 60;
  width: 120px;
  height: 120px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .container .betHistoryContainer .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.history .container .betHistoryContainer .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.history .container .betHistoryContainer .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.history .container .betHistoryContainer .filter {
  margin-bottom: 10px;
  font-size: 13px;
}
.history .container .betHistoryContainer .filter .type,
.history .container .betHistoryContainer .filter .status {
  display: inline-block;
  margin-right: 25px;
}
.history .container .betHistoryContainer .filter .type select,
.history .container .betHistoryContainer .filter .status select {
  display: inline-block;
  border: 1px solid #3045c1;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  color: white;
}
.history .container .betHistoryContainer .filter .type select:focus,
.history .container .betHistoryContainer .filter .status select:focus {
  outline: 0;
}
.history .container .betHistoryContainer .filter .date {
  display: inline-block;
  margin-left: 20px;
}
.history .container .betHistoryContainer .filter .date label {
  font-size: 14px;
}
.history .container .betHistoryContainer .filter .date input {
  width: 150px;
  padding: 3px 5px;
  margin-left: 9px;
}
.history .container .betHistoryContainer .filter button {
  margin-left: 20px;
  background-color: #fbd100;
  border: 0px;
  padding: 5px 10px;
  font-weight: bold;
}
.history .container .betHistoryContainer .transactionContainer .list {
  padding: 7px;
  background-color: #2f3130;
  margin-bottom: 8px;
  border: 1px solid #424242;
  border-radius: 5px;
  position: relative;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo {
  margin: 0px 15px;
  border-bottom: 1px solid #5d5d5d;
  padding: 5px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .datetime {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
  padding: 10px 0px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 330px);
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo .name {
  font-size: 15px;
  width: calc(100% - 85px);
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo .arena {
  font-size: 12px;
  color: #d4d4d4;
  width: calc(100% - 85px);
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .bonusBet {
  background-color: #fb9d27;
  color: black;
  font-size: 8px;
  line-height: 10px;
  height: 12px;
  padding: 2px 7px;
  border-radius: 10px;
  margin-top: 7px;
  margin-right: 5px;
  display: inline-flex;
  float: right;
  align-items: center;
  justify-content: center;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo {
  float: right;
  background-color: #09307b;
  padding: 2px 8px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo .numb {
  display: inline-flex;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 14px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo .label {
  display: inline-block;
  font-size: 10px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 15px;
  vertical-align: middle;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status svg {
  vertical-align: middle;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status span {
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  font-size: 18px;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .statusWinLose {
  font-size: 11px;
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .won {
  color: green;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .lose {
  color: red;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .scratch {
  color: #b8daff;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .active {
  color: #a9f997;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .pending {
  color: #fbd100;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .account {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .account .decimal {
  font-size: 10px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList {
  margin: 0px 15px;
  padding: 0px 5px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet {
  padding-top: 5px;
  display: flex;
  padding-bottom: 5px;
  position: relative;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type {
  display: inline-flex;
  vertical-align: middle;
  flex: 1;
  align-items: center;
  margin-bottom: 8px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status {
  padding: 2px 8px;
  border-radius: 23px;
  font-size: 10px;
  margin-left: 10px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status.won {
  background-color: green;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status.lose {
  background-color: red;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status.scratch {
  background-color: #b8daff;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status.active {
  background-color: #a9f997;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .type .status.pending {
  background-color: #fbd100;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountSingle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 20px;
  color: #d4d4d4;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .bonus-earn {
  float: right;
  position: absolute;
  right: 0px;
  top: 33px;
  font-size: 11px;
  color: #3aabb9;
  padding: 2px 7px;
  border: 1px solid #3aabb9;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .currency,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .amount,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .decimal {
  display: inline-block;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .currency {
  font-size: 10px;
  margin-top: 6px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .amount {
  font-size: 20px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .decimal {
  font-size: 12px;
  margin-top: 5px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details {
  width: calc(100% - 130px);
  min-height: 50px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #3045c1;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first .listBet {
  display: flex;
  margin: 2px 20px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first .listBet div {
  flex: 1;
  margin: 0px 3px;
  padding: 1px 7px;
  height: 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  border-top: 1px solid #0b66ff;
  background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
  background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
  color: white;
  width: 8px;
  height: 19px;
}
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .left {
  border: 0px;
}
.history .container .betHistoryContainer .transactionContainer .loaderGame {
  margin-top: 20px;
  height: calc(100vh - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .container .betHistoryContainer .transactionContainer .loaderGame svg {
  animation: rotation 2s infinite linear;
}
.history .container .betHistoryContainer .noAvailable {
  width: 100%;
  height: 240px;
  margin: auto;
  text-align: center;
  padding-top: 71px;
}
.history .container .betHistoryContainer .noAvailable svg {
  width: 100px;
  height: 100px;
  color: #525252;
}
.history .container .betHistoryContainer .noAvailable .notes {
  margin-top: 20px;
  font-size: 13px;
  color: #525252;
}
.history .credit-transaction-mask {
  display: none;
}

@media screen and (max-width: 1015px) {
  .history .head .header {
    margin-bottom: 60px;
  }
  .history .container {
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: unset;
  }
}
@media screen and (max-width: 800px) {
  .history .container .historyContainer .transactionContainer .list .status {
    margin-left: 0px;
  }
}
@media screen and (max-width: 735px) {
  .history .container .historyContainer .transactionContainer .list .transactionInfo {
    width: calc(100% - 80px);
  }

  .history .container .historyContainer .transactionContainer .list .forRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .history .container .historyContainer .transactionContainer .list .status svg {
    display: none;
  }

  .history .container .historyContainer .transactionContainer .list .status.PENDING {
    color: #fbd100;
  }

  .history .container .historyContainer .transactionContainer .list .status.APPROVED {
    color: #5bd858;
  }

  .history .container .historyContainer .transactionContainer .list .status.DECLINED {
    color: #ff424f;
  }
}
@media screen and (max-width: 710px) {
  .history .container .betHistoryContainer {
    width: calc(100% - 30px);
    padding: 10px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo {
    margin: 0px 5px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList {
    margin: 0px 10px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet .type {
    font-size: 12px;
  }
}
@media screen and (max-width: 630px) {
  .history .container .historyContainer .filter .type {
    text-align: center;
  }

  .history .container .historyContainer table {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .history .container .betHistoryContainer {
    width: calc(90% - 10px);
    padding: 5px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .datetime {
    display: inline-block;
    width: calc(50% - 35px);
    text-align: left;
    border-right: 0px;
    padding: 8px 0px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .datetime .date,
.history .container .betHistoryContainer .transactionContainer .list .firstInfo .datetime .time {
    display: inline-block;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .status {
    width: 100%;
    text-align: right;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .statusWinLose {
    font-size: 16px;
    display: inline-block;
    width: auto;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .status .account {
    width: auto;
    margin-left: 5px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo {
    text-align: right;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet .type {
    width: 100%;
    flex: none;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet .bonus-earn {
    top: 60px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountSingle {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-right: 0px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 0px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .second {
    border: 0px;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first label,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .second label {
    width: 25px;
    margin-top: 4px;
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first .listBet,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .second .listBet {
    display: inline-block;
    margin: 2px 5px;
    width: calc(100% - 80px);
  }
  .history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .first .listBet div,
.history .container .betHistoryContainer .transactionContainer .list .betList .bet-details .second .listBet div {
    display: inline-flex;
    margin: 0px 4px;
  }
}
@media screen and (max-width: 585px) {
  .history {
    background-color: rgba(0, 0, 0, 0.6);
    height: calc(100% - 50px);
  }
  .history .head {
    display: none;
  }
  .history .top-label {
    display: block;
  }
  .history .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .history .container .menu {
    background-color: #141416;
    border-bottom: 0px;
  }
  .history .container .menu li {
    font-size: 14px;
    padding: 12px 0px;
    border-top: 1px solid #bababa;
    color: #bababa;
    background-color: #252728;
    position: relative;
    z-index: 100;
  }
  .history .container .menu li.active {
    border-bottom: 0px;
    border-top: 1px solid #0b66ff;
    background: -webkit-linear-gradient(-45deg, #003aab 0%, #191a1a 100%);
    background: linear-gradient(176deg, #003aab 0%, #191a1a 70%);
    color: white;
    z-index: 200;
  }
  .history .container .menu .tab2 {
    margin-left: -30px;
    border-top-left-radius: 50px;
  }
  .history .container .menu .tab1 {
    margin-left: -30px;
    border-top-right-radius: 50px;
  }
  .history .container .betHistoryContainer {
    width: 100%;
    padding: 0px;
    border: 0px;
    background-color: transparent;
    display: inline-block;
  }
  .history .container .betHistoryContainer .transactionContainer {
    padding: 5px;
  }
  .history .container .historyContainer {
    margin-top: 0px;
    width: calc(100% - 10px);
    padding: 5px;
    border: 0px;
    background-color: transparent;
    display: inline-block;
  }
  .history .container .historyContainer .filter {
    text-align: left;
    z-index: 60;
    position: relative;
    display: flex;
    gap: 4px;
  }
  .history .container .historyContainer .filter .type {
    text-align: left;
    margin-right: 10px;
    width: 50% select;
    width-font-size: 12px;
  }
  .history .container .historyContainer .filter .filterType {
    margin: 0px;
    flex: 1;
  }
  .history .container .historyContainer .filter .filterType select {
    display: none;
  }
  .history .container .historyContainer .filter .filterType .mobileFilterLabel {
    background-color: rgba(206, 206, 206, 0.368627451);
    padding: 12px 10px;
    display: block;
  }
  .history .container .historyContainer .filter .filterType .mobileFilterLabel svg {
    float: right;
    margin-top: -5px;
  }
  .history .container .historyContainer .filter .filterType .mobileFilterLabel.open {
    background-color: rgba(206, 206, 206, 0.49);
  }
  .history .container .historyContainer .filter .mobileFilterList {
    background-color: #484b5e;
    position: absolute;
    display: block;
    width: 50%;
  }
  .history .container .historyContainer .filter .mobileFilterList .mobileFilterItem {
    margin: 0px 7px;
    border-bottom: 1px solid #5f5f5f;
    padding: 10px 10px;
  }
  .history .container .historyContainer .filter .mobileFilterList .mobileFilterItem:last-child {
    border: 0px;
  }
  .history .container .historyContainer .filter .status-select {
    margin-left: 50%;
  }
  .history .container .historyContainer .transactionContainer {
    height: calc(100vh - 200px);
    overflow: scroll;
  }
  .history .container .historyContainer .transactionContainer .list .type-icon {
    display: inline-block;
  }
  .history .container .historyContainer .transactionContainer .list .datetime {
    margin-right: 8px;
  }
  .history .container .historyContainer .transactionContainer .list .transactionInfo .racingAccount {
    font-size: 10px;
  }
  .history .container .historyContainer .transactionContainer .list .transactionInfo .racingAccount .transactionID {
    padding: 4px 10px;
  }
  .history .container .historyContainer .transactionContainer .list .transactionInfo .playerAccount {
    font-size: 10px;
  }
  .history .container .historyContainer .transactionContainer .list .transactionInfo .playerAccount span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
  }
  .history .menu {
    display: none;
  }
  .history .credit-transaction-mask {
    display: block;
  }
}
@media screen and (max-width: 570px) {
  .history .container .historyContainer table thead {
    display: none;
  }
  .history .container .historyContainer table tbody tr {
    display: inline-grid;
    width: 100%;
    border-bottom: 1px solid #2b294b;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .history .container .historyContainer table tbody tr td {
    border-right: 0px;
    color: #c1cfeb;
    font-size: 14px;
    padding: 0px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(6) {
    text-align: left;
  }
  .history .container .historyContainer table tbody tr td:nth-child(1)::before {
    content: "ID #:";
    color: #ffffff;
    margin-right: 10px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(2)::before {
    content: "Date Time:";
    color: #ffffff;
    margin-right: 10px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(3)::before {
    content: "Transaction Type:";
    color: #ffffff;
    margin-right: 10px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(4)::before {
    content: "Method:";
    color: #ffffff;
    margin-right: 10px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(5)::before {
    content: "Status:";
    color: #ffffff;
    margin-right: 10px;
  }
  .history .container .historyContainer table tbody tr td:nth-child(6)::before {
    content: "Amount:";
    color: #ffffff;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .history .menu li {
    font-size: 12px;
    padding: 10px 20px;
  }
}
footer {
  background-color: #07041a;
  margin-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
footer .footerDetails .logo {
  width: 100%;
  text-align: center;
}
footer .footerDetails ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
footer .footerDetails ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 13px;
}
footer .footerDetails ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .footerDetails ul li.active a {
  color: #93bce4;
}
footer .footerDetails .copyright {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  color: #3045c1;
}
footer .footerDetails .copyright p {
  display: inline-block;
  margin: 0px 20px;
  line-height: 25px;
}
footer .footerNav {
  background-color: #292a2e;
  color: #ffffff;
  display: none;
  box-shadow: 1px 1px 4px 1px #545454;
}
footer .footerNav .list {
  display: inline-block;
  text-align: center;
  width: calc(20% - 4px);
  vertical-align: top;
  margin-bottom: 5px;
  border-top: 3px solid #292a2e;
  position: relative;
}
footer .footerNav .list svg {
  fill: #ffffff;
  margin-top: 4px;
  margin-bottom: -4px;
}
footer .footerNav .list .label {
  font-family: "BaiJamjuree";
  font-size: 10px;
}
footer .footerNav .list img {
  width: 50px;
}
footer .footerNav .list .new {
  width: 22px;
  position: absolute;
  height: 22px;
  left: 8px;
  top: -8px;
  color: #fea32f;
}
footer .footerNav .list.active {
  color: #9dd0ff;
  border-top: 3px solid #9dd0ff;
}

.light footer .footerNav {
  background: #ffffff;
}
.light footer .footerNav .list {
  border-top: 3px solid #a5a5a5;
  color: #383838;
}
.light footer .footerNav .list.active {
  border-top: 3px solid #003aab;
  color: #003aab;
}
.light footer .footerNav .new {
  color: #003aab;
}

@media screen and (max-width: 585px) {
  footer.footerv2 {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 100;
  }
  footer.footerv2 .footerDetails {
    display: none;
  }
  footer.footerv2 .footerNav {
    display: inline-flex;
    width: 100%;
  }

  .payment .paymentContainer .depositForm button {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  footer .copyright p {
    display: block;
  }

  footer .copyright .pipe {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  footer .logo img {
    width: 50vw;
  }
}
.terms {
  position: absolute;
  width: 100%;
}
.terms .banner {
  width: 100%;
  height: 28vw;
  background-image: url(/assets/images/tnc-banner.png);
  background-color: rgba(0, 0, 0, 0.631372549);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
}
.terms .banner img {
  margin-top: 6vw;
  width: 30%;
  max-width: 445px;
  min-width: 180px;
}
.terms .title {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffffff;
  font-size: 4.5vw;
}
.terms .subtitle {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffffff;
  margin-top: 3vw;
  font-size: 2vw;
}
.terms p.info {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  margin-top: 3vw;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.terms p.last {
  margin-bottom: 4vw;
}

@media screen and (max-width: 585px) {
  .terms {
    padding-bottom: 220px !important;
  }
  .terms .container {
    margin-top: 30px;
    background-color: transparent;
    border: 0px;
    padding: 10px;
    width: calc(100% - 20px);
    margin-left: 0px;
    transform: unset;
  }
  .terms .container .title {
    font-size: 30px;
  }
  .terms .container p.info {
    font-size: 16px;
  }
}
.privacy {
  position: absolute;
  width: 100%;
}
.privacy .banner {
  width: 100%;
  height: 28vw;
  background-image: url(/assets/images/tnc-banner.png);
  background-color: rgba(0, 0, 0, 0.631372549);
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 80px;
}
.privacy .banner img {
  margin-top: 6vw;
  width: 30%;
  max-width: 445px;
  min-width: 180px;
}
.privacy .container {
  width: calc(90% - 60px);
  max-width: 1140px;
  margin-left: 50%;
  transform: translate(-50%);
  background-color: rgba(0, 0, 0, 0.5098039216);
  border-radius: 10px;
  border: 1px solid #524f88;
  padding: 30px;
  color: #ffffff;
  margin-bottom: 35px;
}
.privacy .container .title {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffffff;
  font-size: 32px;
}
.privacy .container p.par {
  font-size: 14px;
  color: #d4d4d4;
}
.privacy .container p.par strong {
  color: #ffffff;
  font-size: 15px;
}
.privacy .container .list {
  font-size: 13px;
}
.privacy .container .list li {
  color: #d4d4d4;
  margin-bottom: 5px;
}
.privacy .container .list li strong {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.privacy .container .list li strong::after {
  content: ": ";
}
.privacy .container a {
  color: #fbd100;
  word-wrap: break-word;
}

@media screen and (max-width: 585px) {
  .privacy {
    padding-bottom: 220px !important;
  }
  .privacy .container {
    margin-top: 30px;
    background-color: transparent;
    border: 0px;
    padding: 10px;
    width: calc(100% - 20px);
    margin-left: 0px;
    transform: unset;
  }
  .privacy .container .title {
    font-size: 30px;
  }
  .privacy .container p.info {
    font-size: 16px;
  }
}
.masteragentregister {
  position: absolute;
  width: 100%;
}
.masteragentregister .container {
  width: calc(90% - 60px);
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5215686275);
  color: #ffffff;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.38);
  border-radius: 0.125rem;
}
.masteragentregister .container .registrationForm {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.masteragentregister .container .registrationForm .header {
  height: auto;
  margin-bottom: 15px;
}
.masteragentregister .container .registrationForm .header h1 {
  font-size: 18px;
  margin: 0px;
}
.masteragentregister .container .registrationForm .header h3 {
  font-size: 14px;
  margin: 0px;
  margin-top: 3px;
  color: #d4d4d4;
}
.masteragentregister .container .registrationForm .header h3 a {
  color: #fbd100;
}
.masteragentregister .container .registrationForm .infos {
  margin-top: 25px;
}
.masteragentregister .container .registrationForm .infos label {
  color: #d4d4d4;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 175px;
}
.masteragentregister .container .registrationForm .infos .info {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
  width: calc(100% - 220px);
}
.masteragentregister .container .registrationForm .infos .info input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.masteragentregister .container .registrationForm .infos .info input.error,
.masteragentregister .container .registrationForm .infos .info input.error:focus {
  border-color: #ff424f;
  outline: #ff424f;
}
.masteragentregister .container .registrationForm .infos .info button {
  height: 40px;
  padding: 0px 20px;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.masteragentregister .container .registrationForm .infos .info button:focus {
  outline: 0;
}
.masteragentregister .container .registrationForm .infos .info button.disabled {
  background-color: #45485a;
  cursor: not-allowed;
}
.masteragentregister .container .registrationForm .infos .errorNote {
  padding-left: 200px;
  margin-top: 4px;
  font-size: 14px;
  color: #ed0022;
  max-width: 400px;
}

@media screen and (max-width: 1015px) {
  .masteragentregister .container {
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    transform: unset;
  }
}
@media screen and (max-width: 600px) {
  .masteragentregister .container {
    width: calc(100% - 30px);
    padding: 5px;
  }
}
@media screen and (max-width: 585px) {
  .masteragentregister .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .masteragentregister .container .registrationForm {
    width: calc(100% - 20px);
    padding: 10px;
  }
  .masteragentregister .container .registrationForm .header {
    margin-bottom: 20px;
  }
  .masteragentregister .container .registrationForm .header h1 {
    display: none;
  }
  .masteragentregister .container .registrationForm .header h3 {
    padding: 4px;
    font-size: 12px;
  }
  .masteragentregister .container .registrationForm hr {
    display: none;
  }
  .masteragentregister .container .registrationForm .infos {
    line-height: 50px;
    margin: 0px;
    border-bottom: 1px solid #525252;
  }
  .masteragentregister .container .registrationForm .infos .info {
    margin-left: 0px;
    width: calc(100% - 129px);
  }
  .masteragentregister .container .registrationForm .infos .info label {
    padding-left: 0px;
    display: inline-block;
    text-align: right;
    width: calc(100% - 5px);
    font-size: 12px;
  }
  .masteragentregister .container .registrationForm .infos .info label svg {
    vertical-align: middle;
  }
  .masteragentregister .container .registrationForm .infos .info input {
    display: none;
  }
  .masteragentregister .container .registrationForm .infos .errorNote {
    display: none;
  }
  .masteragentregister .container .registrationForm .infos label {
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
  }
  .masteragentregister .container .registrationForm .infos .buttonLabel {
    display: none;
  }
  .masteragentregister .container .registrationForm .infos .buttonInfo {
    width: 100%;
    text-align: center;
  }
  .masteragentregister .container .registrationForm .infos .buttonInfo button {
    width: calc(100% - 10px);
    height: 30px;
    margin-top: 15px;
  }
  .masteragentregister .container .registrationForm .infos:last-child {
    border: 0px;
  }
}
.v-tour__target--highlighted {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 23px 10px #ffffff !important;
}

.v-step[data-v-54f9a632] {
  background: #00184a !important;
  border: 1px solid #636363 !important;
  font-size: 12px !important;
}

.v-step__button[data-v-54f9a632] {
  border: 1px solid #ee860c !important;
  background-image: linear-gradient(#fea32f, #fcd78b) !important;
  color: black !important;
}

.tutorialPage {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: calc(100% - 50px);
  overflow: scroll !important;
}
.tutorialPage .tutorialHead {
  font-size: 22px;
  color: white;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.tutorialPage ul {
  list-style: none;
  padding: 0px;
  margin: 0px 25px;
  margin-bottom: 10px;
}
.tutorialPage ul li {
  width: calc(100% - 20px);
  margin: 10px 0px;
  padding: 10px 5px;
  color: #9dd0ff;
  position: relative;
  background-image: linear-gradient(0deg, rgb(46, 48, 48), rgb(36, 37, 37));
  border-radius: 8px;
  margin-bottom: 10px;
}
.tutorialPage ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #9dd0ff;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tutorialPage ul li a svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #9dd0ff;
  margin-left: 10px;
}
.tutorialPage ul li a .detail {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  font-size: 10px;
  color: #9dd0ff;
  margin-left: 20px;
}
.tutorialPage ul li .signout svg,
.tutorialPage ul li .signout .detail {
  color: #ff5555;
}
.tutorialPage ul .disabled a svg,
.tutorialPage ul .disabled a .detail {
  color: #505050;
}

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