  .clickable {
     cursor:pointer;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* { box-sizing: border-box; margin: 0; padding: 0; }

:root {  
    --body:#282828;
    --body-t:#dddddd;
    --body-a:#fafafa;
    --header:#005440;
    --header-t:#dddddd;
    --header-a:#ffffff;
    --footer:#282828;
    --footer-t:#dddddd;
    --footer-a:#fafafa;
    --layout:#353535;
    --layout-t:#dddddd;
    --layout-a:#fafafa;
    --primary:#FFDF1B;
    --primary-t:#303030;
    --primary-a:#fafafa;
    --secondary:#16D1A9;
    --secondary-t:#101010;
    --secondary-a:#646464;
    --title:#454545;
    --title-t:#dddddd;
    --gray: #252525;
    --black:#000000;
    --white:#ffffff;
    --success: #7DAA2F;
    --warning: #FF9F43;
    --danger: #EA5455;
    --pending: #4169E1;
    --no-color: rgba(139, 139, 139, .1);
    --no-color2: rgba(139, 139, 139, .2);
    --no-color3: rgba(139, 139, 139, .3);
    --no-color9: rgba(139, 139, 139, .9);
}

body {
    font-family: 'Open Sans' sans-serif;
    background: var(--body);
    color: var(--body-t);
    overflow-x: hidden;
    font-weight: 500;
    font-size: 13px;
}

a, a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
    color: var(--body-a);
    cursor: pointer;
}

/* Font Size */
 .fs-10 { font-size: 10px; }
 .fs-11 { font-size: 11px; }
 .fs-12 { font-size: 12px; }
 .fs-13 { font-size: 13px; }
 .fs-14 { font-size: 14px; }
 .fs-15 { font-size: 15px; }
 .fs-16 { font-size: 16px; }
 .fs-17 { font-size: 17px; }
 .fs-18 { font-size: 18px; }
 .fs-19 { font-size: 19px; }
 .fs-20 { font-size: 20px; }
 .fs-21 { font-size: 21px; }

 /* Background */
