/* Minification failed. Returning unminified contents.
(324,22): run-time error CSS1039: Token not allowed after unary operator: '-gap-lg'
(329,30): run-time error CSS1039: Token not allowed after unary operator: '-gap-md'
(336,15): run-time error CSS1039: Token not allowed after unary operator: '-gap-sm'
(436,28): run-time error CSS1039: Token not allowed after unary operator: '-black-900'
(437,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(438,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-800'
(442,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(443,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow-900'
(447,26): run-time error CSS1039: Token not allowed after unary operator: '-green-500'
 */
table.sga-table {
    width: 100%;
    border: 1px solid #bbb;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.sga-table thead > tr {
        border-spacing: 0;
        font-size: 15px;
    }

        table.sga-table thead > tr > th {
            text-align: center;
            border-bottom-width: 1px;
            border-spacing: 0;
            vertical-align: middle;
            font-weight: 500;
        }

    table.sga-table tbody > tr {
        border-spacing: 0;
        font-size: 14px;
    }

        table.sga-table tbody > tr > td {
            border-spacing: 0;
            vertical-align: middle;
        }

            table.sga-table tbody > tr > td:first-child {
                border-left-style: none;
            }

            table.sga-table tbody > tr > td:last-child {
                border-right-style: none;
            }

            table.sga-table tbody > tr > td > input,
            table.sga-table tbody > tr > td > textarea {
                width: 100%;
                height: 100%;
                font-size: 14px;
                resize: none;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            }

            table.sga-table tbody > tr > td:not(.not-selectable) > input,
            table.sga-table tbody > tr > td:not(.not-selectable) > textarea {
                cursor: pointer;
            }

        table.sga-table tbody > tr:first-child > td {
            border-top-style: none;
        }

        table.sga-table tbody > tr:last-child > td {
            border-bottom: 1px solid #777;
        }

        table.sga-table tbody > tr:hover > td {
            cursor: pointer;
            border-collapse: collapse;
        }

            table.sga-table tbody > tr.selected td {
                border-collapse: collapse;
            }

        table.sga-table tbody > tr td.center {
            text-align: center;
        }

        table.sga-table tbody > tr td.left {
            text-align: left;
        }

        table.sga-table tbody > tr td.right {
            text-align: right;
        }

.container-norec {
    width: 100%;
    text-align: center;
    padding: 40px 16px 56px 16px;
    border: 1px solid #aaa;
    display: none;
}

    .container-norec > .icon {
        font-size: 56px;
    }

    .container-norec > .title {
        width: 100%;
        font-size: 32px;
        margin: 32px auto;
        color: black;
    }

    .container-norec > .desc {
        width: 100%;
        font-size: 26px;
        margin: 0 auto;
        color: #606060;
    }

    .container-norec > .buttons {
        width: 100%;
        font-size: 26px;
        padding: 26px 0;
        display: none;
    }

@media (max-width:768px) {
    .container-norec > .desc,
    .container-norec > .title {
        width: auto;
    }
}

.container-paging {
    width: 100%;
}

.btnloadmore,
.load-more-btn {
    position: relative;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #aaaaaa;
    background: #fcfcfc;
}

    .btnloadmore > .loading-bar,
    .load-more-btn > .loading-bar {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        vertical-align: middle;
    }

    .btnloadmore > .loading-text,
    .load-more-btn > .loading-text {
        vertical-align: middle;
    }
input.borderless.table-cell,
textarea.borderless.table-cell {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    outline: none;
    outline-width: 0px;
    border: 0px none transparent;
    background-color: transparent;
}

    input.borderless.table-cell.ellipsize {
        width: 100%;
        text-overflow: ellipsis;
    }

[data-mainscrollable] > .container-datatable {
    padding: 1px 0;
}

