@font-face {
  font-family: "Kantumruy";
  src: url(fonts/KantumruyPro-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.ttf);
}
/* color */
:root {
  --color: var(--custom-blue);
  --color-lg: linear-gradient(
    to bottom,
    var(--custom-blue),
    var(--custom-blue)
  );
  --orange: #ffc557;
  --orange-lg: linear-gradient(to bottom, #ffd563, #ff8f34);
  --orange-fafa2u: #fb0;
  --orange-fafa2u-lg: linear-gradient(to bottom, #ec8100, #ec8100);
  --light-lg: linear-gradient(to bottom, #e1e3ec, #fff);
  --shadow: 0 3px 6px var(--000-1);
  --pink: #ffdbe9;
  --custom-gold-fafa012: #ffc30b;
  --dark-purple: #4b0150;
  --diamond-blue: #149ae9;
  --custom-blue: #2e6efd;
  --sky-blue: #2d8ad2;
  --turquoise: #1ecbe1;
  --turquoise-lg: linear-gradient(to bottom, #00f3de, #010914) !important;
  --custom-gold: #d8af00;
  --custom-yellow: #fe0;
  --white: #fff;
  --fff: #fff;
  --f7: #f7f7f7;
  --eee: #eee;
  --ddd: #ddd;
  --ccc: #ccc;
  --bbb: #bbb;
  --999: #999;
  --666: #666;
  --333: #333;
  --222: #222;
  --111: #111;
  --000: #000;
  --black: #000;
  --brown: #8d1313;
  --red: #ff3b52;
  --pink: #ff3ea6;
  --purple: #d844d8;
  --sapphire: #6c62f9;
  --blue: #2e6efd;
  --cyan: #0df0f0;
  --green: #47dca1;
  --lime: #af0;
  --yellow: #fe0;
  /*mode*/
  --main_color: #028843;

  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI","Roboto","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Kantumruy";
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-white {
  color: #fff !important;
}
.ach-table-wrapper table thead th{
  color:#fff;
}
p{
  color:#fff;
}
.info-01 p {
  color: #ffffff;
  font-size: 1rem;
  text-align: left;
  padding: 10px;
  line-height: 25px;
  font-weight: bold;
}
.top-foot h1,
.lastinfo h1 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 800;
}
/*paginat*/
.table-responsive > .table-bordered {
  margin-bottom: 1px !important;
}
ul.pagination {
  /*display: inline-block;*/
  font-size: 15px;
  list-style: none;
  margin-top: -5px;
  padding-left: 11px;
  padding: 0;
}
ul.pagination > li {
  float: left;
  margin-right: 10px;
}
ul.pagination .fa,
.far,
.fas {
  color: #a15a00;
}
ul.pagination > li > a.current-page {
  color: #000;
  font-weight: bold;
}

.row .table-responsive {
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
}

/*end*/
a,
a:hover,
a:visited,
a:link,
a:focus {
  text-decoration: none;
}
a {
  color: #666;
}
.wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #1e1e1e;
}
.container {
  max-width: 768px;
}
.card-outline p {
  line-height: 1.4rem;
  font-size: 0.8rem;
}

.dep-head p {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.c-menu {
  position: fixed;
  z-index: 1031;
  background-color: #2f2f2f;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-slide-left {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    width: 275px;
  }
}

@media (max-width: 768px) {
  .record a {
    font-size: 12px !important;
    padding-left: 1rem;
  }
}

.menu-slide-left .menu-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.menu-item a {
  text-transform: uppercase;
}

.menu-slide-left .menu-item:first-child {
  border-top: none;
}

.menu-slide-left .menu-item:last-child {
  border-bottom: none;
}

.menu-slide-left .menu-link {
  display: flex;
  color: #fff;
  font-size: 0.8rem;
}

.menu-slide-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

.menu-slide-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.item-inner {
  position: relative;
  width: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
  min-height: 50px;
}

.item-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #614f00;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.navbar-toggler-left {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.navbar-toggler {
  -webkit-box-sizing: border-box;
  box-sizing: border-box !important;
}
.icon {
  display: inline-block;
  width: 60px;
  height: 50px;
}
.menu-link span {
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

.menu-link:focus {
  background: #744010;
}
html,
body {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  color: #c26600;
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
}

button,
input,
optgroup,
select,
textarea {
  font-family: var(--bs-font-sans-serif);
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.menu > div {
  font-size: 0.9rem;
}
.navbar{
  position: relative;
  width: 100%;
  height: 50px;
  flex-wrap: nowrap;
}
a.navbar-brand{
  display: block;
  width: 100%;
  height: 100%;
}
.navbar-brand img {
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.nav-back {
  background-color: #d37509;
  padding: 0.1rem 0.4rem;
}
.nav-wrap {
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e1;
}
.nav-wrap span {
  width: 100%;
  margin-left: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container.main {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-inverse .navbar-toggler-icon,
header .navbar-toggler-icon {
  background-image: url(/content/images/c2/menu-resp.svg);
}

.footer {
  width: 100%;
  height: auto;
  justify-content: center;
  display: block;
}

.contant {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  margin: 0 0 20px;
}
.clearfix {
  clear: both;
}

.row.no-gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.no-gutters-5 a span {
  color: #000;
  padding-top: 8px;
}
.no-gutters-5 > .col,
.no-gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.bg-2 {
  background-color: #1e1e1e;
}
/*--------------------------------- me ---------------------------------*/
.main-container {
  width: 100%;
}
.img_3g {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
}
.box-game {
  padding: 5px 5px;
}
.login_3g {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.login {
  border-radius: 0 5px 5px 0;
}
.register {
  border-radius: 5px 0 0 5px;
  color: #212529 !important;
}
.group-tran {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding: 0.3rem 0;
}
.member-item {
  flex-grow: 1;
  flex-basis: 0%;
  margin: 1px;
  border: 1px solid #00e200;
  background: radial-gradient(circle, #00e600, #00b300, #008a01);
}
.tran {
  text-align: CENTER;
  display: block;
  color: #fff;
}
.ico-dep {
  display: inline-block;
  width: 100%;
  height: 128px;
  background: url(/content/images/c2/home/dp.png) center top no-repeat;
  background-size: contain;
}
.tran span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-left: 0.7rem;
  font-size: 0.9rem;
}
.member-item span {
  background-color: #026103;
  padding: 0.5rem 0;
}
.ico-with {
  display: inline-block;
  width: 100%;
  height: 128px;
  background: url(/content/images/c2/home/wd.png) center top no-repeat;
  background-size: contain;
}
.ico-trans {
  display: inline-block;
  width: 100%;
  height: 128px;
  background: url(/content/images/c2/home/tr.png) center top no-repeat;
  background-size: contain;
}
@media (max-width: 500px) {
  .img-item i,
  .tran i {
    width: 100%;
    height: 70px;
  }
}
/*--------------  icon nav --------------*/
.ico {
  display: inline-block;
  width: 60px;
  height: 50px;
}

.icon-poker {
  background: url("/content/images/c2/nav/poker-active.png") center no-repeat;
  background-size: 35px;
}

.ico-contact {
  background: url(/content/images/c2/home/nav/icon_contact.png) center no-repeat;
  background-size: 35px;
}

.ico-chat {
  background: url(/content/images/c2/home/nav/icon_live_chat.png) center no-repeat;
  background-size: 35px;
}
.icon-home {
  background: url("/content/images/c2/nav/home-active.png") center no-repeat;
  background-size: 35px;
}
.icon-user {
  background: url("/content/images/c2/nav/user-active.png") center no-repeat;
  background-size: 35px;
}
.icon-sports {
  background: url("/content/images/c2/nav/sport-active.png") center no-repeat;
  background-size: 35px;
}

.icon-casino {
  background: url("/content/images/c2/nav/casino-active.png") center no-repeat;
  background-size: 35px;
}

.icon-lottery {
  background: url("/content/images/c2/nav/lottery-active.png") center no-repeat;
  background-size: 35px;
}

.icon-slots {
  background: url("/content/images/c2/nav/lottery-active.png") center no-repeat;
  background-size: 35px;
}
.icon-cock {
  background: url("/content/images/c2/home/nav/cocks-active.png") center no-repeat;
  background-size: 35px;
}
.icon-number {
  background: url("/content/images/c2/nav/number-active.png") center no-repeat;
  background-size: 35px;
}

.icon-desktop {
  background: url("/content/images/c2/home/nav/desktop.png") center no-repeat;
  background-size: 35px;
}

.icon-logout {
  background: url("/content/images/c2/home/nav/logout.png") center no-repeat;
  background-size: 35px;
}

.icon-language {
  background: url("/content/images/c2/home/nav/laguage.png") center no-repeat;
  background-size: 35px;
}
.icon-download {
  background: url("/content/images/c2/home/nav/app.png") center no-repeat;
  background-size: 35px;
}
.icon-promo {
  background: url("/content/images/c2/nav/promotion-active.png") center no-repeat;
  background-size: 35px;
}
.box-casino,
.box-slot,
.box-poker {
  padding: 5px 0;
}
.title-game {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 1.4em;
  color: #ffffff;
  text-align: center;
  display: block;
}
.login_page {
  border-radius: 0px !important;
  font-weight: bold;
  padding: 14px 0;
}
.icon-home-2 {
  width: 100%;
  height: auto;
  background: #292929;
  display: block;
}
.icon-home-2 a span.homes {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  color: #fcd603;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-home-2 a img {
  width: 30px;
  padding: 5px 0;
}
.home {
  text-align: left;
}
.logo a img {
  height: 40px;
}
.box_btn ul li {
  display: inline-block;
}
.box_btn ul {
  text-align: right;
}
.box_btn ul li a {
  color: #fff200 !important;
  border: 2px solid #fff200 !important;
  border-radius: 20px !important;
  font-size: 0.9rem;
  background: #005f1a;
  background: -moz-linear-gradient(top, #005f1a 0%, #002401 100%);
  background: -webkit-linear-gradient(top, #005f1a 0%, #002401 100%);
  background: linear-gradient(to bottom, #005f1a 0%, #002401 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005f1a',endColorstr='#002401',GradientType=0);
  padding: 5px 10px;
}
.owl-carousel .owl-item img {
  max-width: 38px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.top_nav {
  width: 100%;
  max-width: 768px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: block;
}
.box-nav {
  width: 100%;
  padding: 5px 0;
}
.box-nav h3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-family: var(--bs-font-sans-serif);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-home {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  display: block;
}
.game-home a p {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  position: absolute;
  left: 0;
  bottom: -6px;
  font-size: 1.4rem;
  color: #fff200;
  display: block;
}
.img-3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.bank p,
.contact p {
  font-size: 1rem;
  color: #fff200;
  text-align: left;
  margin-left: 5px;
}
.box-contact {
  width: 100%;
  height: 50px;
  position: relative;
  display: block;
}
.box-contact a span {
  position: absolute;
  left: 49px;
  top: 9px;
  color: #fff200;
  font-size: 0.9rem;
}
.box-sports,
.title-casino,
.box-casino,
.box_num {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.box-casino {
  padding: 5px 0;
}
.title-casino {
  font-size: 1.2rem;
  color: #fff200;
  padding: 5px 0;
}
.box_num {
  position: relative;
  padding: 5px 0;
}
.box_num a {
  display: block;
}
.title_num {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 16px;
  font-size: 1.4rem;
  color: #fff200;
  margin: 0 auto;
  display: block;
}
.box-slot {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  display: block;
}
.title-slot {
  width: 100%;
  height: auto;
  padding: 5px 0;
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #fff200;
}
.c-fight {
  padding: 5px 0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo a img {
    height: 30px;
  }
  .box_btn ul li a {
    color: #fff200 !important;
    border: 2px solid #fff200 !important;
    border-radius: 20px !important;
    font-size: 0.8rem;
    background: #005f1a;
    background: -moz-linear-gradient(top, #005f1a 0%, #002401 100%);
    background: -webkit-linear-gradient(top, #005f1a 0%, #002401 100%);
    background: linear-gradient(to bottom, #005f1a 0%, #002401 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005f1a',endColorstr='#002401',GradientType=0);
    padding: 5px 6px;
  }
  .top-foot h1,
  .lastinfo h1 {
    font-size: 1rem;
    color: #000000;
    font-weight: 800;
  }
  .game-home a p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    font-size: 1rem;
    color: #fff200;
    display: block;
  }
  .bank p,
  .contact {
    font-size: 0.8rem;
    color: #fff200;
    text-align: left;
    margin-left: 5px;
  }
  .box-contact a span {
    position: absolute;
    left: 45px;
    top: 9px;
    color: #fff200;
    font-size: 0.8rem;
  }
  .title_num {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 6px;
    font-size: 1rem;
    color: #fff200;
    margin: 0 auto;
    display: block;
  }
  .title-slot {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 1rem;
    position: absolute;
    bottom: 5px;
    left: 0;
    color: #fff200;
  }
  .info-01 p {
    color: #ffffff;
    font-size: 0.6rem;
    text-align: left;
    padding: 10px;
    line-height: 12px;
    font-weight: bold;
  }
}
.color-sport {
  background: #292929;
}
.color-casino {
  background: #353535;
}
.color-number {
  background: #404040;
}
.color-cocks {
  background: #4b4b4b;
}
.color-lottery {
  background: #565656;
}
.color-slot {
  background: #626262;
}
.color-poker {
  background: #565656;
}
.color-promo {
  background: #4b4b4b;
}
.color-affiliate {
  background: #404040;
}
.box-nav img {
  padding: 5px 0;
}
.game-4 ul {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.game-4 ul li {
  width: 48.99%;
  display: inline-block;
}
.main_home {
  padding: 20px 0;
}
.top-footer,
.provider {
  background: #fcd603;
  padding: 5px 0;
}
.top-foot ul {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.top-foot ul li {
  display: inline-block;
  padding: 5px 5px;
}

.top-foot ul li img {
  width: 100%;
  max-width: 50px;
}
.logo-footer img {
  width: 100%;
  padding: 5px;
}
.info-01 p a {
  color: #fcd603;
}
.midle-footer {
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: block;
}
.lastinfo h1 {
  color: #ffffff !important;
  padding: 10px;
  text-align: left;
}
.lastinfo ul {
  width: 100%;
  height: auto;
  display: block;
}
.lastinfo ul li {
  display: block;
  padding: 3px;
  text-align: left;
  padding-left: 10px;
}
.lastinfo ul li a {
  font-size: 1.2rem;
  color: #fcd603;
  font-weight: 600;
}
.p-01 {
  background: #ffffff;
}
.providers {
  padding: 10px 0;
}
.providers img {
  width: 100%;
  height: 41px;
}
.custom-control-inline {
  margin-right: 0px !important;
}
.page-lobbys {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  display: block;
}
.thumbnail-01 {
  width: 100;
  height: auto;
  background: url("/content/images/c2/sport/bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  text-align: right;
  padding-right: 10px;
  margin: 5px auto;
  display: block;
}
.thumbnail-01 img {
  width: 100%;
  max-width: 150px;
  text-align: right;
}
.info-game-01 {
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.info-game-01 span {
  font-size: 1.2rem;
  color: #fcd603;
  font-weight: 700;
  padding: 10px 0;
  display: inline-block;
}
.info-game-01 img {
  max-width: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.thumbnail-02 {
  width: 100;
  height: auto;
  background: url("/content/images/c2/casino/bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  margin: 5px auto;
  padding: 0 5px;
  padding-top: 10px;
  padding-bottom: 30px;
  display: block;
}
.thumbnail-02 img {
  width: 100%;
}
.thumbnail-02 p {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  color: #fcd603;
  font-weight: 800;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  display: inline-block;
}

.page-login,
.page-register {
  height: 95vh;
  position: relative;
}
.page-login form,
.page-register form {
  position: absolute;
  min-width: 300px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 1rem;
  background: #161616;
  box-shadow: 0px 0px 1rem 1px #333;
  border-radius: 1rem;
}

/* Old style */
.main {
  padding-top: unset !important;
}
.game-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.game-list .game {
  text-align: center;
}
.grid-list {
  display: grid;
  gap: 10px;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Add old style */
/* Center */
.center-opt-wrapper .center-opt-card {
  padding: 0.75rem 0.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.center-opt-wrapper .center-opt-card a {
  color: var(--333);
}
.center-opt-wrapper .center-opt-card:hover {
  background-color: var(--color);
}
.center-opt-wrapper .center-opt-card:hover a {
  color: white;
}
/* Promotion */
.option-switcher {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 1rem 0;
}
.option-switcher-tab {
  display: flex;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.option-switcher-tab span {
  background-color: var(--333);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: white;
}
.option-switcher-tab.active span {
  background-color: var(--color);
}
.promotion-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.promotion-container .promotion-container-title {
  font-size: 0.85rem;
}
.promotion-container .promotion-container-title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: bold;
  color: rgba(246, 198, 103, 1);
}
.promotion-container .promotion-container-date {
  font-size: 0.85rem;
  font-weight: bold;
  text-align: right;
  color: rgba(246, 198, 103, 1);
}
.promotion-container img{
  width: 100%;
}
.promo-modal-table-wrapper {
  overflow-x: scroll;
  max-width: 100%;
  padding-bottom: 0.75rem;
}
.promo-modal-table-wrapper table td {
  border: 1px solid #ccc;
}
.promo-modal .promo-modal-img-wrapper img {
  border-radius: 0.5rem;
}
.promo-modal .promo-modal-btn-wrapper {
  text-align: center;
}
.promo-modal .promo-modal-btn-wrapper a {
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  background-color: #666;
}
.promo-modal .modal-footer {
  justify-content: center;
}
/* Add Bank */
.bank-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0.25rem;
  margin: 0 auto 1rem auto;
  overflow: hidden;
}
.btn-add-bank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.btn-add-bank:hover {
  text-decoration: none;
  color: #fff;
}
.bank-card:last-child {
  margin-bottom: 0;
}
.bank-card img {
  width: 100%;
}
.tick-check {
  position: absolute;
  bottom: -25px;
  right: 3px;
  color: #fff;
  font-size: 0.75rem;
}
.bank-card-tick-check-wrapper {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 30px solid #00aeef;
  border-left: 30px solid transparent;
}
.bank-card.active .bank-card-tick-check-wrapper {
  display: block;
}
.bank-card-details-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.bank-card-details-wrapper span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  color: var(--fff) !important;
}
.bank-card-details-wrapper span:not(:first-child) {
  margin-top: 0.5rem;
}
/* Contact */
.contact-us-wrapper {
  color: #fff;
}
.btn-social {
  text-align: center;
  text-transform: capitalize;
  display: block;
  color: #fff !important;
  border-radius: 1rem;
  position: relative;
  padding: 0.75rem;
  font-size: 0.9rem;
}
.btn-telegram-blue {
  background-color: #08c !important;
}
.btn-wechat-green {
  background-color: #09b83e !important;
}
.btn-line-green {
  background-color: #00c300 !important;
}
.btn-mail-yellow {
  background-color: #ff4141 !important;
}
.btn-whatsapp-green {
  background-color: #25d366 !important;
}
.btn-livechat-black,
.btn-livechat {
  background-color: #3a3a3a !important;
}
.btn-fb-blue {
  background-color: #29487d !important;
}
.btn-youtube-red {
  background-color: #cd201f !important;
}
.btn-instagram-blue {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.btn-twitter-blue {
  background: linear-gradient(45deg, #1da1f2, #0d90e0);
}
.btn-skype-blue {
  background: linear-gradient(#88d9f8, #00aff0);
}
.btn-messenger-blue {
  background: linear-gradient(
    0deg,
    rgba(0, 120, 255, 1) 15%,
    rgba(0, 198, 255, 1) 90%
  );
}
.social-icon img {
  width: 30px;
  height: 30px;
}
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-content {
  display: flex;
  align-items: center;
}
.social-content span {
  color: #fff !important;
  word-break: break-word;
}
#contactUsModal.modal.modal-slide-up .modal-content {
  border: none;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-depo-amt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-depo-amt span {
  width: 100%;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
}
.btn-depo-amt.active span {
  background-image: var(--orange-lg);
  color: #fff;
}
/* Pop Language */
/* animation */
.anime {
  transition-duration: 0s;
}
.anime-pulse,
.anime-beat,
.anime-rotate,
.anime-fade-in,
.anime-fade-in-down,
.anime-fade-in-left,
.anime-fade-in-right,
.anime-fade-in-up,
.anime-fade-out,
.anime-fade-out-down,
.anime-fade-out-left,
.anime-fade-out-right,
.anime-fade-out-up,
.anime-bounce-in,
.anime-bounce-in-down,
.anime-bounce-in-left,
.anime-bounce-in-right,
.anime-bounce-in-up,
.anime-bounce-out,
.anime-bounce-out-down,
.anime-bounce-out-left,
.anime-bounce-out-right,
.anime-bounce-out-up,
.anime-flip-in-x,
.anime-flip-in-y,
.anime-flip-out-x,
.anime-flip-out-y,
.anime-zoom-in,
.anime-zoom-out,
.anime-zoom-in-enlarge,
.anime-zoom-out-enlarge {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.anime-spasm {
  animation-duration: 0.3s;
}
.anime-bounce-in,
.anime-bounce-in-down,
.anime-bounce-in-left,
.anime-bounce-in-right,
.anime-bounce-in-up {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-duration: 1s;
}
.anime-shrink-in,
.anime-shrink-out,
.anime-shrink-in-enlarge,
.anime-shrink-out-enlarge {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.anime-flip-in-x,
.anime-flip-in-y,
.anime-flip-out-x,
.anime-flip-out-y {
  backface-visibility: visible;
}

.anime-pulse {
  animation-name: anime-pulse;
}
.anime-beat {
  animation-name: anime-beat;
}
.anime-spasm {
  animation-name: anime-spasm;
}
.anime-rotate {
  animation-name: anime-rotate;
  animation-timing-function: linear;
}
.anime-fade-in {
  animation-name: anime-fade-in;
}
.anime-fade-in-down {
  animation-name: anime-fade-in-down;
}
.anime-fade-in-left {
  animation-name: anime-fade-in-left;
}
.anime-fade-in-right {
  animation-name: anime-fade-in-right;
}
.anime-fade-in-up {
  animation-name: anime-fade-in-up;
}
.anime-fade-out {
  animation-name: anime-fade-out;
}
.anime-fade-out-down {
  animation-name: anime-fade-out-down;
}
.anime-fade-out-left {
  animation-name: anime-fade-out-left;
}
.anime-fade-out-right {
  animation-name: anime-fade-out-right;
}
.anime-fade-out-up {
  animation-name: anime-fade-out-up;
}
.anime-bounce-in {
  animation-name: anime-bounce-in;
}
.anime-bounce-in-down {
  animation-name: anime-bounce-in-down;
}
.anime-bounce-in-left {
  animation-name: anime-bounce-in-left;
}
.anime-bounce-in-right {
  animation-name: anime-bounce-in-right;
}
.anime-bounce-in-up {
  animation-name: anime-bounce-in-up;
}
.anime-bounce-out {
  animation-name: anime-bounce-out;
}
.anime-bounce-out-down {
  animation-name: anime-bounce-out-down;
}
.anime-bounce-out-left {
  animation-name: anime-bounce-out-left;
}
.anime-bounce-out-right {
  animation-name: anime-bounce-out-right;
}
.anime-bounce-out-up {
  animation-name: anime-bounce-out-up;
}
.anime-flip-in-x {
  animation-name: anime-flip-in-x;
}
.anime-flip-in-y {
  animation-name: anime-flip-in-y;
}
.anime-flip-out-x {
  animation-name: anime-flip-out-x;
}
.anime-flip-out-y {
  animation-name: anime-flip-out-y;
}
.anime-zoom-in {
  animation-name: anime-zoom-in;
}
.anime-zoom-out {
  animation-name: anime-zoom-out;
}
.anime-zoom-in-enlarge {
  animation-name: anime-zoom-in-enlarge;
}
.anime-zoom-out-enlarge {
  animation-name: anime-zoom-out-enlarge;
}
.anime-shrink-in {
  animation-name: anime-shrink-in;
}
.anime-shrink-out {
  animation-name: anime-shrink-out;
}
.anime-shrink-in-enlarge {
  animation-name: anime-shrink-in-enlarge;
}
.anime-shrink-out-enlarge {
  animation-name: anime-shrink-out-enlarge;
}

.infinite {
  animation-iteration-count: infinite;
}
.alternate {
  animation-direction: alternate;
}

@keyframes anime-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes anime-beat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes anime-spasm {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(5px, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-5px, 0);
  }
  40% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -5px);
  }
  70% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(5px, 5px);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-5px, -5px);
  }
}
@keyframes anime-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anime-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes anime-fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes anime-fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out-down {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes anime-fade-out-left {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes anime-fade-out-right {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes anime-fade-out-up {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes anime-bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  80% {
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anime-bounce-in-down {
  0% {
    opacity: 0;
    transform: translateY(-1000px);
  }
  60% {
    opacity: 1;
    transform: translateY(25px);
  }
  75% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes anime-bounce-in-left {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  60% {
    opacity: 1;
    transform: translateX(25px);
  }
  75% {
    transform: translateX(-10px);
  }
  90% {
    transform: translateX(5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes anime-bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(3000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-25px);
  }
  75% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes anime-bounce-in-up {
  0% {
    opacity: 0;
    transform: translateY(3000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(-5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes anime-bounce-out {
  20% {
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes anime-bounce-out-down {
  20% {
    transform: translateY(10px);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(1000px);
  }
}
@keyframes anime-bounce-out-left {
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-1000px);
  }
}
@keyframes anime-bounce-out-right {
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(1000px);
  }
}
@keyframes anime-bounce-out-up {
  20% {
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-1000px);
  }
}
@keyframes anime-flip-in-x {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes anime-flip-in-y {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes anime-flip-out-x {
  0% {
    transform: perspective(400px);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes anime-flip-out-y {
  0% {
    transform: perspective(400px);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes anime-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-zoom-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes anime-zoom-in-enlarge {
  0% {
    opacity: 0;
    transform: scale(3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-zoom-out-enlarge {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes anime-shrink-in {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anime-shrink-out {
  0% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(20px);
  }
}
@keyframes anime-shrink-in-enlarge {
  0% {
    opacity: 0;
    transform: scale(5);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes anime-shrink-out-enlarge {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(5);
    filter: blur(10px);
  }
}

/* pop */
pop,
pop > x {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
pop {
  position: fixed;
  background-color: rgb(0 0 0 / 60%);
  z-index: 3;
  display: none;
}
pop > x {
  position: absolute;
}
pop-main {
  width: 90%;
  max-width: 720px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
pop-title {
  background-color: white;
  border-bottom-width: 1px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
pop-title h3 {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  flex: 1;
  min-width: 0;
  font-size: 18px;
}
pop-title h3:nth-child(2) {
  padding: 0;
}
pop-title .ico {
  line-height: 50px;
  width: 50px;
  height: 50px;
}
pop-title .close:after {
  content: "×";
}
pop-cont {
  background-color: white;
  display: block;
}
pop-solve {
  display: flex;
}
pop-solve .btn {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
pop-solve .btn:hover {
  transform: translate(0);
}
pop-choice,
pop-sider {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
pop-choice {
  bottom: 0;
  width: 100%;
}
pop-sider {
  top: 0;
  width: 300px;
  height: 100%;
  background-color: white;
}
pop-sider {
  display: flex;
  flex-direction: column;
}
pop-sider pop-cont {
  flex: 1;
  overflow: auto;
}
.full {
  width: 100% !important;
  height: 100% !important;
}
.pop-language .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-language pop-title {
  font-weight: bold;
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: var(--black);
}
.pop-language pop-title span {
  color: var(--fff);
}
.pop-language pop-title a.ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: unset;
  color: var(--fff);
  opacity: 1;
}
.pop-language .language-cont {
  padding: 0.5rem;
  background-color: var(--deep);
}
.pop-language .language-cont ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.pop-language .language-cont ul li {
  padding: 0.25rem;
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.pop-language .language-cont ul li a {
  width: 2.25rem;
  height: 2.25rem;
}
.pop-language pop-solve .btn {
  opacity: 1;
  font-size: 1rem;
}
.pop-toggle-color .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-toggle-color pop-main {
  max-width: 500px;
}
.pop-toggle-color pop-title {
  font-weight: bold;
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: var(--block);
}
.pop-toggle-color pop-title span {
  color: var(--fff);
}
.pop-toggle-color pop-title a.ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: unset;
  color: var(--fff);
  opacity: 1;
}
.pop-toggle-color pop-cont {
  background-color: var(--deep);
}
.pop-toggle-color .toggle-color-cont {
  padding: 0.5rem;
  display: flex;
  margin: 0 auto;
}
.pop-toggle-color .toggle-color-cont div {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  display: flex;
  justify-content: center;
}
.pop-toggle-color .toggle-color-cont div.active a i.ico-done {
  display: block;
}
.pop-toggle-color .toggle-color-cont div a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  margin: 0.25rem;
  position: relative;
}
.pop-toggle-color .toggle-color-cont div a i.ico-done {
  position: absolute;
  right: -0.05rem;
  top: -0.05rem;
  font-size: 1.15rem;
  color: var(--fff);
  display: none;
}

.ico-lang-en {
  background-image: url(/content/images/c2/lang/english.svg);
}

.ico-lang-kh {
  background-image: url(/content/images/c2/lang/cambodia.svg);
}

.ico-lang-cn {
  background-image: url(/content/images/c2/lang/china.svg);
}

.ico-lang-vn {
  background-image: url(/content/images/c2/lang/vietnam.svg);
}

.ico-lang-th {
  background-image: url(/content/images/c2/lang/thailand.svg);
}
.language-cont {
  padding: 0.2rem;
}
.language-cont ul {
  text-align: center;
}
.language-cont ul li {
  padding: 0.1rem;
  display: inline-block;
}
.language-cont ul li a {
  border-radius: 100%;
  display: block;
  position: relative;
}
.language-cont ul li a i {
  background-color: var(--color);
  color: white;
  border-radius: 100%;
  right: -0.5rem;
  top: -0.5rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: none;
}
.language-cont ul li a.active i {
  display: block;
}
.wrapper .main.center .turnover-item label span {
  color: #fff;
}
.game-free a {
  color: var(--666);
}
.turnover-cont legend {
  font-weight: bold;
  width: max-content;
}
.turnover-cont legend label {
  padding: 0 0;
}
.turnover-cont fieldset {
  padding: 5px;
  margin-top: 5px;
  border-radius: 12px;
  border: 1px solid #fff;
}
.turnover-cont input[type="checkbox"] {
  width: 30px;
  height: 20px;
}
.custom-tabbar .item a.active:before {
  content: "";
  width: 100%;
  border-top: 4px solid #fcd603;
  position: absolute;
  left: 0;
}

/* hop */
hop {position: relative;}
hop x {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
}
hop a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    overflow: hidden;
    user-select: none;
}
hop a i{
    display: block;
    height: 100%;
    width: 100%;
}
hop hop-cont {
    position: absolute;
    z-index: 2;
    display: none;
}
hop hop-cont a{
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px 0;
}

.float-link {
  position: fixed;
  right: 20px;
  z-index: 999;
}
.float-link.float-link-1 {
  bottom: 5%;
}
.float-link.float-link-2 {
  bottom: 15%;
}
.float-link.float-link-3 {
  bottom: 25%;
}
.float-link.float-link-4 {
  bottom: 35%;
}
.float-link.float-link-5 {
  bottom: 45%;
}
.float-link .btn-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -1rem;
  border-radius: 50%;
  background: #eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' focusable='false' height='24' width='24' jsname='lZmugf'%3E%3Cpath d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E") center/1rem no-repeat;
}
.user-currency,
.user-balance {
  /* margin-right: 15px; */
  color: #fff;
  width: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-name{
  color: #fff;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width:350px) {
  nav.navbar {
    padding: 0px 5px;
  }
  .top-foot ul li img{
    max-width: 1.5rem !important;
  }
  .icon-img-fb, 
  .icon-img-livechat, 
  .icon-img-telegram, 
  .icon-img-phone,
  .icon-img-telegram,
  .icon-img-instagram,
  .icon-img-tiktok,
  .icon-img-youtube{
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
}
#depoForm .input-group{
  width: 90%;
}
#depoForm .btn-copy-bank{
  background-image: url(../../images/c2/copy_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
  position: absolute;
  right: -30px;
}

/* jackpot */
.jackpot-container {
  position: relative;
  margin: 5px auto;
  margin-top: -10px;
  text-align: center;
  width: 100%;
  height: 100px;
}

.jackpot-container .img-jackpot {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../../images/c2/jackpot.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.center-container {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jackpot-container .jackpot {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jackpot-container .jackpot span {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.jackpot-container .jackpot-light-circle {
  width: 403px;
  height: 98px;
  display: inline-block;
  background: url(../../images/c2/circle.png) no-repeat;
  scale: 0.5;
}

.jackpot-container .star {
  position: absolute;
  background: url(../../images/c2/start_jackpot.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  animation-name: starAnimate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.65s;
  animation-direction: normal;
  animation-fill-mode: both
}
.jackpot-container .block-star {
  position: absolute;
  top: 0;
  left: 0;
  scale: 0.8;
  width: 100%;
  height: 100%;
  text-align: center;
}

.jackpot-container .star.star-1 {
  width: 52px;
  height: 47px;
  top: 0;
  left: 0;
  animation-delay: .5s
}

.jackpot-container .star.star-2 {
  width: 36px;
  height: 34px;
  top: 45px;
  right: 0;
  animation-delay: 1.5s
}

.jackpot-container .star.star-3 {
  width: 52px;
  height: 47px;
  top: 45px;
  left: 0;
  animation-delay: 2.5s
}

.jackpot-container .star.star-4 {
  width: 52px;
  height: 47px;
  top: 0;
  right: 30px;
  animation-delay: 3.5s
}

.jackpot-container .star.star-5 {
  width: 52px;
  height: 47px;
  top: 0;
  right: 0;
  animation-delay: 4.5s
}

.jackpot-container .star.star-6 {
  width: 52px;
  height: 47px;
  top: 0;
  left: 30px;
  animation-delay: 6.5s
}

.jackpot-container .star.paused {
  animation-play-state: paused
}
@keyframes starAnimate {
  from {
      opacity: 0
  }

  25% {
      opacity: .5
  }

  50% {
      opacity: 1
  }

  75% {
      opacity: .5
  }

  100% {
      opacity: 0
  }
}
@media screen and (min-width:678px){
  .jackpot-container .block-star {
      scale: 0.6;
  }
}
.main-info .btn-copy {
  background: #ffc107;
  padding: 0.5rem 1rem !important;
}
.icon-img-fb {
background: url(/content/images/c2/socialmedia/fb.png) center no-repeat;
background-size: contain;
}
.icon-img-livechat {
background: url(/content/images/c2/socialmedia/livechat.png) center
    no-repeat;
background-size: contain;
}
.icon-img-telegram {
background: url(/content/images/c2/socialmedia/telegram.png) center
    no-repeat;
background-size: contain;
}
.icon-img-phone {
background: url(/content/images/c2/socialmedia/phone.png) center
    no-repeat;
background-size: contain;
}
.icon-img-fb,
.icon-img-livechat,
.icon-img-telegram,
.icon-img-phone {
  display: block;
  width: 3rem;
  height: 3rem;
}
.code-match{
    background: var(--bg-1);
    padding: 3px 12px;
    color: #fff;
    height: calc(1.5em + .55rem + 2px);
    display: inline-block;
    font-size: 1.2rem;
}
span{
  color:inherit;
}
.page-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.page-loader-spinner {
  width: 48px;
  height: 48px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  border-top-color: var(--color);
  border-radius: 50%;
  animation: anime-rotate 0.8s linear infinite;
}
