html {
    scrollbar-face-color: #313131;
    scrollbar-base-color: #313131;
    scrollbar-3dlight-color: #313131;
    scrollbar-highlight-color: #313131;
    scrollbar-track-color: #131313;
    scrollbar-arrow-color: #131313;
    scrollbar-shadow-color: #313131;
    scrollbar-dark-shadow-color: #313131;
  }
  
  ::-webkit-scrollbar { width: 8px; height: 10px;}
  ::-webkit-scrollbar-button {  background-color: #313131; }
  ::-webkit-scrollbar-track {  background-color: #313131;}
  ::-webkit-scrollbar-track-piece { background-color: #131313;}
  ::-webkit-scrollbar-thumb { height: 50px; background-color: #313131; }
  ::-webkit-scrollbar-corner { background-color: #313131;}
  ::-webkit-resizer { background-color: #313131;}

img{
    object-fit: contain;
}

.iti {
    width: 100%;
    display: block;
  }
  
.bonus-banner{
    background-image: url('../images/jackpot-banner.gif');
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    min-height: 80px;
}

.bonus-area{
    width: 100%;
    height: auto;
    padding-left: 30%;
    line-height: 100%;
}

.bebas{
    font-family: Bebas;
    -webkit-filter: drop-shadow(3px 3px 3px #000000);
    filter: drop-shadow(3px 3px 3px #000000); 
}

.glow{
    -webkit-filter: drop-shadow(5px 5px 5px #a018b9);
    filter: drop-shadow(5px 5px 5px #FFFFFF); 
}

.bonus-text{font-size: calc(2.1vw + 2.1vh)}

@media (min-width: 490px) {.bonus-area{padding-left: 33%; line-height: 150%;}.bonus-text{font-size: calc(1.5vw + 1.5vh);}.bonus-area{ padding-left: 30%;}}
@media (min-width: 767.98px) {.bonus-text{font-size: calc(1.2vw + 1.2vh);}.bonus-area{ padding-left: 30%;line-height: 100%;}}
@media (min-width: 991px) {.bonus-text{font-size: calc(0.9vw + 0.9vh);}.bonus-area{ padding-left: 30%;line-height: 100%;}}
@media (min-width: 1540px) {.bonus-text{font-size: calc(1.2vw + 1.2vh);}.bonus-area{ padding-left: 30%;line-height: 120%;}}
@media (min-width: 2020px) {.bonus-text{font-size: calc(0.9vw + 0.9vh);} .bonus-area{ padding-left: 30%;line-height: 150%;}}

.no-display{
    display: none;
  }

.page-container{
        width: 50%;
        height: 50%;
        position: absolute;
        top: 10%;
        left: 25%;
    }
    @media (max-width: 992px) {
        .page-container{
            width: 80%;
            height: 50%;
            position: absolute;
            top: 10%;
            left: 10%;
        }
    }

.center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
 
.page-center{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    display: flex;
}

.center-flex{
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
}

.center-content{
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
}

input[type=date] {
    color: #7c7c7c;
  }

input[type=text] {
    text-align: center;
}
input[type=password] {
    text-align: center;
}
input[type=number] {
    text-align: center;
}

.date-range-group{
    width: 50%;
}
.addon-date-name{
    display:none;
}

iframe, video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.table-form{
    width: 100%;
}
.table-form td{
    padding: 5px;
}
.table-label{
    text-align: right;
   
}
@media (max-width: 490px) {.table-label{display: none;}}


.media-container {
position: relative;
width: 100%;
overflow: hidden;
}

.iframe-container{
    background: #000;
    padding-top: 56.25%;
}

.tb-bet-main{
  width: 100%;
}

.tb-bet-main td{
  padding: 1px;
  /* border: 1px solid sandybrown; */
}

.game-pad{
    padding: 5px 5px 0 ; 
}

.result_holder{
    box-shadow: 0 0 8px 8px #181b22 inset;  
    backdrop-filter: blur(8px);  
    -webkit-backdrop-filter: blur(8px); /* Add this line first, it fixes blur for Safari*/
    width: 100%; height: 100%; 
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 999; opacity: 1;
    transform: scale(0); transition: transform 0.2s ease-in-out;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}

.show_result{
    transform: scale(1);
}

.result_holder b{
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
    text-wrap: nowrap;
    text-transform: uppercase;
    font-style: oblique;
    font-size: 3.5em;
    line-height: 110%;
    -webkit-filter: drop-shadow(5px 5px 5px #000000);
    filter: drop-shadow(5px 5px 5px #000000); 
}


.flipX {
    animation: 1s anim-flipX;
  }
  @keyframes anim-flipX {
    0% {
      opacity: 0;
      transform: rotateX(90def);
    }
    50% {
      opacity: 1;
      transform: rotateX(720deg);
    }
    100% {
      /* animate nothing to pause animation at the end */
      opacity: 1;
      transform: rotateX(720deg);
    }
  }

.img-flexi{
  height: auto; 
  width: 100%; 
  object-fit: contain;
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000); 
}  

.img-flexi-max{
    height: auto; 
    width: 100%; 
    max-width: 200px; 
    object-fit: contain;
    -webkit-filter: drop-shadow(5px 5px 5px #000000);
    filter: drop-shadow(5px 5px 5px #000000); 
  }
 
 
.ts-left{
  text-overflow: ellipsis; white-space: nowrap;
  vertical-align: middle;
  text-align: start;
}

.ts-center{
  text-overflow: ellipsis; white-space: nowrap;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
 
}

.ts-right{
  text-overflow: ellipsis; white-space: nowrap;
  vertical-align: middle;
  text-align: end;
 
}

.ts-bg-round{
  width: 100%;
  background-color: #070b11;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ts-bg-round-inverse{
    width: 100%;
    background-color: #191c24;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

.item-pays{
    background-color: #111319;
    width: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.error_message_alert{
    margin: 2px; padding: 5px;
    border: 2px solid #fdad00;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.arena-play-title{
    color: #fdad00;
    font-size: 20px;
    font-weight: bold;
}
.arena-play-button{
    padding: 10px; 
    border: 1px solid #fdad00; 
    width: 100%; height: 100%; 
    text-align: center;
    color: #fdad00;
    font-size: 20px;
    font-weight: bold;
}

.arena-play-button:hover{
    background: #fdad00;
    color: #FFFF;
    text-decoration: none;
}

.arena-play-button:focus{
    border: 1px solid #fdad00; 
    color: #FFFF;
}

.arena-play-button:active{
    color: #FFFF;
}

.bet-form{
    border: 1px solid #2c2e33;
    font-weight: normal;
    font-size: 0.875rem;
    padding: 3px 5px;
    background-color: #2A3038;
    border-radius: 5px;
    color: #ffffff; 
    width: 100%;
}

.bet-button{
    border-radius: 5px; 
    width: 100%;
    margin: 5px 3px; 
    flex-grow: 1;
    background-color: transparent;
}
 
.betting-h{
    /* width: 100%;
    height: 45px; */
}

.chips-container {
    overflow: auto;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 5px 0; 
    padding: 15px 0;
}
 
.chips-container .chips-button{
    width: 13vw;
    transition: transform .2s; /* Animation */
    cursor: pointer;
    }
    @media (min-width: 767.98px) {.chips-container .chips-button {width: 60px;} }
        @media (min-width: 991px) {.chips-container .chips-button {width: 60px;} }
            @media (min-width: 1700px) {.chips-container .chips-button {width: 80px;} }
                @media (min-width: 1920px) {.chips-container .chips-button {width: 100px;} }

.chips-button:hover {
    transform: scale(1.5); 
    }
    
.trends-table {
    width: 100%; 
    border-collapse: collapse; 
    table-layout: auto; 
    display: block;
    overflow-x: auto;
    overflow-y:hidden;
    white-space: nowrap;
    background-color: white;
    margin: 2px;}

.trends-table td{border: 1px solid #7c7c7c; padding: 2px; white-space: nowrap; }

.trend{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    background:white;
}
.trend.meron{
    background-color: #fc424a;
    color: white;
}
.trend.wala{
    background-color: #1b3fd5;
    color: white;
}
.trend.cancelled{
    background-color: #ffab00;
    color: black;
}
.trend.draw{
    background-color: #00d25b;
    color: black;
}
.none{
    width: 12px;
    height: 12px;
    border-radius: 5px;
    background-color: black;
}

.no-wrap{
 word-wrap:unset;
  text-overflow: ellipsis; 
  white-space: nowrap;
}


/* popup properties */
.popup-container{
    position: relative;
    text-align: center;
    display: flex;
    overflow: hidden;
    margin: 0 10px;
}


.popup-container2{
    position: relative;
    text-align: center;
    display: flex;
    overflow: hidden;
    margin: 0;
}

.popup-content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.popup-top-center {
    position: absolute;
    top: 70px;
    width: auto;
    height: 100%;
    margin: 0 20px;
    
}
.popup-table-grid {
    width: 100%;
}

.popup-top-full {
    position: absolute;
    top: 70px;
    width: 100%;
    height: auto;
    padding: 0 50px;
}

.popup-icon-content{
    width: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.popup-text-content{
    font-size: 1.3em;
}

.popup-text-small{font-size: 1em;}
.popup-text-large{font-size: 2em;}
.popup-text-large2{font-size: 2.5em;}

.popup-bottom-center {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: auto;
  }

.popup-bottom-jackpot {
    position: absolute;
    bottom: 65px;
    width: 100%;
    height: auto;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

.popup-table-jackpot{
    width: 100%;
    margin-top: 180px;
}

.popup-collect-bonus{
    padding: 5px 25px;
    font-weight: bold;
}

.jackpot-collect {
    background-color: #fdad00;
    color: white;
    padding: 5px 15px;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: rgba(236, 162, 65, 0.712) 0px 3px 8px;
    margin: 4px 10px 4px 10px;
    font-weight: bold;
    outline: none;
    border: none;
}

.jackpot-collect:active {
    box-shadow: rgba(236, 162, 65, 0.712) 0px 3px 8px;
    margin: 6px 10px 2px 10px;
    outline: none;
}
.jackpot-collect:disabled {
    background-color: #cf8f04;
    box-shadow: rgba(236, 162, 65, 0.712) 0px 3px 8px;
    margin: 4px 10px 4px 10px;
    outline: none;
}

@media (max-width: 1178px) {
    .popup-table-grid{
        width: 98vw;
    }
}
@media (max-width: 490px) {
    .popup-top-center {top: 50px; }
    .popup-top-full {top: 50px; }
    .popup-icon-content{width: 20%; }
    .popup-text-content{font-size: 100%; }
    .popup-bottom-center {bottom: 20px;}
    .card-container{padding: 0px 5px 10px;}

    .popup-text-small{font-size: 0.5em;}
    .popup-text-large{font-size: 1.5em;}
    .popup-text-large2{font-size: 2em;}
    #group-name{display:none;}
    #input-date-to{margin-left: 5px;}
    .trend{width: 30px;height: 30px;font-size: 12px;}
    .popup-table-jackpot{
        margin-top: 60%;
    }
    
}
@media (max-width: 991px) { 
    .card-container{padding: 0px 5px 10px;}
    .date-range-group{width: 100%;}
}
@media (max-width: 1350px) { 
    .date-range-group{width: 100%;}
}

 
.bonus-text {
    text-align: center;
    color: rgba(252, 164, 0, 0.8);
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.9, #fff));
    background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(5.5, #fff));
    background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
    -webkit-background-size: 50px 100%;
    -moz-background-size: 50px 100%;
    background-size: 50px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #222;
}
  @-moz-keyframes shimmer {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }
  @-webkit-keyframes shimmer {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }
  @-o-keyframes shimmer {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }
  @keyframes shimmer {
    0% {
      background-position: top left;
    }
    100% {
      background-position: top right;
    }
  }