.container-datatable {
    width: 100%;
    min-height: 120px;
    padding: 0;
    overflow: auto;
}

    .container-datatable > div {
        padding: 0;
        margin: 0;
    }

        .container-datatable > div > table {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .container-datatable > div > table.dataTable {
                margin: 0 !important;
            }

        .container-datatable > div[data-name="emptytext"] {
            display: none;
        }

    .container-datatable.noscroll {
        overflow: hidden;
    }

    .container-datatable > .paging-bar {
        display: flex;
        padding: 0 0 10px 0;
    }

        .container-datatable > .paging-bar > .paging-bar-left {
            flex: 1;
            display: flex;
        }

            .container-datatable > .paging-bar > .paging-bar-left > button,
            .container-datatable > .paging-bar > .paging-bar-left > img {
                font-size: 16px;
                height: 30px;
                border-radius: 0.25rem;
                display: inline-flex;
                cursor: pointer;
            }

            .container-datatable > .paging-bar > .paging-bar-left > select,
            .container-datatable > .paging-bar > .paging-bar-right > input {
                border: 1px solid #aaa;
                outline: none;
                border-radius: 0.25rem;
                width: 64px;
                padding-left: 8px;
                padding-right: 8px;
                height: 30px;
                font-size: 14px;
                border-color: #aaa;
            }

            .container-datatable > .paging-bar > .paging-bar-left > button,
            .container-datatable > .paging-bar > .paging-bar-left > select {
                margin-right: 10px;
            }

        .container-datatable > .paging-bar > .paging-bar-right > button {
            background-color: #fff;
            color: #000;
            border-radius: 0.50rem;
            border: 2px solid #dee2e6;
            height: 30px;
            width: 30px;
        }

        .container-datatable > .paging-bar > .paging-bar-right > input {
            text-align: center;
        }

        .container-datatable > .paging-bar > .paging-bar-right > span {
            padding: 1px;
            margin: 1px;
            font-size: 12px;
        }

        .container-datatable > .paging-bar > .paging-bar-right > .error {
            border: 1px solid #912;
            z-index: 2;
        }

        .container-datatable > .paging-bar > .paging-bar-right > .error-span {
            font-size: 14px;
            color: #f13e49;
        }

    .container-datatable > .paging-bar-bottom {
        padding: 10px 0 0 0;
    }

table.sga-table .table-cell-text {
    font-size: 14px;
}

    table.sga-table .table-cell-text > span:not(:first-child) {
        padding-left: 8px;
    }

table.sga-table .table-cell-desc-small {
    font-size: 13px;
}

table.sga-table .table-cell-label {
    padding-right: 6px;
    font-weight: 500;
    display: inline-block;
}

table.sga-table .table-cell-blue {
    color: #0428ab;
}

table.sga-table .table-cell-green {
    color: #106b3f;
}

table.sga-table .table-cell-red {
    color: #c72c1c;
}

table.sga-table thead > tr {
    position: sticky;
    z-index: 1;
}

.container-datatable {
    height: auto !important;
    overflow: hidden;
}

.lottery select {
    padding: 10px 15px;
    border-radius: 6px;
    min-width: 150px;
}

.lottery-result {
    margin-top: var(--gap-lg);
}

    .lottery-result h1 {
        text-align: left;
        padding-bottom: var(--gap-md);
        margin-bottom: 0;
    }

.result-container {
    display: flex;
    flex-direction: row;
    gap: var(--gap-sm);
    flex-wrap: wrap;
}

.slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    font-size: 13px;
}

table.sga-table,
table.sga-table tbody > tr > td,
table.sga-table thead > tr > th {
    border-color: #888;
}

    table.sga-table tbody > tr {
        background-color: #2c2c2c;
    }

        table.sga-table tbody > tr > td {
            color: #ddd;
        }

            table.sga-table tbody > tr > td > input {
                color: #ddd;
            }

        table.sga-table tbody > tr:last-child > td {
            border-bottom-color: #888;
        }

        table.sga-table tbody > tr:hover > td {
            color: #ccc;
            background-color: #282e35;
            background-image: none;
            border-color: #555;
        }

        table.sga-table tbody > tr.selected {
            background-image: linear-gradient(to bottom,#000 0%,#2c2c2c 100%);
        }

            table.sga-table tbody > tr.selected:hover > td {
                color: #fff;
                background-color: #20262d;
                background-image: none;
                border-color: #555;
            }

            table.sga-table tbody > tr.selected td {
                color: #fff;
                border-color: #666;
            }

                table.sga-table tbody > tr.selected td input,
                table.sga-table tbody > tr.selected td textarea {
                    color: #fff;
                }

    table.sga-table thead > tr {
        color: #eee;
        background-image: linear-gradient(to bottom,#000 0%,#2c2c2c 100%);
    }

    table.sga-table.table-striped tbody tr:nth-of-type(odd) {
        background-color: #32383e;
    }

.container-norec {
    border-color: #888;
    background-image: linear-gradient(to bottom,#343a40 0%,#000 100%);
}

    .container-norec > .desc {
        color: #888;
    }

    .container-norec > .icon {
        color: #aaa;
    }

    .container-norec > .title {
        color: #ddd;
    }

.btnloadmore,
.load-more-btn {
    border-color: #656d75;
    background-color: #242a30;
}

.lotto-result > .page-content-group {
    background: #2b2b2b;
}
.lottery select {
    background-color: var(--black-900);
    color: var(--white);
    border: 1px solid var(--gray-800);
}

.slot {
    color: var(--white);
    background: var(--yellow-900);
}

    .slot.sup {
        background: var(--green-500);
    }

