body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
  overflow-x: hidden;
}

html {
  font-family: Roboto;
  width: 100%;
}
html body {
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  -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% auto;
  color: #fff;
}
html body a {
  color: #ffc300;
}
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: 100;
}
html body .loader {
  position: fixed;
  z-index: 60;
  width: 120px;
  height: 120px;
  background-color: #e8e8e8;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 5px;
}
html body .loader svg {
  position: absolute;
  top: -25px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  animation: rotation 4s infinite linear;
}
html body .loader .text {
  position: absolute;
  text-align: center;
  top: 85px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  left: 0px;
}
html body .modals {
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
}
html body .modals .popupNote {
  z-index: 101;
  width: 310px;
  background-color: #ffffff;
  top: calc(50% - 260px);
  left: calc(50% - 155px);
  text-align: center;
  border-radius: 4px;
}
html body .modals .popupNote .text {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}
html body .modals .popupNote.TwoButton .buttons {
  margin-top: 26px;
}
html body .modals .popupNote.TwoButton .buttons button {
  width: 50%;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  height: 46px;
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  color: #1338a3;
}
html body .modals .popupNote.OneButton .buttons {
  margin-top: 26px;
}
html body .modals .popupNote.OneButton .buttons button {
  width: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  height: 46px;
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  color: #1338a3;
}
html body .modals .popupNote.NoButton {
  width: 120px;
  height: 120px;
}
html body .modals .popupNote.NoButton .buttons {
  margin-top: 26px;
}
html body .modals .popupNote.NoButton .buttons button {
  width: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  height: 46px;
  padding: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  color: #1338a3;
}
html body .modals .popupNote.NoButton .text {
  margin: 0px;
}
html body .modals .popupNote.NoButton .lds-ring {
  margin-top: 10px;
}
html body #app > div {
  position: absolute;
  top: 0px;
  width: 100vw;
  padding-bottom: 212px;
  min-height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0518a3+0,2256cc+56,2256cc+100 */
  background: #0518a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0518a3", endColorstr="#2256cc",GradientType=0 );
  /* IE6-9 */
}
html body .modal {
  display: none;
  width: 380px;
  max-height: 640px;
  background: #ffffff;
  background-size: 100% 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
  z-index: 200;
  text-align: center;
  margin-top: 30px;
  top: 0px;
  height: calc(100vh - 60px);
  overflow: auto;
}

