* {
  margin:0;
  padding:0;
}

html,
body {
  color: #000000;
  background-image: url(/static-images/icons/background.png);
  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;
  background: linear-gradient(to bottom, #d7d7d7, #eeeeee, #d7d7d7);
}
.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: #767676;
  font-weight:bold;
  font-size: 14px;
}

.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 {
  border-radius: 10px;
  background-image: linear-gradient(to right, #f9f9f9, #ececec);
}

.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: 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: 40px !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;
}
.odometer {
  position: absolute !important;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 15px;
  background: #2f2120;
  border: 2px solid #17120f;
  padding: 5px 10px 5px 15px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 49%) -2px 1px 20px 0px inset, rgba(0, 0, 0, 0.3) 5px -1px 4px 0px inset;
}

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

#jackpot-odo-bg {
  background-image: url('/static-images/jackpot/jackpot-bg.png') ;
  background-size: auto;
}

.footer-container {
  background-color: #ffffff !important;
}

@media (min-width: 500px) {
  .promotion_desc {
      padding-left: 2.2rem;
  }
}

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

.dt-container .nav-pills .nav-link.active {
  background: linear-gradient(#e01b6c, #d71361, #cc0953) !important;
  color: #fff;
}

.dt-container .tab-content {
  margin: 10px 10px 0px 1px;
}

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

.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: #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: #f8ee99;
  border-color: #04a500;
  color: #000;
}

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

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

.balance-icon {
  margin: auto;
  width: 55px;
  display: block;
  background: #d8fcd2;
  border-radius: 15px;
}

.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: 510px;
  position: absolute;
  top: 46%;
  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: 150px;
  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;
  padding: 10px;
  position: relative;
  top: 0;
}

.winner-list li {
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #f9fbe9;
  border-radius: 10px;
}

.winner-list li img {
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

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

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

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

.winner-list-sec {
  position: relative;
  text-align: center;
}
.winner-bg {
  width: 100%;
  max-width: 700px;
}

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

.tab-rec-hot {
  background-color: #fff;
  border-bottom: 2px solid #bebebe;
  margin: 20px 0px;
}

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

.tab-game-button.active {
    background-image: linear-gradient(#06d201, #009601);
    border: 2px solid transparent;
    border-image: linear-gradient(#06d201, #009601) 1;
  color: #fff;
}

.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: #4CAF50;
  text-align: center;
  margin: 0 10px;
  white-space: nowrap;
}
.winner-list {
    width: 100%;
    height: 500px;
}
.provider-icons {
    width: 100%;
    height: auto;
    max-width: 200px;
}
/*
##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;
  }
  .odometer {
    font-size: 1.5rem;
  }
}

/*
  ##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;
  }
  .odometer {
    font-size: 1.5rem;
    letter-spacing: 10px;
    padding: 5px 5px 5px 10px;
  }

}

/*
  ##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;
    box-shadow: -2px 1px 11px 4px #d7fdcf;
  }

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

  .odometer {
    font-size: 0.9rem;
    letter-spacing:8px;
    padding: 3px 3px 3px 7px;
    border-radius: 5px;
  }

  .winner-container {
    max-width: 370px;
    top: 44%;
    height: 280px;
  }

  .swiper-slide img {
    width: 90px;
  }

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

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

  .odometer {
    font-size: 0.8rem;
    letter-spacing:7px;
  }

  .swiper-slide img {
    width: 80px;
  }

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

  .winner-container {
    max-width: 310px;
    top: 43%;
    height: 240px;
  }
}

@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: #747474;
  background-color: #f0f0f0;
  width: 100%;
  display: inline-flex;;
  padding: 3px 15px;
  z-index: 999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 auto;
}

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

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

.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: linear-gradient(to bottom, #b71b61, #fa448b);
}

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

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

#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: black !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;
  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: #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: 10px 10px 0px 7px;
  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: bold;
    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;
}

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

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

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

.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;
  background: black;
  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(180deg, #03a600, #04a500) !important;
  color: #fff;
  border: 1px solid #04a500;
}

#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-content {
  background-color: #ffffff !important;
}

.close {
  color: #0a0a0a !important;
  font-weight: 300;
}

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

#game-tabs ul li .tab-title {
  display: block;
  font-size: 0.7rem;
  color: #105c17;
  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);
  }
}

.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 {
  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: white;
  box-shadow: none;
}

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

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

.with {
  background-color: #ececec;
}

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

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

.in_progress {
  font-size: 11px
}

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

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

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

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home__item_icon{
    max-width: 6.7rem;
  }

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

.winner-list li {
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #f9fbe9;
    border-radius: 10px;
}

.winner-list li img {
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

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

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

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

.winner-list-sec {
    position: relative;
    text-align: center;
}
.winner-bg {
    width: 100%;
    max-width: 700px;
}

.provider-footer {
    color: #828282;
    font-weight: 600;
    padding-bottom: 80px;
}
}