/* 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;
  --orange-border: radial-gradient(
        circle at 100% 100%,
        #0d0d0d 0,
        #000000 3px,
        transparent 3px
      )
      0% 0% / 4px 4px no-repeat,
    radial-gradient(circle at 0 100%, #0d0d0d 0, #141414 3px, transparent 3px)
      100% 0% / 4px 4px no-repeat,
    radial-gradient(circle at 100% 0, #0d0d0d 0, #141414 3px, transparent 3px)
      0% 100% / 4px 4px no-repeat,
    radial-gradient(circle at 0 0, #000000 0, #141414 3px, transparent 3px) 100%
      100% / 4px 4px no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 2px)
      calc(100% - 8px) no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 8px)
      calc(100% - 2px) no-repeat,
    radial-gradient(at 100% 100%, #ff9000 0%, transparent 70%),
    linear-gradient(15deg, #ff9000 0%, transparent 70%),
    radial-gradient(at 0% 0%, #ffd926 0%, transparent 70%), #ffe010;
  /*mode*/
  --main_color: #017136;
  --main_bg: #082819;
  --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";
}

@font-face {
  font-family: "Kantumruy";
  src: url(fonts/KantumruyPro-Regular.ttf);
}

@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: digital_displayregular;
  src: url(../fonts/digtl.eot);
  src: url(../fonts/digtl.eot?#iefix) format("embedded-opentype"),
    url(../fonts/digtl.woff2) format("woff2"),
    url(../fonts/digtl.woff) format("woff"),
    url(../fonts/digtl.ttf) format("truetype"),
    url(../fonts/digtl.svg#digital_displayregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: var(--main_bg);
  /* font-family: Battambang, Arial, "Helvetica Neue", "Leelawadee UI", sans-serif; */
  font-family: var(--bs-font-sans-serif);
  margin: 0;
  padding: 0;
}
label {
  color: #fff;
}
.wrapper {
  width: 100%;
  max-width: 768px;
  min-height: 100%;
  margin: auto;
  position: relative;
  background-color: var(--main_bg);
}

.header-center {
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: var(--main_bg);
}

.header-center .head {
  height: 60px;
  margin: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-center .head .navbar-toggler {
  padding: 0px 0px 0px 2px;
}

.header-center .head button:focus {
  outline: none;
}
.head-menu {
  width: 8%;
}
.header-center .logo {
  width: 35%;
  /* padding-left: 4px; */
}

.header-center .logo img {
  width: 130px;
  /* height: 35px; */
}

.header-center .navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.header-center .navbar-toggler-icon {
  background-image: url(../../images/cash855/nav/menu.png?v=0.1);
}

.header-center .lang img {
  width: 24px;
}

.header-center .log {
  width: 35%;
  display: flex;
  /* margin-left: 20px; */
  justify-content: right;
}

.header-center .log div {
  /* width: 50%; */
  height: 28px;
  text-align: center;
  margin: 0px 2px;
}

.header-center .log a {
  font-size: 11px;
  font-weight: 800;
  padding: 0px 8px;
  text-transform: uppercase;
  text-decoration: none;
}
html[lang="kh"] .header-center .log a{
  font-size: 12px;
}
.header-center .login {
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  background-color: var(--main_color);
  border-radius: 10px;
}

.header-center .login a {
  color: #fff;
}
.header-center .login a span {
  color: red;
}
.header-center .register a {
  color: var(--main_color);
}

.header-center .register {
  /* background: var(--orange-border); */
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.head .lang {
  width: 22%;
  justify-content: right;
  /* padding-right: 4px; */
}

hop hop-cont {
  position: absolute;
  z-index: 2;
  display: none;
  right: -1px;
  top: 48px;
}

hop hop-cont a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 0;
  border-radius: 100%;
  overflow: hidden;
  user-select: none;
}

.header-center .lang a {
  margin: 0px 2px;
}

/* menu */
/* animation menu */
@keyframes anime-fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.anime-fade-in-left {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.anime-fade-in-left {
  animation-name: anime-fade-in-left;
}
/* end animation menu */
.silde_menu {
  position: fixed;
  width: 100%;
  max-width: 275px;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
  background: none;
  overflow-y: auto;
}
.silde_menu::-webkit-scrollbar{
  width: 0px;
}
.menu-items {
  background: var(--main_color);
  position: absolute;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 11;
  /* padding-top: 20px; */
  margin-top: 58px;
}
.mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: rgb(0 0 0 / 60%);
}

.mask {
  position: fixed;
  z-index: 11;
  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;
}

.silde_menu.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.silde_menu .menu-link {
  display: flex;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}

.silde_menu .icon {
  display: inline-block;
  width: 60px;
  height: 50px;
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.item-inner {
  position: relative;
  width: 100%;
  display: flex;
  padding: 10px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid var(--black);
}

.menu-link:focus {
  background-color: var(--main_color);
}

.menu-link span {
  width: 100%;
  text-transform: uppercase;
  display: block;
  color: var(--white);
  font-size: 0.85rem;
}

.icon-home {
  background-image: url(../../images/cash855/nav/home.png?v=0.1);
}

.icon-user {
  background-image: url(../../images/cash855/nav/user.png?v=0.1);
}

.icon-sports {
  background-image: url(../../images/cash855/nav/sport.png?v=0.1);
}

.icon-casino {
  background-image: url(../../images/cash855/nav/casino.png?v=0.1);
}

.icon-lottery {
  background-image: url(../../images/cash855/nav/lottery.png?v=0.1);
}

.icon-slots {
  background-image: url(../../images/cash855/nav/slot.png?v=0.1);
}

.icon-fishing {
  background-image: url(../../images/cash855/nav/fishing.png?v=0.1);
}

.icon-poker {
  background-image: url(../../images/cash855/nav/poker.png?v=0.1);
}

.icon-cock {
  background-image: url(../../images/cash855/nav/cockfight.png?v=0.1);
}

.icon-number {
  background-image: url(../../images/cash855/nav/number.png?v=0.1);
}

.icon-contact {
  background-image: url(../../images/cash855/nav/contact.png?v=0.1);
}

.icon-desktop {
  background-image: url(../../images/cash855/nav/desktop.png?v=0.1);
}

.icon-logout {
  background-image: url(../../images/cash855/nav/logout.png?v=0.1);
}

.icon-language {
  background-image: url(../../images/cash855/nav/language.png?v=0.1);
}

.icon-download {
  background-image: url(../../images/cash855/nav/download.png?v=0.1);
}

.icon-app {
  background-image: url(../../images/cash855/nav/app.png?v=0.1);
}

.icon-android {
  background-image: url(../../images/cash855/nav/app.png?v=0.1);
}

.icon-ios {
  background-image: url(../../images/cash855/nav/ios.png?v=0.1);
}

.icon-promo {
  background-image: url(../../images/cash855/nav/promotion.png?v=0.1);
}
.icon-vip {
  background-image: url(../../images/cash855/nav/vip.png?v=0.1);
}
.icon-aff {
  background-image: url(../../images/cash855/nav/aff.png?v=0.1);
}
.icon-sport {
  background-image: url(../../images/cash855/nav/sport.png?v=0.1);
}

.icon-keno {
  background-image: url(../../images/cash855/nav/number.png?v=0.1);
}

.icon-slot {
  background-image: url(../../images/cash855/nav/slot.png?v=0.1);
}

.icon-fish {
  background-image: url(../../images/cash855/nav/fishing.png?v=0.1);
}

.icon-cock {
  background-image: url(../../images/cash855/nav/cockfight.png?v=0.1);
}

.icon-poker {
  background-image: url(../../images/cash855/nav/poker.png?v=0.1);
}
.lang-toggle {
  width: 100%;
  display: none;
}

.lang-toggle .menu-link {
  width: 78%;
  border-bottom: 1px solid #ffd000;
  float: right;
  align-items: center;
}

.lang-toggle .item-inner {
  border-bottom: none;
}

.lang-toggle .item-icon img {
  width: 40px;
}

/* end menu */
.container {
  width: 100%;
  max-width: 768px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #carouselExampleControls img {
    height: 160px;
  }
}
/* slide */
.swiper.slide_3g {
  overflow: unset;
}

.slide_3g img {
  width: 100%;
}

.slide_3g .swiper-pagination {
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  /* background-color: var(--white); */
  bottom: -13px !important;
  line-height: 11px;
  display: none;
}
.slide_3g .swiper-pagination-bullet {
  background-color: var(--main_color);
  opacity: 1;
}
.slide_3g .swiper-pagination-bullet-active {
  background-color: var(--black);
  opacity: 1;
}
.slide_3g
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 2px !important;
}
/*contact */
.main_contact {
  width: 94%;
  height: auto;
  box-shadow: 0 0.08rem 0.4rem #ffc107;
  border-radius: 12px;
  padding: 8px 0px;
  margin: 14px auto;
}

.main_contact ul li {
  padding: 10px 20px;
  list-style-type: none;
}

.main_contact ul li img {
  width: 46px;
  margin-right: 4px;
}

.main_contact ul li span {
  color: #ffcc1f;
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 700;
}
/* promotion */
.div-promo-img img {
  width: 100%;
  border-radius: 4px;
}

#divPromotions table tr td p {
  text-align: center !important;
}

