/* AGB99 V5 — VIDEO SLOTS POPULAR
 * Source home.css rewritten as an isolated section module.
 */
#video-slots-popular .popular-games{display:flex;background:center top no-repeat;background-image:var(--image-src);background-color:var(--popular-games-bg);margin-bottom:25px}
#video-slots-popular .popular-games [data-section="left"]{display:flex;flex-direction:column;justify-content:space-between;margin-right:10px}
#video-slots-popular .popular-games [data-section="left"] .section-title{font-size:19px;background-color:var(--popular-games-left-section-title-bg);color:var(--popular-games-left-section-title-color);height:55px;display:flex;justify-content:center;align-items:center}
#video-slots-popular .popular-games [data-section="left"] [data-icon="play"]{display:inline-block;height:20px;width:20px;background:center no-repeat;background-image:var(--image-src);margin-right:5px}
#video-slots-popular .popular-games [data-section="right"]{width:455px}
#video-slots-popular .popular-games .scrtabs-tab-container{position:relative;z-index:1;background:var(--popular-games-scrtabs-tab-cntr-bg)}
#video-slots-popular .popular-games .nav-tabs>li{margin-bottom:0}
#video-slots-popular .popular-games .nav-tabs>li>a{background-color:var(--popular-games-nav-tabs-li-a-bg);padding:2px 8px;margin:3px 1px;border-radius:5px}
#video-slots-popular .popular-games .nav-tabs>li>a,#video-slots-popular .popular-games .nav-tabs>li.active>a,#video-slots-popular .popular-games .nav-tabs>li.active>a:hover,#video-slots-popular .popular-games .nav-tabs>li.active>a:focus{border:0}
#video-slots-popular .popular-games .nav-tabs>li.active>a,#video-slots-popular .popular-games .nav-tabs>li.active>a:hover,#video-slots-popular .popular-games .nav-tabs>li.active>a:focus,#video-slots-popular .popular-games .nav-tabs>li>a:hover{background-color:var(--popular-games-nav-tabs-li-a-active-bg)}
#video-slots-popular .popular-games .nav-tabs{border-bottom:0}
#video-slots-popular .popular-games .scrtabs-tab-scroll-arrow{background-color:var(--popular-games-scroll-arrow-bg);border:0;color:var(--popular-games-scroll-arrow-color)}
#video-slots-popular .popular-games .animated-image{position:absolute;top:0;right:0;height:100%;width:auto;max-width:none;animation-duration:1s;animation-name:video-popular-fade-in-right;animation-fill-mode:both;pointer-events:none}
@keyframes video-popular-fade-in-right{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}
#video-slots-popular .popular-games .tab-pane{background-color:var(--popular-games-tab-pane-bg)}
#video-slots-popular .popular-games .tab-content{border:var(--popular-games-tab-content-border);margin-top:5px}
#video-slots-popular .popular-games .popular-game-list{display:flex;flex-wrap:wrap;padding:0 15px;position:relative;z-index:1}
#video-slots-popular .popular-games .popular-game-list .game-item{width:calc(100%/3);padding:5px;box-sizing:border-box}
#video-slots-popular .popular-games .popular-game-list .game-wrapper{position:relative;padding-top:100%}
#video-slots-popular .popular-games .popular-game-list img{position:absolute;top:0;left:0;height:100%;width:100%}
#video-slots-popular .popular-games .popular-game-list .link-container{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.5s ease;opacity:0}
#video-slots-popular .popular-games .popular-game-list .link-container a{padding:5px;width:80%}
#video-slots-popular .popular-games .popular-game-list .game-item:hover .link-container{opacity:1;background-color:var(--popular-games-list-game-item-hover-link-cntr-bg)}
#video-slots-popular .popular-games .popular-game-list .game-item .game-player{display:flex;gap:8px;align-items:center;justify-content:center}
#video-slots-popular .popular-games .popular-game-list .game-item .game-player img{position:initial;width:14px;height:14px}
#video-slots-popular .popular-games .popular-game-list .game-item .game-player h5{font-weight:700;font-size:12px;color:var(--home-game-list-active-player-color)}
#video-slots-popular .popular-games .popular-game-list .game-item .game-player-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 12px;position:absolute;width:88px;height:30px;left:5px;top:99px;background:var(--home-game-list-game-player-container-bg);border-radius:100px}
#video-slots-popular .winners-ticker ul{width:100%;margin:0;padding:0}
#video-slots-popular .winners-ticker ul li{height:70px;padding:10px;display:flex;align-items:center;box-sizing:border-box}
#video-slots-popular .winners-ticker ul li picture{display:block;width:50px;height:50px;flex:0 0 50px}
#video-slots-popular .winners-ticker ul li img{height:50px;width:50px;display:block;object-fit:cover}
#video-slots-popular .winners-ticker ul li .winner-info{color:var(--winners-ticker-ul-li-winner-info-color);font-size:12px;padding-left:10px;line-height:1.35;min-width:0}
#video-slots-popular .winners-ticker ul li .winner-amount{color:var(--winners-ticker-ul-li-winner-amount-color)}
#video-slots-popular ul{margin-top:0;margin-bottom:10px}
#video-slots-popular .nav-tabs{border-bottom:1px solid #ddd;list-style:none;padding-left:0;margin-bottom:0}
#video-slots-popular .nav-tabs>li{float:left;margin-bottom:-1px}
#video-slots-popular .nav-tabs>li>a{position:relative;display:block;line-height:1.428571429}
#video-slots-popular .nav-tabs:before,#video-slots-popular .nav-tabs:after{display:table;content:" "}
#video-slots-popular .nav-tabs:after{clear:both}
#video-slots-popular .tab-content>.tab-pane{display:none}
#video-slots-popular .tab-content>.active{display:block}
#video-slots-popular .scrtabs-tab-container{overflow:hidden}
#video-slots-popular .scrtabs-tabs-fixed-container{float:left;height:55px;overflow:hidden;width:100%}
#video-slots-popular .scrtabs-tabs-movable-container{position:relative}
#video-slots-popular .scrtabs-tab-scroll-arrow{cursor:pointer;float:left}
#video-slots-popular .target-tabs{margin:0;padding:0;list-style:none}
#video-slots-popular .target-tabs:before,#video-slots-popular .target-tabs:after{display:table;content:" "}
#video-slots-popular .target-tabs:after{clear:both}
#video-slots-popular .target-tabs>li{float:left}
#video-slots-popular .target-tabs>li>a{display:block}
#video-slots-popular .target-tabs>li.active>a{cursor:default}
#video-slots-popular .popular-games{position:relative}
#video-slots-popular .popular-games .tab-content>.tab-pane{position:static;min-height:0;overflow:visible}
#video-slots-popular .popular-games .tab-content>.tab-pane .animated-image{position:absolute;top:0;right:0;height:100%;width:auto;max-width:none;z-index:0}
#video-slots-popular .popular-games .tab-content>.tab-pane .popular-game-list{position:relative;z-index:1}
@media(max-width:767px){
 #video-slots-popular .popular-games{display:block!important;gap:0!important;column-gap:0!important;background:#171717!important}
 #video-slots-popular .popular-games [data-section="left"]{margin-right:0!important}
 #video-slots-popular .popular-games [data-section="right"]{width:100%!important;margin:0!important;padding:0!important}
 #video-slots-popular .popular-games .scrtabs-tab-container{display:flex!important;align-items:stretch!important;width:100%!important;height:55px!important;margin:0!important;padding:0!important;background:#171717!important;border:0!important;box-sizing:border-box!important;overflow:hidden!important}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:55px!important;margin:0!important;padding:0!important;background:#171717!important;color:#e5c65a!important;border:0!important;box-sizing:border-box!important}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .scrtabs-click-target{display:flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:55px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .scrtabs-click-target:after{font-size:23px!important;line-height:1!important;font-weight:700!important}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .glyphicon{display:none!important}
 #video-slots-popular .popular-games .scrtabs-tabs-fixed-container{float:none!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;height:55px!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#171717!important}
 #video-slots-popular .popular-games .scrtabs-tabs-movable-container{position:relative!important;width:max-content!important;min-width:100%!important;height:55px!important;margin:0!important;padding:0!important;background:#171717!important}
 #video-slots-popular .popular-games .scrtabs-tabs-movable-container>ul.nav-tabs{display:flex!important;align-items:center!important;width:max-content!important;min-width:100%!important;height:55px!important;margin:0!important;padding:0!important;border:0!important;white-space:nowrap!important;background:#171717!important}
 #video-slots-popular .popular-games .nav-tabs>li{float:none!important;display:flex!important;align-items:center!important;height:55px!important;margin:0!important;padding:0!important}
 #video-slots-popular .popular-games .nav-tabs>li>a,
 #video-slots-popular .popular-games .nav-tabs>li.active>a,
 #video-slots-popular .popular-games .nav-tabs>li.active>a:hover,
 #video-slots-popular .popular-games .nav-tabs>li.active>a:focus{display:flex!important;align-items:center!important;justify-content:center!important;width:136px!important;min-width:136px!important;height:48px!important;margin:3px 2px!important;padding:0 8px!important;box-sizing:border-box!important;border:1px solid #2c2c2c!important;border-radius:5px!important;background:#1b1b1b!important;color:#fff!important;box-shadow:none!important;text-decoration:none!important}
 #video-slots-popular .popular-games .nav-tabs>li.active>a{background:#1d1d1d!important;border-color:#333!important}
 #video-slots-popular .popular-games .popular-game-list .game-item{width:calc(100%/3)!important}
 #video-slots-popular .popular-games .animated-image{display:none!important}
}

