* {
  margin: 0;
  padding: 0;
}

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

  background-color: #ffffff;
  overflow-x: hidden;
  background-color: #1a002f;
  background-image: url(/static-images/background/background.png);
  background-size: cover;
  background-repeat: round;
}

.hidden {
  display: none;
}

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

.header-logo {
  width: 100%;
  max-width: 150px;
  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 img {
  width: 32px;
}

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

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

.text-gold {
  color: #c79f59;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-red {
  color: red;
}

.text-cyan {
  color: #aefdfd;
}

.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 {
  border-radius: 10px;
  border: 1px solid #F4C27A;
  background-color: rgba(0, 51, 108, 0.4);
}

.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,
.fixed-footer,
.claim-bonus-container {
  max-width: 1000px;
  margin: 0px auto;
}

.header-img {
  width: 100%;
  max-width: 250px;
  height: 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;
}

.gradient-border-button {
  background-color: transparent;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.gradient-border-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -3px;
  background: linear-gradient(45deg, #D69F50, #F4C179);
  z-index: -1;
  border-radius: 10px;
}

.gradient-border-button::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #021124;
  z-index: -1;
  border-radius: 6px;
}

.btn-circle.btn-md {
  width: 32px;
  height: 32px;
  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-profile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0px;
}

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

.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: 35px !important;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
  padding: 1px;
}

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

.contact_us_color {
  color: #c7ffff;
}

.contact_us_bg {
  background-color: rgba(0, 51, 108, 0.8);
  border-radius: 10px;
}

.license {
  margin-bottom: -5rem;
  padding-bottom: 5rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(to bottom, #D59E4F, #F4C27B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}


.license #cert .square-icon,
.license #payment-method .square-icon {
  max-width: 40px;
}

.license #cert .rectangle-icon,
.license #payment-method .rectangle-icon,
.license #gaming-lincese .rectangle-icon,
.license #security .rectangle-icon {
  max-width: 130px;
}

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

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

#popUpInfo font {
  color: black;
}

.game-bg {
  background-color: rgba(0, 51, 108, 0.5) !important;
}

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

.promotion-p-1 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.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 {
  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%);
}

@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-dark-blue {
  background: linear-gradient(35deg, rgba(0, 51, 108, 0.5), rgba(0, 51, 108, 0.5));
  border-radius: 10px;
}

#login-form {
  height: 350px;
}

.register-prompt {
  font-size: 0.8rem;
}

.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: linear-gradient(35deg, #40bbff 30%, #a343fc) !important;
  width: 100%;
}

.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-title {
  font-weight: 600;
  font-size: 16px;
  padding-left: 0.6rem;
}

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

