* {
  margin: 0;
  padding: 0;
}

html,
body {
  color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 970px auto;
  background-attachment: fixed;
}

@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 {
  max-width: 160px;
  height: auto;
}

.header-background {
  background-size: cover;
  background-position: center;
}

.small-pill {
  padding: 0;
}

.pill-bar {
  width: 18px;
  height: 70px;
  background-color: grey;
  border-radius: 1px;
  display: inline-block;
  margin-left: -1.5rem;
  transition: background-color 0.3s;
}

.pill-bar-vip {
  width: 18px;
  height: 70px;
  background-color: #c4c4c4;
  border-radius: 1px;
  display: inline-block;
  margin-left: -1.5rem;
  transition: background-color 0.3s;
}

.pill-bar.active {
  background-color: rgb(0, 128, 53);
}

.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-grey-profile {
  color: #9f9f9f;
  font-weight: 500;
  font-size: 16px;
}

.text-grey {
  color: #737373;
}

.text-red {
  color: #ff6160;
}

.text-green {
  color: #71a254;
}

.text-contact-blue {
  color: #02b2ff;
  font-size: 15px;
}

.text-contact-grey {
  color: #727272;
  font-size: 15px;
  overflow: hidden;
}

.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: #d1deff;
  border-radius: 10px 10px 0px 0px;
}

.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: 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: 30px;
  height: 30px;
  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-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-kh {
  background-image: url("/static-images/icons/kh-icon.png");
}

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

.table-custom-white {
  background-color: transparent;
  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: #828282;
}

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

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

#popUpInfo font {
  color: black;
}

.popup-provider-name {
  font-size: 18px;
  background: -webkit-linear-gradient(#10b817, #008a00);
  margin: 0 -1em !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;
}

.jackpot-img-bg {
  position: relative;
  display: inline-block;
  margin: auto;
}



#jackpot-odo-img {
  width: 100%;
  padding: 5px 0px;
  display: block;
}

.footer-container {
  background-color: #ffffff !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: 1055;
}

.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: #dadada;
  border-radius: 10px;
}

.background-white {
  background-color: #ffffff;
  border-radius: 10px;
}

.btn-green-gradient {
  color: #fff;
  width: 50%;
  background-color: #008a00;
}

.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-color: #1e1e1e;
  width: 50%;
}

.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 {
  background-color: #c9d8ff;
  border-radius: 10px 10px 0px 0px;
  color: #0147ff;
  font-weight: bold;
  justify-content: center;
}

.dt-container .nav-pills .nav-link.active {
  background: #0147ff !important;
  color: #fff;
}



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

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

.dt-container th:nth-child(1),
.dt-container th:nth-child(2),
.dt-container th:nth-child(3) {
  border-right-width: 0;
}

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

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

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

.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: #ffffff;
  border-color: #ffffff;
  color: #0147ff;
}

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

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

.balance-icon {
  width: 35px;
}

.shadow-box {
  box-shadow: 0px 1px 2px 2px #d7fdcf;
}

.winner-container {
  width: 100%;
  max-width: 620px;
  margin: 50px auto;
  overflow: hidden;
  border-radius: 10px;
  height: 680px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.menu-container {
  width: 100%;
  padding: 10px 0;
}

.swiper {
  width: 100%;
  display: none;
  cursor: pointer;
}

.swiper.active {
  display: block;
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.swiper-slide p {
  margin-top: 10px;
  font-size: 14px;
}

#menu-ul-tab {
  background: #ffffff !important;
}

.winner-list {
  list-style: none;
  margin: 0;
  position: relative;
  top: 0;
}

.winner-list li {
  height: 160px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 5px;
}

.winner-list li img {
  width: 150px;
  height: auto;
  border-radius: 5px;
  margin-right: 10px;
}
.winner-list li .info > .amount img {
  width: 25px;
  height: auto;
}

.winner-list li .play-now img {
  width: 70px;
  height: auto;
}

.winner-list li .info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
}

