/* Minification failed. Returning unminified contents.
(384,21): run-time error CSS1039: Token not allowed after unary operator: '-lightblue-main-blue'
(388,26): run-time error CSS1039: Token not allowed after unary operator: '-lightblue-main-blue'
 */
[data-name="maintenance-notice"] {
    display: none;
}

[data-name="search"] {
    width: calc(100% - 5.4rem);
    height: 100%;
    font-size: 1rem;
    line-height: 1.2;
    outline: none;
    outline-width: 0;
    border: 1px solid;
    color: #333;
    display: block;
    padding: 0 12px;
    font-size: 17px;
}

.bordered {
    border: 1px solid #d0b580;
}

.disabled {
    pointer-events: none;
}

.game-notify-badge {
    position: absolute;
    right: -1rem;
    top: -1rem;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
    z-index: 2;
}

.image-container {
    position: relative;
    display: inline-block;
}

.img-disabled {
    opacity: 0.4;
}

.idn {
    padding: 20px;
}

    .idn > .body {
        display: flex;
        grid-gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 0;
    }

        .idn > .body a {
            margin-bottom: 1rem;
        }

        .idn > .body .inner {
            overflow: hidden;
            position: relative;
        }

            .idn > .body .inner > .container.result {
                display: flex;
                position: relative;
                flex-direction: column;
                flex-wrap: wrap;
                width: 220px;
                border-radius: 15px;
                padding: 18px 23px 5px;
                align-content: center;
                text-align: center;
                align-items: center;
            }

                .idn > .body .inner > .container.result > .bet-day {
                    font-size: 13px;
                    letter-spacing: 3px;
                    transform: translateY(10%);
                    position-area: center;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 1.2em;
                    max-height: 2.4em;
                    position: relative;
                    white-space: nowrap;
                    width: 100%;
                    box-sizing: border-box;
                }

                    .idn > .body .inner > .container.result > .bet-day.marquee span {
                        display: inline-block;
                        padding-left: 100%;
                        animation: marquee 15s linear infinite;
                    }

                .idn > .body .inner > .container.result > .bottom {
                    display: flex;
                    justify-content: center;
                }

                    .idn > .body .inner > .container.result > .bottom > .date,
                    .idn > .body .inner > .container.result > .bottom > .period {
                        font-size: 13px;
                        align-self: center;
                        margin: 0 1.5rem;
                        justify-items: center;
                    }

                .idn > .body .inner > .container.result > .countdown {
                    font-weight: 700;
                    border-radius: 8px;
                    border: 1px solid;
                    padding: 4px 10px;
                    margin-top: 5px;
                }

                .idn > .body .inner > .container.result > .name {
                    font-size: 16px;
                    font-weight: 700;
                    align-self: center;
                    text-align-last: center;
                }

                .idn > .body .inner > .container.result > .numbers {
                    display: block;
                    font-size: 24px;
                    font-weight: 800;
                    justify-self: center;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                    margin: 10px 0;
                }

                    .idn > .body .inner > .container.result > .numbers > span {
                        margin: 0 1px;
                        padding: 7px 15px;
                        border-radius: 50%;
                    }

                .idn > .body .inner > .container.result > .time {
                    display: flex;
                    padding: 3px 0;
                    margin: auto;
                    justify-content: center;
                    font-size: 14px;
                    letter-spacing: 1px;
                    transform: translateY(10%);
                    position-area: center;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 1.2em;
                    max-height: 2.4em;
                    position: relative;
                    white-space: nowrap;
                    width: 100%;
                    box-sizing: border-box;
                }

                    .idn > .body .inner > .container.result > .time.marquee span {
                        display: inline-block;
                        animation: marquee 60s linear infinite;
                        padding: 0 2px;
                    }

            .idn > .body .inner .play-now {
                display: flex;
                width: 230px;
                border-radius: 20px;
                padding: 10px 17px;
                margin-left: auto;
                margin-right: auto;
                justify-content: center;
                text-align: center;
                font-size: 14px;
                font-weight: 700;
                margin: 10px;
                width: 90%;
            }

                .idn > .body .inner .play-now > div {
                    margin: 0 5px;
                }