#divPromotions table tr td {
  border: 1px solid #666;
}
/* index */
.index_3g {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  padding-top: 12px;
  /* padding-top: 22px; */
  padding-bottom: 20px;
}

.index_3g .depo_index {
  font-size: 18px;
  color: var(--white);
  font-weight: 900;
  text-align: center;
  background-color: var(--main_color);
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  border-radius: 8px;
  padding: 5px;
  text-transform: uppercase;
}

.index_3g .with_index {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding: 5px;
  color: var(--white);
  /* background: var(--orange-border); */
  border: 1px solid var(--white);
  border-radius: 8px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.index_game .swiper-button-next,
.index_game .swiper-button-prev {
  width: 10px;
  height: 10px;
  color: #000;
  font-weight: 800;
  top: -18px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
}
.index_game .swiper {
  overflow: visible;
  overflow-x: clip;
}
.index_game .swiper-button-prev {
  left: auto;
  right: 34px;
}
.index_game .swiper-button-next:after,
.index_game .swiper-button-prev:after {
  font-size: 10px;
}
.index_game .game_title {
  width: 100%;
  display: flex;
  border: 1px solid var(--white);
  background: var(--main_color);
  border-radius: 2px;
  box-sizing: border-box;
  text-align: left;
  padding: 2px 12px;
  margin: 10px 0px;
}

.index_game .game_title img {
  width: 30px;
  height: 28px;
}

.index_game .game_title span {
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0px 6px;
}

/* .index_game .item {
  border: 1px solid var(--main_color);
} */

.index_game .box-nav .game_name {
  display: none;
  color: #fff;
  font-size: 14px;
}

.index_game .item img {
  width: 100%;
}

.game-rule {
  padding: 10px;
  border: 2px solid var(--white);
  border-radius: 20px;
  margin-top: 20px;
  text-align: left;
  background-color: var(--main_color);
}

.game-rule .rule {
  padding: 8px 10px;
  border-bottom: 2px solid var(--white);
}

.game-rule .rule a {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

/* end index */
/* footer */
.provider {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.provider .partner {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.provider .provider-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px 23px;
  padding: 0 8px;
}

.provider .provider-logo img {
  width: 14%;
  height: 25px;
  object-fit: contain;
}

/* end footer */
/* login & register */
.frm-user {
  margin: 30px 20px;
}

.frm-user h2 {
  padding-bottom: 14px;
}

.frm-user h2 span {
  color: #fff;
  text-transform: uppercase;
}

.frm-user .form-control {
  border-radius: 25px;
  border: unset;
  height: calc(1.5em + 0.75rem + 10px);
  box-shadow: inset 0px 0px 3px #efc068;
}

.formLogin,
.formRegister {
  padding: 0px 20px;
}

.frm-user .btn-submit {
  /* width: 50%; */
  margin: auto;
  height: calc(1.5em + 0.75rem + 10px);
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  background-color: var(--main_color);
  text-align: center;
  border-radius: 25px;
}

.frm-user .btn-login-form {
  width: 100%;
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.frm-user .btn-login-form:focus {
  box-shadow: none;
}

.frm-user .err_msg {
  font-size: 13px;
  color: #efc068;
}

.frm-user .log-code {
  border-radius: 25px;
  border: unset;
  height: calc(1.5em + 0.75rem + 10px);
  box-shadow: inset 0px 0px 3px #efc068;
  text-align: center;
  line-height: 43px;
}

.frm-user .log-code #codeMatch {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
/* end  */
.center .list a:hover,
.center-tab a.active,
.center-tab a:hover,
.slots-tab a.active,
.slots-tab a:hover {
  color: var(--white) !important;
  font-weight: 600;
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  background-color: var(--main_color);
  text-decoration: none;
}
.slots-tab a {
  color: #000;
  background-color: #fff;
}
.slots-contant a span {
  color: #fff;
  background-color: var(--main_color);
}
.center-basic td,
.page.page-game li,
.page.page-game li span,
.tblBonus span,
.transfer span {
  color: #fff;
}
.ref_link.btn {
  padding: 3px 6px;
  background-color: var(--main_color);
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
}
.btn.gradient,
.btn.btn-big {
  /* color: #000;
  background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  color: var(--white);
  background-color: var(--main_color);
  padding: 10px;
}
.lottery-contant .game-table label {
  color: #000;
}
.game-table #record-pagin tr td {
  border: 1px solid #000;
  font-size: 14px;
  padding: 0px 5px;
  line-height: normal;
}
.msg_title label,
.msg label,
.msg_pop label {
  color: #000;
}
.wrapper[data-p="center_deposit"] .captcha {
  margin-top: 10px;
}
.affiliate {
  padding: 0px 10px;
}

.affiliate h2 {
  color: #fff;
}

.affiliate .code-match {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  background-color: #ffc107;
  width: 100%;
  height: 100%;
}
.main-container .nav-category {
  flex-wrap: nowrap !important;
  overflow: auto;
}

.main-container .nav-category .nav-item .nav-link {
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  background-color: var(--main_color);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}
.nav-category .nav-item .nav-link.active {
  border: 1px solid #fff;
}
.promo-tabbar .btn-sm {
  color: #28a745;
  font-weight: 700;
  border: 1px solid var(--white);
}
.btn-outline-warning:hover{
  background-color: var(--main_color) !important;
  border-color: transparent !important;
}
.btn-outline-warning:focus{
  box-shadow: none !important;
}
.promo-content .modal-content .modal-title {
  font-size: 1rem;
  color: var(--white);
}
.promo-content .modal-dialog {
  border: 1px solid var(--white);
  border-radius: 5px;
}
.promo-content .modal-content {
  background-color: var(--000);
}

.promo-content .modal-header {
  /* background-image: linear-gradient(#ffed88, #ffd926, #ff9000, #ff9000); */
  background-color: var(--main_color);
}

.promo-content .modal-body span, .promo-content .modal-body p {
  color: #fff;
}

.promo-content .modal-body table {
  width: 100%;
}

/* for lobby game lobby */
.lobby {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow-x: auto;
  position: relative;
  top: 15px;
}

.lobby .game-lobby {
  width: 50%;
  text-align: center;
}

.lobby .game-lobby img {
  width: 100%;
  border: 1px solid var(--main_color);
}

.lobby .game-lobby .game_name {
  font-size: 15px;
  color: #fff;
  display: none;
}

.lobby .game-lobby .box-nav {
  padding: 2px;
}

.lobby .slots-lobby {
  width: 33%;
  text-align: center;
}

.lobby .slots-lobby img {
  width: 100%;
  border: 1px solid var(--main_color);
}

.lobby .slots-lobby .game_name {
  font-size: 15px;
  color: #fff;
  display: none;
}

.lobby .slots-lobby .box-nav {
  padding: 2px;
}
/* end for lobby game lobby */
.pop-language {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: rgb(0 0 0 / 60%);
  z-index: 11;
  display: none;
}

.pop-language .center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-language .full {
  width: 100% ;
  height: 100%;
}

.pop-language pop-title {
  font-weight: bold;
  padding: 0.5rem;
  align-items: center;
  justify-content: space-between;
  /* background: var(--orange-lg); */
  background-color: var(--main_color);
}

.pop-language pop-title span {
  color: var(--white);
  font-size: 18px;
}

.pop-language pop-title {
  /* background-color: white; */
  border-bottom-width: 1px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pop-language pop-title a.ico {
  width: 30px;
  height: 30px;
  background-image: url(../../images/cash855/nav/close.png?v=0.1);
  background-size: cover;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
}

.ico-lang-kh {
  background-image: url(../../images/cash855/ico/cambodia.svg);
}

.ico-lang-en {
  background-image: url(../../images/cash855/ico/english.svg);
}

.pop-language pop-cont {
  background-color: #3c241c;
  display: block;
}

.pop-language .language-cont {
  padding: 0.5rem;
  background-color: var(--deep);
}

.pop-language .language-cont ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 0px;
}

.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: 3rem;
  height: 3rem;
}

.pop-language pop-main {
  width: 90%;
  max-width: 720px;
  overflow: unset;
  position: relative;
  z-index: 1;
}

.language-cont ul li a {
  border-radius: 100%;
  display: block;
  position: relative;
}

.language-cont ul li a.active i {
  display: block;
}

.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;
}

.pop-language .ico {
  font-family: ico !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  margin: auto;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  display: inline-block;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
}
.ico-done{
  background-image: url(../../images/cash855/ico/success.png?v=0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contant.list a{
  color: var(--white);
  background: var(--main_color);
}
.main-container .game-rule, .main-container .provider{
  display: none;
}