.winner-list li .info .name {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.winner-list li .info .amount {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.winner-list-sec {
  position: relative;
  text-align: center;
}

.winner-bg {
  width: 100%;
  max-width: 700px;
  margin-top: -30px;
}

.provider-footer {
  color: #828282;
  font-weight: 600;
  font-size: 13px;
}

.tab-game-button {
  flex: 1;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-weight: bold;
  padding: 8px 20px;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
}

.tab-game-button.active {
  background-image: linear-gradient(#0153dd, #0044c9);
  border: 2px solid transparent;
  color: #ffffff;
}

.tab-game-button.active div span {
  color: #ffffff !important;
}

.tab-game-button:focus,
.tab-game-button.active:focus,
.tab-game-button.active:focus-visible {
  outline: none !important;
}

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.title-container .line {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #4CAF50, transparent);
}

.title-container .icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  padding: 0;
}

.title-container .text {
  font-size: 20px;
  font-weight: bold;
  color: #0153db;
  text-align: center;
  margin: 0 10px;
  white-space: nowrap;
}

.winner-list {
  width: 100%;
  height: 500px;
}

.provider-icons {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  background: white;
  background-size: 100% 100%;
  overflow-y: auto;
  transition: transform 0.3s ease;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1040;
}

.sidebar.left {
  left: 0;
  transform: translateX(-100%);
}

.sidebar.active {
  transform: translateX(0);
}

.menu-btn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

#close {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.menu-btn img {
  width: 23px;
  height: auto;
}

.overlay-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1031;
  display: none;
}

#openLeft.active img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.login-btn,
.register-btn,
.logout-btn {
  padding: 7px;
  border-radius: 8px;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.nav-item>.nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.nav-item>.nav-link span {
  color: #0147ff;
}

.nav-item>.nav-link img {
  width: 35px;
}

#user-id {
  gap: 10px;
}

#user-id,
#balance span {
  color: #0147ff;
  font-size: 18px;

}

.blue-gradient-bg {
  background: linear-gradient(to bottom, #0144f6, #0f3acf);
}

.red-gradient-bg {
  background: linear-gradient(to bottom, #e30000, #8a0000);
}

.btn-radius {
  border-radius: 10px;
}

.text-500 {
  font-weight: 500;
}

.text-blue {
  color: #0153db !important;
}

.provider-list {
  background-color: #001856;
  padding: 10px;
}

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

#login-form-container h5 {
  font-weight: 600;
  font-size: 1.7rem;
}

#login-form-container span {
  color: #9f9f9f;
  font-weight: 500;
  font-size: 15px;
}

#profile-container h5 {
  font-weight: 600;
  font-size: 1.7rem;
}

#profile-container .tab h5 {
  font-weight: 500;
  font-size: 1.2rem;
}

#profile-container span {
  color: #9f9f9f;
  font-weight: 500;
  font-size: 15px;
}

.form-ft-text span {
  font-size: 15px;
  font-weight: 500;
  color: #9f9f9f;

}

#bank_name_copy_btn,
#bank_acc_num_copy_btn {
  position: absolute;
  right: 0;
}

.border-blue {
  border: 2px solid #0153db;
}

.coins-effect {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: -150px;
  margin: auto;
  max-width: 900px;
}

.odometer-wrapper {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 20px;
  width: fit-content;
  margin: auto;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
}

.digit-box {
  background-color: #002b60;
  border: 3px solid #ffcc00;
  border-radius: 12px;
  padding: 0 6px;
  text-align: center;
  margin: auto;
}

.digit-box .odometer {
  font-size: 32px;
  color: white;
  font-weight: bold;
  line-height: 40px;
}

.separator {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  padding: 0 6px;
  user-select: none;
}


#balance-bg {
  background: linear-gradient(to bottom, #0144f6, #002fcd);
  padding: 10px 0px;
  border-radius: 10px;
}

