﻿:root {
    --color-primary: #b31b34;
    --loto-background: #f2f2f2;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.font-weight-bold {
    font-weight: bold;
}

.loto-bg-backgound {
}

    .loto-bg-backgound td {
        background: var(--loto-background);
    }
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.color-primary {
    color: var(--color-primary);
}

.red {
    color: red !important;
}

.ball-bg {
    background: red !important;
    color: white !important;
    border: 1px solid red !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #F9F9F9;
    color: #322C20;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-content {
    min-width: 428px;
    margin: 0px 16px;
}

    .center-content .tab {
        box-shadow: 0 2px 4px rgba(0,0,0,.12);
        background: white;
        border-radius: 6px;
    }

.right-content {
    min-width: 220px;
}

    .right-content .doso {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 4px;
    }

        .right-content .doso .detail {
            flex: 1;
            min-width: 127px;
            margin: 4px;
        }

.nav-link {
    color: black;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #b31b34;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    padding: 0px 4px;
}

.footer {
    padding-bottom: 16px;
    background: #fff;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.text-logo {
    color: #b31b34 !important;
    font-size: 32px;
    font-weight: bold;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.category {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-top: 16px;
}

    .category a {
        text-decoration: none;
        color: #322C20;
    }

    .category .head {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 7px 16px;
        background: #b31b34;
        font-weight: bold;
        color: white;
        cursor: pointer;
    }

    .category .item {
        padding: 7px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0,0,0,.125);
        cursor: pointer;
    }

.datepicker-inline {
    width: 100%;
    min-width: 220px;
}

.datepicker table {
    width: 100%;
}

.datepicker td, .datepicker th {
    width: 35px;
    height: 35px;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    border-radius: 6px !important;
    background: #b31b34 !important;
    color: white !important;
}


