* {
  margin:0;
  padding:0;
}

html,
body {
  height: 100%;
  color: #000000;
  background-size: 100% 100%;
  background-color: black;
}

@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%;
  background-color: #000;
}

.header-logo {
  max-width: 160px;
  height: auto;
}

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

.mobile-bottom-nav__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  font-size: 65%;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.mobile-bottom-nav__item--active {
  color: #61b6d9;
}

.mobile-bottom-nav__item--active a {
  color: #61b6d9;
}

.text-gold {
  color: #c79f59;
}

.text-blue {
  color: #0e9afd;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-red {
  color: #9b003a;
}

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

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

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

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

.promotion-container {
  background-color: #262626;
}

.promotion-container img {
  width: 100%;
  height: auto;
  max-height: 250px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.fixed-header{
  max-width: 970px;
  margin: 0px auto;
  background-color: black;
}

.fixed-bottom{
  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;
}

.dropdown-menu.language-menu-before {
  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-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-kh,
.btn-cn,
.btn-en,
.btn-profile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
}

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

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

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

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

.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-box {
  overflow: hidden;
  border-radius: 0.50rem;
  background-color: #ffffff;
  height: 140px;
  box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
}

.jackpot-box-number {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  margin-top: 0px;
  color: #a60d10;
}

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

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

.header__item_icon{
  width: 30px !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;
}

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

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

#popUpInfo font{
  color: black;
}

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

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

.promotion-container table {
  width: unset !important;
}

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

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

.promotion_image {
  max-height: unset !important;
}

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

.copyright {
  font-size: 10px;
  text-align: center;
  color: white;
  font-weight: 600;
  padding-top: 1rem;
}

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

.background-grey {
  background-color: #2a2a2a;
  border-radius: 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;
  background-image: linear-gradient(#e90202, #820100);
  width: 100%;
  font-weight: bold;
}

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

.balance-box .btns .btn {
  float: left;
  width: calc(50% - 5px);
  font-size: 12px;
  font-weight: 500;
}

.balance-box .btns .btn:last-child {
  margin-left: 10px;
}

.balance-box .balance-infor {
  font-size: 12px;
}

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 {
  border-radius: 0;
  color: #fee324;
  font-weight: bold;
}

.dt-container .nav-pills .nav-link.active {
  background: linear-gradient(#f40301, #be0201, #800100) !important;
}

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

.dt-container table {
  font-size: 13px;
  border-collapse: collapse;
  background-color: #440003;
}

.dt-container table, .dt-container td, .dt-container th {
  border: 1px solid #a60201;
  color: white;
}

.dt-container table thead th {
  border-bottom: 0;
  color: white;
  border-right-color: white;
  border-right-width: 2px;
}

.dt-container table .trans-details {
  text-align: left;
  color: white;
  font-weight: 600;
}

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

.dt-container table .status-success {
  color: #44c51b;
  font-weight: 600;
}

.dt-container table .status-fail {
  color: #F64E60;
  font-weight: 600;
}

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

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

.dt-container .page-item.active .page-link {
  background-color: #f8ee99;
  border-color: #7f6c44;
  color: #000;
}

.dt-container .dataTables_length {
  display: none;
}

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

.balance-icon {
  margin: auto;
  width: 55px;
  display: block;
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 700px to 769px
*/
@media (min-width: 700px) and (max-width: 769px) {
  .license {
    font-size: 14px !important;
  }

  .copyright {
    font-size: 14px !important;
  }
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 700px to 769px
*/
@media (min-width: 770px) and (max-width: 1024px) {
  .license {
    font-size: 14px !important;
  }

  .copyright {
    font-size: 14px !important;
  }
}

/*
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .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;
  }

  .promotion-container img {
    max-height: 180px;
  }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .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;
  }

  .promotion-container img {
    max-height: 120px;
  }

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

  .jackpot-box {
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #ffffff;
    height: 70px;
    box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
  }

  .jackpot-box-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0px;
    color: #a60d10;
  }

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

  body {
    background-size: cover;
  }

  .footer-bg {
    object-fit: cover;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .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: 14px;
  }

  .promotion-container img {
    max-height: 120px;
  }

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

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

  .jackpot-box {
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: #ffffff;
    height: 98px;
    box-shadow: inset 0px 11px 8px -11px #000000, inset 0px -11px 8px -11px #000000;
  }

  .jackpot-box-number {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0px;
    color: #a60d10;
  }

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

  .balance-icon {
    width: 40px;
  }

  body {
    background-size: cover;
  }

  .footer-bg {
    object-fit: cover;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  .progess-bar-margin {
    margin-left:7px;
  }

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

  .home__item_icon {
    width: 80px !important;
    margin-top: -60px;
  }

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

@media only screen and (min-width : 1025px) {
  .game-actions .btn {
    width: 100%;
    border-radius: 0px;
    font-size: 1.5rem;
  }

  .license {
    font-size: 14px !important;
  }

  .copyright {
    font-size: 14px !important;
  }
}

@media (max-width: 350px) {
  .footer-bg {
      object-fit: cover;
  }
}

.header__menu_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-left: 0;
  border-right: 0;
  position: absolute;
}

.headerstrip {
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #fff;
  background-color: #272727;
  width: 100%;
  display: inline-flex;;
  padding: 3px 15px;
  z-index: 999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

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

.owl-dots{
  font-size: 0px !important;
}

.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:active span {
  background: #ef4c8a !important;
  width: 30px !important;
}

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

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

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

.gradient-text-gold {
  background-color: #d4b267;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-weight : 600;
}

.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 li a {
  text-align: center;
}

#game-tabs ul li .ui-tabs-anchor {
  padding: 0px 0px;
}

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

#game-tabs .ui-tabs-panel {
  padding: 0px !important;
  background-color: #2b2b2b !important;
}

#game-tabs .game-action .provider-name {
  color: #000;
  display: block;
  font-size: 0.8rem;
}

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

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

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

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

.full-bar-title.blue {
  background-color: #01f3fb;
}

.full-bar-title.grey-gradient {
  background-color: #515661;
}

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

.col-2-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

#bank-tabs {
  /* margin-left: -5px;
  margin-right: -5px; */
}

#bank-tabs .ui-tabs .ui-tabs-nav {
  padding: unset;
}

#bank-tabs ul li .ui-tabs-anchor {
  padding: unset;
}

#bank-tabs .ui-tabs-nav li {
  margin: unset;
  padding: 0px 5px;
}