/* 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: 510px) {
  html body #app > div {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  html body #app > div {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 414px) {
  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: BaiJamjuree;
  src: url(../fonts/BaiJamjuree-Regular.ttf);
}
@keyframes glowingPlayer {
  0% {
    background-color: #040473;
    box-shadow: 0 0 5px #040473;
  }
  50% {
    background-color: #2121ff;
    box-shadow: 0 0 20px #2121ff;
  }
  100% {
    background-color: #040473;
    box-shadow: 0 0 5px #040473;
  }
}
.playerBlink {
  animation: glowingPlayer 1300ms infinite;
}

@keyframes glowingBanker {
  0% {
    background-color: #510c14;
    box-shadow: 0 0 5px #510c14;
  }
  50% {
    background-color: #b10016;
    box-shadow: 0 0 20px #b10016;
  }
  100% {
    background-color: #510c14;
    box-shadow: 0 0 5px #510c14;
  }
}
.bankerBlink {
  animation: glowingBanker 1300ms infinite;
}

@keyframes glowingTie {
  0% {
    background-color: #0b4800;
    box-shadow: 0 0 5px #0b4800;
  }
  50% {
    background-color: #00a21b;
    box-shadow: 0 0 20px #00a21b;
  }
  100% {
    background-color: #0b4800;
    box-shadow: 0 0 5px #0b4800;
  }
}
.tieBlink {
  animation: glowingTie 1300ms infinite;
}

.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;
  }
}
@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;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid gray;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: gray transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0e38a3;
  color: #0e38a3;
  box-shadow: 9999px 0 0 -5px #0e38a3;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0e38a3;
  color: #0e38a3;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #0e38a3;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #0e38a3;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #0e38a3;
  }
  30% {
    box-shadow: 9984px 0 0 2px #0e38a3;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px #0e38a3;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #0e38a3;
  }
  30% {
    box-shadow: 9999px 0 0 2px #0e38a3;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px #0e38a3;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #0e38a3;
  }
  30% {
    box-shadow: 10014px 0 0 2px #0e38a3;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px #0e38a3;
  }
}
html body #app .home .header .head .nav-left .logo img {
  width: 250px;
  margin-top: 10px;
}
html body #app .header {
  background-color: white;
}
html body #app .header .head {
  width: 100%;
  height: 110px;
  max-width: 1590px;
  margin-left: 50%;
  transform: translate(-50%);
  position: relative;
  z-index: 10;
}
html body #app .header .head .nav-left {
  float: left;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
html body #app .header .head .nav-left .logo img {
  width: 110px;
  margin-left: 20px;
}
html body #app .header .head .nav-left .logo img.home {
  width: 205px;
  margin-top: 100px;
}
html body #app .header .head .nav-right {
  float: right;
  margin-right: 20px;
  height: 110px;
  display: flex;
  align-items: center;
}
html body #app .header .head .nav-right .account {
  color: #d00f0e;
}
html body #app .header .head .nav-right .account .id {
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #684678;
  margin-right: 10px;
  padding-right: 10px;
}
html body #app .header .head .nav-right .account .id span {
  color: #1a58a5;
}
html body #app .header .head .nav-right .account .balance {
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #684678;
  margin-right: 10px;
  padding-right: 10px;
}
html body #app .header .head .nav-right .account .balance span {
  color: #1a58a5;
}
html body #app .header .head .nav-right .account .balance svg {
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
}
html body #app .header .head .nav-right .account .balance svg path {
  fill: #1a58a5;
}
html body #app .header .head .nav-right .account .accountIcon {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  position: relative;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo {
  border: 1px solid #524f88;
  width: 250px;
  background-color: #000000;
  position: absolute;
  right: 0px;
  top: 35px;
  border-radius: 10px;
  padding: 20px;
  cursor: auto;
  z-index: 55;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo hr {
  border-color: #524f88;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .name {
  color: #ffffff;
  font-family: BaiJamjuree;
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 5px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .mobileNo {
  color: #9dd0ff;
  font-family: BaiJamjuree;
  margin-bottom: 15px;
  padding-left: 5px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .balance {
  border-right: 0px;
  padding-left: 5px;
  font-family: BaiJamjuree;
  text-align: left;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .balance svg {
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo ul {
  list-style: none;
  padding: 0px;
  margin-left: 10px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo ul li {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo ul li a {
  color: #ffffff;
  text-decoration: none;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo ul li a svg {
  vertical-align: middle;
  margin-right: 10px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .aboutus,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .contacts,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .termsandconditions,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .privacypolicy {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
  margin-top: 5px;
  cursor: pointer;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .aboutus a,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .contacts a,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .termsandconditions a,
html body #app .header .head .nav-right .account .accountIcon .accountInfo .privacypolicy a {
  color: #ffffff;
  text-decoration: none;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .signout {
  color: #e96464;
  padding-left: 10px;
  margin-top: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}
html body #app .header .head .nav-right .account .accountIcon .accountInfo .signout svg {
  vertical-align: middle;
  margin-left: 5px;
}
html body #app .header .head .nav-right .buttons {
  display: inline-block;
  text-align: right;
}
html body #app .header .head .nav-right .buttons button {
  color: white;
  border: 0px;
  margin: 8px 4px;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  width: 90px;
  cursor: pointer;
  min-width: 80px;
}
html body #app .header .head .nav-right .buttons .login {
  background-color: #003aab;
}
html body #app .header .head .nav-right .buttons .register {
  background-color: #c90c0c;
}
html body #app .header .mobile-title {
  display: none;
  color: #ffffff;
  font-size: 5vw;
  font-family: BaiJamjuree;
  text-align: center;
}
html body #app .header nav {
  background-color: rgba(3, 2, 17, 0.6509803922);
  border-bottom: 2px solid #253a5a;
}
html body #app .header nav ul {
  list-style: none;
  display: inline-block;
  padding: 0px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1590px;
}
html body #app .header nav ul li {
  display: inline-block;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
html body #app .header nav ul li a {
  padding: 8px 20px;
  height: 23px;
  color: #ffffff;
  text-decoration: none;
  margin-left: -4px;
  display: inline-block;
}
html body #app .header nav ul li a svg {
  width: 25px;
  vertical-align: middle;
}
html body #app .header nav ul li a svg path {
  fill: #ffffff;
}
html body #app .header nav ul li a span {
  vertical-align: middle;
  margin-left: 5px;
}
html body #app .header nav ul li.active {
  border-bottom: 3px solid #9dd0ff;
}
html body #app .header nav ul li.active a {
  color: #9dd0ff;
}
html body #app .header nav ul li.active a svg path {
  fill: #9dd0ff;
}
html body #app .header .mobileTitle {
  display: none;
  width: 100%;
  background-color: #1338a3;
  color: #ffffff;
  font-family: BaiJamjuree;
  line-height: 40px;
}
html body #app .header .mobileTitle .title {
  display: inline-block;
  padding: 5px 15px;
}
html body #app .header .mobileTitle .title span {
  vertical-align: middle;
}
html body #app .header .mobileTitle .title svg {
  margin-left: 5px;
  width: 13px;
  vertical-align: middle;
}
html body #app .header .mobileTitle .title .amount {
  color: #f0be5c;
}
html body #app .header .mobileTitle .balance {
  padding: 5px 15px;
  font-size: 15px;
  float: right;
}
html body #app .header .mobileTitle .balance .amount {
  color: #f0be5c;
}
html body #app .header .mobileTitle .balance span {
  vertical-align: middle;
}
html body #app .header .mobileTitle .balance svg {
  margin-left: 5px;
  width: 13px;
  vertical-align: middle;
}
html body #app .header .mobileTitle .center {
  font-size: 4vw;
  padding: 15px 20px;
  text-align: center;
}
html body #app .header .modal .back {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000000;
  margin-top: 10px;
  margin-left: 10px;
}
html body #app .header .modal .back svg {
  vertical-align: middle;
}
html body #app .header .modal .back span {
  vertical-align: middle;
  margin-left: 5px;
}
html body #app .header .modal .conatiner-modal {
  width: 100%;
  margin-top: 0px;
  height: 100%;
}
html body #app .header .modal .conatiner-modal .logo {
  width: 220px;
  margin-top: 30px;
}
html body #app .header .modal .conatiner-modal .title {
  font-family: BaiJamjuree;
  color: #2a3bd9;
  font-size: 18px;
  margin-top: 10px;
  padding: 0px 30px;
  text-transform: uppercase;
}
html body #app .header .modal .conatiner-modal .form {
  margin-top: 10px;
}
html body #app .header .modal .conatiner-modal .form input {
  width: 70%;
  margin-top: 10px;
  height: 35px;
  border-radius: 3px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border: 1px solid #d3d3d3;
}
html body #app .header .modal .conatiner-modal .form input:focus {
  outline: 0;
}
html body #app .header .modal .conatiner-modal .form .mobilenumber::-webkit-outer-spin-button,
html body #app .header .modal .conatiner-modal .form .mobilenumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html body #app .header .modal .conatiner-modal .form .mobilenumber[type=number] {
  -moz-appearance: textfield;
}
html body #app .header .modal .conatiner-modal .form .error {
  color: #c90c0c;
  text-shadow: 0px 0px 20px white;
  margin-top: 9px;
  font-size: 13px;
}
html body #app .header .modal .conatiner-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;
}
html body #app .header .modal .conatiner-modal .form .register {
  width: 76%;
  margin-top: 15px;
  height: 35px;
  border-radius: 3px;
  border: 0px;
  background-color: #c90c0c;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
}
html body #app .header .modal .conatiner-modal .form .forgotPassword {
  color: #000000;
  font-size: 12px;
  margin-top: 10px;
}
html body #app .header .modal .conatiner-modal .form .forgotPassword a {
  color: #000000;
}
html body #app .header .modal .conatiner-modal .form .or {
  color: #000000;
  font-size: 25px;
  margin-top: 10px;
}
html body #app .header .modal .conatiner-modal .form .agree {
  color: #000000;
  font-size: 12px;
  margin-top: 14px;
}
html body #app .header .modal .conatiner-modal .form .agree span {
  vertical-align: middle;
}
html body #app .header .modal .conatiner-modal .form .agree span a {
  color: #000000;
}
html body #app .header .modal .conatiner-modal .form .agree svg {
  vertical-align: middle;
  cursor: pointer;
}
html body #app .header .modal .loading svg,
html body #app .header .modal .loading img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
html body #app .header .modal .loading svg {
  animation: rotation 4s infinite linear;
}
html body #app .header .modal .loading .text {
  position: absolute;
  text-align: center;
  top: 220px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  width: 100%;
  color: #ecc564;
  text-transform: uppercase;
  font-size: 14px;
  left: 0px;
}
html body #app .header .modal .footer {
  position: absolute;
  bottom: 3px;
  color: #a098ce;
  line-height: 3px;
  font-size: 10px;
  display: none;
}

@media screen and (min-width: 509px) {
  html body #app .header .nav-right .menu ul .logo {
    display: none !important;
  }
  html body #app .header .nav-right .menu ul .formobile {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  html body #app .header .head .nav-left .logo img {
    margin-left: 30px;
  }

  html body #app .header .head .nav-right {
    margin-right: 30px;
  }
}
@media screen and (max-width: 875px) {
  html body #app .home .header .head .nav-left .logo img {
    width: 110px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  html body #app .header .head .nav-left .logo img.home {
    width: 110px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 580px) {
  html body #app .header .head .nav-left .logo img.home {
    margin-left: 10px;
  }

  html body #app .header .head .nav-right {
    margin-right: 10px;
    width: calc(100% - 150px);
    justify-content: end;
  }

  html body #app .header .head .nav-right .account .id {
    display: inline-block;
    width: calc(100% - 65px);
    text-align: right;
  }

  html body #app .header .head .nav-right .account .balance {
    display: inline-block;
    width: calc(100% - 65px);
    text-align: right;
  }

  html body #app .header .head .nav-right .account .accountIcon {
    vertical-align: super;
    margin-top: -16px;
  }
}
@media screen and (max-width: 510px) {
  html body #app .header .head,
html body #app .header nav {
    display: none;
  }
  html body #app .header .mobile-title {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
  }
  html body #app .header .mobileTitle {
    display: inline-block;
    position: fixed;
    z-index: 60;
  }
}
@media screen and (max-width: 467px) {
  html body #app .header .mobileTitle .balance {
    font-size: 14px;
  }
}
@media screen and (max-width: 415px) {
  html body #app .header .modal .back {
    display: inline-block;
  }
}
.home .banner img {
  width: 100%;
}
.home .game-list-preview {
  max-width: 1000px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.home .game-list-preview .head span.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 28px;
  border-color: transparent transparent transparent #fce710;
  position: relative;
  z-index: 2;
  float: left;
  left: 15px;
  top: 4px;
  border-radius: 5px;
}
.home .game-list-preview .head .tab {
  background-color: #2156CC;
  display: inline-block;
  color: white;
  padding: 10px 25px;
  border-radius: 30px;
}
.home .game-list-preview .body ul {
  padding: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.home .game-list-preview .body ul li {
  list-style: none;
  margin: 0px 20px 20px 20px;
  vertical-align: top;
  cursor: pointer;
}
.home .game-list-preview .body ul li img {
  width: 100%;
}
.home .game-list-preview .body ul li .play {
  background-color: #003aab;
  color: white;
  text-align: center;
  padding: 10px;
  position: absolute;
  font-weight: bold;
  bottom: 0px;
  width: 100%;
}
.home .game-list-preview .body ul li .comingsoon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5803921569);
  color: white;
  font-size: 20px;
}
.home .game-list-preview .body ul .luckypick {
  background-image: url(../../assets/images/luckypick_bg.png);
}
.home .game-list-preview .body ul .colorgame {
  background-image: url(../../assets/images/colorgame_bg.png);
}
.home .game-list-preview .body ul .smalltown {
  background-image: url(../../assets/images/smalltown_bg.png);
}
.home .game-list-preview .body ul .racingroyale {
  background-image: url(../../assets/images/racingroyale_bg.png);
}
.home ul.icons {
  list-style: none;
  margin-left: 50%;
  transform: translate(-50%);
  padding: 30px;
  width: calc(100% - 60px);
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-flex;
  background: url("../../assets/images/sslbg.png");
  align-content: space-between;
  justify-content: space-evenly;
}
.home ul.icons li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.home ul.icons li img {
  float: left;
}
.home ul.icons li p {
  position: relative;
  left: 10px;
  color: #4d4d4d;
  text-shadow: 0px 1px #ffffff;
}
.home .slider {
  list-style: none;
  max-width: 1200px;
  margin-left: 50%;
  transform: translate(-50%);
  width: calc(100% - 60px);
  margin-bottom: 40px;
}
.home .slider .actionSlider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.59);
  z-index: 10;
}
.home .slider .rightArrow {
  right: 0px;
}
.home .slider .sliderImageContainer {
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
  position: relative;
}
.home .slider .sliderImageContainer .sliderImage {
  display: inline-block;
}
.home .slider .sliderImageContainer .sliderImage img {
  height: 250px;
}
.home .signup_banner {
  height: 300px;
  background-image: url(../../assets/images/signup_banner.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home .signup_banner div p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  max-width: 800px;
  width: calc(100% - 20px);
  margin: 0px 10px;
  color: white;
}
.home .signup_banner div button {
  background-color: #c90c0c;
  border: 0px;
  color: white;
  padding: 10px 30px;
  margin-top: 20px;
}

@media screen and (max-width: 510px) {
  .home .slider .actionSlider {
    display: none;
  }

  .home .slider {
    transform: none;
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .home ul.icons {
    transform: none;
    margin-left: 0px;
  }
  .home .game-list-preview {
    margin-left: auto;
    transform: unset;
  }
  .home ul.icons {
    display: inline-block;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .home ul.icons li {
    margin: 35px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home ul.icons li p {
    margin-left: 10px;
  }
}
.ez2 {
  position: absolute;
  width: 100%;
}
.ez2 .container {
  width: 100%;
  max-width: 1610px;
  margin-left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  margin-bottom: 35px;
}
.ez2 .container .video {
  width: calc(100% - 402px - 24px - 24px - 4px - 24px);
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}
.ez2 .container .video .iframe {
  height: 38vw;
  max-height: 617px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
}
.ez2 .container .video .iframe img {
  width: 100%;
}
.ez2 .container .video .raceInfo .body.noRace {
  text-align: center;
  padding: 30px;
  border-bottom: 5px solid #1338a3;
}
.ez2 .container .video .raceInfo .head {
  display: flex;
  padding: 10px 10px 0px 10px;
  background-color: #1338a3;
}
.ez2 .container .video .raceInfo .head div {
  flex: 1;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}
.ez2 .container .video .raceInfo .head .active {
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
  color: #000;
  max-width: 50%;
  padding-top: 10px;
}
.ez2 .container .video .raceInfo .body {
  background-color: #fff;
  color: #000;
  border-left: 5px #1338a3 solid;
  border-right: 5px #1338a3 solid;
  border-top: 5px solid #1338a3;
}
.ez2 .container .video .raceInfo .body .eventDescription {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #fff;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventName {
  flex: 1;
  background: #fff;
  padding: 15px;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventName .name {
  font-size: 16px;
  text-transform: uppercase;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventName .area {
  font-size: 12px;
  color: #a4a4a4;
  margin-top: 5px;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons {
  display: none;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons div {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0px 10px;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons div svg {
  width: 16px;
  height: 16px;
  color: white;
  display: block;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%);
  border-radius: 25px;
  padding: 5px;
  margin-bottom: 4px;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons div label {
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons .history svg {
  background-color: #e20050;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons .result svg {
  background-color: #2156cc;
}
.ez2 .container .video .raceInfo .body .eventDescription .eventIcons .mechanics svg {
  background-color: #25924e;
}
.ez2 .container .video .raceInfo .body .drawTime {
  display: flex;
  text-align: center;
}
.ez2 .container .video .raceInfo .body .drawTime div {
  flex: 1;
  margin: 0px 4px;
  padding: 10px 0px;
  cursor: pointer;
  border-radius: 11px 11px 0px 0px;
  width: 30px;
  max-width: 50%;
}
.ez2 .container .video .raceInfo .body .drawTime .active {
  background-color: #436dd3;
  color: #fff;
}
.ez2 .container .video .raceInfo .body .drawTime .disabled {
  color: #fff;
}
.ez2 .container .video .raceInfo .body .raceDivider {
  border: 0px;
  border-top: 1px solid #eac400;
  margin-left: 15px;
  margin-right: 15px;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0518a3+0,2256cc+56,2256cc+100 */
  background: #0518a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0518a3", endColorstr="#2256cc",GradientType=0 );
  /* IE6-9 */
  padding-top: 10px;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container {
  display: flex;
  border: 1px solid #436dd3;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list {
  flex: 1;
  border-right: 1px solid #eac400;
  margin: 20px 0px 30px 0px;
  padding: 0px 15px;
  display: inline-grid;
  grid-template-columns: repeat(auto-fill, 50px);
  grid-auto-rows: 50px;
  grid-gap: 20px 20px;
  justify-content: center;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list:last-child {
  border-right: none;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list .bet-btn {
  cursor: pointer;
  background: #fff;
  border: 0px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 5px auto;
  border-radius: 50px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list .bet-btn.active {
  background: #e20050;
  color: #fff;
}
.ez2 .container .video .raceInfo .body .placeBetContainer {
  background-color: #1338a3;
  padding: 4px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet {
  padding: 3px;
  display: flex;
  color: #fff;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet {
  display: inline-block;
  align-items: center;
  flex: 1;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .selected {
  display: inline-block;
  margin-right: 10px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .selected span {
  background: #e20050;
  color: #fff;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
  text-shadow: 0 0 5px white;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .selected .and {
  background: transparent;
  color: #d5f1fa;
  width: 20px;
  font-size: 18px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .betNotes {
  height: 21px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito {
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito span {
  display: inline-block;
  vertical-align: middle;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 27px;
  margin-left: 3px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 6px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito input:checked + .slider {
  background-color: #eac400;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito input:focus + .slider {
  box-shadow: 0 0 1px #eac400;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .slider.round {
  border-radius: 34px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .slider.round:before {
  border-radius: 50%;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount {
  align-items: center;
  font-size: 14px;
  display: inline-flex;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount input {
  width: 45px;
  height: 21px;
  text-align: right;
  padding-right: 4px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount .mobile {
  display: none;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .buttons {
  display: inline-flex;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .buttons button {
  background-color: #e9c404;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  border: 1px solid #bba42c;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .buttons button.disabled {
  background-color: #aaaaaa;
  border: 1px solid #000000;
}
.ez2 .container .video .raceInfo .body .placeBetContainer .mobileSubmit {
  display: none;
}
.ez2 .container .details {
  display: inline-block;
  color: black;
  width: 406px;
  vertical-align: top;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: -4px;
}
.ez2 .container .details .title {
  width: calc(100% - 2px);
  text-align: center;
  background-color: #1338a3;
  color: white;
  padding: 10px 0px;
  border: 1px solid #1338a3;
}
.ez2 .container .details .mechanics {
  border: 1px solid #1338a3;
  margin-top: 10px;
  background: #fff;
}
.ez2 .container .details .mechanics ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 5px;
}
.ez2 .container .details .mechanics ul li {
  display: inline-block;
  border: 1px solid #1338a3;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: #1338a3;
  margin-right: 6px;
}
.ez2 .container .details .mechanics ul .active {
  background-color: #eac400;
  color: #1338a3;
}
.ez2 .container .details .mechanics .head {
  text-align: center;
  background-color: #1338a3;
  color: #ffffff;
  padding: 4px;
}
.ez2 .container .details .mechanics .body {
  margin: 10px;
  font-size: 14px;
}
.ez2 .container .details .mechanics .body div {
  margin: 5px 0px;
  color: #1338a3;
  font-size: 13px;
}
.ez2 .container .details .result {
  margin-top: 10px;
  border: 1px solid #1338a3;
  background: #fff;
}
.ez2 .container .details .result .head {
  text-align: center;
  background-color: #1338a3;
  color: #ffffff;
  padding: 4px 0px;
}
.ez2 .container .details .result .body {
  margin: 10px;
}
.ez2 .container .details .result .body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 5px;
}
.ez2 .container .details .result .body ul li {
  display: inline-block;
  border: 1px solid #1338a3;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: #1338a3;
  margin-right: 6px;
}
.ez2 .container .details .result .body ul .active {
  background-color: #eac400;
  color: #1338a3;
}
.ez2 .container .details .result .body .card {
  display: flex;
  border-bottom: 1px solid #1338a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.ez2 .container .details .result .body .card .date {
  color: #1338a3;
  font-size: 12px;
  flex: 1;
  font-weight: bold;
}
.ez2 .container .details .result .body .card .date .drawDate {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 15px;
  color: #313131;
}
.ez2 .container .details .result .body .card .date .drawType {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  color: #313131;
}
.ez2 .container .details .result .body .card .resultNumber {
  margin-top: 6px;
}
.ez2 .container .details .result .body .card .resultNumber span {
  background: #e20050;
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.ez2 .container .details .result .body .card .standBy {
  font-size: 13px;
  margin-right: 5px;
  color: #1338a3;
}
.ez2 .container .details .result .body .card:last-child {
  border: 0px;
}
.ez2 .container .details .betHistoryList {
  margin-top: 10px;
  border: 1px solid #1338a3;
  max-height: 450px;
  overflow: auto;
  background-color: white;
}
.ez2 .container .details .betHistoryList .showMoreBtn {
  background-color: #aaaaaa;
  border: 1px solid #000000;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
}
.ez2 .container .details .betHistoryList .head {
  text-align: center;
  background-color: #1338a3;
  color: #ffffff;
  padding: 4px 0px;
}
.ez2 .container .details .betHistoryList .body {
  margin: 10px;
}
.ez2 .container .details .betHistoryList .body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 5px;
}
.ez2 .container .details .betHistoryList .body ul li {
  display: inline-block;
  border: 1px solid #1338a3;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: #1338a3;
  margin-right: 6px;
}
.ez2 .container .details .betHistoryList .body ul .active {
  background-color: #eac400;
  color: #1338a3;
}
.ez2 .container .details .betHistoryList .body .card {
  border-bottom: 1px solid #1338a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.ez2 .container .details .betHistoryList .body .card .idStatus {
  display: flex;
  font-size: 12px;
  color: #1338a3;
}
.ez2 .container .details .betHistoryList .body .card .idStatus .id {
  flex: 1;
}
.ez2 .container .details .betHistoryList .body .card .drawStatus {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.ez2 .container .details .betHistoryList .body .card .drawStatus .drawType {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #313131;
  flex: 1;
}
.ez2 .container .details .betHistoryList .body .card .drawStatus .resultNumber span {
  background: #e20050;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.ez2 .container .details .betHistoryList .body .card .drawNotes {
  font-size: 12px;
  margin-top: 5px;
}
.ez2 .container .details .betHistoryList .body .card .drawNotes .notes {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.64);
  text-overflow: ellipsis;
}
.ez2 .container .details .betHistoryList .body .card .drawNotes .won {
  color: #1338a3;
  font-size: 13px;
  margin-top: 3px;
}
.ez2 .container .details .betHistoryList .body .card:last-child {
  border: 0px;
}
.ez2 .slideRight {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: -450px;
  width: 450px;
  height: 100vh;
  transition: right 0.5s ease;
  overflow: auto;
  z-index: 11;
}
.ez2 .slideRight .showMoreBtn {
  background-color: #aaaaaa;
  border: 1px solid #000000;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  margin-left: 10px;
}
.ez2 .slideRight .title {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: 2.75rem;
  background: #860001;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  width: 420px;
}
.ez2 .slideRight .title div {
  flex: 1;
}
.ez2 .slideRight .title span {
  cursor: pointer;
}
.ez2 .slideRight .body {
  margin-top: 2.75rem;
  color: #000;
}
.ez2 .slideRight .body .section {
  border: solid rgba(0, 0, 0, 0.09);
  border-width: 1px 0 0;
  background: #fff;
  padding: 0 0.75rem 0.75rem;
}
.ez2 .slideRight .body .section .subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 0.5rem;
}
.ez2 .slideRight .body .section .details {
  font-size: 13px;
  margin-left: 10px;
}
.ez2 .slideRight .body .section .details .list {
  margin-bottom: 12px;
}
.ez2 .slideRight .body .section .details .card {
  margin-bottom: 7px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
  margin-left: -10px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.ez2 .slideRight .body .section .details .card .data {
  flex: 1;
}
.ez2 .slideRight .body .section .details .card .data .time {
  color: #1338a3;
}
.ez2 .slideRight .body .section .details .card .data .date {
  font-size: 16px;
  margin-left: 10px;
}
.ez2 .slideRight .body .section .details .card .result span {
  background: #e20050;
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.ez2 .slideRight .body .section .details .card .standBy {
  font-size: 13px;
  margin-right: 5px;
  color: #1338a3;
}
.ez2 .slideRight .body .section .details .card:last-child {
  border: 0px;
}
.ez2 .slideRight .body .section .details .cardHistory {
  border-bottom: 1px solid #1338a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.ez2 .slideRight .body .section .details .cardHistory .idStatus {
  display: flex;
  font-size: 12px;
  color: #1338a3;
}
.ez2 .slideRight .body .section .details .cardHistory .idStatus .id {
  flex: 1;
}
.ez2 .slideRight .body .section .details .cardHistory .drawStatus {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.ez2 .slideRight .body .section .details .cardHistory .drawStatus .drawType {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #313131;
  flex: 1;
}
.ez2 .slideRight .body .section .details .cardHistory .drawStatus .resultNumber span {
  background: #e20050;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.ez2 .slideRight .body .section .details .cardHistory .drawNotes {
  font-size: 12px;
  margin-top: 5px;
}
.ez2 .slideRight .body .section .details .cardHistory .drawNotes .notes {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.64);
  text-overflow: ellipsis;
}
.ez2 .slideRight .body .section .details .cardHistory .drawNotes .won {
  color: #1338a3;
  font-size: 13px;
  margin-top: 3px;
}
.ez2 .slideRight .body .section .details .cardHistory:last-child {
  border: 0px;
}
.ez2 .slideButtom {
  bottom: -237px;
  position: fixed;
  z-index: 200;
  background-color: #ffffff;
  width: 100vw;
  height: 237px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: bottom 0.5s ease;
}
.ez2 .slideButtom .title {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: 2.75rem;
  background: #e20050;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  width: calc(100vw - 24px);
}
.ez2 .slideButtom .title div {
  flex: 1;
}
.ez2 .slideButtom .title span {
  cursor: pointer;
}
.ez2 .slideButtom .body {
  margin-top: 60px;
  padding: 12px;
  width: calc(100% - 24px);
}
.ez2 .slideButtom .body label {
  font-size: 12px;
  display: block;
}
.ez2 .slideButtom .body .notes {
  width: calc(100% - 20px);
  margin-top: 7px;
  padding: 8px;
  font-size: 14px;
}
.ez2 .slideButtom .body .buttons {
  display: flex;
  gap: 15px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.ez2 .slideButtom .body .buttons button {
  color: #1338a3;
  flex: 1;
  padding: 8px;
  background-color: transparent;
  border: 1px solid #1338a3;
}
.ez2 .slideButtom .submit {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  padding: 9px 12px;
}
.ez2 .slideButtom .submit button {
  width: calc(100% - 24px);
  height: 34px;
  border: 0px;
  background-color: #1338a3;
  color: #ffffff;
}

.betInfo {
  font-size: 14px;
  margin-top: 10px;
}
.betInfo label.betList {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

@media screen and (max-width: 1130px) {
  .ez2 .container .video {
    width: 647px;
  }

  .ez2 .container .details {
    width: calc(100% - 647px - 74px);
  }
}
@media screen and (max-width: 1065px) {
  .ez2 .container .video .raceInfo .body .placeBet .submitButton button {
    font-size: 12px;
  }

  .ez2 .container .video .raceInfo .body .placeBet .submitButton {
    font-size: 12px;
  }
}
@media screen and (max-width: 1015px) {
  .ez2 .container {
    transform: none;
    margin-left: 0px;
  }
  .ez2 .container .video {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .ez2 .container .video .iframe {
    height: 55vw;
  }
  .ez2 .container .video .raceInfo .body .eventDescription .eventIcons {
    display: inline-block;
  }
  .ez2 .container .video .raceInfo .body .placeBet .submitButton button {
    font-size: 16px;
  }
  .ez2 .container .details {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list {
    grid-gap: 15px 15px;
  }
  .ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list .bet-btn {
    margin: 0px;
    padding: 0px;
  }
  .ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list:last-child {
    border-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .ez2 .container .video {
    width: calc(100% - 10px);
    margin: 10px 5px;
  }
  .ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list {
    grid-gap: 10px 10px;
    grid-template-columns: repeat(auto-fill, 40px);
    grid-auto-rows: 40px;
  }
  .ez2 .container .video .raceInfo .body .bet-list-containerbg .bet-list-container .bet-list .bet-btn {
    width: 40px;
    height: 40px;
  }
  .ez2 .container .details {
    width: calc(100% - 10px);
    margin: 0px 5px;
  }
}
@media screen and (max-width: 510px) {
  .ez2 .container {
    margin-bottom: 160px;
    margin-top: 51px;
  }
  .ez2 .container .video {
    width: 100%;
    margin: 0px;
  }
  .ez2 .container .video .raceInfo .head {
    padding: 0px;
    border-bottom: 1px solid #acacac;
    background-color: white;
    position: sticky;
    top: 51px;
  }
  .ez2 .container .video .raceInfo .head div {
    color: #000000;
    font-size: 14px;
  }
  .ez2 .container .video .raceInfo .head .active {
    border-radius: 0px;
    border-bottom: 2px solid #1338a3;
    color: #1338a3;
  }
  .ez2 .container .video .raceInfo .body.noRace {
    background-color: #1338a3;
    color: #ffffff;
    border: 0px;
  }
  .ez2 .container .video .raceInfo .body {
    border: 0px;
    overflow-x: hidden;
  }
  .ez2 .container .video .raceInfo .body .eventDescription .eventName {
    padding: 12px;
  }
  .ez2 .container .video .raceInfo .body .eventDescription .eventName .name {
    font-size: 12px;
  }
  .ez2 .container .video .raceInfo .body .eventDescription .eventName .area {
    font-size: 11px;
  }
  .ez2 .container .video .raceInfo .body .drawTime {
    margin: 5px;
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100vw - 10px);
    display: inline-block;
    text-align: left;
  }
  .ez2 .container .video .raceInfo .body .drawTime div {
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 15px;
    width: auto;
    display: inline-block;
    border: 1px solid #eac400;
    text-align: center;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer {
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.27);
    position: fixed;
    bottom: 51px;
    width: 100%;
    padding: 0px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet {
    border-bottom: 1px solid #4e629b;
    padding: 5px 10px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .selected span {
    width: 21px;
    height: 21px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .betNotes {
    display: none;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito span {
    font-size: 12px;
    vertical-align: bottom;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .switch {
    width: 40px;
    height: 20px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .switch .slider::before {
    height: 16px;
    width: 16px;
    left: 4px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .indicateBet .rambolito .switch input:checked + .slider::before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount span {
    display: none;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount input.desktop {
    display: none;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount .mobile {
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5607843137);
    height: 24px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount .mobile span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .amount input:focus {
    outline: 0px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet .submitButton .buttons {
    display: none;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.forRambolito {
    padding: 0px;
    margin-top: -1px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.forRambolito .indicateBet .selected {
    margin-left: 10px;
    margin-right: 0px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.forRambolito .indicateBet .rambolito {
    margin: 6px 0px 5px 10px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.forRambolito .submitButton .amount .mobile {
    margin-top: 4px;
    margin-right: 10px;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit {
    display: flex;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .indicateBet {
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5607843137);
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .indicateBet span {
    margin-top: 3px;
    margin-left: 3px;
    fill: rgba(255, 255, 255, 0.5607843137);
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .indicateBet.fill {
    color: #ffffff;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .indicateBet.fill span {
    fill: #ffffff;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .submitButton .buttons {
    display: inline-block;
  }
  .ez2 .container .video .raceInfo .body .placeBetContainer .placeBet.mobileSubmit .submitButton .buttons button {
    border-radius: 0px;
    border: 0px;
    margin-top: -5px;
    height: 36px;
    margin-bottom: -5px;
    margin-right: -9px;
    width: 150px;
  }
  .ez2 .container .details {
    width: 100%;
    margin: 0px;
    margin-top: -5px;
  }
  .ez2 .slideRight {
    right: calc(-100vw + 50px);
    width: calc(100vw - 50px);
    z-index: 150;
  }
  .ez2 .slideRight .title {
    width: calc(100vw - 70px);
  }

  ::-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%;
  background-color: #f3f3f3;
}
.payment .container {
  width: 100%;
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  background-color: #ffffff;
  margin-bottom: 100px;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.125rem;
}
.payment .container .paymentType {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.payment .container .paymentType li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  text-align: center;
}
.payment .container .paymentType li.active {
  color: #0e38a3;
  border-bottom: 2px solid #0e38a3;
}
.payment .container .depositContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.payment .container .depositContainer .header {
  font-size: 14px;
  color: #424242;
  letter-spacing: 0;
}
.payment .container .depositContainer table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
}
.payment .container .depositContainer table thead tr th {
  font-size: 12px;
  color: #757575;
  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: #212121;
  vertical-align: middle;
}
.payment .container .depositContainer table tbody tr td img {
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
}
.payment .container .depositContainer table tbody tr td:first-child {
  width: 247px;
}
.payment .container .depositContainer table tbody tr td:last-child {
  text-align: right;
  padding-right: 10px;
}
.payment .container .depositContainer .note {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #3045c1;
  line-height: 15px;
}
.payment .container .depositContainer .quickAmount label {
  color: rgba(85, 85, 85, 0.8);
  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 {
  border: 1px solid white;
  flex: 1;
  text-align: center;
  padding: 11px 0px;
  cursor: pointer;
  border: 1px solid #555555;
  color: #555555;
}
.payment .container .depositContainer .quickAmount .valueList div.active {
  color: #3045c1;
  border-color: #3045c1;
}
.payment .container .depositContainer .infos {
  margin-top: 25px;
}
.payment .container .depositContainer .infos label {
  color: rgba(85, 85, 85, 0.8);
  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 input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.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: #ff0012;
  max-width: 400px;
}
.payment .container .withdrawContainer {
  width: calc(100% - 72px);
  padding: 23px 36px;
}
.payment .container .withdrawContainer .header {
  font-size: 14px;
  color: #424242;
  letter-spacing: 0;
}
.payment .container .withdrawContainer .withdrawOptionList {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  gap: 15px;
}
.payment .container .withdrawContainer .withdrawOptionList .option {
  display: inline-block;
  background-color: white;
  border-radius: 3px;
  border: 3px solid #565656;
  cursor: pointer;
  flex: 1;
  padding: 10px;
}
.payment .container .withdrawContainer .withdrawOptionList .option img {
  width: 100%;
}
.payment .container .withdrawContainer .withdrawOptionList .option.active {
  border-color: #3045c1;
}
.payment .container .withdrawContainer .quickAmount label {
  color: rgba(85, 85, 85, 0.8);
  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 {
  border: 1px solid white;
  flex: 1;
  text-align: center;
  padding: 11px 0px;
  cursor: pointer;
  border: 1px solid #555555;
  color: #555555;
}
.payment .container .withdrawContainer .quickAmount .valueList div.active {
  color: #3045c1;
  border-color: #3045c1;
}
.payment .container .withdrawContainer .infos {
  margin-top: 25px;
}
.payment .container .withdrawContainer .infos label {
  color: rgba(85, 85, 85, 0.8);
  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 input {
  padding: 10px;
  max-width: 400px;
  width: 100%;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.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 .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;
  color: #313030;
}
.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;
  color: #313030;
}
.payment .container .transactionContainer .transactionList .list .forRight .balance .currency {
  font-size: 10px;
  display: inline-block;
}
.payment .container .transactionContainer .transactionList .list .forRight .balance .decimal {
  font-size: 12px;
  display: inline-block;
}
.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 .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% - 20px);
    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: 510px) {
  .payment .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 0px;
  }
  .payment .container .paymentType li {
    font-size: 14px;
    padding: 12px 0px;
  }
  .payment .container .depositContainer {
    width: calc(100% - 20px);
    padding: 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: 170px;
  }
  .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;
  }
  .payment .container .depositContainer .infos .info {
    color: #ffffff;
    margin-left: 0px;
    width: calc(100% - 0px);
  }
  .payment .container .depositContainer .infos .info input {
    padding: 5px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #3045c1;
    background-color: transparent;
    color: black;
    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 {
    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 .withdrawOptionList {
    margin-top: 10px;
    margin-bottom: 20px;
    gap: 7px;
  }
  .payment .container .withdrawContainer .withdrawOptionList .option {
    padding: 3px;
  }
  .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;
  }
  .payment .container .withdrawContainer .infos .info input {
    padding: 5px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #3045c1;
    background-color: transparent;
    color: black;
    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;
  }
  .payment .container .transactionContainer {
    width: 100%;
    padding: 0px;
  }
  .payment .container .transactionContainer .transactionList .list .forRight .balance {
    font-size: 15px;
    width: 105px;
  }
  .payment .container .transactionContainer .transactionList .list .forRight .status {
    display: inline-block;
    width: 65px;
  }
  .payment .container .transactionContainer .transactionList .list .transactionInfo {
    width: calc(100% - 260px);
  }
  .payment .container .transactionContainer .transactionList .list .datetime {
    margin-right: 10px;
  }
}
.about {
  position: absolute;
  width: 100%;
}
.about .container {
  margin-top: 20px;
}
.about .container .banner {
  width: 100%;
  text-align: center;
}
.about .container .banner img {
  margin-top: 12px;
  width: 30%;
  max-width: 250px;
  min-width: 200px;
}
.about .container .subtitle {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffc300;
  margin-top: 20px;
  font-size: 32px;
}
.about .container p.info {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  margin-top: 15px;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.about .container p.last {
  margin-bottom: 40px;
}

@media screen and (max-width: 510px) {
  .about .container {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .about .container .subtitle {
    font-size: 22px;
  }
  .about .container p.info {
    text-align: left;
  }
}
html body #app .contacts {
  position: absolute;
  width: 100%;
}
html body #app .contacts .contactContainer {
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
  overflow: hidden;
  margin-bottom: 4vw;
  color: #0a215f;
  margin-top: 35px;
}
html body #app .contacts .contactContainer .contact-title {
  font-family: BaiJamjuree;
  font-size: 30px;
  color: #0a215e;
}
html body #app .contacts .contactContainer form {
  margin-top: 45px;
  color: #fff;
}
html body #app .contacts .contactContainer form .form-container {
  background-color: #08041f;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #c1cfeb;
}
html body #app .contacts .contactContainer form .form-container label {
  display: block;
}
html body #app .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;
}
html body #app .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;
}
html body #app .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;
}

@media screen and (max-width: 510px) {
  html body #app .contacts .contactContainer {
    margin-top: 70px;
    margin-bottom: 250px;
  }
}
.accountPage {
  position: absolute;
  width: 100%;
}
.accountPage .container {
  margin-top: 50px;
}
.accountPage .container ul {
  list-style: none;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.accountPage .container ul li {
  width: calc(100% - 30px);
  margin: 0px 10px;
  padding: 10px 5px;
  border-bottom: 1px solid #d2d2d2;
}
.accountPage .container ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #ffc300;
  width: 100%;
  display: inline-block;
}
.accountPage .container ul li a svg {
  vertical-align: middle;
  margin-right: 10px;
}
.accountPage .container ul li a .detail {
  display: inline-block;
  vertical-align: middle;
}
.accountPage .container ul li a .detail span {
  margin-bottom: 4px;
  display: inline-block;
  font-family: Roboto;
}
.accountPage .container ul li a .detail div {
  font-size: 11px;
  color: #FFF;
}
.accountPage .container ul li a .chev {
  float: right;
  margin-top: 5px;
  margin-right: 0px;
}
.accountPage .otherLabel {
  color: #fff;
  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;
  width: 100%;
  border: 0px;
  background-color: transparent;
  display: inline-block;
}
.accountPage ul.other li {
  margin-bottom: 5px;
  width: calc(100% - 40px);
  margin-left: 50%;
  transform: translate(-50%);
  padding: 10px 15px;
  color: #ffc300;
  margin-top: 5px;
}
.accountPage ul.other li a,
.accountPage ul.other li div {
  font-size: 12px;
  text-decoration: none;
  color: #ffc300;
}
.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%;
  background-color: #f3f3f3;
}
.profile .container {
  width: 100%;
  max-width: 993px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
  background-color: #ffffff;
  margin-bottom: 100px;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.125rem;
}
.profile .container .profileType {
  margin: 0px;
  list-style: none;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
.profile .container .profileType li {
  display: inline-block;
  flex: 1;
  padding: 18px 0px;
  margin-left: -1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  text-align: center;
}
.profile .container .profileType li.active {
  color: #0e38a3;
  border-bottom: 2px solid #0e38a3;
}
.profile .container .updateProfile {
  width: calc(100% - 72px);
  padding: 10px 36px;
}
.profile .container .updateProfile .header {
  border-bottom: 0.0625rem solid #efefef;
  padding: 1.125rem 0;
}
.profile .container .updateProfile .header h1 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #333;
}
.profile .container .updateProfile .header div {
  margin-top: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #555;
}
.profile .container .updateProfile .forms {
  padding-top: 1.5625rem;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.profile .container .updateProfile .forms .infos {
  max-width: 50rem;
  display: block;
  align-items: center;
  margin-bottom: 1.875rem;
  width: 100%;
}
.profile .container .updateProfile .forms .infos label {
  color: #757575;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  width: 26%;
}
.profile .container .updateProfile .forms .infos .info {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  display: inline-block;
  margin-left: 20px;
  width: 70%;
  max-width: 50%;
}
.profile .container .updateProfile .forms .infos .info input {
  padding: 10px;
  max-width: 400px;
  width: calc(100% - 20px);
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}
.profile .container .updateProfile .forms .infos .info label {
  display: none;
}
.profile .container .updateProfile .forms .infos .info input.error,
.profile .container .updateProfile .forms .infos .info input.error:focus {
  border-color: #ff424f;
  background-color: #fff9fa;
  outline: #ff424f;
}
.profile .container .updateProfile .forms .infos .info button {
  height: 40px;
  padding: 0px 20px;
  background-color: #3045c1;
  color: #ffffff;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.profile .container .updateProfile .forms .infos .info button:focus {
  outline: 0;
}
.profile .container .updateProfile .forms .infos .info button.disabled {
  background-color: #45485a;
  cursor: not-allowed;
}
.profile .container .updateProfile .forms .infos .info .detail {
  font-size: 0.875rem;
  color: #333;
  margin-left: 10px;
}
.profile .container .updateProfile .forms .infos .info .detail .link {
  display: inline-block;
  margin-left: 20px;
  color: #3045c1;
  text-decoration: underline;
}
.profile .container .updateProfile .forms .infos .errorNote {
  font-size: 14px;
  color: #ff6e78;
  display: block;
  margin-left: calc(26% + 25px);
  margin-top: 5px;
}
.profile .container .updatePassword {
  width: 90%;
  max-width: 350px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
}
.profile .container .updatePassword .title {
  font-size: 18px;
  color: #ffffff;
}
.profile .container .updatePassword input {
  width: calc(100% - 24px);
  margin-top: 15px;
  padding: 5px 10px;
}
.profile .container .updatePassword button {
  width: 100%;
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #c90c0c;
  text-transform: uppercase;
  border: 0px;
  color: #ffffff;
  border-radius: 2px;
  padding: 7px 10px;
  cursor: pointer;
}

@media screen and (max-width: 510px) {
  .profile .container {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 0px;
    transform: unset;
  }
  .profile .container .updateProfile {
    width: calc(100% - 10px);
    padding: 5px;
  }
  .profile .container .updateProfile .header {
    display: none;
  }
  .profile .container .updateProfile .forms .infos .info {
    max-width: 65%;
  }
}
@media screen and (max-width: 430px) {
  .profile .container .updateProfile .forms .infos {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .profile .container .updateProfile .forms .infos .errorNote {
    margin-left: 0px;
  }
  .profile .container .updateProfile .forms .infos label {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 7px;
  }
  .profile .container .updateProfile .forms .infos .info {
    width: 100%;
    margin-left: 0px;
    max-width: unset;
  }
  .profile .container .updateProfile .forms .infos .info .detail {
    border: 1px solid #b1b1b1;
    margin: 0pc;
    padding: 10px;
    background-color: #d9d9d9;
  }
  .profile .container .updateProfile .forms .infos .info .detail .link {
    float: right;
  }
  .profile .container .updateProfile .forms .infos .info button {
    width: 100%;
  }
}
html body #app .betHistory {
  position: absolute;
  width: 100%;
}
html body #app .betHistory .transactionContainer {
  margin-top: 10px;
}
html body #app .betHistory .menu {
  margin: 0px;
  margin-top: 35px;
  list-style: none;
  width: 90%;
  max-width: 1200px;
  margin-left: 50%;
  transform: translate(-50%);
  padding: 0px;
  position: relative;
  z-index: 50;
}
html body #app .betHistory .menu li {
  display: inline-block;
  padding: 10px 25px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
  color: #050b2a;
}
html body #app .betHistory .menu li svg {
  vertical-align: middle;
}
html body #app .betHistory .menu li span {
  vertical-align: middle;
}
html body #app .betHistory .menu li.active {
  background-color: #0d2a6d;
  border: 1px solid #3045c1;
  border-bottom: 0px;
  color: #fff;
}
html body #app .betHistory .betHistoryContainer {
  width: calc(90% - 60px);
  max-width: 1140px;
  margin-left: 50%;
  transform: translate(-50%);
  padding: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  background-color: #0b2a6d;
  margin-bottom: 40px;
}
html body #app .betHistory .betHistoryContainer .filter {
  margin-bottom: 10px;
  font-size: 13px;
}
html body #app .betHistory .betHistoryContainer .filter .type,
html body #app .betHistory .betHistoryContainer .filter .status {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
}
html body #app .betHistory .betHistoryContainer .filter .type select,
html body #app .betHistory .betHistoryContainer .filter .status select {
  display: inline-block;
  border: 1px solid #3045c1;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  background-color: transparent;
  color: white;
}
html body #app .betHistory .betHistoryContainer .filter .type select:focus,
html body #app .betHistory .betHistoryContainer .filter .status select:focus {
  outline: 0;
}
html body #app .betHistory .betHistoryContainer .filter .date {
  display: inline-block;
  margin-left: 20px;
}
html body #app .betHistory .betHistoryContainer .filter .date label {
  font-size: 14px;
}
html body #app .betHistory .betHistoryContainer .filter .date input {
  width: 150px;
  padding: 3px 5px;
  margin-left: 9px;
}
html body #app .betHistory .betHistoryContainer .filter button {
  margin-left: 20px;
  background-color: #e7bd52;
  border: 0px;
  padding: 5px 10px;
  font-weight: bold;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 7px;
  padding-top: 8px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo {
  margin: 0px 15px;
  border-bottom: 1px solid #5d5d5d;
  padding: 5px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .datetime {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  border-right: 1px solid #525252;
  margin-right: 10px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 330px);
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo .name {
  font-size: 15px;
  width: calc(100% - 85px);
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo .arena {
  font-size: 12px;
  color: #d4d4d4;
  width: calc(100% - 85px);
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo {
  display: inline-block;
  text-align: center;
  width: 120px;
  vertical-align: middle;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo .numb {
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo .label {
  display: inline-block;
  font-size: 12px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status {
  display: inline-block;
  text-align: center;
  width: 125px;
  line-height: 15px;
  vertical-align: middle;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status svg {
  vertical-align: middle;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status span {
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  font-size: 18px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .statusWinLose {
  font-size: 11px;
  margin-top: 0px;
  display: inline-block;
  width: 100%;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .won {
  color: green;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .lose {
  color: red;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .account {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .account .decimal {
  font-size: 10px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList {
  margin: 0px 30px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet {
  padding-top: 5px;
  display: flex;
  border-bottom: 1px solid #5d5d5d;
  padding-bottom: 5px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .type {
  display: inline-flex;
  vertical-align: middle;
  flex: 1;
  align-items: center;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second {
  display: inline-block;
  vertical-align: middle;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first label,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first .listBet,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second .listBet {
  display: flex;
  margin: 0px 20px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first .listBet div,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second .listBet div {
  flex: 1;
  background-color: #3045c1;
  margin: 0px 5px;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first {
  border-right: 1px solid #3045c1;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second {
  margin-right: 25px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountSingle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 20px;
  color: #d4d4d4;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .currency,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .amount,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .decimal {
  display: inline-block;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .currency {
  font-size: 10px;
  margin-top: 6px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .amount {
  font-size: 20px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal .decimal {
  font-size: 12px;
  margin-top: 5px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet:last-child {
  border: 0px;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .loaderGame {
  margin-top: 20px;
  height: calc(100vh - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #app .betHistory .betHistoryContainer .transactionContainer .loaderGame svg {
  animation: rotation 2s infinite linear;
}
html body #app .betHistory .betHistoryContainer .noAvailable {
  background-color: #050e2e;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
}
html body #app .betHistory .styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
html body #app .betHistory .styled-table thead tr {
  background-color: #0d2b7c;
  color: #ffffff;
  text-align: left;
}
html body #app .betHistory .styled-table th,
html body #app .betHistory .styled-table td {
  padding: 12px 15px;
}
html body #app .betHistory .styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
html body #app .betHistory .styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
html body #app .betHistory .styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #3045c1;
}
html body #app .betHistory .styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

@media screen and (max-width: 710px) {
  html body #app .betHistory .betHistoryContainer {
    width: calc(100% - 30px);
    padding: 10px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo {
    margin: 0px 5px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList {
    margin: 0px 20px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .type {
    font-size: 12px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer table {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  html body #app .payment .betHistoryContainer {
    width: calc(90% - 10px);
    padding: 5px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .datetime {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .datetime .date,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .datetime .time {
    display: inline-block;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .eventInfo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status {
    width: 100%;
    text-align: left;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .statusWinLose {
    font-size: 16px;
    display: inline-block;
    width: auto;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .status .account {
    width: auto;
    margin-left: 5px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .firstInfo .ticketNo {
    width: 50%;
    text-align: left;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .type {
    width: 100%;
    flex: none;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first label,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second label {
    width: 25px;
    margin-top: 4px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first .listBet,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second .listBet {
    display: inline-block;
    margin: 0px 5px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second {
    border: 0px;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountSingle {
    position: absolute;
    top: 10px;
    right: 0px;
    margin-right: 0px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .amountTotal {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 0px;
  }

  html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .first .listBet div,
html body #app .betHistory .betHistoryContainer .transactionContainer .list .betList .bet .second .listBet div {
    display: inline-flex;
    margin: 0px 2px;
  }
}
@media screen and (max-width: 510px) {
  html body #app .betHistory .betHistoryContainer {
    margin-left: auto;
    transform: unset;
  }

  html body #app .betHistory {
    background-color: #15104f;
    height: calc(100% - 50px);
  }
  html body #app .betHistory .container {
    height: auto;
  }
  html body #app .betHistory .menu {
    display: none;
  }
  html body #app .betHistory .betHistoryContainer {
    width: 100%;
    padding: 0px;
    border: 0px;
    margin-bottom: 70px;
    margin-top: -15px;
    display: inline-block;
    overflow-x: scroll;
  }

  html body #app .betHistory .betHistoryContainer .filter {
    text-align: left;
  }

  html body #app .betHistory .betHistoryContainer .filter .type {
    text-align: left;
    margin-right: 10px;
  }

  html body #app .betHistory .betHistoryContainer .filter .type select {
    font-size: 12px;
  }
}
html body #app footer {
  background-color: #0e38a3;
  padding: 20px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
html body #app footer .footerDetails .logo {
  width: 100%;
  text-align: center;
}
html body #app footer .footerDetails ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}
html body #app footer .footerDetails ul li {
  display: inline-block;
  margin: 5px 10px;
  font-size: 13px;
}
html body #app footer .footerDetails ul li a {
  color: #ffffff;
  text-decoration: none;
}
html body #app footer .footerDetails ul li.active a {
  color: #e7bd52;
}
html body #app footer .footerDetails .copyright {
  color: #ffffff;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  color: #867acc;
}
html body #app footer .footerDetails .copyright p {
  display: inline-block;
  margin: 0px 20px;
  line-height: 25px;
}
html body #app footer .footerDetails .safe_logo {
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  gap: 5vw;
  width: 100%;
}
html body #app footer .footerDetails .safe_logo img {
  max-width: 100%;
  height: auto;
}
html body #app footer .footerNav {
  background-color: #0e38a3;
  border-top: 1px solid #9dd0ff;
  color: #ffffff;
  display: none;
}
html body #app footer .footerNav .list {
  display: inline-block;
  text-align: center;
  width: 25%;
  margin-top: 5px;
  vertical-align: top;
  margin-bottom: 5px;
}
html body #app footer .footerNav .list svg {
  fill: #ffffff;
}
html body #app footer .footerNav .list .label {
  font-size: 11px;
}
html body #app footer .footerNav .list.active {
  color: #9dd0ff;
}
html body #app footer .footerNav .list.active svg path {
  fill: #9dd0ff;
}
html body #app .gameList {
  position: fixed;
  top: 50px;
  left: 0px;
  background-color: #1338a3;
  width: 100%;
  height: 100%;
  z-index: 100;
  max-width: 500px;
  max-height: 385px;
  margin-left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
}
html body #app .gameList .title {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 20px;
  margin-top: 40px;
}
html body #app .gameList .games {
  height: calc(100vh - 130px);
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #app .gameList .games ul {
  margin: 10px;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #112d7b;
}
html body #app .gameList .games ul li {
  list-style: none;
  margin: 0px auto;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  width: 96%;
  text-align: center;
  background-size: cover;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  position: relative;
}
html body #app .gameList .games ul li img {
  width: 98%;
}
html body #app .gameList .games ul li .play {
  background-color: #003aab;
  color: white;
  text-align: center;
  padding: 5px;
  z-index: 10;
  position: absolute;
  font-weight: bold;
  bottom: 0px;
  width: 100%;
}
html body #app .gameList .games ul li .comingsoon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5803921569);
  color: white;
  font-size: 20px;
}
html body #app .gameList .games ul .luckypick {
  background-image: url(../../assets/images/luckypick_bg.png);
}
html body #app .gameList .games ul .colorgame {
  background-image: url(../../assets/images/colorgame_bg.png);
}
html body #app .gameList .games ul .smalltown {
  background-image: url(../../assets/images/smalltown_bg.png);
}
html body #app .gameList .games ul .racingroyale {
  background-image: url(../../assets/images/racingroyale_bg.png);
}
html body #app .gameList .close {
  text-align: center;
  margin-top: -50px;
}
html body #app .gameList .close svg {
  width: 50px;
  height: 50px;
}
html body #app .gameList .close svg path {
  fill: white;
}

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

  html body #app .payment .paymentContainer .depositForm button {
    margin-bottom: 20px;
  }

  html body #app .gameList {
    top: 0px;
    max-width: none;
    max-height: none;
    margin-left: 0px;
    transform: unset;
    border-radius: 0px;
  }

  html body #app .gameList ul li {
    width: calc(50% - 44px);
  }
}
@media screen and (max-width: 500px) {
  html body #app footer .copyright p {
    display: block;
  }

  html body #app footer .copyright .pipe {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  html body #app footer .footerDetails .safe_logo img {
    max-width: 100%;
    height: auto;
  }

  html body #app footer {
    position: unset;
    bottom: auto;
  }

  html body #app footer.footerv2 {
    bottom: 0px;
  }
}
@media screen and (max-width: 414px) {
  html body #app footer .logo img {
    width: 50vw;
  }
}
.privacy {
  position: absolute;
  width: 100%;
}
.privacy .container {
  margin-top: 20px;
}
.privacy .container .banner {
  width: 100%;
  text-align: center;
}
.privacy .container .banner img {
  margin-top: 12px;
  width: 30%;
  max-width: 250px;
  min-width: 200px;
}
.privacy .container .title {
  text-align: center;
  font-family: BaiJamjuree;
  color: #ffc300;
  margin-top: 20px;
  font-size: 32px;
}
.privacy .container .subtitle {
  text-align: center;
  font-size: 18px;
  color: #ffc300;
}
.privacy .container .head {
  font-size: 16px;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.privacy .container p.info {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.privacy .container p.last {
  margin-bottom: 40px;
}
.privacy .container .list {
  font-size: 13px;
  width: 90%;
  max-width: calc(900px + 12vw);
  margin-left: 50%;
  transform: translate(-50%);
}
.privacy .container .list li {
  margin-bottom: 5px;
}
.privacy .container .list li strong {
  color: #ffc300;
  text-transform: uppercase;
  font-size: 14px;
}
.privacy .container .list li strong::after {
  content: ": ";
}

@media screen and (max-width: 510px) {
  .privacy .container {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .privacy .container .title {
    font-size: 22px;
  }
  .privacy .container .list {
    width: calc(100% - 60px);
    margin-left: 0px;
    transform: none;
  }
}
.pick3 {
  position: absolute;
  width: 100%;
}
.pick3 .container {
  width: 100%;
  max-width: 1610px;
  margin-left: 50%;
  transform: translate(-50%);
  color: #ffffff;
  margin-bottom: 35px;
}
.pick3 .container .video {
  width: calc(100% - 402px - 24px - 24px - 4px - 24px);
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}
.pick3 .container .video .iframe {
  height: 38vw;
  max-height: 617px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
}
.pick3 .container .video .iframe img {
  width: 100%;
}
.pick3 .container .video .raceInfo .noRace {
  text-align: center;
  padding: 30px;
  border-bottom: 5px solid #0e38a3;
}
.pick3 .container .video .raceInfo .body {
  color: #000;
  border-left: 5px #1338a3 solid;
  border-right: 5px #1338a3 solid;
  border-top: 5px solid #1338a3;
}
.pick3 .container .video .raceInfo .body .eventDescription {
  justify-content: center;
  align-items: center;
  display: flex;
  background: #fff;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventName {
  flex: 1;
  background: #fff;
  padding: 15px;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventName .name {
  font-size: 16px;
  text-transform: uppercase;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventName .area {
  font-size: 12px;
  color: #616161;
  margin-top: 5px;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons {
  display: none;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons div {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0px 10px;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons div svg {
  width: 16px;
  height: 16px;
  color: white;
  display: block;
  text-align: center;
  margin-left: 50%;
  transform: translate(-50%);
  border-radius: 25px;
  padding: 5px;
  margin-bottom: 4px;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons div label {
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons .history svg {
  background-color: #e20050;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons .result svg {
  background-color: #2156cc;
}
.pick3 .container .video .raceInfo .body .eventDescription .eventIcons .mechanics svg {
  background-color: #25924e;
}
.pick3 .container .video .raceInfo .body .drawTime {
  display: flex;
  text-align: center;
}
.pick3 .container .video .raceInfo .body .drawTime div {
  flex: 1;
  padding: 10px 0px;
  cursor: pointer;
  border-radius: 11px 11px 0px 0px;
  width: 30px;
  max-width: 50%;
}
.pick3 .container .video .raceInfo .body .drawTime .active {
  background-color: #436dd3;
  color: #fff;
}
.pick3 .container .video .raceInfo .body .drawTime .disabled {
  color: #fff;
}
.pick3 .container .video .raceInfo .body .bet-list-containerbg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0518a3+0,2256cc+56,2256cc+100 */
  background: #0518a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0518a3 0%, #2256cc 56%, #2256cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0518a3", endColorstr="#2256cc",GradientType=0 );
  /* IE6-9 */
  padding-top: 10px;
}
.pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, 60px);
  grid-auto-rows: 60px;
  grid-gap: 30px;
  justify-content: center;
  flex: 1;
  padding: 20px 15px;
  border: 1px solid #436dd3;
}
.pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list .bet-btn {
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 0px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  color: black;
  margin: 0px;
  padding: 0px;
}
.pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list .bet-btn.active {
  background: #e20050;
  color: #fff;
}
.pick3 .container .video .raceInfo .body .placeBet {
  background: #1338a3;
  padding: 8px 5px;
  display: flex;
  color: #fff;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet {
  display: flex;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .selected {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .selected span {
  background: #e20050;
  color: #fff;
  display: inline-flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 14px;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .selectedBlank {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .betNotes {
  height: 24px;
  padding: 2px 5px;
}
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .betNotesMobile {
  display: none;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .totals {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .totals select {
  padding: 3px;
  margin-left: 5px;
  margin-right: 3px;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .totals .mobile {
  display: none;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons button {
  background-color: #e9c404;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  border: 1px solid #bba42c;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}
.pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons button.disabled {
  background-color: #aaaaaa;
  border: 1px solid #000000;
}
.pick3 .container .video .loaderGame {
  margin-top: 20px;
  height: calc(100vh - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pick3 .container .video .loaderGame svg {
  animation: rotation 2s infinite linear;
}
.pick3 .container .details {
  display: inline-block;
  color: black;
  width: 406px;
  vertical-align: top;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: -4px;
}
.pick3 .container .details .title {
  width: calc(100% - 2px);
  text-align: center;
  background-color: #0e38a3;
  color: white;
  padding: 10px 0px;
  border: 1px solid #0e38a3;
}
.pick3 .container .details .matrix {
  width: calc(100% - 2px);
  border: 1px solid #0e38a3;
  margin-top: 10px;
  background-color: white;
}
.pick3 .container .details .matrix table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.pick3 .container .details .matrix table thead {
  border-bottom: 1px solid #9a9a9a;
  background-color: #0e38a3;
  color: white;
}
.pick3 .container .details .matrix table thead tr th {
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
}
.pick3 .container .details .matrix table tbody tr td {
  text-align: center;
  padding: 7px 0px;
}
.pick3 .container .details .matrix table tbody tr td.active {
  background-color: #bfe7f4;
}
.pick3 .container .details .matrix table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.pick3 .container .details .matrix table tbody tr:nth-child(odd) td.active {
  background-color: #d4f4ff;
}
.pick3 .container .details .mechanics {
  border: 1px solid #0e38a3;
  margin-top: 10px;
  background-color: white;
}
.pick3 .container .details .mechanics .head {
  text-align: center;
  background-color: #0e38a3;
  color: #ffffff;
  padding: 4px;
}
.pick3 .container .details .mechanics .body {
  margin: 10px;
  font-size: 14px;
}
.pick3 .container .details .mechanics .body div {
  margin: 5px 0px;
  color: #0e38a3;
  font-size: 13px;
}
.pick3 .container .details .mechanics .body .choose ul {
  margin: 5px 0px 10px 0px;
  padding: 0px 25px;
  color: #0e38a3;
}
.pick3 .container .details .mechanics .body .note {
  font-size: 13px;
  color: #0e38a3;
}
.pick3 .container .details .schedule {
  border: 1px solid #0e38a3;
  margin-top: 10px;
  background-color: white;
}
.pick3 .container .details .schedule .head {
  text-align: center;
  background-color: #0e38a3;
  color: #ffffff;
  padding: 4px;
}
.pick3 .container .details .schedule .body {
  margin: 10px;
  font-size: 14px;
}
.pick3 .container .details .schedule .body div {
  margin: 5px 0px;
}
.pick3 .container .details .schedule .body div span {
  margin-right: 10px;
  font-size: 15px;
}
.pick3 .container .details .schedule .body div .active {
  text-decoration: underline;
  color: #e09400;
}
.pick3 .container .details .result {
  margin-top: 10px;
  border: 1px solid #0e38a3;
  background-color: white;
}
.pick3 .container .details .result .head {
  text-align: center;
  background-color: #0e38a3;
  color: #ffffff;
  padding: 4px 0px;
}
.pick3 .container .details .result .body {
  margin: 10px;
}
.pick3 .container .details .result .body .card {
  display: flex;
  border-bottom: 1px solid #0e38a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.pick3 .container .details .result .body .card .date {
  color: #0e38a3;
  font-size: 12px;
  flex: 1;
  font-weight: bold;
}
.pick3 .container .details .result .body .card .date span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 15px;
  color: #313131;
}
.pick3 .container .details .result .body .card .resultNumber {
  margin-top: 6px;
}
.pick3 .container .details .result .body .card .resultNumber span {
  background: #e20050;
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.pick3 .container .details .result .body .card .resultNumber .standBy {
  font-size: 13px;
  margin-right: 5px;
  color: #1338a3;
}
.pick3 .container .details .result .body .card:last-child {
  border: 0px;
}
.pick3 .container .details .betHistoryList {
  margin-top: 10px;
  border: 1px solid #1338a3;
  max-height: 450px;
  overflow: auto;
  background-color: white;
}
.pick3 .container .details .betHistoryList .showMoreBtn {
  background-color: #aaaaaa;
  border: 1px solid #000000;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
}
.pick3 .container .details .betHistoryList .head {
  text-align: center;
  background-color: #1338a3;
  color: #ffffff;
  padding: 4px 0px;
}
.pick3 .container .details .betHistoryList .body {
  margin: 10px;
}
.pick3 .container .details .betHistoryList .body .card {
  border-bottom: 1px solid #1338a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.pick3 .container .details .betHistoryList .body .card .idStatus {
  display: flex;
  font-size: 12px;
  color: #1338a3;
}
.pick3 .container .details .betHistoryList .body .card .idStatus .id {
  flex: 1;
}
.pick3 .container .details .betHistoryList .body .card .drawStatus {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.pick3 .container .details .betHistoryList .body .card .drawStatus .drawType {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #313131;
  flex: 1;
}
.pick3 .container .details .betHistoryList .body .card .drawStatus .resultNumber span {
  background: #e20050;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.pick3 .container .details .betHistoryList .body .card .drawNotes {
  font-size: 12px;
  margin-top: 5px;
}
.pick3 .container .details .betHistoryList .body .card .drawNotes .notes {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.64);
  text-overflow: ellipsis;
}
.pick3 .container .details .betHistoryList .body .card .drawNotes .won {
  color: #1338a3;
  font-size: 13px;
  margin-top: 3px;
}
.pick3 .container .details .betHistoryList .body .card:last-child {
  border: 0px;
}
.pick3 .slideRight {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: -450px;
  width: 450px;
  height: 100vh;
  transition: right 0.5s ease;
  overflow: auto;
  z-index: 11;
}
.pick3 .slideRight .showMoreBtn {
  background-color: #aaaaaa;
  border: 1px solid #000000;
  color: #000000;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  text-align: center;
  margin-left: 10px;
}
.pick3 .slideRight .title {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: 2.75rem;
  background: #860001;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  width: 420px;
}
.pick3 .slideRight .title div {
  flex: 1;
}
.pick3 .slideRight .title span {
  cursor: pointer;
}
.pick3 .slideRight .body {
  margin-top: 2.75rem;
  color: #000;
}
.pick3 .slideRight .body .section {
  border: solid rgba(0, 0, 0, 0.09);
  border-width: 1px 0 0;
  background: #fff;
  padding: 0 0.75rem 0.75rem;
}
.pick3 .slideRight .body .section .subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 0.5rem;
}
.pick3 .slideRight .body .section .details {
  font-size: 13px;
  margin-left: 10px;
}
.pick3 .slideRight .body .section .details .list {
  margin-bottom: 12px;
}
.pick3 .slideRight .body .section .details .list ul {
  padding: 0px;
  padding-left: 30px;
  margin-top: 6px;
}
.pick3 .slideRight .body .section .details table {
  width: 100%;
  border-collapse: collapse;
}
.pick3 .slideRight .body .section .details table thead {
  font-size: 12px;
  text-transform: uppercase;
}
.pick3 .slideRight .body .section .details table tbody tr td {
  text-align: center;
  padding: 7px 0px;
  border: 1px solid lightgrey;
}
.pick3 .slideRight .body .section .details table tbody tr td.active {
  background-color: #bfe7f4;
}
.pick3 .slideRight .body .section .details table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.pick3 .slideRight .body .section .details table tbody tr:nth-child(odd) td.active {
  background-color: #d4f4ff;
}
.pick3 .slideRight .body .section .details .card {
  display: flex;
  border-bottom: 1px solid #0e38a3;
  margin-top: 10px;
  padding-bottom: 10px;
}
.pick3 .slideRight .body .section .details .card .date {
  color: #0e38a3;
  font-size: 12px;
  flex: 1;
  font-weight: bold;
}
.pick3 .slideRight .body .section .details .card .date span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 15px;
  color: #313131;
}
.pick3 .slideRight .body .section .details .card .resultNumber {
  margin-top: 6px;
}
.pick3 .slideRight .body .section .details .card .resultNumber span {
  background: #e20050;
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.pick3 .slideRight .body .section .details .card .resultNumber .standBy {
  font-size: 13px;
  margin-right: 5px;
  color: #1338a3;
}
.pick3 .slideRight .body .section .details .card:last-child {
  border: 0px;
}
.pick3 .slideRight .body .section .details .cardHistory {
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
  margin-left: -10px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.pick3 .slideRight .body .section .details .cardHistory .idStatus {
  display: flex;
  color: #1338a3;
}
.pick3 .slideRight .body .section .details .cardHistory .idStatus .id {
  flex: 1;
}
.pick3 .slideRight .body .section .details .cardHistory .drawStatus {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.pick3 .slideRight .body .section .details .cardHistory .drawStatus .drawType {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #313131;
  flex: 1;
}
.pick3 .slideRight .body .section .details .cardHistory .drawStatus .resultNumber span {
  background: #e20050;
  color: white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.pick3 .slideRight .body .section .details .cardHistory .drawNotes {
  font-size: 12px;
  margin-top: 5px;
}
.pick3 .slideRight .body .section .details .cardHistory .drawNotes .notes {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.64);
  text-overflow: ellipsis;
}
.pick3 .slideRight .body .section .details .cardHistory .drawNotes .won {
  color: #1338a3;
  font-size: 13px;
  margin-top: 3px;
}
.pick3 .slideRight .body .section .details .cardHistory:last-child {
  border: 0px;
}
.pick3 .slideButtom {
  bottom: -237px;
  position: fixed;
  z-index: 200;
  background-color: #ffffff;
  width: 100vw;
  height: 237px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: bottom 0.5s ease;
}
.pick3 .slideButtom .title {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: 2.75rem;
  background: #e20050;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  width: calc(100vw - 24px);
}
.pick3 .slideButtom .title div {
  flex: 1;
}
.pick3 .slideButtom .title span {
  cursor: pointer;
}
.pick3 .slideButtom .body {
  margin-top: 60px;
  padding: 12px;
  width: calc(100% - 24px);
}
.pick3 .slideButtom .body label {
  font-size: 12px;
  display: block;
}
.pick3 .slideButtom .body .notes {
  width: calc(100% - 20px);
  margin-top: 7px;
  padding: 8px;
  font-size: 14px;
}
.pick3 .slideButtom .body button {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  padding: 9px;
  background-color: transparent;
  border: 1px solid #1338a3;
  color: #1338a3;
  font-size: 15px;
}
.pick3 .slideButtom .nomargin {
  margin-top: 35px;
}
.pick3 .slideButtom .submit {
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  padding: 9px 12px;
}
.pick3 .slideButtom .submit button {
  width: calc(100% - 24px);
  height: 34px;
  border: 0px;
  background-color: #1338a3;
  color: #ffffff;
}

.betInfo {
  font-size: 14px;
  margin-top: 10px;
}
.betInfo label.betList {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

@media screen and (max-width: 1130px) {
  .pick3 .container .details {
    width: calc(100% - 647px - 74px);
  }

  .pick3 .container .video {
    width: 647px;
  }
}
@media screen and (max-width: 1015px) {
  .pick3 .container {
    transform: none;
    margin-left: 0px;
  }
  .pick3 .container .video {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
  .pick3 .container .video .iframe {
    height: 55vw;
  }
  .pick3 .container .video .raceInfo .body .eventDescription .eventIcons {
    display: inline-block;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton button {
    font-size: 16px;
  }
  .pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 50px);
    grid-auto-rows: 50px;
  }
  .pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list .bet-btn {
    width: 50px;
    height: 50px;
  }
  .pick3 .container .details {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  .pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list {
    grid-gap: 10px 10px;
    grid-template-columns: repeat(auto-fill, 40px);
    grid-auto-rows: 40px;
  }
  .pick3 .container .video .raceInfo .body .bet-list-containerbg .bet-list .bet-btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 510px) {
  .pick3 .container {
    margin-top: 50px;
    margin-bottom: 145px;
  }
  .pick3 .container .video {
    width: 100%;
    margin: 0px;
  }
  .pick3 .container .video .raceInfo .body {
    border: 0px;
  }
  .pick3 .container .video .raceInfo .body .drawTime {
    margin: 5px;
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100vw - 10px);
    display: inline-block;
    text-align: left;
  }
  .pick3 .container .video .raceInfo .body .drawTime div {
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 15px;
    width: auto;
    display: inline-block;
    border: 1px solid #eac400;
    text-align: center;
  }
  .pick3 .container .video .raceInfo .body .eventDescription .eventName {
    padding: 12px;
  }
  .pick3 .container .video .raceInfo .body .eventDescription .eventName .name {
    margin: 0px;
    font-size: 12px;
  }
  .pick3 .container .video .raceInfo .body .eventDescription .eventName .area {
    color: #6c6c6c;
    margin-left: 0px;
    margin-top: 4px;
    font-weight: bold;
    font-size: 11px;
  }
  .pick3 .container .video .raceInfo .body .placeBet {
    padding: 0px;
    position: fixed;
    width: 100%;
    bottom: 50px;
  }
  .pick3 .container .video .raceInfo .body .placeBet .indicateBet {
    display: inline-block;
    flex: 1;
  }
  .pick3 .container .video .raceInfo .body .placeBet .indicateBet .selected,
.pick3 .container .video .raceInfo .body .placeBet .indicateBet .selectedBlank {
    justify-content: flex-start;
    height: 26px;
    border-bottom: 1px solid #4e629b;
    margin-right: 0px;
    padding: 5px 10px;
  }
  .pick3 .container .video .raceInfo .body .placeBet .indicateBet .betNotes.desktop {
    display: none;
  }
  .pick3 .container .video .raceInfo .body .placeBet .indicateBet .betNotesMobile {
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5607843137);
    padding-top: 3px;
    padding-left: 10px;
    height: 27px;
  }
  .pick3 .container .video .raceInfo .body .placeBet .indicateBet .betNotesMobile span {
    margin-top: 3px;
    margin-left: 3px;
    fill: rgba(255, 255, 255, 0.5607843137);
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton {
    display: inline-block;
    flex: unset;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons {
    display: flex;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons button {
    width: 150px;
    height: 37px;
    border-radius: 0px;
    border: 0px;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .buttons button.disabled {
    border: 0px;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .totals {
    padding: 5px 10px;
    display: flex;
    height: 26px;
    border-bottom: 1px solid #4e629b;
    align-items: center;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .totals .desktop {
    display: none;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .totals .mobile {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5607843137);
    display: inline-block;
  }
  .pick3 .container .video .raceInfo .body .placeBet .submitButton .totals .mobile span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  .pick3 .container .details {
    width: calc(100% - 0px);
    margin: 10px 0px 0px;
  }
  .pick3 .container .details .title {
    display: none;
  }
  .pick3 .slideRight {
    right: calc(-100vw + 50px);
    width: calc(100vw - 50px);
    z-index: 150;
  }
  .pick3 .slideRight .title {
    width: calc(100vw - 70px);
  }

  ::-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;
  }
}
.live {
  position: absolute;
  width: 100%;
}
.live .container {
  width: 100%;
  max-width: 1450px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-top: 5px;
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 35px;
}
.live .container .video {
  width: calc(100% - 40px - 500px - 20px);
  display: inline-block;
  max-width: 990px;
  margin: 10px 16px 10px 20px;
  position: relative;
}
.live .container .video #video-canvas,
.live .container .video .disabledVideo,
.live .container .video .jsmpeg {
  height: 33vw;
  max-height: 617px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
}
.live .container .video #video-canvas img,
.live .container .video .disabledVideo img,
.live .container .video .jsmpeg img {
  width: 100%;
}
.live .container .video .music {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}
.live .container .video .play {
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  background-color: transparent;
  border: 0px;
  width: 70px;
  cursor: pointer;
}
.live .container .video .play svg {
  width: 70px;
  height: 70px;
}
.live .container .betting {
  display: inline-block;
  vertical-align: top;
  max-width: 500px;
  width: 100%;
  margin-right: 20px;
  max-height: 1000px;
  margin-top: 10px;
}
.live .container .betting .timeMechanics {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.live .container .betting .timeMechanics .time {
  display: flex;
  align-items: center;
  flex: 1;
  color: white;
}
.live .container .betting .timeMechanics .mechanics,
.live .container .betting .timeMechanics .history {
  color: white;
  border: 0px;
  height: 32px;
  padding: 0px 15px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.live .container .betting .timeMechanics .mechanics svg,
.live .container .betting .timeMechanics .history svg {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.live .container .betting .timeMechanics .mechanics {
  background-color: #00924e;
}
.live .container .betting .timeMechanics .history {
  background-color: #e20050;
}
.live .container .betting .timeMechanics .lastCall {
  background-color: red;
  color: white;
  padding: 4px 13px;
  border-radius: 16px;
  font-size: 13px;
  margin-left: 5px;
  animation: blinker 1s linear infinite;
}
.live .container .betting .diamond {
  background-color: #34077a;
  background-image: linear-gradient(60deg, #5a0ca4 25%, transparent 25%, transparent 75%, #5a0ca4 75%, #5a0ca4), linear-gradient(120deg, #5a0ca4 25%, transparent 25%, transparent 75%, #5a0ca4 75%, #5a0ca4);
  background-size: 40px 75px;
  background-repeat: repeat;
}
.live .container .betting .diamond .betPanel {
  display: flex;
  width: 100%;
  height: calc(33vw - 88px);
  max-height: 528px;
}
.live .container .betting .diamond .betPanel .red .label1 {
  color: #ffffff;
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
}
.live .container .betting .diamond .betPanel .jackpot .label1 {
  color: #ffffff;
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
}
.live .container .betting .diamond .betPanel .white .label1 {
  color: #000000;
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
}
.live .container .betting .diamond .betPanel .color {
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.live .container .betting .diamond .betPanel .color .label1 {
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  margin: 5px;
  border-radius: 10px;
}
.live .container .betting .diamond .betPanel .color .notWin {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8117647059);
  position: absolute;
  top: 0px;
}
.live .container .betting .diamond .betPanel .color .colorContainer {
  height: calc(100% - 61px);
  border-right: 1px solid #6a6a6a;
  margin-top: 10px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails {
  height: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 {
  width: 100%;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .bets {
  font-weight: bold;
  font-size: 28px;
  font-family: arial;
  color: #88e580;
  margin-top: 80px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .payout {
  margin-top: 10px;
  font-size: 16px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .totals {
  margin-top: 10px;
  font-size: 17px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .won {
  margin-top: 10px;
  font-size: 17px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .redChoose {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  border: 0px;
  border-radius: 7px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 30px;
  width: 120px;
  height: 35px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .whiteChoose {
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
  border: 0px;
  border-radius: 7px;
  color: #000000;
  cursor: pointer;
  margin-top: 30px;
  width: 120px;
  height: 35px;
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .jackpotChoose {
  border: 0px;
  border-radius: 7px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 30px;
  width: 120px;
  height: 35px;
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .winlogo {
  width: 65px;
  margin-top: -15px;
  margin-bottom: 0px;
  filter: invert(1);
}
.live .container .betting .diamond .betPanel .color .colorContainer .betDetails .betDetails2 .winText {
  margin-bottom: 20px;
  font-size: 22px;
  color: white;
}
.live .container .betting .diamond .title {
  display: flex;
  align-items: center;
  border-top: 1px dashed #6a6a6a;
}
.live .container .betting .diamond .title .gameDetails {
  width: 60px;
  text-align: center;
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.live .container .betting .diamond .title .gameDetails .status {
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.live .container .betting .diamond .title .gameDetails .number {
  font-size: 14px;
  display: flex;
  padding: 3px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 3px;
}
.live .container .betting .diamond .title .gameDetails .number.A {
  color: black;
  background-color: #88e580;
}
.live .container .betting .diamond .title .gameDetails .number.L {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  color: #ffffff;
}
.live .container .betting .diamond .title .gameDetails .number.C {
  background-color: #0b2383;
}
.live .container .betting .diamond .title .gameDetails .number.D {
  color: black;
  background-color: #ffed32;
}
.live .container .betting .diamond .title .gameDetails .number.X {
  background-color: #737478;
}
.live .container .betting .diamond .title .colorLegend {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: end;
  margin-top: 7px;
  margin-bottom: 7px;
}
.live .container .betting .diamond .title .colorLegend .colorList {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.live .container .betting .diamond .title .colorLegend .colorList .color {
  font-size: 10px;
  display: block;
  white-space: nowrap;
}
.live .container .betting .diamond .title .colorLegend .colorList .number {
  font-size: 14px;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding: 2px 17px;
}
.live .container .betting .diamond .title .colorLegend .colorList .number.jackpot {
  color: #ffffff;
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
}
.live .container .betting .diamond .title .colorLegend .colorList .number.red {
  color: #ffffff;
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
}
.live .container .betting .diamond .title .colorLegend .colorList .number.white {
  color: #000000;
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
}
.live .container .betting .diamond .title .colorLegend .colorList .number.void {
  background-color: #737478;
}
.live .container .thread {
  background-color: #000000;
  margin-left: 20px;
  width: calc(100% - 40px);
}
.live .container .thread ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  overflow-x: scroll;
}
.live .container .thread ul li {
  display: inline-block;
  background-color: #000000;
  vertical-align: top;
}
.live .container .thread ul li div {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live .container .thread ul li div span {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.live .container .thread ul li div span.red {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  color: #ffffff;
}
.live .container .thread ul li div span.jackpot {
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
  color: #ffffff;
}
.live .container .thread ul li div span.white {
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
  color: #000000;
}
.live .container .thread ul li div span.void {
  background-color: gray;
  color: #ffffff;
  text-decoration: line-through;
}
.live .confirm {
  width: 300px;
  left: calc(50% - 170px);
  padding-left: 20px;
  padding-right: 20px;
}
.live .betModal .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
}
.live .betModal ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.live .betModal ul li {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: white;
  margin: 0px 9px;
  cursor: pointer;
}
.live .betModal hr {
  margin: 15px 60px;
  border: 0px;
}
.live .betModal input {
  padding: 5px;
  font-size: 14px;
  width: 140px;
}
.live .betModal .error {
  color: red;
}
.live .betModal.red .title {
  color: #f24a4a;
}
.live .betModal.red ul li {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  color: #ffffff;
}
.live .betModal.red hr {
  margin: 15px 60px;
  border: 0px;
  border-top: 1px solid #f99902;
}
.live .betModal.jackpot .title {
  color: #4ab9f8;
}
.live .betModal.jackpot ul li {
  color: #ffffff;
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
}
.live .betModal.jackpot hr {
  margin: 15px 60px;
  border: 0px;
  border-top: 1px solid #4ab9f8;
}
.live .betModal.white .title {
  color: #000000;
}
.live .betModal.white ul li {
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
  color: #000000;
}
.live .betModal.white hr {
  margin: 15px 60px;
  border: 0px;
  border-top: 1px solid #000000;
}
.live .mechanics {
  padding: 15px;
  font-size: 14px;
}
.live .mechanics div {
  text-align: left;
  margin-bottom: 8px;
}
.live .mechanics ul {
  margin-top: 10px;
  padding-left: 15px;
  list-style: none;
}
.live .mechanics ul li span {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 40px;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 5px;
}
.live .mechanics ul li span.red {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
}
.live .mechanics ul li span.white {
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
  border: 1px solid #c4c4c4;
}
.live .mechanics ul li span.blue {
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
  border: 1px solid #4ab9f8;
}
.live .mechanics .any {
  background-color: #9f9f9f;
  border: 1px solid #9f9f9f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  margin-right: 3px;
}
.live .mechanics .resultContainer {
  border: 2px solid #c4c4c4;
  padding: 8px;
  border-radius: 6px;
  margin-top: 10px;
}
.live .mechanics .resultContainer .head {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 14px;
  font-size: 12px;
}
.live .mechanics .resultContainer .head.red {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  color: #ffffff;
}
.live .mechanics .resultContainer .head.white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #c4c4c4;
}
.live .mechanics .resultContainer .head.blue {
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
  color: #ffffff;
}
.live .mechanics .resultContainer .head.void {
  background-color: #cccccc;
  color: #000000;
}
.live .mechanics .example {
  margin-top: 4px;
}
.live .mechanics .example .tray {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 5px;
  background-image: url(/assets/images/tray.png);
  background-size: 100% 72%;
  background-position: 0px 13px;
  background-repeat: no-repeat;
  height: 45px;
  width: 100px;
}
.live .mechanics .example .tray span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 40px;
  margin-left: 10px;
  margin-top: 3px;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
.live .mechanics .example .tray span.red {
  background: linear-gradient(to bottom, #f24a4a 0%, #ac0b0b 100%);
  border: 1px solid #f24a4a;
}
.live .mechanics .example .tray span.white {
  background: linear-gradient(to bottom, #ffffff 0%, #9f9f9f 100%);
  border: 1px solid #c4c4c4;
}
.live .mechanics .example .tray span.unknown {
  background-color: #9f9f9f;
  border: 1px solid #9f9f9f;
}
.live .mechanics .example .tray span.unknown::before {
  content: "?";
}
.live .mechanics .example .tray span.blue {
  background: linear-gradient(to bottom, #4ab9f8 0%, #0366c1 100%);
  border: 1px solid #4ab9f8;
}
.live .mechanics .example .tray span:nth-child(2) {
  margin-top: 4px;
}
.live .mechanics .example .tray span:nth-child(3) {
  margin-top: 6px;
}
.live .mechanics .example .tray.long span {
  margin-left: 2px;
}
.live .mechanics .example .tray.long span:nth-child(2) {
  margin-top: 5px;
}
.live .mechanics .example .tray.long span:nth-child(3) {
  margin-top: 7px;
}
.live .mechanics .example .tray.long span:nth-child(4) {
  margin-top: 10px;
}
.live .mechanics .note {
  font-size: 12px;
  color: red;
}
.live .slideRight {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: -450px;
  width: 450px;
  height: 100vh;
  transition: right 0.5s ease;
  overflow: auto;
  z-index: 11;
}
.live .slideRight .title {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  height: 2.75rem;
  background: #860001;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  width: 420px;
}
.live .slideRight .title div {
  flex: 1;
}
.live .slideRight .title span {
  cursor: pointer;
}
.live .slideRight .body {
  margin-top: 2.75rem;
  color: black;
}
.live .slideRight .body .section {
  border: solid rgba(0, 0, 0, 0.09);
  border-width: 1px 0 0;
  background: #fff;
  padding: 0 0.75rem 0.75rem;
}
.live .slideRight .body .section .subheader {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 0.5rem;
}
.live .slideRight .body .section .details {
  font-size: 13px;
  margin-left: 10px;
}
.live .slideRight .body .section .details .list {
  margin-bottom: 12px;
}
.live .slideRight .body .section .details .card {
  margin-bottom: 7px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
  margin-left: -10px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.live .slideRight .body .section .details .card .data {
  flex: 1;
}
.live .slideRight .body .section .details .card .data .time {
  color: #1338a3;
}
.live .slideRight .body .section .details .card .data .date {
  font-size: 16px;
  margin-left: 10px;
}
.live .slideRight .body .section .details .card .result span {
  background: linear-gradient(to bottom, #3963ba 8%, #0a1e59 68%, #3963ba 100%);
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 6px;
}
.live .slideRight .body .section .details .card .standBy {
  font-size: 13px;
  margin-right: 5px;
  color: #1338a3;
}
.live .slideRight .body .section .details .card:last-child {
  border: 0px;
}
.live .slideRight .body .section .details .cardHistory {
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2117647059);
  margin-left: -10px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.live .slideRight .body .section .details .cardHistory .idStatus {
  display: flex;
  color: #1338a3;
}
.live .slideRight .body .section .details .cardHistory .idStatus .id {
  flex: 1;
}
.live .slideRight .body .section .details .cardHistory .drawStatus {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.live .slideRight .body .section .details .cardHistory .drawStatus .drawType {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #313131;
  flex: 1;
}
.live .slideRight .body .section .details .cardHistory .drawStatus .resultNumber span {
  background: linear-gradient(to bottom, #3963ba 8%, #0a1e59 68%, #3963ba 100%);
  color: white;
  width: 20px;
  height: 20px;
  display: inline-flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: 6px;
}
.live .slideRight .body .section .details .cardHistory .drawNotes {
  font-size: 12px;
  margin-top: 5px;
}
.live .slideRight .body .section .details .cardHistory .drawNotes .notes {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.64);
  text-overflow: ellipsis;
}
.live .slideRight .body .section .details .cardHistory .drawNotes .won {
  color: #1338a3;
  font-size: 13px;
  margin-top: 3px;
}
.live .slideRight .body .section .details .cardHistory:last-child {
  border: 0px;
}
.live .slideRight .body .list {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.live .slideRight .body .list .idDate {
  display: flex;
  color: #0e38a3;
}
.live .slideRight .body .list .idDate .id {
  flex: 1;
}
.live .slideRight .body .list .game {
  display: flex;
  font-size: 17px;
  margin-top: 4px;
  color: #525252;
}
.live .slideRight .body .list .game .id {
  flex: 1;
}
.live .slideRight .body .list .wonAmount {
  text-align: right;
  margin-top: 2px;
  padding: 5px;
}

.betInfo {
  font-size: 14px;
  margin-top: 10px;
}
.betInfo label.betList {
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

@media screen and (max-width: 1385px) {
  .live .container .betting .diamond .betPanel .color .colorContainer .winText {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1245px) {
  .live .container .betting .diamond .betPanel .color .colorContainer .bets,
.live .container .betting .diamond .betPanel .color .colorContainer .totals,
.live .container .betting .diamond .betPanel .color .colorContainer .won {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1170px) {
  .live .container .betting .diamond .betPanel .color .colorContainer .bets,
.live .container .betting .diamond .betPanel .color .colorContainer .payout,
.live .container .betting .diamond .betPanel .color .colorContainer .totals,
.live .container .betting .diamond .betPanel .color .colorContainer .won {
    margin-top: 0px;
  }

  .live .container .betting .diamond .betPanel .color .colorContainer .winlogo {
    width: 45px;
  }
}
@media screen and (max-width: 1015px) {
  .live .container .betting .diamond .betPanel .color .colorContainer .winlogo {
    width: 65px;
  }

  .live .container .betting .diamond .betPanel .color .colorContainer .bets,
.live .container .betting .diamond .betPanel .color .colorContainer .payout,
.live .container .betting .diamond .betPanel .color .colorContainer .totals,
.live .container .betting .diamond .betPanel .color .colorContainer .won {
    margin-top: 5px;
  }

  .live .container .betting .diamond .betPanel .color .colorContainer .winlogo {
    margin-top: 0px;
  }

  .live .container .video {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }

  .live .container .video #video-canvas,
.live .container .video .disabledVideo,
.live .container .video .jsmpeg {
    height: 50vw;
  }

  .live .container .betting .diamond .betPanel .color .notWin {
    margin-top: 0px;
  }

  .live .container .betting {
    width: calc(100% - 40px);
    margin: 10px 20px;
    max-width: 100%;
  }

  .live .container .video .iframe {
    height: 55vw;
  }

  .live .container {
    transform: none;
    margin-left: 0px;
  }

  .live .container .betting .diamond .betPanel {
    height: auto;
  }

  .live .container .betting .diamond .betPanel .color {
    padding-bottom: 20px;
  }

  .live .container .betting .title {
    padding: 0px;
  }

  .live .container .betting {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 510px) {
  .live .container {
    margin-top: 60px;
    margin-bottom: 55px;
  }
  .live .container .video {
    margin: 5px 0px 0px 0px;
    width: 100%;
  }
  .live .container .betting {
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding-top: 5px;
    background-color: white;
  }
  .live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .payout,
.live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .totals {
    font-size: 15px;
  }
  .live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .redChoose,
.live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .whiteChoose,
.live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .jackpotChoose {
    width: 100px;
  }
  .live .container .betting .betPanel .color .colorContainer .betDetails .betDetails2 .bets {
    font-size: 24px;
  }
  .live .container .betting .timeMechanics .history,
.live .container .betting .timeMechanics .mechanics {
    background-color: transparent;
    margin: 0px;
    display: inline-block;
    height: 50px;
    font-size: 11px;
    color: black;
  }
  .live .container .betting .timeMechanics .history svg,
.live .container .betting .timeMechanics .mechanics svg {
    color: white;
    display: block;
    text-align: center;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 25px;
    height: 16px;
    width: 16px;
    padding: 5px;
    margin-bottom: 4px;
  }
  .live .container .betting .timeMechanics .history svg {
    background-color: #e20050;
  }
  .live .container .betting .timeMechanics .mechanics svg {
    background-color: #00924e;
  }
  .live .container .betting .timeMechanics .time {
    color: black;
  }
  .live .container .betting .diamond .betPanel .color .label1 {
    padding: 6px;
    font-weight: bold;
    font-size: 13px;
    margin: 5px;
    border-radius: 10px;
  }
  .live .container .betting .title {
    margin: 0px;
    padding: 5px;
    font-size: 14px;
  }
  .live .container .betting .title .status {
    background-color: transparent;
  }
  .live .container .betting .title .name .number {
    background-color: transparent;
    width: 45px;
    height: auto;
    margin: 0px;
  }
  .live .container .betting .title .name .alias {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    height: auto;
  }
  .live .container .thread {
    margin: 0px;
    width: 100%;
  }
  .live .container .thread ul li div {
    width: 25px;
    height: 25px;
  }
  .live .container .thread ul li div span {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 60px;
  }
  .live .slideRight {
    right: calc(-100vw + 50px);
    width: calc(100vw - 50px);
    z-index: 150;
  }
  .live .slideRight .title {
    width: calc(100vw - 70px);
  }
  .live .betModal ul li {
    margin: 0px 5px;
  }

  ::-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;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

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