/* V5 pixel-fit pass: source scrolling-tabs geometry + deterministic arrow UI. */
@media (min-width:768px){
 #video-slots-popular .popular-games{height:376px;min-height:376px;max-height:376px;overflow:hidden}
 #video-slots-popular .popular-games>[data-section="left"]{height:376px;min-height:376px}
 #video-slots-popular .popular-games>[data-section="right"]{width:455px;height:376px;min-height:376px;flex:0 0 455px;overflow:hidden}
 #video-slots-popular .popular-games .scrtabs-tab-container{height:55px;width:455px;display:flex;align-items:flex-start;overflow:hidden;box-sizing:border-box}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow{display:block!important;position:relative;float:none;flex:0 0 20px;width:20px;height:42px;min-width:20px;margin:0 0 -1px;padding:0;box-sizing:border-box;border:0;background:var(--popular-games-scroll-arrow-bg);color:var(--popular-games-scroll-arrow-color);z-index:5}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .scrtabs-click-target{display:flex;width:20px;height:42px;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:transparent;color:inherit;font-size:0;line-height:1;cursor:pointer}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow-left .scrtabs-click-target:after{content:'‹';font-family:Arial,sans-serif;font-size:27px;font-weight:700;line-height:1}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow-right .scrtabs-click-target:after{content:'›';font-family:Arial,sans-serif;font-size:27px;font-weight:700;line-height:1}
 #video-slots-popular .popular-games .scrtabs-tabs-fixed-container{float:none;flex:1 1 auto;width:auto;min-width:0;height:55px;overflow:hidden}
 #video-slots-popular .popular-games .scrtabs-tabs-movable-container{position:relative;width:max-content;min-width:100%;height:55px}
 #video-slots-popular .popular-games .scrtabs-tabs-movable-container>ul.nav-tabs{width:max-content;min-width:100%;white-space:nowrap}
 #video-slots-popular .popular-games .tab-content{height:316px;min-height:316px;overflow:hidden}
 #video-slots-popular .popular-games .tab-content>.tab-pane{height:316px;min-height:316px;overflow:hidden}
 #video-slots-popular .popular-games .popular-game-list{height:306px;min-height:306px;overflow:hidden;align-content:flex-start}
}