.lotto > .body > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.lotto-lobby {
    border-radius: 20px;
    padding: 20px;
}

    .lotto-lobby > .container > .line {
        width: 100%;
        max-width: 100%;
    }

    .lotto-lobby > .container > .row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

        .lotto-lobby > .container > .row > div:last-child {
            position: relative;
        }

            .lotto-lobby > .container > .row > div:last-child > i {
                position: absolute;
                right: 20px;
                top: 17px;
            }

        .lotto-lobby > .container > .row > h1 {
            font-size: 32px;
            font-weight: 700;
            line-height: normal;
            white-space: nowrap;
            padding-left: 0px;
            margin-top: 5px;
        }

        .lotto-lobby > .container > .row > hr {
            margin: 8px 0 12px;
        }

        .lotto-lobby > .container > .row > .lotto-result {
            margin-right: auto;
            margin-left: 2rem;
            text-align: center;
        }

            .lotto-lobby > .container > .row > .lotto-result > a {
                border-radius: 8px;
                padding: 10px 15px;
                font-weight: 700;
            }

                .lotto-lobby > .container > .row > .lotto-result > a:hover {
                    text-decoration: none;
                }

        .lotto-lobby > .container > .row > .sga-input-icon-group {
            text-align: end;
            width: 50%;
            height: 3.2rem;
            border: 1px solid;
        }

.sga-input-icon-group {
    position: relative;
    width: 100%;
    height: 3.2rem;
    border: 1px solid #222;
    border-radius: 0.25rem;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .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;
        border-right: 1px solid #222;
    }

    .sga-input-icon-group > input,
    .sga-input-icon-group > select {
        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;
        color: #333;
        background-color: transparent;
        display: block;
    }

.time {
    display: block !important;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

[data-name="gametext"] {
    color: #dcb87f;
}

.game-lobby {
    background-color: #0d0e10;
}

    .game-lobby hr {
        background-color: #212529;
    }

.idn > .body a {
    color: inherit;
    text-decoration: none;
}

    .idn > .body a.disabled > .inner {
        background: #b1b1b1;
    }

        .idn > .body a.disabled > .inner > [data-name="poolstatus"] {
            border-color: #0d0d0d;
            background-image: linear-gradient(to bottom, #4d696f 0%, #1b4752 100%);
            box-shadow: none;
            color: #adacac;
        }

        .idn > .body a.disabled > .inner > .container.result {
            background-image: linear-gradient(175deg, #fff 0%, #b1b1b1 100%);
        }

            .idn > .body a.disabled > .inner > .container.result > .numbers > span {
                background: #1e525f;
            }

.idn > .body > a > .inner {
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    background: #eafdff;
}

.idn > .body .inner > .container.result {
    background: linear-gradient(175deg, #fff 0%, #eafdff 100%);
}

    .idn > .body .inner > .container.result > .bet-day {
        color: #9a9a9a;
    }

    .idn > .body .inner > .container.result > .countdown {
        color: var(--lightblue-main-blue);
    }

    .idn > .body .inner > .container.result > .numbers > span {
        background: var(--lightblue-main-blue);
        color: #fff;
    }

    .idn > .body .inner > .container.result > .time {
        color: #8a8a8a;
    }

.idn > .body .inner > .play-now {
    border-color: #0f0f0f;
    background-image: linear-gradient(to bottom,#9dd4e0 0%, #3791a6 100%);
    box-shadow: none;
    color: #fff;
}

.lotto-lobby > .container > .row > .lotto-result > a {
    border-color: #2556e1;
    background-image: linear-gradient(to bottom,#9dd4e0 0%, #3791a6 100%);
    box-shadow: none;
    color: #fff;
}

.lotto-lobby > .container > .row > .sga-input-icon-group {
    border-color: #777;
    background: #fff;
}

.pay4d table > tbody > tr:nth-child(even) {
    background: #191919;
}

.pay4d table > tbody > tr:nth-child(odd) {
    background: #32383E;
}

.pay4d table > tbody > tr > td > .bet-day,
.pay4d table > tbody > tr > td > .day,
.pay4d table > tbody > tr > td > .time-close {
    color: #aeaeae;
}

.pay4d table > tbody > tr > td > .playnow {
    background: linear-gradient(to bottom,#6f481f 0%,#a68656 100%);
    color: #fff;
    border-color: #c5ac7a;
}

.pay4d table > tbody > tr > td > .results span {
    border-color: #c5ac7a;
}

.pay4d table > thead {
    background: linear-gradient(to bottom, #343A40 0%, #000000 0%);
}

.sga > .body > .main > .container.main-result > img {
    background: linear-gradient(to right, #987648, #FCF6BA, #987648, #FBF5B7, #987648);
}

.sga > .body > .main > .container.main-result .bottom .btn,
.sga > .body > .main > .container.main-result .bottom .date,
.sga > .body > .main > .container.main-result .bottom .period {
    background: linear-gradient(to bottom, #30363b 0%, #222 30%, #111 90%, #000 100%);
    border: 1px solid #a68656;
    color: #fff;
    padding: 0.375rem 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sga-input-icon-group:before {
    color: #999;
    border-color: #777;
}

