/*-----------------------------------------------------
  Global Keyframes & Animations (NAVY BIRU - NO GLOW)
-----------------------------------------------------*/
@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
@keyframes sharedGlowRun {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes shimmer {
  0% { left: -75%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

/*-----------------------------------------------------
  ALL FONT COLOR WHITE
-----------------------------------------------------*/
body,
body *,
#main_menu_outer_container main a,
#main_menu_outer_container main a *,
.home-progressive-jackpot *,
.side-menu-login-panel *,
.side-menu-login-panel .buttons-container a,
.side-menu-login-panel input[type="submit"],
.login-links-container a[href="/mobile/register"],
.login-links-container a[href="/mobile/login"],
div[data-section="jackpot"] *,
div[data-section="jackpot"],
div[data-section="jackpot"]::before,
div[data-section="jackpot"]::after,
div[data-section="jackpot"] .center-btn,
div[data-section="jackpot"] .center-btn *,
.menu,
.menu *,
.header,
.header *,
.footer,
.footer *,
h1, h2, h3, h4, h5, h6, p, span, a, li, td, th, input, button, label, select, option {
  color: #fff !important;
}

/*-----------------------------------------------------
  Main Menu Outer Container (NAVY BIRU - NO GLOW)
-----------------------------------------------------*/
#main_menu_outer_container main a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  padding: 5px;
  font-size: 10px;
  text-decoration: none;
  background-color: #091831;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: bold;
  z-index: 10;
  transition: all 1s ease;
  background: linear-gradient(#091831, #091831) padding-box,
              linear-gradient(120deg, #191970, #151b54, #151b8d, #191970, #151b54) border-box;
  background-size: 200% 100%;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: borderFlow 0.8s linear infinite;
}
#main_menu_outer_container main a img {
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
  filter: brightness(1.1);
}

#main_menu_outer_container main a:nth-child(1),
#main_menu_outer_container main a:nth-child(2),
#main_menu_outer_container main a:nth-child(3),
#main_menu_outer_container main a:nth-child(4),
#main_menu_outer_container main a:nth-child(5),
#main_menu_outer_container main a:nth-child(6),
#main_menu_outer_container main a:nth-child(7),
#main_menu_outer_container main a:nth-child(8),
#main_menu_outer_container main a:nth-child(9) {
  animation: borderFlow 0.8s linear infinite;
}

/*-----------------------------------------------------
  Home Progressive Jackpot (NAVY BIRU - NO GLOW)
-----------------------------------------------------*/
.home-progressive-jackpot .jackpot-container {
  position: relative;
  z-index: 1;
  border-radius: 80px;
}
.home-progressive-jackpot .jackpot-container::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 80px;
  background: linear-gradient(120deg, #191970, #151b54, #fff, #151b8d, #151b54);
  background-size: 200% 200%;
  pointer-events: none;
}

/*-----------------------------------------------------
  Side Menu Login Panel (NAVY BIRU - NO GLOW)
-----------------------------------------------------*/
.side-menu-login-panel .buttons-container a,
.side-menu-login-panel input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-size: 400% 400%;
}
.side-menu-login-panel .buttons-container a {
  background-image: linear-gradient(120deg, #091831 0%, #191970 15%, #151b54 30%, 
                                                  #091831 50%, #151b8d 70%, #191970 85%, 
                                                  #091831 100%);
}
.side-menu-login-panel input[type="submit"] {
  background-image: linear-gradient(120deg, #fff 0%, #191970 25%, #151b54 50%, 
                                                  #fff 75%, #151b8d 100%);
}
.side-menu-login-panel .buttons-container a::after,
.side-menu-login-panel input[type="submit"]::after {
  display: none !important;
}

/*-----------------------------------------------------
  Mobile Jackpot Section (NAVY BIRU - NO GLOW)
-----------------------------------------------------*/
@media (max-width:768px) {
  div[data-section="jackpot"] {
    position: relative;
    width: 100%;
    padding-bottom: 103px;
  }
  div[data-section="jackpot"]::before {
    content: "Group Telegram";
    white-space: nowrap;
    display: inline-block;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(120deg, #191970 0%, #151b54 15%, #151b8d 30%, 
                                              #fff 45%, #091831 60%, #151b54 75%, 
                                              #fff 90%, #191970 100%);
    background-size: 600% 600%;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    left: 12px;
    top: 56%;
    margin-top: 10px;
    z-index: 9;
  }
  div[data-section="jackpot"]::after {
    content: "WhatsApp";
    white-space: nowrap;
    display: inline-block;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(120deg, #191970 0%, #151b54 15%, #151b8d 30%, 
                                              #fff 45%, #091831 60%, #151b54 75%, 
                                              #fff 90%, #191970 100%);
    background-size: 600% 600%;
    border-radius: 8px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 56%;
    margin-top: 10px;
    z-index: 9;
  }
  div[data-section="jackpot"] .center-btn {
    display: inline-block;
    padding: 6px 96px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    background-image: linear-gradient(120deg, #091831 0%, #191970 15%, #151b54 30%, 
                                                    #191970 50%, #151b8d 70%, #191970 85%, 
                                                    #091831 100%);
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(57% + 62px);
    z-index: 9;
  }
  div[data-section="jackpot"] .center-btn::before {
    display: none !important;
  }
}
/* END asiahoki77.css - TANPA GLOW, FONT PUTIH */