/* Source plugin default arrow markup uses a span (no button); keep its click target intact. */
@media (min-width:768px){
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow-left:after{content:'‹';font-family:Arial,sans-serif;font-size:27px;font-weight:700;line-height:42px;display:block;text-align:center}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow-right:after{content:'›';font-family:Arial,sans-serif;font-size:27px;font-weight:700;line-height:42px;display:block;text-align:center}
 #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .glyphicon{display:none}
}

/* V5 spacing correction: eliminate flex space-between voids in the left rail.
 * The source composition is a compact vertical stack; section height remains fixed.
 */
@media (min-width:768px){
 #video-slots-popular .popular-games>[data-section="left"]{
   justify-content:flex-start;
   height:376px;
   min-height:376px;
   max-height:376px;
   margin-right:10px;
 }
 #video-slots-popular .popular-games>[data-section="left"]>.section-title{flex:0 0 55px;height:55px;margin:0}
 #video-slots-popular .popular-games>[data-section="left"]>a,
 #video-slots-popular .popular-games>[data-section="left"]>div:last-child{flex:0 0 auto;margin-top:18px}
 #video-slots-popular .popular-games>[data-section="left"] img{max-width:100%;height:auto;display:block}
}

/* FINAL GAP RESET — keep the source stack compact; no flex-distributed whitespace. */
@media (min-width:768px){
 #video-slots-popular .popular-games>[data-section="left"]{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0!important;margin-right:10px!important;padding:0!important;box-sizing:border-box!important;height:376px!important;max-height:376px!important;min-height:376px!important}
 #video-slots-popular .popular-games>[data-section="left"]>.section-title{display:flex!important;flex:0 0 55px!important;height:55px!important;min-height:55px!important;max-height:55px!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
 #video-slots-popular .popular-games>[data-section="left"]>a,
 #video-slots-popular .popular-games>[data-section="left"]>div:last-child{display:block!important;flex:0 0 auto!important;margin:18px 0 0 0!important;padding:0!important;box-sizing:border-box!important}
 #video-slots-popular .popular-games>[data-section="left"]>a img,
 #video-slots-popular .popular-games>[data-section="left"]>div:last-child img{display:block!important;margin:0!important;max-width:100%!important;height:auto!important}
}