.bg-primary { background:var(--primary) !important; color:var(--primary-t) !important; }
.bg-secondary { background:var(--secondary) !important; color:var(--secondary-t) !important; }
.bg-gray { background:var(--gray) !important; color:var(--primary) !important; }
.bg-success { background:var(--success) !important; color: var(--white) !important; }
.bg-bet { background:var(--title) !important; color:var(--title-t) !important; }
.bg-footer { background:var(--footer) !important; color:var(--footer-t) !important; }
.bg-layout { background:var(--layout); color:var(--layout-t); font-size:12px; }
.bg-gr2 { background:#E4E4E4; color: var(--black);  }

.bg-footer a { cursor: pointer; color: var(--footer-t); }
.bg-footer a:hover { color: var(--footer-a); }

.bg-layout a { color: var(--layout-a); }
.bg-layout a:hover { color: var(--layout-t); }
.bg-layout a:focus { color: var(--layout-t); }
  .clickable {
     cursor:pointer;
    }



.modal-backdrop {
  z-index: -1 !important;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.brand-img {
  display: flex;
  flex-wrap: nowrap;         /* Keep all images on one line */
  overflow-x: auto;          /* Allow scrolling if screen too small */
    justify-content: center;
    gap: 22px;
}

.brand-img img {
  height: 150px;
  width: auto;
  flex: 0 0 auto;             /* Prevent shrinking */
}

/* Medium devices */
@media (max-width: 996px) {
  .brand-img img {
    height: 78px;
  }
}

/* Small devices */
@media (max-width: 400px) {
  .brand-img img {
    height: 60px;
  }
}

/* Extra small devices */
@media (max-width: 320px) {
  .brand-img img {
    height: 50px;
  }
}


 /* Color */
.color-primary  { color:var(--primary) !important; }
.color-secondary { color:var(--secondary) !important; }
.color-black { color:var(--black) !important; }
.color-white { color:var(--white) !important; }
.color-gray { color:var(--gray) !important; }

/* Class Clear */
.fresh{ clear: both; }
.clean{ clear: both; height: 5px; }

.btn, button { cursor: pointer; outline: none; box-shadow: none; }
.btn:focus, button:focus, .btn:hover, button:hover { outline: none; box-shadow: none; }
.disable { pointer-events: none !important; }

/* Border */
.border-top { border-top: 1px solid var(--no-color) !important; }
.border-start { border-left: 1px solid var(--no-color) !important; }
.border-end { border-right: 1px solid var(--no-color) !important; }
.border-bottom { border-bottom: 1px solid var(--no-color) !important; }
.border { border: 1px solid var(--no-color2) !important; }
.border-primary-bottom { border-bottom: 1px solid var(--primary); }
.border-bottom:last-child { border-bottom: none; }
.border-s1 { border-left: 1px solid var(--no-color2); }
.rounded { border-radius:3px; }

header {  
  background: var(--header);
  color: var(--header-t);
  position: fixed;
  z-index:999;
  width:100%;
}

div#betHistoryData {
    height: 75vh !important;
}
.form-check.form-switch {
      display: block !important;
    visibility: visible !important;
}

.header { padding:12px 0px; }
.header a { color: var(--header-a); }
.header a:hover { color: var(--header-t); }
.header .active { color: var(--header-a); }
.top-speach { height: 120px; }

.header .logo { font-weight:900; font-size: 25px; }
.header .t1 { color: var(--primary); }
.header .t2 { color: var(--header-a); }
.carousel-control-prev, .carousel-control-next{
display:none !important}
.top-bar { width:100%; padding:8px 0px; background: var(--body); overflow-x: scroll;
    white-space: nowrap;}
.top-bar a { color:var(--body-t); padding:3px 8px; text-align: center; }
.top-bar a:hover{ color:var(--body-a); }

.header .join-btn { margin-top:3px; border: 1px solid var(--primary); color:var(--primary); border-radius:20px; padding:5px 14px; }
.header .login-btn { margin-top:3px; border: 1px solid var(--secondary); color:var(--header-a); border-radius:20px; padding:5px 14px; }
.header .join-btn:hover { border: 1px solid var(--header-t); color:var(--header-t);}
.header .login-btn:hover { color:var(--secondary); }

.header .center-menu a { margin-top:3px; color:var(--header-a); padding:5px 10px; font-size:14px; font-weight:600; }
.header .center-menu a:hover { color:var(--secondary); }
.header .center-menu .active { color:var(--secondary); border-bottom: 2px solid var(--secondary); }
.back-btn{
  	padding: 8px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 2px;
    font-weight: 400;
  color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

footer { background: var(--body); color: var(--body-t); }
footer a { color: var(--body-a); }
footer a:hover { color: var(--body-a); }
.footer-icon { color: var(--success); width:60px; height:60px; line-height:60px; font-size:33px; text-align:center; border-radius:50%; font-weight:600; }
footer h5 { font-weight:600; font-size:20px; }
footer .follows a { background:var(--layout); display:inline-block; margin:5px; height:35px; width:35px; line-height:35px; border-radius:50%; text-align:center; }
footer .follows i { color:var(--layout-t);  }
footer .follows .fa-facebook:hover { color:blue;  }
footer .follows .fa-telegram:hover { color:#24A1DE;  }
footer .follows .fa-youtube:hover { color:red;  }
footer .follows .fa-whatsapp:hover { color:#25D366;  }
footer .follows .fa-instagram:hover { color:#c13584;  }
footer .fc-18 { font-weight:800; background:var(--layout); color:var(--layout-t); height:40px; width:40px; line-height:40px; border-radius:5px; text-align:center;}

footer ul { list-style: none; margin:0px; padding:0px;  }
footer .footer-title { padding: 5px 0px; font-size: 20px; color: var(--secondary); font-weight:700; }
footer .footer-menu li { padding: 5px 10px; display:block;  }
footer .footer-menu li a { color: var(--body-t);  }
footer .footer-menu li a:hover { color: var(--body-a);  }

.nowrap { white-space:nowrap; min-width:950px; overflow-x:scroll; overflow-y:hidden; }

.home-btn { color: var(--secondary-t); padding: 4px 16px; border-radius:0px; }
.home-btn:hover { background:var(--primary); color: var(--primary-t); }

.star-0 { color:#dddddd; }
.star-1 { color:#ffa534; }

.pin-0 { color:#dddddd; }
.pin-1 { color:#ffa534; }

.loginForm, .registerForm, .resetForm { padding: 0px 12px; font-size:13px; }
.loginForm a, .registerForm a, .resetForm a {
   display: block; 
   width: 100%;
   text-align: center;
   border: 1px solid var(--no-color2);
   color: var(--header); 
   padding: 5px 12px;
}

.loginForm .active, .registerForm .active, .resetForm .active { background: var(--header); color: var(--header-a); }

.form-desc { margin: 15px; font-size:12px; color: #656565; text-align:center; }
.form-desc p a {  color: var(--header); text-decoration: underline; cursor: pointer; }
.form-desc p a:hover { text-decoration: none; }


.sports-list .inplayBtn, .sports-list .upcomingBtn { 
    padding: 10px 14px;
    background: var(--body);
    color:var(--body-t);
    box-shadow:none;
    outline: none;
    border: none;
    text-align: center;
    border-radius: 5px;
    font-weight:700;
}
.sports-list .inplayBtn:focus, .sports-list .upcomingBtn:focus { color: var(--secondary); }
.sports-list .inplayBtn:hover, .sports-list .upcomingBtn:hover { color: var(--secondary); }
.sports-list .active, .sports-list .active { color: var(--secondary); }

/* Scrollbar */
.scroll-y {
  overflow-x: hidden;
  overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
.scroll-w {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
 -webkit-overflow-scrolling: touch;
  width:100%;
}
.fh-100 { height: calc(100vh - 150px); }


.scroll-bar::-webkit-scrollbar{ width: 14px; }
.scroll-bar::-webkit-scrollbar-track {
   background-color: transparent;
   border-radius: 2px;
   border-right: 1px solid var(--black);
}
.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 25px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: var(--layout);
}
.scroll-bar-0::-webkit-scrollbar {
  width: 0px;
  height:0px;
}


/*Btn Class*/
.cashout-disabled{
background:#b1afaf !important;
      color: #000 !important;
    border: none;
    padding: 10px 16px;
    outline: none ;
    cursor: pointer;
    border-radius: 2px;
}
.submit {
    background: var(--header) !important;
    color: var(--header-t) !important;
    border: none;
    padding: 10px 16px;
    outline: none ;
    cursor: pointer;
    border-radius: 2px;
}   
.submit:hover {
    color: var(--header-a) !important;
    text-decoration: none;
} 

.submit-2 {
    background: var(--secondary) !important;
    color: var(--secondary-t) !important;
    border: none;
    padding: 10px 16px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
}   
.submit-2:hover {
    color: var(--primary-a) !important;
    text-decoration: none;
}   

.my-btn {
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
}

.my-btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
button#send-otp-btn {
    background: #005440;
    border: none;
}
.btn-close {
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -7px;
    background: var(--danger);
    color: var(--white);
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height:15px;
    text-align: center;
    font-weight: 600;
    z-index: 999;
    opacity: 1;
    border-radius:50%;
}
.bet-slip {
    margin-bottom: 10px;
}

.bet-header {
    background-color: #f8f9fa;
    font-weight: bold;
  color: black;
}

.bet-summary {
    color: #555;
    margin-top: 5px;
}

.first-item {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
button.btn-off-close {
    background: #005440;
    width: 20px;
    border: none;
    height: 20px;
  color:white;
}
.bet-details {
    padding: 10px;
  background-color:#fff;
  color:#000;
}

.collapse-btn {
    color: #007bff;
    border-top: 1px solid #ddd;
}

.collapse-btn i {
    margin-left: 5px;
}
.comment-card {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 0.95rem;
}

.comment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.avatar {
  width: 32px;
  height: 32px;
  background: #005440;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.comment-meta {
  flex-grow: 1;
  margin-left: 10px;
}

.username {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.time {
  color: #999;
  font-size: 0.8rem;
}

.comment-text {
  margin: 6px 0 0 42px;
  color: #fff;
  line-height: 1.4;
}

.delete-btn {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 0.9rem;
  cursor: pointer;
}

.delete-btn:hover {
  color: #b02a37;
}


.cashout-disabled {
    background-color: #ccc;
    color: #666;
    border: none;
    padding: 10px;
}
.input-form-comment {
    position: absolute;
    bottom: 0;
    width: 100%;
}
button#submitComment {
    background-color: #005440;
  border: none;
}

.submit {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
}

.bet-header .badge {
    font-size: 12px;
    line-height: 1.1;
    padding: 6px 8px;
    text-align: center;
}

div#commentsLoading {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}


.btn-close:hover { color: var(--white); }

.modal-content { border-radius: 0px; background: var(--white); color: var(--black); border: none; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
.modal-open .modal-backdrop {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}


.modal-content a { color: var(--black); }
.modal-content a:hover { color: var(--primary); }
.modal-content a:focus { color: var(--primary); }

/*From Section*/
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--white);
    border-radius: 2px;
    padding: 8px 16px;
    border: 1px solid var(--no-color3);
    color: var(--black);
    font-weight: 700;
}

.form-control:focus{
    outline: none;
    box-shadow: none;
    background: var(--white);
    color: var(--secondary-a);
    border: 1px solid var(--secondary);
}

select.form-control { color: var(--secondary); }
select.form-control option { color: var(--black); }

.search-icon { position: absolute; right:7px; top:7px; }

.menu .box {
  background: var(--body);
  color: var(--body-t);
  padding: 8px 16px;
  border-bottom: 1px solid rgba(139, 139, 139, .1);
}

.menu ul { list-style: none; padding: 0px; margin: 0px; }
.menu ul li { padding: 7px 16px; color: font-size:16px; color:var(--secondary); }
.menu ul li a {
  color: var(--body-a);
  display: block;
  font-size:14px;
}
.menu ul li a:hover { color: var(--secondary); }
.menu ul li .active { color: var(--secondary); }
.menu ul li:last-child { border-bottom: none; }


.table { width:100%; color: var(--layout-t); }
.table thead > tr > th {
    border-top: none;
    border-bottom: none;
    padding: 8px 5px;
    text-transform: uppercase;
    color: var(--layout-t);
}

.table tbody { border-top: none !important; }
.table tbody > tr > td {
  border-top: 1px solid rgba(139, 139, 139, .1);
  border-bottom: none;
  padding: 8px 5px;
  color: var(--layout-t);
}

.table > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
   background: rgba(139, 139, 139, .1);
}


.success { background:var(--success); color:#fafafa; padding:1px 5px; border-radius: 2px; }
.warning { background:var(--warning); color:#303030; padding:1px 5px; border-radius: 2px; }
.danger  { background:var(--danger); color:#fafafa; padding:1px 5px; border-radius: 2px; }
.pending { background:var(--pending); color:#fafafa; padding:1px 5px; border-radius: 2px; }


.radio-0 {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--layout-t);
  margin: 0;
 }

.numberNoArrow::-webkit-outer-spin-button,
.numberNoArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.dropbtn { border: none; }
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white);
  border-radius: 4px;
  width: 180px;
  border: 1px solid var(--black);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 80;
  top:45px;
  right: 0px;
  padding: 7px 10px;
}

.dropdown-content button {
  color: var(--black);
  text-decoration: none;
  padding: 3px;
  display: block;
  border-bottom: 1px solid var(--no-color);
}
.dropdown-content button:hover {color: var(--primary);}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content button:last-child { border-bottom: none;}

.img-box {
   overflow: hidden;
   position: relative;
}

.img-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--gray);
  width: 100%;
  visibility: visible;
  padding: 20px;
  text-align: center;
}

.img-zoomIn, .img-zoomOut { 
    background:transparent;
    width: 100%;
}

.img-zoomIn:hover {
    transform: scale(0.7);
    transition: transform 2s;
}
.img-zoomOut:hover {
    transform: scale(1.5);
    transition: transform 2s;
}

.img-box:hover .img-text {
    visibility: hidden;
}

.select2-results__option { color: black; }

.slider-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/1;
  display: block;
  border-radius: 10px;
}

.blog-img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}

#sliders button{ border-radius:50%; width:7px; height:7px; }

.img-over {
   background: rgb(0,0,0);
   background: linear-gradient(0deg, rgba(0,0,0,0.4822303921568627) 0%, rgba(0,0,0,1) 100%);
   position: absolute;
   bottom: 0px;
   width: 100%;
   font-size:12px;
   text-align: center;
   border-radius: 0px 0px 8px 8px;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   padding: 5px;
   color: var(--white);
}

.blogs .active { 
    background: var(--primary);
    color: var(--primary-t);
 }

 .blogs a {
    cursor: pointer;
    padding: 5px 12px;
    margin: 5px;
    background: var(--layout);
    color: var(--layout-t);
}

 /*Sports*/
.group .active {  background: var(--primary) !important; color:var(--primary-t) !important; }
.stats .active {  background: var(--primary) !important; color:var(--primary-t) !important; }
.team button {  color:var(--primary) !important; border: 1px solid var(--primary); }
.team .active {  background: var(--primary) !important; color:var(--primary-t) !important; }

.card-icon { position: absolute; top:10px; right:70px; opacity:0.2; font-size:45px; }

/* List Style */
.list { background: var(--content); list-style:none; border-radius:7px; }
.list .item { text-decoration:none; color: var(--content-t); border-bottom: 1px solid var(--no-color); cursor:pointer; }
.list .item:hover { color: var(--content-t); border-bottom: 1px solid var(--no-color); }
.list .item:last-child { border-radius: 0px 0px 7px 7px; }

.btn-click{
   color: var(--primary) !important;
   background: transparent !important;
   width: 100%;
   height: 40px;
   line-height: 40px;
   cursor: pointer;
   border: none;
   font-weight:600;
}

.btn-click:hover {
  transition: transform .3s ease;
  opacity: 0.9;
  outline: none;
}

/**.btn-click:focus { background: var(--primary) !important; color: #141720 !important; } */

.scoreboard { 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 170px;
    width: 100%;
    position: relative;
 }

.scoreview {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    top:0px;
    left:0px;
    padding: 20px 8px;
 }

.d-mobile { display: none; }
.m-menu { display: none; bottom:0; left: 0; z-index:99; }
.m-menu .active { color: var(--primary); }

.m-menu .dropdown-toggle::after { display:none !important; }
.m-menu .dropdown-menu { background: var(--layout); color: var(--layout-t); }
.m-menu .dropdown-menu li { border-bottom: 1px solid var(--no-color2); margin-bottom:10px; }
.m-menu .dropdown-menu li:last-child { border-bottom: none; margin-bottom:0px; }
.m-menu .dropdown-menu a { color: var(--layout-t); }
.m-menu .dropdown-menu a:hover { color: var(--layout-a); }

.title-bar { width:100%; height:40px; line-height:40px; background: var(--title); color: var(--title-t); }
.title-bar a, .title-bar button  { cursor: pointer; border: none; outline: none; color: var(--title-t); padding: 8px 12px; margin: 5px; background: transparent; }
.title-bar a:hover, .title-bar a:focus, .title-bar button:hover, .title-bar button:focus { color: var(--title-t); border: none; outline: none;}
.loader-center { margin: 20% auto; width:50px; }

.content-loader {
    display: flex;
    position: relative;
    height: 50vh;
    justify-content: center;
    align-items: center;
}

.loader,.loader:before,.loader:after{
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

@keyframes circle-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader.loader-circle {
    transform-origin: center center;
    border: 2px solid var(--secondary);
    border-right-color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: circle-loader 0.6s infinite ease-out;
}

#overlay {
    width:100%;
    height:100%;  
    position:fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
    overflow-x: hidden;
 }

.popUp{ 
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    position:fixed; 
    z-index:9999;
    display:none; 
    top: 0;
    left: 0;
    overflow: hidden;
 }

 .popUp-size{ 
    max-width:350px; width:100%; margin:15% auto;
 }
   
 .slip-counter{
    top:-28px;
    right:0; background: var(--primary);
    color: var(--primary-a);
    border-radius: 50%;
    height: 26px;
    width: 26px;
    line-height:26px;
    position: absolute;
    font-size: 17px;
    font-weight: 500;
}

.slip-active {
  background: var(--primary) !important;
  color: var(--primary-a) !important;
}

.sportActive { background: var(--primary) !important; border-radius: 5px; }
.numberNoArrow::-webkit-outer-spin-button,
.numberNoArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nav-pills .nav-item .nav-link { 
    background: transparent; 
    color: var(--black); 
    border: none;
    border-radius: 0px;

} 

.nav-pills .nav-item .active { 
    background: var(--header);
    color: var(--header-a);
}

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.odd-high {
   color: var(--success);
   animation-name: odd-high;
   animation-fill-mode: both;
   animation-duration: 1s;
}

@keyframes odd-high{
  0%{
    opacity: 1;
    font-weight:600;
    transform: translateY(-10px);
  }
  30%{
    opacity: 0;
    transform: translateY(5px);
  }
  60%{
    opacity: 1;
    font-weight:600;
    transform: translateY(-10px);
  }
  80%{
     opacity: 0;
     transform: translateY(5px);
  }
  100%
  {
    transform: translateY(0);
  }
}


.odd-low {
   color: var(--danger);
   animation-name: odd-low;
   animation-fill-mode: both;
   animation-duration: 1s;
}

@keyframes odd-low {
  0%{
    opacity: 0;
    transform: translateY(10px);
  }
  30%{
    opacity: 1;
    font-weight:600;
    transform: translateY(5px);
  }
  60%{
    opacity: 0;
    transform: translateY(10px);
  }
  80%{
     opacity: 1;
     font-weight:600;
     transform: translateY(5px);
  }
  100%
  {
    transform: translateY(0);
  }
}

.tns-controls button {
    cursor: pointer;
    border: none;
    outline: none;
    padding: 4px 12px;
    margin:2px;
    text-align: center;
    border-radius:5px;
    background: var(--secondary);
    color: var(--secondary-t);
    font-size:20px;
    opacity: 0.2;
 }
 .tns-controls button:hover {
    background: var(--primary);
    color: var(--primary-t);
 }
.tns-outer { position: relative; }
.tns-outer [data-controls="prev"] {
    position: absolute;
    top:33%;
    left:0;
    z-index:9;
}
.tns-outer [data-controls="next"] {
    position: absolute;
    top:33%;
    right:0;
    z-index:9;
}

.tns-controls:hover button{
  opacity: 1;
}

.market-btn {
    background: transparent;
    box-shadow: none;
    padding: 8px 12px;
    display: block;
    text-align: left;
    width: 100%;
    border: none;
    color: var(--title-t);
}

.market-btn:hover { background: var(--title); color: var(--primary); }
.market-btn:focus { background: var(--title); color: var(--primary); }
.market-btn span {  color: var(--primary); }

::-webkit-scrollbar { width:0; background: transparent;}
::-webkit-scrollbar-thumb{ background: transparent;}

.group-btn .active { background: var(--secondary); color:var(--secondary-t); }
.group-btn a, .group-btn button  {
    cursor: pointer;
    padding: 5px 12px;
    margin: 0px 5px;
    margin-bottom: 8px;
    background: var(--layout);
    color: var(--layout-t);
    border-radius: 4px;
    border: none;
    box-shadow: none;
    outline: none;
}
.group-btn a:focus, .group-btn button:focus  {
    border: none;
    box-shadow: none;
    outline: none;
}

.leftMenu {
    position:relative;
    width:100%;
    height:100%;
    z-index:99;
    left:0px;
}

.rightMenu {
   position:fixed;
   width:310px;
   height:100%;
   z-index:99;
   right:-310px;
   top:105px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   border-radius: 40px 0px 0px 0px;
}

.app-class { 
    position:fixed;
    bottom:30px;
    width:100%;
    z-index:99;
    color:var(--body-a); 
    background:var(--body);
    padding: 8px 12px;
}
.app-class span { color:#fff220; font-size:12px; }
.app-layout { display: none; }

.slipView {
    display: none;
    background: #E4E4E4;
    color: #101010;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 340px;
    height: calc(100% - 104px);
    z-index: 999;
      overflow-y: auto;

}

.slipFocus {
  background: var(--primary) !important;
  color: var(--primary-t) !important;
}

.slipSelected {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;  
  background: #E4E4E4;  
  color: #101010;
  width: 340px;
  z-index: 99;
  padding: 8px 14px;
  border-radius: 10px 10px 0px 0px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}


/* Mobile Device */ 
@media (max-width: 990px) {
    .d-mobile { display: block; display: inline-block;}
    .m-menu { display: block; }
    .title-bar { border-radius: 0px; }
    .modal-sm { width:260px; margin:auto; }
    #leftMenu { display: none; }
   .top-speach { height: 105px; }

#viewModal {
margin-top: 150px;
}
    .leftMenu {
        position:fixed;
        background: var(--body);
        width:310px;
        top:105px;
    }
  
    .app-layout { display: block; }
    .scroll-bar::-webkit-scrollbar {
      width: 0px;
      height:0px;
    }
    .slipSelected { width: 100%; }
    .slipView { width: 100%; }
 
}


/* Win Notification Styles */
.win-notification-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.win-notification-modal.show {
    opacity: 1;
    visibility: visible;
}

.win-notification-content {
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    max-width: 90%;
    width: 500px;
      height: 500px;
    max-height: 80%;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.4s ease;
    overflow: hidden;
      display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.win-notification-modal.show .win-notification-content {
    transform: translateY(0);
}

.win-notification-content h2 {
    color: #ffd700;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.win-amount {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

.close-win-modal {
    background: #005440;
    color: #fff;
    border: none;
    padding: 0.8rem 5rem;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.close-win-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Confetti Animation */
.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    opacity: 0.8;
    animation: fall linear forwards;
}

@keyframes fall {
    0% {
        transform: translateY(-100px) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(600px) rotate(360deg);
        opacity: 0;
    }
}

.trending-bets-section {
  position: relative;
  margin: 0 auto;
}
.trending-section-header {
  border-bottom: 2px solid #eaeaea;
}
.section-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.fire-icon {
  color: #ff7700;
  margin-right: 6px;
}
#trending-bets-container {
  width: 100%;
  position: relative;
}
/* Mobile styling */
@media (max-width: 768px) {
  .trending-bets-mobile-wrapper {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding: 8px 0;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .trending-bets-mobile-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .trending-bets-mobile-wrapper .bet-card-wrapper {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: center;
  }
}
/* Desktop styling */
@media (min-width: 769px) {
  .trending-bets-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 12px 8px;
    -webkit-overflow-scrolling: touch;
  }
  
  .trending-bets-scroll-wrapper .bet-card-wrapper {
    min-width: 280px;
    scroll-snap-align: start;
    flex: 0 0 auto;
  }
}
.bet-card-wrapper {
  border-radius: 8px;
  overflow: hidden;
  background-color: #282828;
}
.bet-card {
  background-color: #282828;
  box-shadow: 0px 0px 21px 0px rgba(34,33,33,0.75);
  -webkit-box-shadow: 0px 0px 21px 0px rgba(34,33,33,0.75);
  -moz-box-shadow: 0px 0px 21px 0px rgba(34,33,33,0.75);
}
.bet-builder-badge {
    /* background-color: #f0f4f8; */
    color: #005440;
    font-size: 14px;
    font-weight: 500;
}
.bet-odds {
  color: #005440;
  font-size: 18px;
}
.match-title {
  font-size: 15px;
  color: #fff;
}
.bet-selections {
    font-size: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selection-item {
  position: relative;
  border-bottom: 1px solid #dadada99;
  gap: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
  min-height: 24px; /* Minimum height for each selection */
  display: flex;
  align-items: center;
  height: 59px;
    justify-content: flex-start;
}
.selection-item:last-child {
  border-bottom: none;
      border-bottom: none;
    height: auto;
    padding-top: 12px;
}
.selection-item:not(:last-child)::before {
  content: "\f1e3"; /* Font Awesome bullhorn */
  font-family: "Font Awesome 6 Pro"; /* or "Font Awesome 5 Free" */
  font-weight: 900; /* only if using solid style */
  left: 2px;
  color: #005440;
}

/* Special styling for cards with few selections */
.bet-card-wrapper.few-selections .bet-selections {
  padding-bottom: 2px;
}

/* Add spacing at the bottom of the last selection item if there are few selections */
.bet-card-wrapper.few-selections .selection-item:last-child {
  margin-bottom: 2px;
}
.bet-footer {
  border-top: 1px solid #eee;
  font-size: 14px;
}
.fold-count {
  font-weight: 600;
  color: #fff;
}
.booking-code {
  color: #005440;
  font-weight: 600;
}
.add-bet-btn {
  background-color: #005440;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.2s;
}
.add-bet-btn:hover {
  background-color: #005440;
}
.trending-message {
  text-align: center;
  padding: 20px;
  color: #6c757d;
}
.error-message {
  margin-top: 8px;
  font-size: 13px;
}
/* Styling for the more selections text */
.more-selections {
  font-style: italic;
  color: #aaa;
}
.span-title-box {
    color: #FFDF1B;
    font-weight: 800;
    font-size: 14px;
}
.selection-info{
color:#aaa
}

/* slider */

.product-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
      padding: 15px 0; /* Add some vertical padding to the slider container */
      -webkit-overflow-scrolling: touch; /* Smoother scrolling on iOS */


}

.slider-container {
    display: flex;
      will-change: transform; /* Hints the browser to optimize transformation */

    white-space: nowrap;
}

.product-item {
    flex: 0 0 auto;
     width: 200px;
    padding: 0; /* Remove padding from the item */
    box-sizing: border-box;
    display: inline-block;
      -webkit-user-select: none;

    margin-right: 8px; 
}
.product-item:last-child {
    margin-right: 0;
}

.product-card {
    text-align: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 114px; /* Set fixed height as requested */
    width: 100%;
    cursor: pointer;
  transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: fill; 
    display: block;
   -webkit-user-drag: none;
    user-drag: none;
}

.product-card h3 {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    color: white;
    font-size: 10px;
    font-weight: 800;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
}
@supports (-webkit-touch-callout: none) {
    .slider-container {
        /* This helps reduce flickering on iOS */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .product-card {
        /* Additional hardware acceleration fixes for iOS */
        -webkit-perspective: 1000;
        perspective: 1000;
    }
}

/* Casino Category Section Styles */
.casino-category-section {
    margin-bottom: 2rem;
}

.casino-category-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
}

/* Casino Game Card Styles - Consistent across all devices */
.casino-game-card {
    border-radius: 8px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff !important;
    position: relative;
    aspect-ratio: 6/5; /* Maintains consistent card proportions */
}

.casino-game-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.2) !important;
}

.casino-game-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}



/* Casino White Hover Overlay */
.casino-game-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.casino-game-card:hover .casino-game-hover-overlay {
    opacity: 1;
}

/* Casino VIEW ALL Button Styles */
.casino-btn-outline-primary {
    border: 2px solid #005440;
    color: #fff;
    background: transparent;
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 25px;
}

.casino-btn-outline-primary:hover {
    background: #005440;
    color: #fff;
    transform: translateY(-1px);
}

/* Casino Category Header Styles */
.casino-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

/* Consistent Grid Layout for Casino Category View */
.casino-category-games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 0 1rem;
}

/* Casino Full Games View Grid */
.casino-full-games-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    padding: 0 1rem;
}

/* Casino Breadcrumb Navigation Styles */
.casino-breadcrumb-nav {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.casino-breadcrumb-nav .btn-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 1.1rem;
}

.casino-breadcrumb-nav .btn-link:hover {
    color: #007bff;
}

.casino-breadcrumb-text {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Casino Load More Button */
.casino-btn-primary {
    background: #005440;
  color:#fff;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.casino-btn-primary:hover {
    background: #005440;
    transform: translateY(-1px);
}

/* Casino Search Modal Improvements */
.casino-modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.casino-modal-body .form-control {
    border-radius: 25px;
    padding: 12px 50px 12px 20px;
    font-size: 1rem;
    border: 2px solid #e9ecef;
}

.casino-modal-body .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

/* Casino Filter Section Improvements */
.casino-bg-layout {
    background: #282828;
    border-radius: 10px;
}

.casino-bg-layout select.form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 8px 12px;
}

/* Casino Scrollable horizontal section for type 1 games */
.casino-scroll-w {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.casino-scroll-w::-webkit-scrollbar {
    display: none;
}

.casino-scroll-w .d-flex {
    gap: 15px;
    padding: 0 15px 15px;
}

.casino-scroll-w .casino-item {
    min-width: 200px;
    flex-shrink: 0;
}

/* Animation for casino view transitions */
#categoryView, #fullGamesView {
    transition: all 0.3s ease;
}

/* Casino loading state improvements */
.casino-text-center h6 {
    color: #6c757d;
    font-weight: 500;
}

/* Enhanced casino hover effects */
.casino-game-card {
    cursor: pointer;
}

.casino-game-card a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Casino Responsive Adjustments */
@media (min-width: 576px) {
    .casino-category-games-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .casino-category-title {
        font-size: 1.5rem;
    }
    
    .casino-btn-outline-primary {
        font-size: 0.875rem;
        padding: 8px 20px;
    }
}

@media (min-width: 768px) {
    .casino-full-games-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.25rem;
    }
    
    .casino-category-header {
        padding: 1rem 1.5rem;
    }
    
    .casino-category-games-grid,
    .casino-full-games-grid {
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) {
    .casino-full-games-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1.5rem;
    }
}