#bank-tabs .ui-tabs-nav {
  padding: unset;
}

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

#bank-tabs .tab-icon.active {
  filter: unset;
  border: 1px solid red;
}

#bank-tabs .tab-title {
  display: block;
  font-size: 12px;
  color: #ca074d;
}

#bank-tabs .tab-bank-detail {
  font-weight: 700;
}

#bank-tabs .ui-tabs-panel {
  padding: 0px;
}

#bank-details {
  padding-top: 10px;
  padding-bottom: 10px;
}

#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;
  background: #ececec !important;
  border-radius: 0.25rem !important;
}

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

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

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

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

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

.hidden-xs
{
  display: none;
}

.form-group .img-button {
  z-index: 10;
  position: absolute;
  bottom: 3.5rem;
  left: 0.5rem;
}

.hide-elm {
  display: none;
}

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

.ui-tabs-vertical .ui-tabs-nav {
  padding: 0px;
  float: left;
  width: 25%;
}

.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 1rem 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav li a img {
  width: 100%;
  max-width: 60px;
}

.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-icon {
  display: block;
  width:40px
}

#vip-tabs ul li .vip-tab-title {
  display: block;
  font-size: 0.5rem;
  color: #fff;
  margin-top: 6px;
}

#vip-tabs .ui-state-active.vip-tabs-li {
  border-bottom-width: 2px !important;
  border-bottom-color: #e5d17c !important;
  border-bottom-style: solid !important;
}

#vip-tabs .vip-tabs-ul {
    height: 73px;
}

#vip-tabs .vip-info table {
    margin: 10px;
    width: 95% !important;
}

.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.png") !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;
}

.promotion-category-scroll-bar{
  width: 100%;
  overflow-x: auto;
  border-radius: 5px;
}

.promotion-category-scroll-bar button{
  background-color: transparent;
  border: none;
  color: #808080;
  width: 100%;
  padding: 5px 15px;
}

.promotion-category-scroll-bar button.active{
  background-color: #00f3fb;
  color: #000;
  font-weight: bold;
}

.promotion-title{
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
}

.promotion-description , .promotion-details{
  color: #fff;
}

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

.promotion-button-show-hide {
  border-radius: 0px 0px 10px 10px !important;
}

.vip-icon{
  width: 100%;
  max-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;
}

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