.text-gradient {
  background: linear-gradient(to right, #D59E4F, #F4C27A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-tb {
  background: linear-gradient(to bottom, #D59E4F, #F4C27A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer-text {
  font-size: 0.7rem;
}

.dt-container .nav-pills .nav-link {
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 16px;
  background: linear-gradient(to right, #D69F50, #F4C179);
  position: relative;
  z-index: 1;
  text-align: center;
}

.dt-container .nav-pills .nav-link::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #00132A;
  border-radius: 3px;
  z-index: -1;
}

.dt-container .nav-pills .nav-link.active {
  background: linear-gradient(to bottom, #D39C4C, #F6C47D) !important;
  color: #000000;
  position: relative;
  z-index: 1;
}

.dt-container .nav-pills .nav-link.active::before {
  content: '';
  display: none;
}

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

.dt-container table {
  font-size: 13px;
  border-collapse: collapse;
  background: rgba(0, 51, 108, 0.3);
}

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

.dt-container table thead th {
  border-bottom: 0;
}

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

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

.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: rgba(0, 51, 108, 0.3);
  color: #ffffff;
  border: none;
}

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

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

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

.footer-bg {
  background-color: #00336C;
  bottom: -1px;
  border-radius: 10px;
  width: 100%;
  max-width: 970px;
  position: fixed;
  z-index: 11;
}

.join-btn-text span {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.login-btn-text span {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.balance {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

.withdraw-button,
.deposit-button {
  font-size: 20px;
  width: 100%;
  padding: 10px;
  font-weight: 700;
}

.withdraw-button {
  color: #ffffff;
}

.btn-join {
  padding: 9px;
}

.text-caramel {
  color: #F2C078;
}

#sentence p {
  font-size: 0.6rem;
}

#contact-us>.contact-details {
  font-size: 13px;
}

.text-brake {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.caret-icon {
  transition: transform 0.3s ease;
}

.navbar-dark-blue {
  background-color: #00132A;
}

.input-label {
  font-weight: 600;
  font-size: 15px;
  color: #ca074d;
}

.withdraw-notes {
  line-height: 1.1;
}

.withdraw-notes h6 {
  font-size: 0.9rem;
}

.withdraw-notes span {
  font-size: 0.8rem;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/*
##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;
  }
}

@media (min-width: 700px) {
  .la.withdraw-balance-refresh::before {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 0.5rem;
  }

  .currency {
    font-size: 32px !important;
  }

  .fs-balance {
    font-size: 30px !important;
  }
}

/*
  ##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;
  }

  .license {
    font-size: 0.8rem;
  }

  .withdraw-button,
  .deposit-button {
    font-size: 1rem;
  }

  .maintenance {
    font-size: 1rem;
  }
}

/*
  ##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: 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;
  }

  .balance-icon {
    width: 50px;
  }

  body {
    background-size: cover;
  }

  .join-btn-text span,
  .login-btn-text span,
  .balance {
    font-size: 0.8rem;
  }

  .license {
    font-size: 0.8rem;
  }

  .withdraw-button,
  .deposit-button {
    font-size: 0.9rem;
  }

  .input-label {
    font-size: 15px;
  }

  .maintenance {
    font-size: 0.8rem;
  }
}

@media (max-width: 400px) {
  .input-label {
    font-size: 14px;
  }

  .form-group .img-button {
    bottom: 14px !important;
  }

  .dt-container .nav-pills .nav-link {
    font-size: 0.63rem;
  }

  .maintenance {
    font-size: 0.7rem;
  }
}

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

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

  .input-label {
    font-size: 14px;
  }
}

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

.header__menu_container {
  display: flex;
  flex-direction: row;
  position: fixed;
  max-width: 960px;
  width: 100%;
  /* bottom: 0; */
  z-index: 999;
}

.text-with-shadow {
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  font-weight: 600;
}

.headerstrip {
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #747474;
  background-color: rgba(0, 51, 108, 0.5);
  width: 100%;
  display: inline-flex;
  padding: 5px 5px;
  z-index: 999;
}

.headerstrip-text {
  font-size: 13px;
  font-weight: 400;
  text-transform: initial;
  color: #ffffff;
}

.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;
  color: unset !important;
}

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

.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-list-tab {
  max-width: 13rem !important;
  max-height: 6rem !important;
}

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

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

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

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

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

#game-tabs .ui-tabs-panel {
  padding: 0px !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: 92px;
}

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

.full-bar-title.pink-gradient {
  background-image: url("/static-images/deposit/deposit-icon.png") !important;
}

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

#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: 10px 12px 0 12px;
}

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

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

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

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

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

#bank-tabs .ui-tabs-panel {
  padding-left: 0px;
  padding-right: 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;
}

.modal-header,
.modal-body {
  background: linear-gradient(35deg, #40bbff 30%, #a343fc) !important;
}

.file-caption {
  height: 31px;
  padding: 0.1rem 0.75rem;
  background: #ececec !important;
  border-radius: 0.35rem !important;
}

.upload .file-caption .file-caption-name {
  caret-color: transparent;
}

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

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

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

.hidden-xs {
  display: none;
}

.form-group .img-button {
  z-index: 10;
  position: absolute;
  bottom: 3px;
  right: 25px;
  background-color: #00132A;
  padding: 0px 10px;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

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

.prev-next {
  font-size: 30px;
  cursor: pointer;
}

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

#vip-tabs .vip-info td {
  border: unset;
}

#vip-tabs .vip-info th {
  border: unset;
  background-color: #8c90bd;
}

.details tr td {
  /* padding:5px !important; */
}

.vip-bg {
  background-color: rgb(53, 60, 125, 0.8);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  padding: 1rem 0.5rem;
  margin-top: -4.2rem;
  position: relative;
}

.vip-medal.active {
  display: block;
}

.vip-medal {
  display: none;
}

.vip-details.active {
  display: block;
}

.vip-details {
  display: none;
}

#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: #F4C27A;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1rem;
}

.promotion-description {
  color: #fff;
}

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

.promotion-details {
  color: #ffffffff;
  list-style-position: inside;
}

.promotion-button-show-hide {
  border-radius: 5px !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;
  }
}