.deposit-btn,
.withdraw-btn {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 5px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 200px;
  margin: auto;
}

.deposit-btn span,
.withdraw-btn span {
  color: #0147ff;
  font-weight: 700;
  font-size: 15px;
}

.gap-10 {
  gap: 10px;
}

#main-wallet span {
  font-size: 18px;
  font-weight: 500;
}

#main-wallet span b, #balance-text  {
  font-size: 22px !important;
}

#main-wallet img {
  width: 50px;
  height: 50px;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #000000;
}

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


  .home__item_icon {
    max-width: 6.7rem;
  }

  .winner-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    top: 0;
  }

  .winner-list li {
    height: 140px;
  }

  .winner-list li img {
    width: 130px;
  }

  .winner-list li .info {
    display: flex;
    flex-direction: column;
  }

  .winner-list li .info .name {
    font-weight: bold;
    font-size: 16px;
  }

  .winner-list li .info .amount {
    font-size: 14px;
  }

  .winner-list-sec {
    position: relative;
    text-align: center;
  }

  .winner-bg {
    width: 100%;
    max-width: 700px;
  }

  .provider-footer {
    color: #828282;
    font-weight: 600;
  }

  .digit-box {
    min-width: 30px;
  }

}

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

}

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

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



  .winner-container {
    max-width: 370px;
    top: 55%;
    height: 400px;
  }

  .swiper-slide p {
    margin-top: 10px;
    font-size: 12px;
  }

  .winner-list li {
    height: 120px;

  }

  .winner-list li img {
    width: 110px;
  }

  .tab-game-button {
    padding: 2px 10px;
  }

  .sidebar {
    max-width: 300px;
  }

  .nav-item>.nav-link {
    font-size: 0.8rem;
  }

  .coins-effect {
    top: -80px;
  }

  .digit-box .odometer {
    font-size: 1rem;
  }

  .separator {
    font-size: 1.2rem;
    padding: 0;
  }

  .digit-box {
    border: 2px solid #ffcc00;
    border-radius: 7px;
  }

  .odometer-wrapper {
    gap: 2px;
    top: 30%;
  }

  #main-wallet img {
    width: 40px;
    height: 40px;
  }

  #main-wallet span {
    font-size: 16px;
  }

  #main-wallet span b, #balance-text {
    font-size: 18px !important;
  }

  #main-wallet {
    padding: 0px;
  }
}

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

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

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


  .swiper-slide p {
    margin-top: 10px;
    font-size: 11px;
  }

  .winner-container {
    max-width: 310px;
    top: 53%;
    height: 330px;
  }

  .winner-list li {
    height: 100px;

  }

  .winner-list li img {
    width: 90px;
  }

  .winner-list li .info .name,
  .winner-list li .info .amount {
    font-size: 14px;
  }

  .tab-game-button {
    padding: 0px 10px;
    font-size: 13px;
  }

  .odometer-wrapper {
    top: 25%;
  }

  #main-wallet span {
    font-size: 15px;
  }

  #main-wallet img {
    width: 35px;
    height: 35px;
  }
}

@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;
  width: 100%;
  background-image: url('/static-images/icons/footer-background-icon.png');
  background-size: cover;
  background-position: center;
}

.headerstrip {
  font-size: 15px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #0147ff;
  background-color: #f1faff;
  width: 100%;
  display: inline-flex;
  ;
  padding: 5px 15px;
  z-index: 999;
  margin: 0 auto;
}

.headerstrip-text {
  font-size: 13px;
  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;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

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

#game-tabs .sidebar {
  background: linear-gradient(to bottom white, grey);
}

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

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

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

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

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

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

#bank-tabs {
  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: 50px;
}

#bank-tabs .tab-icon.active {
  filter: unset;
  border: 3px solid #0246ff;
}

#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-left: 0px;
  padding-right: 0px;
}

