/* Minification failed. Returning unminified contents.
(373,24): run-time error CSS1039: Token not allowed after unary operator: '-yellow-800'
(374,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow-bg-700'
(376,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(380,22): run-time error CSS1039: Token not allowed after unary operator: '-green-500'
(381,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(385,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow-bg-700'
(386,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(390,22): run-time error CSS1039: Token not allowed after unary operator: '-white-op-02'
(391,28): run-time error CSS1039: Token not allowed after unary operator: '-white-op-03'
(392,17): run-time error CSS1039: Token not allowed after unary operator: '-orange-200'
(396,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-600'
(400,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-300'
(404,22): run-time error CSS1039: Token not allowed after unary operator: '-black-op-03'
(405,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-900'
(409,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-800'
(413,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-900'
(414,22): run-time error CSS1039: Token not allowed after unary operator: '-gray-bg-800'
(418,28): run-time error CSS1039: Token not allowed after unary operator: '-yellow-900'
(422,26): run-time error CSS1039: Token not allowed after unary operator: '-gray-bg-800'
(426,25): run-time error CSS1039: Token not allowed after unary operator: '-white'
(430,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(434,21): run-time error CSS1039: Token not allowed after unary operator: '-gray-700'
(438,17): run-time error CSS1039: Token not allowed after unary operator: '-gray-100'
(442,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-800'
(446,21): run-time error CSS1039: Token not allowed after unary operator: '-gray-750'
(447,38): run-time error CSS1039: Token not allowed after unary operator: '-gray-750'
(451,21): run-time error CSS1039: Token not allowed after unary operator: '-gray-200'
(455,22): run-time error CSS1039: Token not allowed after unary operator: '-white-op-01'
(456,28): run-time error CSS1039: Token not allowed after unary operator: '-red-400'
(457,17): run-time error CSS1039: Token not allowed after unary operator: '-red-400'
(461,21): run-time error CSS1039: Token not allowed after unary operator: '-red-600'
(462,28): run-time error CSS1039: Token not allowed after unary operator: '-red-600'
 */
.btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2%;
}

    .btn-container a {
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-container .watch-live {
        display: none;
    }

.btn-results {
    border-radius: 8px;
    border: 1px solid;
    padding: 10px 15px;
}

.card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .card-body > .bottom {
        display: flex;
        justify-content: space-between;
    }

        .card-body > .bottom > div {
            display: grid;
        }

            .card-body > .bottom > div > .prev-roundid {
                font-size: 10px;
                margin-top: -13px;
            }

            .card-body > .bottom > div > .result-date {
                margin: 0 10px 0 0;
                font-size: 12px;
            }

        .card-body > .bottom > .result {
            display: flex;
            gap: 3px;
            margin-bottom: 20px;
            flex-wrap: wrap;
            justify-content: flex-end;
        }

            .card-body > .bottom > .result > .sup,
            .card-body > .bottom > .result > .win {
                border-radius: 50px;
                width: 22px;
                height: 22px;
                text-align-last: center;
                padding-top: 2px;
                font-size: 12px;
            }

.card-header {
    padding: 1rem;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .card-header > .countdown {
        border-radius: 4px;
        padding: 4px 8px;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .card-header > .name {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
    }

.detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

    .detail-row:last-child {
        margin-bottom: 0;
    }

.detail-value {
    font-weight: 500;
}

.draw-details {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    padding: 1rem;
}

.line {
    width: 100%;
    max-width: 100%;
}

.live-status {
    color: #ff3e3e;
    font-weight: bold;
    text-transform: uppercase;
    animation: blink 1s infinite;
}

    .live-status::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 6px;
        background-color: #ff3e3e;
        border-radius: 50%;
        vertical-align: middle;
    }

.lottery-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .lottery-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    }

.lottery-cards {
    margin-top: 2rem;
}

.lottery-lobby > .container {
    padding: 0 0;
}

.lottery-result {
    margin-right: auto;
    margin-left: 2rem;
    text-align: center;
}

.lottery-title {
    font-size: 2.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.play-now,
.watch-live {
    padding: 0.65rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    text-align: center;
}

    .play-now:hover {
        transform: translateY(-2px);
    }

    .play-now.disabled {
        pointer-events: none;
        background: rgba(34, 36, 44, 0.98);
    }

.prize-amount {
    font-family: Advanced-dot;
    text-align: center;
    min-width: 100px;
    margin-bottom: 1.5rem;
    font-size: 31px;
    font-weight: 600;
    background: linear-gradient(to right, #d5d5d5, #fff, #d5d5d5, #fff, #d5d5d5);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 5s linear infinite;
    width: fit-content;
    align-self: center;
}

    .prize-amount > div {
        display: flex;
        font-family: Roboto-regular;
        justify-content: space-between;
    }

        .prize-amount > div > .currency,
        .prize-amount > div > .jackpot {
            font-size: 0.8rem;
            font-weight: 900;
        }

    .prize-amount > .repeat-day {
        display: flex;
        font-size: 12px;
        justify-content: center;
        letter-spacing: 3px;
    }

.search-container {
    max-width: 400px;
    margin-left: auto;
}

    .search-container > .sga-input-icon-group {
        position: relative;
        width: 100%;
        height: 3.2rem;
        border-radius: 0.25rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .search-container > .sga-input-icon-group:before {
            position: absolute;
            width: 3.4rem;
            height: 2rem;
            line-height: 2rem;
            top: 0.6rem;
            bottom: 0.6rem;
            left: 0;
            font-family: 'Font Awesome 5 Free';
            font-size: 1rem;
            font-weight: 600;
            content: attr(data-icon);
            text-align: center;
            pointer-events: none;
        }

        .search-container > .sga-input-icon-group > input {
            position: absolute;
            width: calc(100% - 5.4rem);
            height: 100%;
            top: 0;
            left: 4.4rem;
            right: 0;
            bottom: 0;
            font-size: 1rem;
            line-height: 1.2;
            outline: none;
            outline-width: 0;
            border: none;
            background-color: transparent;
            display: block;
        }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

@media (max-width: 1200px) {
    .prize-amount {
        font-size: 1.6rem;
    }
}

@media (max-width: 900px) {
    .amount {
        font-size: 1.75rem;
    }

    .lottery-cards {
        margin-top: 1rem;
    }

    .lottery-title {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .current-date h3 {
        font-size: 1.2rem;
    }

    .current-time h2 {
        font-size: 1.5rem;
    }

    .search-container {
        max-width: 100%;
        margin: 1rem 0;
    }
}

@media (max-width: 500px) {
    .amount {
        font-size: 1.5rem;
    }

    .card-header h3 {
        font-size: 1.1rem;
    }

    .detail-row {
        font-size: 0.8rem;
    }

    .lottery-title {
        font-size: 1.75rem;
    }

        .lottery-title::after {
            width: 40px;
        }

    .play-now {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 400px) {
    .card-body > .bottom > .result > .sup, .card-body > .bottom > .result > .win {
        width: 17px;
        height: 17px;
        font-size: 9px;
    }
}

.btn-results,
.btn-results:hover,
.play-now {
    border-color: var(--yellow-800);
    background: var(--yellow-bg-700);
    box-shadow: none;
    color: var(--white);
}

.card-body .sup {
    background: var(--green-500);
    color: var(--white);
}

.card-body .win {
    background: var(--yellow-bg-700);
    color: var(--white);
}

.countdown {
    background: var(--white-op-02);
    border: 1px solid var(--white-op-03);
    color: var(--orange-200);
}

.detail-label {
    color: var(--gray-600);
}

.detail-value {
    color: var(--gray-300);
}

.draw-details {
    background: var(--black-op-03);
    border: 1px solid var(--gray-900);
}

.line hr {
    background-color: var(--gray-800);
}

.lottery-card {
    border: 1px solid var(--gray-900);
    background: var(--gray-bg-800);
}

    .lottery-card:hover {
        border-color: var(--yellow-900);
    }

    .lottery-card .card-header {
        background: var(--gray-bg-800);
    }

        .lottery-card .card-header .name {
            color: var(--white);
        }

    .lottery-card .play-now:hover {
        color: var(--white);
    }

    .lottery-card .prev-roundid {
        color: var(--gray-700);
    }

.lottery-title {
    color: var(--gray-100);
}

.search-container > .sga-input-icon-group {
    border: 1px solid var(--gray-800);
}

    .search-container > .sga-input-icon-group:before {
        color: var(--gray-750);
        border-right: 1px solid var(--gray-750);
    }

    .search-container > .sga-input-icon-group > input {
        color: var(--gray-200);
    }

.watch-live {
    background: var(--white-op-01);
    border: 1px solid var(--red-400);
    color: var(--red-400);
}

    .watch-live:hover {
        color: var(--red-600);
        border-color: var(--red-600);
    }