/* Exact source provider tab target */

/* FINAL — winner machine title alignment */
#video-popular .winner-title,
#video-popular [class*="winner"] .title,
#video-popular [class*="winner"] h3,
#video-popular [class*="winner"] h4 {
  text-align: center !important;
  font-weight: 700 !important;
}

/* FINAL FIX — PEMENANG MESIN SLOT title: centered + bold */
#video-slots-popular .jackpot-winners .jackpot-winner-title {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  font-weight:700 !important;
}
#video-slots-popular .jackpot-winners .jackpot-winner-title [data-icon="trophy"] {
  margin-right:6px !important;
}

/* FINAL — compact pill for winner heading + breathing room from top */
#video-slots-popular .jackpot-winners .jackpot-winner-title {
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  font-weight:700 !important;
  width:max-content !important;
  max-width:calc(100% - 20px) !important;
  margin:10px auto 8px !important;
  padding:5px 14px !important;
  min-height:0 !important;
  box-sizing:border-box !important;
  border-radius:999px !important;
  background:#151515 !important;
  border:1px solid #c79b2e !important;
  box-shadow:0 2px 8px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,220,110,.12) !important;
}
#video-slots-popular .jackpot-winners .jackpot-winner-title [data-icon="trophy"] {
  margin-right:6px !important;
  flex:0 0 auto !important;
}