#bank-details {
  border-radius: 5px;
  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;
}

.upload .file-caption .file-caption-name {
  padding-left: 1.5rem !important;
  caret-color: transparent;
}

.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: linear-gradient(#0052dc, #003ec3) !important;
  border-color: #d5d5d5 !important;
  border-left: none;
  background-position: center;
}

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

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

.promotion-category-scroll-bar button {
  background-color: #d1deff;
  border: none;
  color: #094afd;
  width: 100px;
  white-space: nowrap;
  padding: 8px 18px;
  border-radius: 0.25rem;
  font-weight: 500;
}

.promotion-category-scroll-bar button.active {
  margin: auto;
}

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

.promotion-description {
  color: #000000;
}

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

.promotion-button-show-hide {
  border-radius: 5px !important;
  width: 100%;
}

.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 {
  background-color: #57a841;
  color: white;
  font-size: 1.4rem !important;
  border-radius: 0px;
}

.btn-join {
  background: linear-gradient(to bottom, #ecd200, #fdb500);
  color: white;
  font-size: 1.4rem !important;
  border-radius: 0px;
}

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

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

.dataTables_empty,
.dataTables_info,
.text-am8 {
  color: #000000 !important;
  font-weight: bold;
  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/reload.png) !important;
}

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

#refresh_btn {
  margin-top: 5px;
  margin-left: 5px;

}

.input-label {
  font-weight: 400;
  font-size: 14px;
  color: #0c0c0c;
  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;
}

.navbar-white {
  background-color: #fff;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ui-tabs .ui-tabs-nav li .side-bar {
  border: 2px #fff;
  background-image: url('/static-images/icons/asset.png');
  background-position: center;
  margin-right: -2px;
  background-size: 75px;
  background-repeat: no-repeat;
}

#game-tabs li.ui-tabs-active a {
  background-image: url('/static-images/icons/selected_asset.png');
  background-position: center;
  margin-right: -2px;
  background-size: 75px;
  background-repeat: no-repeat;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  border: 2px #fff;
  background-position: center;
  background-size: cover;
}

.bg-white {
  background-color: white;
  padding: 0.5rem;
}

.btn-submit {
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
}

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

.text-bold {
  font-weight: 700;
}

.page-item.next .page-link,
.page-item.previous .page-link {
  background-color: #e0e9ff !important;
  color: #0147ff;
  border: 1px solid #e0e9ff;
}

#pills-bet select {
  background-color: #fff;
}

option[selected] {
  background: rgb(247, 246, 246);
}

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

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

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

.modal-backdrop {
  background-color: white !important;
  opacity: 0.5 !important;
}

.modal-content {
  border: none !important;
  background-color: #ffffff !important;
}

.close {
  color: #0146ce !important;
  font-weight: 500;
  font-size: 40px;
  opacity: 1;
}

#game-tabs ul li .tab-icon {
  width: 60px;
  height: auto;
  margin-top: 5px;
}

#game-tabs ul li .tab-title {
  display: block;
  font-size: 0.7rem;
  color: #2c6bc0;
  font-weight: 700;
  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: 110px;
  width: 100%;
}

.home__item_icon {
  width: 100% !important;
  max-width: 7rem;
  margin-top: -5rem;
  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: 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);
  }
}

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 {
  background-color: #eeeced !important;
  color: #929292;
  border-radius: 10px;
}

.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: 50%;
}

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

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

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

.with {
  background-color: #d9e5ff;
}

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #d9e5ff !important;
}

.amount-button {
  background: #d9e5ff;
  color: #0e50ff !important;
  font-weight: 500;
  border-radius: 2px;
}

.in_progress {
  font-size: 11px
}

#pills-tabs ul li .tab-icon {
  display: none;
  width: 120px;
  height: 50px;
  object-fit: contain;
}



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

.fixed-bottom {
  z-index: 2 !important;
}