@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .scroll-tablet{
        overflow-x: scroll !important;
    }
    .center-menu{
        padding: 0.5rem 1rem !important;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.line-hr {
    border-bottom: 1px solid #4f5962;
}
.max1080p{
    max-width: 1080px;
    display: block;
    margin: 0 auto;
}
.imagehoop {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middleplay {
    transition: .3s ease;
    opacity: 0;
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
body{
    color: #fff;
    font-family: "Rubik", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.footer-vr {
    list-style-type: none;
}
.footer-vr li {
border-right: 1px solid #fff;
}
.footer-vr li:last-of-type {
border-right: none;
}
.containerhoop:hover .imagehoop {
    opacity:0.3;
    transform: scale(1.05);
    z-index: 999;
}

.containerhoop:hover .middleplay {
    opacity: 1;
}

.textplay {
    background-color: #9747ff;
    border-color: #9747ff;
    color: white;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 1rem;
    width: 105px;
}
/* .textplay:hover{
    color: #ffffff;
    background-color: #5a1fa9;
    border-color: #5a1fa9;
} */

.card-game-scroll{
    width: 50%;
    max-width: 220px;
    min-width: 215px;
    padding: 0.5rem;
}

.card-2 {
    display: flex;
    flex-direction: column;
    background-color: #1c1e2200 !important;
}
.icon-speak {
    background-image: url(../assets/svgall/Icon.svg);
    background-repeat: no-repeat;
    display: block;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.btn-download{
    background-color: #000000;
    border: 1px solid #000000;
}

.btn-download:hover{
    background-color: #9747FF;
    border: 1px solid #9747FF;
    border-radius: 2rem !important;
}

.btn-download .downloadbox {
    font-size: 40px;
    color: #BEBEBE;
}
.btn-download:hover .downloadbox{
    font-size: 25px;
    color: #FFFFFF;
    line-height: 1.5;
    transition: calc(1);
}

.centering {
    display: block;
    margin: 0 auto;
}

.carousel-item {
    width: 94% !important;
}

.text-container {
    padding: 15px;
    background-color: #000;
    color: #aeaeae;
    text-align: left;
    height: 54px;
}

.font-smaller {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.language {
    height: 32px;
}

.pprofile {
    height: 32px;
}
.height-65 {
    height: 63px;
    overflow: hidden;
}
.height-50 {
    height: 45px;
}
.height-30 {
    height: 30px;
}

marquee a {
    margin-right: 10rem;
}

.line-1-height {
    line-height: 1;
}

.line-05-height {
    line-height: 0.5;
}

.img-games {
    border-radius: 18px;
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}
.running-icon{
    position: absolute;
    background-color: black;
    width: 25px;
    height: 25px;
    padding: 2px 4px;
    z-index: 1;
}
.scroll-tablet{
    overflow-x: hidden;
}
.scroll-desktop{
    overflow-x: scroll;
}
::-webkit-scrollbar {
    width: 2px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9747FF; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #9747FF; 
  }
.gamebody {
    border-radius: 15px;
    padding: 0;
    height: 15rem;
    background-color: #00000000 !important;
    box-shadow: none !important;
}
.recommend-wrapper .gamebody {
    height: 10rem;
}
.font-medium{
    font-size: 1.2rem !important;
}
.gamebody .card {
    background-color: #00000000 !important;
}
.min60rem{
    min-height: 60rem;
}
.btn-secondary {
    color: #c9c9c9;
    background-color: #323531 !important;
    border-color: #323531 !important;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #c9c9c9;
    background-color: #1c1e22 !important;
    border-color: #1c1e22 !important;
    box-shadow: none;
}
.btn-secondary-trans {
    color: #c9c9c9;
    background-color: #00000000 !important;
    border-color: #00000000 !important;
    box-shadow: none;
}

.box-secondary {
    color: #aeaeae;
    background-color: #1c1e22;
    padding: 10px 8px 10px 15px;
}
.limit150{
    width: 60%;
    overflow: hidden;
    position: absolute;
    height: 28px;
    text-align: left;
}

.text-purple {
    color: #9747FF;
}

.top-giff {
    color: #9dff21;
    font-size: 20px;
    padding-right: 10px;
}

.d-grid {
    display: grid;
}

.center-menu {
    background-color: #1C1E22;
    padding: 0.5rem 2.5rem;
    margin-top: 2rem;
    border-radius: 1rem;
}

.center-menu .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.center-menu .nav-item a {
    color: #c9c9c9;
}

.nav-pills .nav-link:hover {
    color: #9747ff !important;
}

.center-menu .nav-item a:hover {
    color: #9747FF;
}

.center-menu .form-control {
    background-color: #24262b;
    border: 1px solid #a2a0a0;
    width: 245px;
    height: 50px !important;
    border-radius: 1rem;
    color: #fff;
    font-size: 16px;
}

.icon-games-menu {
    font-size: 2.5rem;
}

.dp-background {
    border-radius: 25px;
    border: 1px solid #313131;
    background: linear-gradient(180deg, #00A0FC 0%, rgba(0, 160, 252, 0.00) 100%), #00DCFF !important;
}
.gm-control{
    color: #ffffff !important;
    background-color: #00000000 !important;
    background-clip: padding-box !important;
    border: 1px solid #5d5d5d !important;
    height: 46px;
}
.wd-background {
    border-radius: 25px;
    border: 1px solid #313131;
    background: linear-gradient(180deg, #8EFFC9 0%, #2BFF99 100%) !important;
}
.main-footer{
    padding: 0 !important;
}
.modal-login{
    max-width: 800px !important;
    padding-top: 2rem;
}
.modal-sub-banner{
    max-width: 80vw !important;
    padding-top: 2rem;
    margin: auto;
}
.modal-header{
    border-bottom: 0px solid #e9ecef00;
}
.modal-footer{
    border-top: 0px solid #e9ecef00;
}
.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.75rem !important;
}

.rounded-3 {
    border-radius: 1rem !important;
}

.rounded-4 {
    border-radius: 1.25rem !important;
}

.rounded-5 {
    border-radius: 1.5rem !important;
}

.purple-line {
    border-top: 1px solid #9747ff;
    margin-top: 2rem;
}
.nav-pills .nav-item.active a{
    color: #4f0;
}

.nav-item-2 {
    min-width: 100px;
    text-align: center;
    margin-right: 0.75rem;
}

.navbar-nav .nav-item.active a{
    color: #00FF85;
}

.nav-link:hover {
    color: #9747ff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #4f0;
    background-color: #1C1E22;
}

.nav-pills .nav-link {
    color: #fff;
}

.tablegames .nav-item {
    min-width: 100px;
    text-align: center;
    margin-right: 0.75rem;
}
.xclose{
    position: absolute;
    margin-top: -1rem;
}
.table th {
    padding: 1.5rem 0.75rem;
}
.table-small th {
    padding: 0.5rem 0.5rem;
}
.table-small th, .table-small td {
    padding: 0.25rem;
    vertical-align: top;
    border-top: 5px solid #161616;
    color: #ffffff;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0);
}
.table-dark {
    color: #ffffff;
    background-color: #000000;
}

.nav-games {
    border-radius: 0.75rem !important;
    border: 1px solid #4b4b4b;
    background-color: #1C1E22;
    color: #fff;
}

.bg-darkgames {
    background-color: #1C1E22 !important;
    color: #ffffff !important;
}
.bg-brown{
    background-color: #242424;
}
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
.language-box {
    background-color: #24262B;
    min-width: 73px;
    border-radius: 0rem !important;
}
.user-box{
    background-color: #24262B;
    width: 260px !important ;
    line-height: 2;
    border-radius: 0rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #9747ff;
    border-radius: 50rem;
    margin: 5px 0px;
}

#dummy-captcha{
    background: #c1c1c1;
    color: #000;
    height: 46px;
    border: 1px solid #000;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 30px;
    font-family: 'Press Start 2P', cursive;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #9747ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-left: 0rem;
}

/* Gaya checkbox ketika dicentang */
input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* Gaya label */
.round-checkbox {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.dataTables_length {
    float: left;
    text-align: left;
    color: #BEBEBE;
  }
  .dataTables_info {
    float: left;
    text-align: left;
    color: #BEBEBE;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(0 0 0);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #161616;
}
.table th, .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 5px solid #161616;
}
table.dataTable {
    background-color: #080808;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #161616;
    border-color: #161616;
}
.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8d8d8d;
    background-color: #161616;
    border: 1px solid #161616;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    height: 46px;
    min-width: 225px;
    background-color: #24262b;
    border: 1px solid #8d8d8d;
    border-radius: 0.5rem;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #9747ff;
    border-color: #9747ff;
    border-radius: 0.25rem;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    color: #fff;
}
@media (max-width: 540px) {
    .gamebody {
/*        height: 16rem;*/
    }

    .headfont-mobile {
        font-size: 1.3rem;
    }

    .carousel-item {
        width: 100% !important;
    }

    .mobile-right-banner {
        position: absolute;
        text-align: right;
    }
}

.gm-txt-black3{
    color: #9747ff;
    text-decoration: underline;
}

/** CUSTOM LOADER **/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #00ffff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  .display_none {
      display: none !important;
  }

  /* loyalty css */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #1c1e22;
  border: 1px solid rgb(103 103 103 / 13%);
}
.loyalty-card-container {
  margin-top: 20px;
}
.w-btn-standart {
  width: 160px;
  margin-bottom: 0.5rem;
}
.loyalty-card-sp {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 12px;
  display: flex;
  min-height: 7.5rem;
}

.loyalty-card-big {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 12px;
  min-height: 15rem;
}

.loyalty-card {
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 12px;
}

.loyalty-logo {
  display: block;
  margin: 0 auto 15px;
  width: 70px;
  height: 70px;
}

.loyalty-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #9747ff;
}

.loyalty-subtitle {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 5px;
}
.progress-bar {
  color: #00ff85 !important;
}
.loyalty-progress-bar-deposit {
  background-color: #00ff85;
}

.loyalty-progress-bar-turnover {
  background-color: #00ff85;
}

.loyalty-progress-text {
  text-align: right;
  color: #dedede;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.loyalty-description {
  font-size: 0.9rem;
  color: #bbb;
  margin-top: 10px;
  margin-bottom: 20px;
}

.loyalty-rebate-level .d-flex {
  margin-bottom: 10px;
}

.loyalty-rebate-level i {
  margin-right: 8px;
  color: #ccc;
}

.loyalty-downgrade-text {
  color: #777;
  font-size: 0.85rem;
  text-align: center;
  margin-top: 10px;
}

.loyalty-cashback-list .list-group-item {
  background-color: #1e1e1e;
  border: none;
  padding: 10px 0;
}

.loyalty-cashback-badge {
  background-color: #00ff85;
  color: #000;
  font-weight: bold;
  padding: 5px 8px;
  border-radius: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.loyalty-cashback-text {
  font-size: 1rem;
  color: #00ff85;
  margin: 0;
}

.loyalty-cashback-subtext {
  font-size: 0.8rem;
  color: #bbb;
  margin: 0;
  margin-top: 2px;
  text-align: right;
}

.loyalty-level-container {
  background-color: transparent;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  margin-top: 20px;
}
.progress {
  box-shadow: none;
  border-radius: 10px;
  height: 10px;
}
.loyalty-welcome {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.loyalty-username {
  color: #9747ff;
}

.loyalty-button {
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: bold;
  border: 1px solid #bebebe;
  color: #00ff85;
}
.loyalty-current-level {
  padding-bottom: 2rem;
}
.loyalty-description {
  color: #ccc;
  margin-bottom: 20px;
  font-style: italic;
}
.paddingextra{
    padding: 8rem 2rem;
}
.loyalty-level-title {
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.loyalty-icon-mini {
  width: 25px;
  margin-right: 10px;
}
.loyalty-icon {
  width: 40px;
  margin-right: 10px;
}

.loyalty-icon-big {
  width: 65px;
  margin: 4px 10px;
  height: fit-content;
  padding: 0px;
}

.loyalty-level-subtitle {
  color: #9747ff;
  font-weight: bold;
  margin-top: -35px;
  margin-left: 3.5rem;
  position: absolute;
}

.loyalty-rebate-level {
  justify-content: space-between;
  margin-bottom: 10px;
  justify-content: space-between;
}

.loyalty-rebate-item {
  background-color: #161616;
  padding: 10px;
  color: #dedede;
  font-weight: 500;
  min-width: 210px;
  max-width: 100%;
  justify-content: space-between;
  display: flex;
  border: 1px solid #4f5962;
  margin-bottom: 8px;
}

.loyalty-rebate-list {
  background-color: #161616;
  padding: 10px;
  color: #dedede;
  font-weight: 500;
  min-width: 210px;
  max-width: 100%;
  border: 1px solid #4f5962;
  margin-bottom: 8px;
}

.loyalty-rebate-percent {
  margin-left: 10px;
  color: #74f774;
}

.banner-royaltybig {
  background-image: url(/themes/custom/gm8-web-indo-v2/assets/loyalty/bannerloyaltymid.png);
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  background-size: contain;
  background-position: center;

}
.hr-dot{
    border-bottom: 1px dotted #6c757d;
    margin: 5px 0px;
}

@media (min-width: 768px) {
  .col-md-25 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}