.kqxsmb-ball {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

    .kqxsmb-ball:hover {
        background-color: yellow;
        cursor: pointer;
    }

.kqxsmb-ball-db {
    font-size: 24px;
    font-weight: 700;
    color: red !important;
    text-align: center;
}

    .kqxsmb-ball-db:hover {
        background-color: yellow;
        cursor: pointer;
    }

.td-lable {
    width: 75px;
    vertical-align: middle;
}

.kqxsmb-ball-g6 {
    font-size: 22px;
    font-weight: 700;
    color: #1861ac !important;
    text-align: center;
}

    .kqxsmb-ball-g6:hover {
        background-color: yellow;
        cursor: pointer;
    }

.table > :not(caption) > * > * {
    padding: 0.1rem 0.4rem;
}


.kqxsmn-ball {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

    .kqxsmn-ball:hover {
        background-color: yellow;
        cursor: pointer;
    }

.kqxsmn-ball-db {
    font-size: 24px;
    font-weight: 700;
    color: red !important;
    text-align: center;
}

    .kqxsmn-ball-db:hover {
        background-color: yellow;
        cursor: pointer;
    }

.td-lable {
    width: 55px;
    vertical-align: middle;
    text-align: center;
}

.kqxsmn-ball-g6 {
    font-size: 22px;
    font-weight: 700;
    color: #1861ac !important;
    text-align: center;
}

    .kqxsmn-ball-g6:hover {
        background-color: yellow;
        cursor: pointer;
    }

.dau {
    font-weight: 600;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}


.ketqua_power {
    background: #ffd5a4;
}

    .ketqua_power .head {
        background: #c44822;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        height: 42px;
    }

    .ketqua_power .title {
        font-weight: 700;
        padding: 13px 0 6px;
        font-size: 17px;
    }

    .ketqua_power .title-jp {
        font-weight: 700;
        padding-top: 13px;
        font-size: 17px;
    }

    .ketqua_power .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10px 10px;
    }

.ball {
    height: 60px;
    width: 60px;
    margin: 6px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 59px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.ball_power {
    background: linear-gradient(50deg,rgba(255,235,172,1) 0,rgba(255,235,172,1) 10%,rgba(235,157,93,1) 50%,rgba(255,235,172,1) 95%,rgba(255,235,172,1) 100%);
}

.ball_power2 {
    background: radial-gradient(closest-side at 50% 50%,#faa433,#983309);
    color: white;
}

.ball_power, .ball_power2 {
    margin: 6px 4px;
    border: 1px solid #900;
}

.jp-power {
    font-size: 28px;
    font-weight: 700;
    width: 260px;
    border-radius: 16px;
    margin: 5px 0;
    height: 46px;
    color: red;
    border: 2px solid #ffa143;
    background: #ffb856;
    text-align: center;
}

.table-power {
    border-color: #ec9400;
}

    .table-power th {
        background: #f4af51;
        text-align: center;
    }

    .table-power td {
        background: #f9c979;
    }

.table-mega {
    border-color: white;
    color: white;
}

    .table-mega th {
        background: #050830;
        text-align: center;
        color: white;
    }

    .table-mega td {
        background: #050830;
        color: white;
    }

.bg-title-loto {
    background: #fcf0d8;
    font-weight: bold;
    padding: 6px;
}


.table-kqdientoan {
    font-size: 14px;
}

    .table-kqdientoan th {
        font-weight: 500;
        padding-left: 12px;
    }

    .table-kqdientoan td {
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        padding: 3px;
    }

.ketqua_power {
    background: #ffd5a4;
}

    .ketqua_power .head {
        background: #c44822;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        height: 42px;
    }

    .ketqua_power .title {
        font-weight: 700;
        padding: 13px 0 6px;
        font-size: 17px;
    }

    .ketqua_power .title-jp {
        font-weight: 700;
        padding-top: 13px;
        font-size: 17px;
    }

    .ketqua_power .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10px 10px;
    }

.ball {
    height: 60px;
    width: 60px;
    margin: 6px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 59px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.ball_power {
    background: linear-gradient(50deg,rgba(255,235,172,1) 0,rgba(255,235,172,1) 10%,rgba(235,157,93,1) 50%,rgba(255,235,172,1) 95%,rgba(255,235,172,1) 100%);
}

.ball_power2 {
    background: radial-gradient(closest-side at 50% 50%,#faa433,#983309);
    color: white;
}

.ball_power, .ball_power2 {
    margin: 6px 4px;
    border: 1px solid #900;
}

.jp-power {
    font-size: 28px;
    font-weight: 700;
    width: 260px;
    border-radius: 16px;
    margin: 5px 0;
    height: 46px;
    color: red;
    border: 2px solid #ffa143;
    background: #ffb856;
    text-align: center;
}

.table-power {
    border-color: #ec9400;
}

    .table-power th {
        background: #f4af51;
        text-align: center;
    }

    .table-power td {
        background: #f9c979;
    }

.ketqua_mega {
    background: #050830;
    color: white;
}

    .ketqua_mega .head {
        background: #d6302b;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        height: 42px;
    }

    .ketqua_mega .title {
        font-weight: 700;
        padding: 13px 0 6px;
        font-size: 17px;
    }

    .ketqua_mega .title-jp {
        font-weight: 700;
        padding-top: 13px;
        font-size: 17px;
    }

    .ketqua_mega .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 10px 10px;
    }

.ball {
    height: 60px;
    width: 60px;
    margin: 6px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 59px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.ball_mega {
    background: red;
}

.ball_mega, .ball_mega {
    margin: 6px 4px;
    border: 1px solid #900;
}

.jp-mega {
    font-size: 28px;
    font-weight: 700;
    width: 260px;
    border-radius: 16px;
    margin: 5px 0;
    height: 46px;
    color: yellow;
    border: 2px solid yellow;
    background: #f62b2b;
    text-align: center;
}


.ketqua_max3d {
    font-size: 12px;
    text-align: center;
    border: 1px solid #ca2399;
}

    .ketqua_max3d .head {
        background: #ca2399;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        height: 42px;
    }

        .ketqua_max3d .head .logo {
            width: 74px;
            height: 42px;
        }

.thead {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.thead-soluongtrung {
}

    .thead-soluongtrung td {
        color: #ca2399 !important;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
    }

.giai-max3d {
    font-size: 20px;
    line-height: 20px;
}

.giai-max3d-db {
    color: #ca2399;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.so-max3d {
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
}

.giai-kk-max3d {
    font-size: 14px;
    font-style: italic;
}

.tb-soluong-max3d {
    font-size: 14px;
    font-weight: bold;
}

    .tb-soluong-max3d td, .tb-soluong-max3d th {
        padding: 0.5rem !important;
    }

.page-link {
    color: #b31b34 !important;
    font-weight: bold !important;
}

.keno-result {
    max-width: 1152px;
    font-size: 14px;
}

    .keno-result .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff6df !important;
        padding-bottom: 6px;
    }

        .keno-result .head .title {
            font-size: 28px;
            color: #b31b34;
            font-weight: 700;
            margin-left: 16px;
        }

    .keno-result .content {
        background: #a44900;
        padding: 10px;
        display: flex;
        align-content: center;
        flex-direction: column;
    }

        .keno-result .content .tieude {
            background: #FFFFFF;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            text-transform: uppercase;
            font-weight: 700;
        }

        .keno-result .content .tieudeketqua {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-basis: calc(100% - 200px);
        }

        .keno-result .content .nhomky {
            width: 240px;
            display: flex;
            justify-content: center;
        }

        .keno-result .content .nhomky-dongdau {
            min-width: 240px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .keno-result .content .nhomky-dongdau .thoigian {
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                font-size: 16px;
                font-weight: bold;
                color: var(--color-primary)
            }

        .keno-result .content .ky {
            width: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .keno-result .content .item {
            display: flex;
            flex-direction: row;
            margin: 5px 0;
            background: #ffda8c;
            border-radius: 10px;
            padding: 10px;
        }

        .keno-result .content .odd {
            background: white;
        }

    .keno-result .ball-kn {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-grow: 1;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 6px;
    }

        .keno-result .ball-kn div {
            border: solid 1px #90191c;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            text-align: center;
            color: #000;
            font-weight: 700;
            background: #FFF;
            font-size: 17px;
        }

    .keno-result .ball-kn-fisrt {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-grow: 1;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 6px;
        max-width: 600px;
    }

        .keno-result .ball-kn-fisrt div {
            border: solid 1px #90191c;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            margin: 2px 4px;
            color: #90191c;
            font-weight: 700;
            background: #FFF;
            font-size: 26px;
        }

    .keno-result .chanle-dongdau {
        display: flex;
    }

        .keno-result.chanle-dongdau .chanle-item {
            display: flex;
        }

            .keno-result .chanle-dongdau .chanle-item div {
                min-width: 60px;
                border-radius: 8px;
                padding: 2px 6px;
                background: white;
                margin: 4px;
                font-size: 16px;
                font-weight: 700;
                border: 1px solid #90191c;
            }

    .keno-result .chanle {
        display: flex;
    }

    .keno-result .keno-ic {
        display: inline-block;
        /* width: 22px;
        height: 22px;*/
        padding: 0 2px;
        position: relative;
        border-radius: 4px;
        margin: 0 2px;
        color: #FFF;
        font-weight: 500;
        text-align: center;
    }

    .keno-result .chan {
        color: white;
        background: #1967b2 !important;
    }

    .keno-result .le {
        color: white;
        background: #36b3e5 !important;
    }

    .keno-result .hoachanle {
        color: white;
        background: #98026c !important;
    }

    .keno-result .lon {
        color: white;
        background: #f26531 !important;
    }

    .keno-result .nho {
        color: white;
        background: #faa21e !important;
    }

    .keno-result .hoalonnho {
        color: white;
        background: #00ad05 !important;
    }

    .keno-result .chanle-sm {
        display: none;
    }

        .keno-result .chanle-sm .chip {
            flex: 1;
            background: #e6e6e6;
            border-radius: 4px;
            margin: 2px;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            margin-top: 6px;
        }

.flex-end-colum {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.table-kqdientoan {
    font-size: 14px;
}

    .table-kqdientoan th {
        font-weight: 500;
        padding-left: 12px;
    }

    .table-kqdientoan td {
        font-size: 23px;
        text-align: center;
        font-weight: 700;
        padding: 3px;
    }

.menu-mobile {
    display: none;
    margin-bottom: 16px;
}

.keno-form-doso {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.iframe-youtube{
    width:560px;
    height: 315px;
}