/* AGB99 PROVIDER NAV — canonical compact reference layout */
@media (min-width:768px){
  #video-slots-popular .popular-games{display:flex!important;gap:0!important;column-gap:0!important;}
  #video-slots-popular .popular-games>[data-section="left"]{margin-right:0!important;}
  #video-slots-popular .popular-games>[data-section="right"]{margin-left:0!important;width:455px!important;flex:0 0 455px!important;}

  #video-slots-popular .popular-games .scrtabs-tab-container{
    display:flex!important;align-items:stretch!important;width:455px!important;height:55px!important;
    margin:0!important;padding:0!important;background:#111!important;border:0!important;box-sizing:border-box!important;
  }
  #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow{
    flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:55px!important;
    margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;
    background:#171717!important;color:#e5c65a!important;border:0!important;box-sizing:border-box!important;
  }
  #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .scrtabs-click-target{
    width:20px!important;height:55px!important;margin:0!important;padding:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;
  }
  #video-slots-popular .popular-games .scrtabs-tab-scroll-arrow .scrtabs-click-target:after{
    font-size:23px!important;line-height:1!important;font-weight:700!important;
  }
  #video-slots-popular .popular-games .scrtabs-tabs-fixed-container{
    float:none!important;flex:1 1 auto!important;width:auto!important;min-width:0!important;height:55px!important;
    margin:0!important;padding:0!important;overflow:hidden!important;
  }
  #video-slots-popular .popular-games .scrtabs-tabs-movable-container{
    position:relative!important;width:max-content!important;min-width:100%!important;height:55px!important;margin:0!important;padding:0!important;
  }
  #video-slots-popular .popular-games .scrtabs-tabs-movable-container>ul.nav-tabs{
    display:flex!important;align-items:center!important;width:max-content!important;min-width:100%!important;height:55px!important;
    margin:0!important;padding:0!important;border:0!important;white-space:nowrap!important;
  }
  #video-slots-popular .popular-games .nav-tabs>li{
    float:none!important;display:flex!important;align-items:center!important;height:55px!important;margin:0!important;padding:0!important;
  }
  #video-slots-popular .popular-games .nav-tabs>li>a,
  #video-slots-popular .popular-games .nav-tabs>li.active>a,
  #video-slots-popular .popular-games .nav-tabs>li.active>a:hover,
  #video-slots-popular .popular-games .nav-tabs>li.active>a:focus{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:136px!important;min-width:136px!important;height:48px!important;margin:3px 2px!important;padding:0 8px!important;
    box-sizing:border-box!important;border:1px solid #2c2c2c!important;border-radius:5px!important;
    background:#1b1b1b!important;color:#fff!important;box-shadow:none!important;text-decoration:none!important;
  }
  #video-slots-popular .popular-games .nav-tabs>li.active>a{
    background:#1d1d1d!important;border-color:#333!important;
  }
}

/* FINAL — provider navigation block uses the exact same dark background as NEXT/PREV */
@media (min-width:768px){
  #video-slots-popular .popular-games .scrtabs-tab-container{
    background:#171717!important;
  }
  #video-slots-popular .popular-games .scrtabs-tabs-fixed-container,
  #video-slots-popular .popular-games .scrtabs-tabs-movable-container,
  #video-slots-popular .popular-games .scrtabs-tabs-movable-container>ul.nav-tabs{
    background:#171717!important;
  }
}

/* FINAL — add breathing room above the popular game thumbnails */
@media (min-width:768px){
  #video-slots-popular .popular-games .tab-content{
    padding-top:10px !important;
    box-sizing:border-box !important;
  }
  #video-slots-popular .popular-games .popular-game-list{
    padding-top:10px !important;
    box-sizing:border-box !important;
  }
}

/* FINAL — game content top spacing: 7px */
@media (min-width:768px){
  #video-slots-popular .popular-games .tab-content{
    padding-top:7px !important;
  }
}