.gradient-background-button {
  background-image: linear-gradient(to bottom, #D39C4C, #F6C47D);
  border-radius: 6px;
}

.header-gap {
  gap: 10px;
}


.login-btn,
.join-btn {
  width: 100%;
  max-width: 200px;
}

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

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

.dataTables_empty,
.dataTables_info,
.text-am8 {
  color: #fff !important;
  font-weight: 500;
  font-size: 12px;
}

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

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

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

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

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

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

.header-border {
  /* position: relative;
  padding-left: 1rem;
  padding-right: 1rem; */
  border-bottom: 1px solid #E2AD62;
}

/* .header-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: #9361b2;
} */

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

.btn-submit {
  color: #000000;
  border-radius: 5px;
  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-image: linear-gradient(to bottom, #D39C4C, #F6C47D) !important;
  color: #000000;
  border: none;
  width: 35px;
  text-align: center;
}

#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: #333333 !important;
}

.close {
  color: #ffffff !important;
}

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

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

.home__item_icon {
  width: 80px !important;
  margin-top: -40px;
  background-color: #c40241;
  padding: 10px 10px 0px 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* 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: 7.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;
  padding: 0 0.25rem;
}

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

.brands__wrapper span {
  font-size: 10px;
  font-weight: 800;
}

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

.textbox {
  border-radius: 8px !important;
}

.confirm-btn {
  padding-bottom: 0.35rem !important;
  padding-top: 0.35rem !important;
  font-size: 14px !important;
}

.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%;
  max-width: 70px;
}

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

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



.with {
  background-color: #ececec;
}

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

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

.btn {
  border: 0px solid transparent !important;
}

.untoggle-btn {
  background: linear-gradient(to bottom, #D39C4C, #F6C47D) !important;
  font-size: 12px;
  font-weight: 700;
  color: #000000 !important;
}

.toggle-btn {
  background-color: #00132A;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #F4C179 !important;
  color: #aefdfd !important;
}

.owl-stage-outer {
  border-radius: 15px;
  margin: 0.25rem;
  border: 2px solid #F4C27A;
  box-shadow: 0 0px 20px rgba(244, 194, 122, 0.6);
}

.in_progress {
  font-size: 11px
}

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

#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%);
}

#slick-dots-container-slot .slick-dots,
#slick-dots-container-fishing .slick-dots,
#slick-dots-container-sport .slick-dots,
#slick-dots-container-live .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  bottom: 22px;
}

#slick-dots-container-slot .slick-dots li,
#slick-dots-container-fishing .slick-dots li,
#slick-dots-container-sport .slick-dots li,
#slick-dots-container-live .slick-dots li {
  margin: 0;
  width: 29px;
  height: 6px;
  background-color: transparent;
}

#slick-dots-container-slot .slick-dots li button,
#slick-dots-container-fishing .slick-dots li button,
#slick-dots-container-sport .slick-dots li button,
#slick-dots-container-live .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

#slick-dots-container-slot .slick-dots li.slick-active,
#slick-dots-container-fishing .slick-dots li.slick-active,
#slick-dots-container-sport .slick-dots li.slick-active,
#slick-dots-container-live .slick-dots li.slick-active {
  background: linear-gradient(to right, #D59E4F, #F4C27A);
  border-radius: 1rem;
  margin-right: 0.5rem;
}

#slick-dots-container-slot .slick-dots li.slick-active button:before,
#slick-dots-container-fishing .slick-dots li.slick-active button:before,
#slick-dots-container-sport .slick-dots li.slick-active button:before,
#slick-dots-container-live .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slick-dots-container-slot .slick-dots li button:before,
#slick-dots-container-fishing .slick-dots li button:before,
#slick-dots-container-sport .slick-dots li button:before,
#slick-dots-container-live .slick-dots li button:before {
  line-height: 7.9px !important;
  font-size: 6px !important;
  color: white !important;
  opacity: inherit !important;
}

@media screen and (max-width: 825px) {
  .dashboard_image {
    max-width: 100px;
  }
}

@media screen and (max-width: 435px) {
  .dashboard_image {
    max-width: 75px;
  }
}

@media screen and (max-width: 415px) {
  .dashboard_image {
    max-width: 68px;
  }
}

@media screen and (max-width: 365px) {
  .dashboard_image {
    max-width: 67px;
  }
}

.slick-prev,
.slick-arrow {
  display: none;
}

.video-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.table-bordered {
  border: none !important;
}