.referral-btn {
  font-size: 0.75rem;
  height: 35px;
  font-weight: bold;
  color: white;
  background : linear-gradient(90deg, #08b4ec 0%, #0b96d7 48%, #0a79c0 100%);
  border: 1px solid;
  border-image: linear-gradient(90deg, #75f7d2, #22c8ed) 10;
}

.referral_div {
  background : linear-gradient(90deg, #bda039 0%, #dfca7e 48%, #cfb743 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

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

.referral-modal table {
  background-color: black;
}

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

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

.referral-btn:hover {
  color: #ffffff !important
}

@media (max-width: 1000px) {
  .balance-tran {
    transform: scale(0.85);
    margin-left: -16px;
  }
}

.btn-login {
  border-bottom-left-radius: 10px !important;
  background: linear-gradient(to bottom, #4a4849, #232323);
  color: white;
  font-size: 1.4rem !important;
  border-radius: 0px;
}

.btn-join {
  border-bottom-right-radius: 10px !important;
  background: linear-gradient(to bottom, #ff0305, #8b0302);
  color: white;
  font-size: 1.4rem !important;
  border-radius: 0px;
}
.icon-login {
  vertical-align: sub !important;
}

.game-border {
  padding: 3px;
  border: 2px solid #bebebe!important;
  border-radius: 4px!important;
}

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

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

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

.la.withdraw-balance-refresh::before {
  content: '';
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background: url(/static-images/pages-icons/reload.png) no-repeat center center;
  background-size: contain;
}

#refresh_btn {
  margin-top: 5px;
}

.input-label
{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding-left: 3px;
}

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

.textbox-background {
  background-color: #ececec !important;
  border: 1px solid #ececec !important;
}

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

.mb80 {
  margin-bottom: 85px !important;
}

/* .ui-tabs .ui-tabs-nav li .side-bar{
  border-radius: 5px;
  background: linear-gradient(to bottom, #f5f7f8, #e6e9ee);
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px 1px #a2a2a2;
  background: linear-gradient(to bottom, #c30349, #c30349) !important;
} */

.btn-submit {
  color: #ffffff;
  background-color: #a30505;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}

.text-bold-black {
color: #000000;
font-weight: 600;
font-size: 20px;
}

.text-bold {
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}

.page-item.next .page-link, .page-item.previous .page-link {
  background-color: white;
  color: #ab060a;
  border: 1px solid white;
}

#pills-bet select {
  border: 1px solid red;
  background-color: #fff;
}

/* option[selected]{
  background: #f00;
} */

.tabs-vip a {
  padding: 0px 10px !important;
}

.tabs-vip a img {
  width: 80px;
  height: 80px;
}

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

.modal-content {
  background-color: #212121 !important;
}

.close {
  color: #ffffff !important;
}

#game-tabs ul li .tab-icon {
  display: none;
  padding: 5px;
  width: 100%;
}

#game-tabs ul li .tab-icon.active {
  display: block;
}

#game-tabs ul li .tab-title {
  display: block;
  font-size: 0.7rem;
  color: #9b003a;
  margin-bottom: 5px;
  border-bottom: 2px solid transparent;
}

#game-tabs ul li .tab-title.active {
  color: #fff;
}

#game-tabs ul li .selected {
  border-bottom:3px solid #9a9c9d;
  margin-top: 0.25rem;
}

#game-tabs ul li .selected.active {
  border-bottom:3px solid #01f3fb;
}

.footer-bg {
  margin: auto;
  position: relative;
  height: 75px;
  width: 100%;
}

.home__item_icon {
  width: 80px;
  margin-top: -70px;
}

/* 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: 8.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: 7.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);
  }
}

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

a:hover {
  text-decoration: none;
}

/* Brand logo slider End*/
.game-partner-bg img{
  width: 100%;
}

.icon {
  padding: 7px;
  background-color: white; 
  min-width: 20px;
}

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

.referral-bg {
  background-image: url("/static-images/background/referral_background.jpg");
  background-repeat: no-repeat;
  padding: 0!important;
}

.ref-close {
  font-size: 2.5rem;
  margin-bottom: -2.5rem;
}
/* 
.modal:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.7);
} */

.modal-deposit {
  width: 90%;
  color: #ff0301;
}

.textbox {
  background-color: #fff !important;
  color: black;
  border: none;
}

.ui-tabs-vertical2 .ui-tabs-nav {
  padding: 0px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
}

.ui-tabs-vertical2 .ui-tabs-nav li a img {
  width: 100%;
}

.input-group > .form-control:focus
{
  color: white;
  box-shadow: none;
}

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

.balance {
  font-size: 15px;
  color: white;
}

.with {
  color: black;
}

.with:focus {
  background-color: #ececec !important;
}

.am8-btn {
  background: #c9004e;
  color: #fff !important;
  font-weight: 500;
  border-radius: 5px;
}

.owl-stage-outer
{
  border-radius: 20px;
}

.in_progress {
  font-size: 11px
}

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

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

#profile-tabs ul li a
{
  padding: 0 !important;
  background: none !important;
  justify-content: center;
  display: flex;
}

.tab-text {
  font-size: 0.7rem;
  padding-bottom: 0.2rem;
}

.owl-item.active.center .item{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: none !important;
}

.item{
  margin-bottom: 15px;
  margin-top: 15px;
  filter: grayscale(100%);
}

/* Jackpot */
.position-relative {
  text-align: center; /* Ensures the content inside aligns centrally */
}

.odometer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  padding: 1.5rem 0.5rem 0 0;
  width: 100%;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-train-station .odometer-digit {
  background: #c20d02 !important;
  border: 2px solid #ffcc00;
  border-radius: 6px !important;
  box-shadow: inset 0 0 5px 3px rgb(107 20 4);
}
/* Jackpot */

/* dashboard footer game wrapper */
.scrolling-wrapper {    
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  color: white;
  border-radius: 6px;
}

.scrolling-content {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 25s linear infinite;
}

.item-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  filter: none !important;
}

.item-list img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.item-list h3 {
  margin: 0;
  font-size: 0.8rem;
  color: #f6e850;
  font-weight: 700;
}

.item-list p {
  margin: 0;
  font-size: 0.8rem;
}

.coin-img {
  width: 15px !important;
  height: 15px !important;
  vertical-align: text-bottom;
}

.playnow {
  margin-left: auto;
  padding: 6px 12px;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  background: linear-gradient(to bottom, #e40001, #860000);
}

.playnow:focus {
  outline: none !important;
}

@keyframes scroll-vertical {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-50%);
  }
}
/* dashboard footer game wrapper */

.license {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: white;
}