/* Akzidenz-Grotesk BQ Extra Condensed — place licensed files in public/fonts/ using the names below (or edit src URLs). Tailwind: font-akzidenz */
@font-face {
    font-family: "Akzidenz-Grotesk BQ Extra Conde";
    src:
        url("/fonts/akzidenz-grotesk-bq-extra-conde.woff2") format("woff2"),
        url("/fonts/akzidenz-grotesk-bq-extra-conde.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@media print {
    @page {
      size: 80mm 40mm;
      margin: 0;
    }
  
    body *:not(.custom-element) {
      display: none;
    }
  
    .custom-element {
      background-color: white;
      border: 1px solid black;
    }
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .ongoing-hero-fade {
    background: linear-gradient(
      to bottom,
      rgba(75, 22, 138, 0) 0%,
      rgba(75, 22, 138, 0.32) 30%,
      rgba(75, 22, 138, 0.68) 65%,
      rgba(75, 22, 138, 0.95) 100%
    );
  }
  
  /* Prize amount: Akzidenz + #A868FF glow (text-shadow stands in for blur glow; filter: blur would smear the glyphs) */
  .ongoing-total-prize-value {
    margin-top: 0.2rem;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-shadow:
      0 0 10px #a868ff,
      0 0 20px rgba(168, 104, 255, 0.75),
      0 0 36px rgba(168, 104, 255, 0.45);
  }
  .last-result-card {
    background: #f2f2f2;
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.20),
      inset 0 1px 0 rgba(255,255,255,0.65);
  }
  
  .last-result-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #7C1BFF;
  }
  
  .last-result-label {
    font-size: 12px;
    line-height: 1;
    color: #7C1BFF;
    font-weight: 500;
  }
  
  .last-result-ball {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7C1BFF;
    background: #231F20;
  }
  
  .last-result-panel {
    border-radius: 20px;
    padding: 18px 16px 20px;
    text-align: center;
    color: #ffffff;
    background: #7C1BFF;
  }
  
  .last-result-question {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.95);
  }
  
  .last-result-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 10px 15px;
    border-radius: 9999px;
    border: 1.5px solid rgba(255,255,255,0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  }
  
  .content-bottom-panel {
    background: linear-gradient(180deg, transparent 0%, #3A175D 50%);
    margin-top: -155px;
  }
  
  .video-custom-container {
    border: 1px solid transparent;
    border-radius: 20px;
    background: 
      linear-gradient(white, white) padding-box, /* Inner color */
      linear-gradient(to bottom, #7A778C, #BE8FEE) border-box; /* Border gradient */
    background-origin: border-box;
  }
  
  .timer-item {
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  
  .ongoing-closed-bg {
    background: linear-gradient(180deg, #2C3134 0%, #1E2126 100%);
  }
  
  /* Blur only the bar: filter on the box blurs text too (filters apply to the whole subtree). */
  .closed-status-box,
  .ongoing-status-box {
    position: relative;
    isolation: isolate;
    border-radius: 0 0 13px 13px;
  }
  
  .closed-status-box::before,
  .ongoing-status-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: inherit;
    filter: blur(2px);
  }
  
  .closed-status-box::after,
  .ongoing-status-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  
  .closed-status-box::before {
    background: linear-gradient(90deg, #e21515 0%, #fd3b3b 50%, #e21515 100%);
  }
  
  .ongoing-status-box::before {
    background: linear-gradient(90deg, #15e269 0%, #0be35a 50%, #15e269 100%);
  }
  
  .view-detail-button {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 57px;
  }
  
  .buy-ticket-button {
    font-size: 13px;
    background: linear-gradient(180deg, rgba(55, 172, 66, 0.5) 0%, #0EE35E 100%);
    border: 1px solid #0EE35E;
    border-radius: 57px;
  }

.custome-padding-top {
    padding-top: 60px;
}

.\!text-white\/90 {
  color: rgb(255 255 255 / 0.9) !important;
}

.default-custom .content-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#main-nav {
    transition: all .3s ease-in-out;
}

#main-nav.active a {
    color: white;
}

.carousel__pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .carousel__pagination {
        bottom: 1.25rem;
    }

    .carousel__pagination-button {
        width: 15px !important;
        height: 7px !important;
        border-radius: 2px !important;
    }
}

.video-title {
    color:#ceed26;
    top: -3%;
}

.video-container {
    position: absolute;
    width: 55%;
    top: 12.8%;
    left: 23.5%;
}

@media (min-width: 420px) {
    .video-title {
        top:-1%;
    }

    .video-container {
        top: 15.6%;
        /* left: 23.5%; */
    }
}

@media (min-width: 640px) {
    .video-title {
        top:0;
    }

    .video-container {
        top: 15.5%;
        /* left: 23.5%; */
    }
}

@media (min-width: 768px) {
    .video-title {
        top:4%;
    }

    .video-container {
        top: 17.7%;
        /* left: 23.5%; */
    }
}

@media (min-width: 1280px) {
    .video-title {
        top:6%;
    }

    .video-container {
        top: 19%;
        /* left: 23.5%; */
    }
}

@media (min-width: 2000px) {
    .video-title {
        top:6%;
    }

    .video-container {
        top: 21%;
        /* left: 23.5%; */
    }
}

.video-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58.6%;
}

.video-inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.last-result {
    height:30rem;
    background-image:url(/images/newBg1.jpg);
    background-position:50% 75%;
    margin-top:-15rem;
}

.last-result .letter {
    width:2.1rem;
    height:2.1rem;
    line-height:1.9rem;
}

@media (min-width: 768px) {
    .last-result .letter {
        width: 4.1rem;
        height: 4.1rem;
        line-height: 3.8rem;
    }
}

.bg-history {
    background-image: url(/images/newbg2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


@media (min-width: 768px) {
    .bg-history {
        background-image: url(/images/newbg2.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

