html,
body {
  height: 100%;
  color: #ffffff;
  background-size: 100% 100%;
  overflow: auto;
  background-color: #14191f;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.wrapper-container {
  max-width: 970px;
  margin: 0px auto;
  height: 100%;
  position: relative;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background: url(/static-images/background/background.webp) center center;
}

.nav-item-img {
  width: 12%;
  vertical-align: top;
}

.nav-item-text {
  vertical-align: bottom;
}

.navbar-collapse {
  top: 70px;
  left: 0;
  background-color: #061034;
  border-right: 4px solid #d5b33c;
  border-bottom: 4px solid #d5b33c;
  width: 25%;
  bottom: 0;
  padding: 20px;
  position: absolute;
  transition: all .2s ease-out;
  box-shadow: 0 1px 1px rgba(138, 146, 154, 0.1);
  z-index: 1;
  font-size: 1.8vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navbar-collapse.collapsing {
  height: auto;
  transition: left 0.2s ease;
  left: -100%;
}

.navbar-collapse.show {
  left: 0;
  transition: left 0.2s ease-in;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(191, 144, 90, 0.89)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.custom-bg-white {
  background-color: #ffffff;
}

.custom-bg-black {
  background-color: #171616;
}

.custom-bg-red {
  background-color: #440506b8;
  border-radius: 10px;
}

.mobile-bottom-nav__item {
  text-align: center;
  font-size: 65%;
}

.mobile-bottom-nav__item a {
  color: #ffffff;
}

.mobile-bottom-nav__item img {
  width: 32px;
}

.slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.btn-gold {
  border: 2px solid #8a6805;
  border-radius: 5px;
  background: #9a7904;
  background: linear-gradient(180deg, #ead57c, #dbbe6e);
  color: #332b0c !important;
  font-weight: bold;
}

.bg-gold {
  background: #f8e17b;
  background: linear-gradient(to bottom, #755131, #d8b15a, #f8e17b, #d8b15a, #755131);
}

.text-gold {
  color: #ffd300;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-red {
  color: #f10508;
}

.text-blue {
  color: #00b1e0;
}

.text-res-h1 {
  font-size: 50px;
}

.text-res-h2 {
  font-size: 40px;
}

.text-res-h3 {
  font-size: 30px;
}

.text-res-h4 {
  font-size: 20px;
}

.custom-banner-img {
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.promotion_image {
  width: 100%;
  height: auto;
  max-height: unset !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.claim-bonus-container {
  background-color: #000;
  padding: 8px;
  text-align: center;
}

.header-separator {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 110%;
  border-bottom: 4px solid #d5b33c;
}

.header-separator-red {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 110%;
  border-bottom: 4px solid #f10508;
}

.fixed-header,
.fixed-footer,
.claim-bonus-container {
  max-width: 970px;
  margin: 0px auto;
}

.custom-switch .custom-switch-override-label::after {
  top: calc(0rem + 2px) !important;
  left: calc(0rem + 2px) !important;
}

.btn-curve {
  border-radius: 10rem;
}

.layui-layer-content {
  color: #0c0c0c;
}

.dropdown-menu.language-menu {
  left: unset !important;
  right: 0px !important;
  min-width: auto;
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

.dropdown-toggle.language-dropdown::after {
  display: none !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-square {
  width: 30px;
  height: 25px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1;
  background: linear-gradient(90deg, #cdab63 0%, #fcee8c 50%, #c8a65c 100%) !important;
  color: #000;
  font-weight: bold;
}

.btn-circle.btn-md {
  width: 35px;
  height: 35px;
  padding: 6px 6px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-bm,
.btn-cn,
.btn-en,
.btn-kh,
.btn-sg,
.btn-profile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
}

.btn-bm {
  background-image: url("/static-images/icons/bm-icon.webp");
}

.btn-cn {
  background-image: url("/static-images/icons/cn-icon.webp");
}

.btn-en {
  background-image: url("/static-images/icons/en-icon.webp");
}

.btn-kh {
  background-image: url("/static-images/icons/kh-icon.jpeg");
}

.btn-sg {
  background-image: url("/static-images/icons/sg-icon.webp");
}

.btn-profile {
  background-image: url("/static-images/icons/profile-sm-icon.webp");
}

.layui-layer-btn a {
  line-height: unset !important;
}

.transaction-notification-btn,
.commission-notification-btn {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 4px 6px;
  color: #ddbb25 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
}

.transaction-notification-btn .badge,
.commission-notification-btn .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.transaction-notification-btn i,
.commission-notification-btn i {
  font-size: 1.5rem;
}

.transaction-content a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.transaction-content #accordion .panel {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 10px;
  background: transparent;
}

.transaction-content #accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 5px;
  background: transparent;
  position: relative;
}

.transaction-content #accordion .panel-title a {
  display: block;
  padding: 20px 30px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  position: relative;
  text-align: left;
}

.transaction-content #accordion .panel-title a .title {
  font-weight: bold;
  text-transform: uppercase;
}

.transaction-content #accordion .panel-title a .block {
  font-size: 0.6rem;
}

.transaction-content #accordion .panel-title a .btn-status {
  min-width: 105px;
}

.transaction-content #accordion .panel-title a.collapsed {
  border: none;
}

.transaction-content #accordion .panel-body {
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: none;
  border-radius: 5px;
}

.transaction-content .amount-row .row:last-of-type {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-menu-item {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
}

.footer-menu-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 8px 6px;
  color: #f10508 !important;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  border: 2px solid #f10508;
}

.footer-menu-btn i {
  font-size: 1.8rem;
}

.mobile-bottom-nav__item_big {
  width: 22%;
}

.mobile-bottom-nav__item_big .footer-menu-btn {
  border-radius: 50px;
  width: 90px;
  height: 90px;
}

.footer-menu-btn-black {
  background-color: #171616;
}

.mobile-bottom-nav__item_big img {
  width: 50px;
}

.mobile-bottom-nav__item_big .footer-menu-item {
  position: absolute;
  bottom: -45px;
  left: 50%;
}

.table-custom-white {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
}

.jackpot-container {
  width: 600px !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.jackpot-slot-box {
  position: absolute;
  width: 400px;
  height: 60px;
  bottom: 26px;
  left: 102px;
}

.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-border-title {
  margin-top: 18px;
  margin-bottom: 23px;
  color: #e8e8e8;
  padding: 0px 4px;
  background-color: #000000;
  box-shadow: 0px 0px 4px 5px #cfaf6b;
  font-size: 35px !important;
  text-transform: uppercase;
  border-image-slice: 1;
}

.btn-gold-submit {
  color: #e8e8e8 !important;
  font-size: 30px;
  font-weight: 300;
  border-radius: 0px !important;
  padding: 2px 30px;
  background: #AA8439;
  background-image: linear-gradient(to bottom, #AA8439, #FCD475);
  border: solid #FCD475 1px;
}

.btn-gold-submit:hover {
  border: solid #FCD475 1px;
  background: #FCD475;
  background-image: linear-gradient(to bottom, #FCD475, #AA8439);
}

.btn-gold-border {
  background-color: #000000;
  border: none;
  color: #e8e8e8 !important;
  box-shadow: 0px 0px 4px 5px #cfaf6b !important;
  border-radius: 0px !important;
  font-size: 20px;
}

.btn-gold-border:hover {
  color: #bdb950 !important;
}

.btn-purple-submit {
  color: #e8e8e8 !important;
  font-size: 30px;
  font-weight: 300;
  border-radius: 0px !important;
  padding: 2px 30px;
  background: #cc0300;
  background-image: linear-gradient(to right, #89329c, #36b4f0);
  border: solid #cc0300 0px;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.grd-btn {
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  display: inline-block;
}

.grd-btn:hover {
  color: #FFF;
}

.grd-btn-purple-blue {
  background-image: linear-gradient(to right, #89329c, #36b4f0);
}

.pink_ul_title {
  font-size: 40px;
  display: inline-block;
  line-height: 48px;
  background: linear-gradient(to right, #89329c, #36b4f0) left bottom no-repeat;
  background-size: 100% 3px;
}

.header__item_icon {
  width: 32px !important;
}

.mobile-bottom-nav__item--active a {
  color: white;
}

.header__trans_notice {
  position: fixed;
  top: 50px !important;
  margin-left: -10px;
}

.contact_us_text {
  background: -webkit-linear-gradient(#00c0fa 50%, #015eea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
}

.whatsapp_button {
  background-color: #353a40;
  border: unset;
  color: white;
  border-radius: 9px;
  font-size: 14px;
}

.whatsapp_button:hover {
  color: white;
}

.bottom-nav {
  background: rgba(230, 230, 230);
  box-shadow: unset;
}

.footer-menu-title {
  color: black;
  font-weight: 1000;
  font-size: 11px;
}

.footer-menu-btn {
  position: relative;
  display: inline-block;
  width: unset !important;
  height: unset !important;
  padding: 5px 0px;
  color: unset;
  text-align: center;
  text-decoration: none;
  border-radius: unset;
  border: unset;
}

.mobile-bottom-nav__item img {
  width: 40px;
}

.slider-border {
  background-color: #1d2731;
  padding-top: 2px;
  padding-bottom: 2px;
  border-width: 1px 3px 3px 3px !important;
  border-style: solid !important;
  border-image: linear-gradient(#00c0fa, #015eea) 100% 0 100% 0/1px 0 1px 0 stretch !important;
}

#popUpInfo font {
  color: black;
}

.game-row {
  border: 2px solid #f10508;
  border-radius: 10px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.game-details {
  font-size: 0.8rem;
}

.game-actions .btn {
  width: 100%;
  border-radius: 0px;
  font-size: 0.8rem;
}

.dashboard_image:hover {
  transform: scale(1.15)
}

.owl-carousel {
  border: 0px !important;
}

.promotion_desc {
  background: rgba(255, 255, 255, 0.05);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.border-gold-bottom {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 1px solid #b89312;
  border-image: linear-gradient(to right, #b89312, #edad23) 1 stretch;
}

.title-border-bottom {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 2px solid #590303;
}

.text-custom-blue {
  color: #00c0fa;
}

.text-custom-blue {
  color: #00c0fa;
}

.transaction-content #accordion .panel-title a {
  background: rgba(255, 255, 255, 0.5);
}

.transaction-content .btn-status {
  border-radius: 0;
}

.transaction-content #accordion .panel-body {
  background: rgba(255, 255, 255, 0.1);
}

.transaction-content #accordion .panel-title a .block {
  display: inline-grid;
}

.text-custom-dark-blue {
  color: #015eea;
}

.text-custom-light-blue {
  color: #00c0fa;
}

/* start loading */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

[data-notify="progressbar"] {
  margin-bottom: 0px !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 5px !important;
}

#bank-table th,
#bank-table td {
  padding: 0.40rem;
  font-size: 13px;
}

.withdraw-notes ul {
  padding-left: 0px;
  list-style: none;
}

.withdraw-notes li {
  font-size: 13px;
}

.copyright {
  padding: 5px;
  font-size: 0.7rem;
  text-align: center;
  border-top: 1px solid #d7bf69;
  background-image: linear-gradient(180deg, rgba(64, 64, 64, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.contact-us-title {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

.contact-us-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  left: 25%;
  bottom: 0;
  border-bottom: 1px solid #f1bb38;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* end loading */

.mb-loader {
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1051;
}

.swal-game-popup {
  background: #171616 !important;
  border-radius: 8px !important;
  border: 2px solid #867a54 !important;
  justify-content: unset;
  padding-top: 0px !important;
}

.swal-game-popup .swal2-header {
  position: sticky;
  top: 0;
  z-index: 100;
  align-items: flex-end;
  padding: 0;
}

.swal-game-popup .swal2-close {
  color: #fff !important;
  font-size: 50px;
  position: static;
  justify-content: flex-end;
}

.swal-game-popup .swal-game-content {
  padding: 0 !important;
  font-size: 15px !important;
  color: #fff !important;
}

.swal-commom-popup {
  background: #171616 !important;
  border-radius: 8px !important;
  border: 2px solid #867a54 !important;
  padding-top: 0px !important;
  color: white !important;
}

.swal-commom-popup .swal-commom-content {
  padding: 0 !important;
  font-size: 20px !important;
  color: #fff !important;
}

.swal-commom-popup .swal2-title {
  color: #fff !important;
}

.swal-game-popup .title {
  font-weight: 700;
  border-bottom: 2px solid #867a54;
  padding-bottom: 10px;
  line-height: 1.3;
}

.swal-game-popup p {
  margin-top: 10px;
}

.swal-game-popup .btns .btn {
  float: left;
  width: calc(50% - 5px);
}

.swal-game-popup .btns .btn:last-child {
  margin-left: 10px;
}

.btn-green-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#3c5f42, #201600);
}

.btn-red-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#d24a43, #000000);
}

.btn-blue-gradient {
  color: #fff;
  border: 1px solid #fff;
  background-image: linear-gradient(#4ba6d8, #576eab);
}

.btn-black-gradient {
  color: #fff;
  border: double 2px transparent;
  background-image: linear-gradient(180deg, rgba(64, 64, 64, 1) 0%, rgba(0, 0, 0, 1) 100%), linear-gradient(90deg, rgba(215, 191, 105, 1) 0%, rgba(127, 108, 68, 1) 22%, rgba(248, 238, 153, 1) 47%, rgba(127, 108, 68, 1) 75%, rgba(215, 191, 105, 1) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn-green-gradient:hover,
.btn-red-gradient:hover,
.btn-blue-gradient:hover,
.btn-black-gradient {
  color: #fff !important;
}

.balance-amt {
  font-size: 20px;
  font-weight: 500;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#deposit .menu {
  display: block;
  margin-bottom: 15px;
  border: 1px solid;
  padding: 10px;
  background: #263238;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.dt-container .nav-pills .nav-link {
  font-weight: bold;
}

.dt-container .nav-pills .nav-link.active {
  background: linear-gradient(to bottom, #f40302 0%, #880100 100%) !important;
}

.dt-container .tab-content {
  margin-top: -6px;
}

.dt-container table {
  color: #fff;
}

.dt-container table,
.dt-container td {
  border: 1px solid #b60000;
  background-color: #370002;
}

.dt-container table thead th {
  border-bottom: 0;
  border: 0px;
  background: linear-gradient(to bottom, #eb0202, #7b0101);
}

.dt-container table .title {
  font-size: large;
  font-weight: bold;
  margin-bottom: 0;
  color: #d9b203;
}

.dt-container table .status-success {
  color: #1bc5bd;
}

.dt-container table .status-fail {
  color: #ff465a;
}

.dt-container table .status-pending {
  color: #FFA800;
}

.dt-container div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

.depo-withdraw {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  .slide-item {
    min-height: 280px;
  }
}

@media screen and (min-width: 40em) {
  .slide-item {
    height: 360px;
    min-height: 360px;
  }
}

@media screen and (min-width: 64em) {
  .slide-item {
    height: 600px;
    min-height: 600px;
  }
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-item-img {
    width: 12%;
  }

  .navbar-collapse {
    font-size: 2.3vw;
    width: 32%;
  }

  .text-res-h1 {
    font-size: 45px;
  }

  .text-res-h2 {
    font-size: 35px;
  }

  .text-res-h3 {
    font-size: 25px;
  }

  .text-res-h4 {
    font-size: 18px;
  }
}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .nav-item-img {
    width: 12%;
  }

  .odometer
  {
    font-size: 25px !important;
  }

  .navbar-collapse {
    font-size: 2.6vw;
    width: 38%;
  }

  .text-res-h1 {
    font-size: 40px;
  }

  .text-res-h2 {
    font-size: 30px;
  }

  .text-res-h3 {
    font-size: 20px;
  }

  .text-res-h4 {
    font-size: 15px;
  }

  .jackpot-container {
    width: 300px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .jackpot-slot-box {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 13px;
    left: 51px;
  }
}

@media (min-width: 550px) and (max-width: 667px) {
  .odometer
  {
    font-size: 30px !important;
  }
}

@media (min-width: 650px) and (max-width: 767px) {
  .odometer
  {
    font-size: 35px !important;
  }
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .nav-item-img {
    width: 17%;
  }

  .odometer
  {
    font-size: 23px !important;
  }

  .navbar-collapse {
    font-size: 3.5vw;
    width: 36%;
    padding: 10px;
  }

  .text-res-h1 {
    font-size: 35px;
  }

  .text-res-h2 {
    font-size: 25px;
  }

  .text-res-h3 {
    font-size: 15px;
  }

  .text-res-h4 {
    font-size: 13px;
  }

  div[data-notify="container"] {
    top: 0px !important;
    right: 0px !important;
  }

  .jackpot-container {
    width: 300px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .jackpot-slot-box {
    position: absolute;
    width: 200px;
    height: 30px;
    bottom: 13px;
    left: 51px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .gold-border-title {
    font-size: 32px !important;
  }

  .btn-gold-submit {
    font-size: 27px;
  }

  .btn-gold-border {
    font-size: 18px;
  }
}

@media (max-width: 350px) {
  .gold-border-title {
    font-size: 28px !important;
    margin-bottom: 18px;
  }

  .odometer
  {
    font-size: 17px !important;
  }

  .btn-gold-submit {
    font-size: 21px;
  }

  .btn-gold-border {
    font-size: 16px;
  }

  .pink_ul_title {
    font-size: 33px;
  }

  .depo-withdraw {
    font-size: 13px;
    font-weight: bold;
  }
}

@media only screen and (min-width : 1025px) {
  .game-details {
    font-size: 2rem;
  }

  .game-actions .btn {
    width: 100%;
    border-radius: 0px;
    font-size: 1.5rem;
  }
}

.header__menu_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: linear-gradient(to bottom, #280101, #6d0203);
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.headerstrip {
  background-color: #440003;
  display: inline-flex;
  padding: 0px 15px;
}

.headerstrip-text {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fd0303  !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0 !important;
}

.game-active {
  border-bottom: 4px solid #f1bb38;
}

.slider-border {
  background-color: transparent;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: unset;
}

.ui-widget-content {
  border: unset !important;
  background: unset !important;
  color: unset !important;
}

.ui-widget.ui-widget-content {
  border: unset !important;
}

.ui-widget-header {
  border: unset !important;
  background: unset !important;
  color: unset !important;
  font-weight: unset !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: unset !important;
  background: unset !important;
  font-weight: unset !important;
  color: unset !important;
}

#game-tabs ul {
  background-color: #590303 !important;
  max-height: 75px;
  border-radius: 20px;
}

#game-tabs ul li a {
  text-align: center;
}

#game-tabs ul .tab.active {
  background-image: linear-gradient(to right, #730000, #d90201);
  border-radius: 20px;
  padding: 4px 15px;
}

#game-tabs ul li .tab-icon {
  display: none;
  height: 30px;
}

#game-tabs ul li .tab-icon.active {
  display: block;
  color: #ffffff;
  padding-right: 0.5rem;
}

#game-tabs ul li .tab-title {
  font-size: 0.7rem;
  color: #ffffff;
}

#game-tabs .ui-state-active .tab-title {
  color: #ffffff;
}

#game-tabs .ui-tabs-panel {
  padding: 0px;
  background-color: #620002 !important;
  margin-top: 10px;
  border-radius: 10px;
}

#game-tabs .game-action {
  text-align: center;
  padding: 10px 10px 0px 10px;
}

#game-tabs .game-action .provider-name {
  color: #ffd902;
  display: block;
  font-size: 0.7rem;
  font-weight: bold;
  text-transform: uppercase;
}

.game-action:nth-last-child(1),
.game-action:nth-child(3n+3) {
  border-right: 0px !important;
}

.game-action:nth-child(3n+1):nth-last-child(-n+3),
.game-action:nth-child(3n+1):nth-last-child(-n+3)~.game-action {
  border-bottom: 0px !important;
}

.dashboard_image {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
}

.img-gray {
  filter: grayscale(100%);
}

.maintenance {
  position: absolute;
  color: #f10508;
  font-weight: bold;
  top: 40%;
}

.overlay {
  position: relative;
}

.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.overlay.overlay-block .overlay-layer,
.overlay:focus .overlay-layer {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid red;
}

.game-button {
  pointer-events: none;
}

.overlay:focus .game-button {
  display: flex;
}

.popup-recommended-title {
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
  padding: 5px 0px;
  border-bottom: 1px solid #867a54;
}

.popup-provider-name {
  margin: 0 -1.25rem !important;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
  font-size: 18px;
  padding: 5px 0px;
  border-top: 1px solid #867a54;
}

.full-bar-title {
  text-align: center;
  font-weight: bold;
}

.background-grey {
  background-color: #deddd9;
}

.full-bar-title.gold-gradient {
  background: #fbd176;
}

.full-bar-title.red-bold {
  background: #440003;
}

#bank-tabs .tab-icon {
  width: 100%;
  filter: grayscale(100%);
}

#bank-tabs .tab-icon.active {
  filter: unset;
}

#bank-details {
  border-radius: 10px;
  font-size: 12px;
  color: #252525;
  background-color: #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

#bank-details .input-group-icon {
  position: relative;
}

#bank-details .input-group-icon .icon {
  position: absolute;
  right: 20px;
  top: 4px;
  color: #000;
}

#bank-details .input-group-icon:hover {
  cursor: pointer;
}

.file-caption {
  height: 31px;
  padding: 0.1rem 0.75rem;
}

.file-caption-main .input-group-btn {
  height: 31px;
}

.file-caption-main .btn-file {
  padding: 0.1rem 0.75rem;
}

.btn-gold {
  border: 2px solid #8a6805;
  border-radius: 5px;
  background: #9a7904;
  background: linear-gradient(180deg, #ead57c, #dbbe6e);
  color: #332b0c !important;
  font-weight: bold;
}

.btn-sm {
  padding: 0.1rem 0.75rem;
}

.btn-file {
  background: #ffffff !important;
  border-color: #d5d5d5 !important;
  border-left: none;
}

.btn-file::before {
  content: url(/static-images/pages-icons/upload.webp) !important;
}

.hidden-xs
{
  display: none;
}

.hide-elm {
  display: none;
  padding: 0.5rem !important;
}

.ui-tabs-vertical {
  width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  padding: 0px 0px 0.5rem 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav li a img {
  width: 50%;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 0px 0px 1rem 1rem;
  float: right;
  width: 75%;
}

.form-control-no-border {
  border: 0px;
}

#vip-tabs ul li .vip-tab-title {
  display: block;
  font-size: 0.6rem;
}

.swal-vip-popup {
  background: transparent !important;
  border-radius: 8px !important;
  padding-top: 0px !important;
  color: white !important;
  background-image: url("/static-images/vip/vip-frame.webp") !important;
  background-size: 100% 100% !important;
  width: 300px !important;
  height: 240px !important;
}

.swal-vip-popup .swal-vip-content {
  padding: 0 !important;
  font-size: 20px !important;
  color: #fff !important;
  margin-top: 35px !important;
}

.swal-vip-popup .swal2-title {
  color: #fff !important;
}

.swal-vip-confirm {
  border-radius: 20px !important;
  padding: 5px 15px !important;
  background: linear-gradient(180deg, #ead57c, #dbbe6e) !important;
  color: #332b0c !important;
}

.swal-vip-actions {
  margin: 0px !important;
}

.swal-vip-icon {
  width: 45px;
}

.swal-vip-text {
  font-size: 15px;
}

.depo-withdraw {
  font-size: 22px;
  font-weight: bold;
}

.vip-all img {
  width: 50px !important;
}

@media (min-width: 350px) and (max-width: 418px) {
  .depo-withdraw {
    font-size: 16px;
    font-weight: bold;
  }

  .odometer
  {
    font-size: 20px !important;
  }

  .in_progress {
    font-size: 9px !important;
  }

  .vip-all img {
    width: 40px !important;
  }
}

@media (max-width: 350px) {
  .depo-withdraw {
    font-size: 13px;
    font-weight: bold;
  }

  .vip-all img {
    width: 35px !important;
  }
}

@media (max-width: 300px) {
  .depo-withdraw {
    font-size: 11px;
    font-weight: bold;
  }
}

.custom-bg-game {
  background-color: #111111;
  border-radius: 10px;
  border: 1px solid #f8d176;
}

.custom-bg-login {
  background-image: linear-gradient(90deg, #1e1e1e, #404040, #1e1e1e);
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(90deg, rgba(215, 191, 105, 1) 0%, rgba(127, 108, 68, 1) 22%, rgba(248, 238, 153, 1) 47%, rgba(127, 108, 68, 1) 75%, rgba(215, 191, 105, 1) 100%);
  border-left: 0;
  border-right: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.btn-gradient-gold {
  border: 2px solid #8a6805;
  border-radius: 5px;
  background: #c8a65c;
  background: linear-gradient(45deg, #cdab63 0%, #fcee8c 50%, #c8a65c 100%);
  color: #000000 !important;
  font-weight: bold;
}

#form-login {
  text-align: center;
  position: relative;
  margin-top: 10px;
}


#form-login fieldset:not(:first-of-type) {
  display: none
}

#form-login .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#form-login .action-button:hover,
#form-login .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#form-login .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px
}

#form-login .action-button-previous:hover,
#form-login .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative
}

.fs-title {
  font-size: 25px;
  color: #2C3E50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left
}

.radio-group {
  position: relative;
  margin-bottom: 25px
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: black;
}

.iti--allow-dropdown {
  width: 100%;
}

.vip-icon {
  width: 50px;
}

.vip-icon-title {
  font-size: 9px;
}

.vip-percent {
  color: white;
  position: absolute;
  width: 100%;
  height: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.balance {
  font-size: 15px;
  color: #fbdb25;
  background-color: black;
}

.in_progress {
  font-size: 11px
}

@media (max-width: 320px) {
  .balance {
    font-size: 13px;
  }

  .in_progress {
    font-size: 8px
  }

  .vip-icon-title {
    font-size: 8px
  }
}

.owl-prev {
  width: 15px;
  position: absolute;
  top: 20%;
  left: -5px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  position: absolute;
  top: 20%;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}

.btn-gold-light {
  background: #fbd176;
  color: #111111 !important;
  font-weight: bold;
}

.balance-icon {
  width: 50px;
}

.balance-bg {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #3c1010;
  margin: auto;
}

.promotion-category-scroll-bar {
  display: flex;
  overflow-x: auto;
  width: 100%;
  background-color: #292728;
}

.promotion-category-scroll-bar button {
  border: none;
  width: 100%;
  white-space: nowrap;
}

.promotion-category-scroll-bar button.active {
  background-color: #fcd723;
    color: #782719;
    font-weight: 700;
    font-size: 20px;
}

.promotion_desc {
  text-align: left;
}

.promotion_desc .promotion-title {
  color: #ffd902 !important;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
}

.promotion_desc .promotion-description {
  color: #fff;
}

.promotion-details table {
  width: 100%;
  overflow-x: auto;
}

.promotion-details, .promotion-description {
  display: none;
}

.btn-red-bold {
  background: linear-gradient(to bottom, #fbd321, #febd19);
  color: #6e0702 !important;
  font-weight: bold;
  border-radius: 10px;
}

.share_btn {
  background: linear-gradient(90deg, #009703 0%, #00eb01 50%, #009703 100%);
  color: #fff;
}

.referral_btn {
  background: linear-gradient(90deg, #ff9200 0%, #ffb400 50%, #ff9200 100%);
  color: #fff;
}

.copy_link_btn {
  background: linear-gradient(90deg, #0053fe 0%, #005eff 50%, #0053fe 100%);
  color: #fff;
}

.downline_btn {
  background: linear-gradient(90deg, #8d0000 0%, #ff0000 50%, #8d0000 100%);
  color: #fff;
}

#rt_datatable {
  padding: 0;
  font-size: 0.65rem;
  width: 100% !important;
}

.referral-modal table {
  background-color: rgba(14, 14, 14, 1);
}

.referral-modal table td {
  border: 1px solid #590303;
  color: white;
  padding: 12px 0px;
  text-align: center;
}

.referral-modal table th {
  border: 1px solid #590303;
  font-size: 0.70rem;
  color: #f7f5ff;
  padding: 12px 0px;
}

.img-fluid {
  max-width: 450px !important;
}

.bg-referral {
  background: url(/static-images/background/referral_program.webp) center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}

.modal {
  z-index: 999999 !important;
}

.swal2-container {
  z-index: 999999 !important;
}

.btn-downline {
  border-radius: 6px;
  border: 1px solid #ffc200;
  background-color: #ffc200;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 4px;
}

.login-btn{
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #fcd723;
  height: 2.25rem;
  margin-top: 0.8rem;
}

.login-btn .login-btn-text {
  vertical-align: sub;
  color: #571e03;
}

.register-btn{
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #feb517;
  height: 2.25rem;
  margin-top: 0.8rem;
}

.register-btn .register-btn-text {
  vertical-align: sub;
  color: #571e03;
}

/* Brand logo slider */
.brands {
  position: relative;
  overflow: hidden;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
  animation-play-state: paused;
}

.brands__preWrapper {
  position: relative;
  width: 100%;
  height: 6.5rem;
  transform: translateX(0%);
  animation: scroll1 20s linear infinite;
  animation-delay: 4s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper {
  position: absolute;
  white-space: nowrap;
  transform: translateX(0%) translateZ(0);
  animation: scroll2 20s linear infinite;
  animation-delay: 4s;
  animation-direction: alternate;

  will-change: transform;
}

.brands__wrapper > a,
.brands__wrapper > img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.brands__wrapper > a img {
  max-width: 10rem;
  max-height: 5rem;
}

@keyframes scroll1 {
  0% {
    transform: translateX(-0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

#qrcodeImage {
  width: 100%;
  height: auto;
}

.wrap-div {
  font-size: 0.6rem;
}

.recommend-bcolor {
  background-color: #3b0000;
}

.partner-title{
  color: #fee124;
}

.game-partner-bg img{
  width: 100%;
}

.footer-icons{
  max-width: 30px;
  height: 30px;
}

.btn-wrapper
{
  padding: 5px;
  background-color: #14191f;
  color: #bbbbbd;
  border: 1px solid #bbbbbd;
}

.btn-wrapper.active
{
  padding: 5px;
  background-color: #fdd71c;
  color: black;
}

/* Brand logo slider End*/

.jackpot-box
{
  background-color: #760002;
  margin: 0px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #db0202;
  box-shadow: inset 0 0 1.4rem #f00202;
}

.odometer
{
  display: grid !important;
  font-size: 50px;
  justify-content: center;
  line-height: normal;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit
{
  background-image: linear-gradient(0deg, #560006, #560006) !important;
}

.icon-user
{
    content: url("/static-images/icons/username.webp");
}
.icon-password
{
    content: url("/static-images/icons/password.webp");
}

.icon-contact
{
    content: url("/static-images/icons/contact.webp");
}
.icon-referral
{
    content: url("/static-images/icons/referral.webp");
}

.icon {
  padding: 7px;
  background-color: white; 
  min-width: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.soft-field {
  width: 100%;
  border: none;
  border-radius: 0;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px!important;
}

.iti__selected-dial-code {
  color: black;
}

.promotion_row
{
  cursor:pointer; 
  border:0px;
  background-color: #430001;
}

.la.la-refresh::before {
  content: url(/static-images/pages-icons/refresh.webp) !important;
}

.la.withdraw-balance-refresh::before {
  content: url(/static-images/pages-icons/refresh2.webp) !important;
}

.refresh-icon
{
  padding-top: 5px;
  display: grid;
  align-content: center;
  justify-items: end;
}

.page-item.disabled .page-link
{
  color: #aa080c !important;
}

.dt-container .page-link {
    padding: 2px 5px;
}

.dt-container .page-item.active .page-link {
    color: #aa080c
}

.dt-container .dataTables_length {
    display: none
}

.vip-highlighted-percent {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 4px;
}

#refresh_btn {
  transform: scale(0.5);
  position: absolute;
  right: 0px;
  margin-top: -10px;
  margin-right: -20px;
}

#profile-tabs ul li .tab-icon , #vip-tabs ul li .vip-tab-icon 
{
  display: none;
}

#profile-tabs ul li .tab-icon.active , #vip-tabs ul li .vip-tab-icon.active 
{
  display: block;
}

#profile-tabs .tag-a.active , #vip-tabs .vip-all.active 
{
  border-bottom: 3px solid #a58a42 !important;
}

.profile-text 
{
  color: #656565;
  font-size: 0.75em;
}

.referral-join-now
{
  background-color: #d30201;
  border-radius: 20px;
  padding: 4px 15px;
}

.referral-btn {
  font-size: 0.68rem;
  width: 100%;
  height: 35px;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 5px;
  color: white !important;
  background-color: #760100;
  border: 2px solid #ff1000;
}

.referral-modal {
  background-color: transparent;
  font-size: 0.7rem;
  opacity: 0.8;
}

.vertical-center
{
  display: grid;
  align-content: center;
}

.input-label
{
    font-weight: bold;
    background: linear-gradient(180deg, #a68a43, #a68a43);
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}