/* Ensure consistent aspect ratios for casino games */
@media (max-width: 575px) {
    .casino-game-card {
        aspect-ratio: 8/5; /* Slightly taller on mobile for better visibility */
    }
}

/* Smooth transitions for all casino interactive elements */
.casino-game-card,
.casino-btn-outline-primary,
.casino-btn-primary,
.casino-game-image,
.casino-game-hover-overlay {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Remove default Bootstrap responsive behavior for casino specific layout */
.casino-category-games-grid .casino-game-card,
.casino-full-games-grid .casino-game-card {
    min-height: 0; /* Prevents grid items from stretching */
}

/* spin css*/
  /* Balance Section */
  .balance-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .balance-wrapper > span {
    font-size: 16px;
    color: #f12c2c;
  }
  .balance-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .balance-amount {
    font-size: 2rem;
    font-weight: bold;
    color: white;
  }

  .naira-symbol {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    font-weight: 600;
  }

  .withdraw-btn {
    background: #feb705;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    font-size: 0.9rem;
    width: 94px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .withdraw-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Slot Machine Container */
  .slot-machine-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
  }

  /* Main Slot Machine */
  .slot-machine {
    background-image: url("https://24jbet.com/uploads/slots/slot_machine.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Reels Container */
  .reels-container {
    position: absolute;
    top: 129px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 150px;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
  }

  .reels-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 5;
  }

  .reels-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 5;
  }

  .reels {
    display: flex;
    gap: 4px;
    justify-content: center;
    height: 100%;
  }

  .reel {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    width: 79px;
    min-width: 70px;
    height: 210px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .reel-strip {
    position: relative;
    transition: transform 0.1s ease-out;
  }

  .reel.spinning .reel-strip {
    transition: none;
    animation: spin 0.07s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-210px);
    }
  }

  .reel-symbol {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Symbol Icons */
  .icon_1 {
    background-image: url("https://24jbet.com/uploads/slots/icon_1.png");
  }
  .icon_2 {
    background-image: url("https://24jbet.com/uploads/slots/icon_2.png");
  }
  .icon_3 {
    background-image: url("https://24jbet.com/uploads/slots/icon_3.png");
  }
  .icon_4 {
    background-image: url("https://24jbet.com/uploads/slots/icon_4.png");
  }
  .icon_5 {
    background-image: url("https://24jbet.com/uploads/slots/icon_5.png");
  }
  .icon_6 {
    background-image: url("https://24jbet.com/uploads/slots/icon_6.png");
  }
  .icon_7 {
    background-image: url("https://24jbet.com/uploads/slots/icon_7.png");
  }

  /* Arrow styles */
  .arrow-container {
    position: absolute;
    top: 43%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }

  .arrow-left,
  .arrow-right {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .arrow-right {
    background-image: url("https://24jbet.com/uploads/slots/left_arrow.png");
    margin-left: 5px;
  }

  .arrow-left {
    background-image: url("https://24jbet.com/uploads/slots/right_arrow.png");
    margin-right: 5px;
  }

  /* Winning Message Ticker */
  .winning-message {
    position: absolute;
    top: 26px;
    left: 66px;
    width: 63%;
    height: 39px;
    overflow: hidden;
    z-index: 15;
  }

  .marquee {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .marquee-text {
    color: #fdf672;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
  }

  button#inviteBtn {
    background: #f12c2c;
    color: white;
    font-size: 12px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  /* Spin Button */
  .spin-button {
    position: absolute;
    bottom: -82px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 44px;
    background: url("https://24jbet.com/uploads/slots/button_bar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .spin-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Lever Handle */
  .lever-handle {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 80px;
    background: linear-gradient(45deg, #8b4513, #a0522d);
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.4);
    z-index: 10;
  }

  .lever-handle::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: radial-gradient(circle, #ff6b6b, #e74c3c);
    border-radius: 50%;
    border: 3px solid #8b4513;
  }

  .lever-handle.pulled {
    transform: translateY(10%) rotate(180deg);
  }

  /* End Time */
  .end-time {
    color: #fdf672;
    text-align: center;
    font-size: 0.75rem;
    margin: 0.5rem 0;
    line-height: 1.2;
  }

  /* Game Records */
  .game-records {
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
  }

  .records-header {
    font-size: 0.75rem;
    line-height: 1.5;
    height: 28px;
    text-align: center;
    background: #33393f;
  }

  .records-table {
    width: 100%;
  }

  .records-table th {
    background: rgba(45, 45, 48, 1);
    color: #feb705;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
    font-weight: 500;
  }

  .records-table td {
    padding: 4px;
    text-align: center;
    font-size: 0.6rem;
    color: #7f8c8d;
    border: 1px solid rgba(45, 45, 48, 1);
  }

  /* New label for latest record */
  .new-label {
    background: #feb705;
    color: black;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.5rem;
    margin-left: 5px;
    display: inline-block;
  }

  /* Notice Section */
  .notice-section {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.17;
  }

  .notice-title {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .notice-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }

  .notice-bullet {
    width: 6px;
    height: 6px;
    background: white;
    margin-right: 8px;
    margin-top: 6px;
    flex-shrink: 0;
  }

  .invite-text {
    background: black;
    padding: 6px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  /* Win Animation */
  .win-animation {
    position: fixed;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 43%);
    color: #fdf672;
    padding: 2rem;
    border-radius: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1000;
    animation: winPulse 2s ease-in-out;
    width: 205px;
    text-align: center;
    height: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  @keyframes winPulse {
    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.1);
    }
  }
