﻿.clearfix {
    clear: both;
}

html, body {
    min-height: 100%;
}

@font-face {
    font-family: "SVN-Wendi";
    src: url("../fonts/SVN-Wendi.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Wendi.woff") format("woff"), url("../fonts/SVN-Wendi.ttf") format("truetype"), url("../fonts/SVN-Wendi.svg#SVN-Wendi") format("svg");
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    font-size: 15px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-pa-ma {
    margin: 0;
    padding: 0;
}

.full {
    height: 100%;
    width: 100%;
}

.w50 {
    width: 50%;
}

.mg0 {
    margin: 0;
}

.pd0 {
    padding: 0;
}

.mgtb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

img {
    max-width: 100% !important;
}

body {
}

a {
    color: #333333;
}

    a:focus, a:hover {
        cursor: pointer;
        text-decoration: none;
    }

.pdl10 {
    padding-left: 10px;
}

header {
    background: none repeat scroll 0 0 #993333;
    border-bottom: 6px solid #FDB719;
    color: white;
    /*line-height: 40px;
    min-height: 78px;*/
    /*z-index: 10;*/
}

    header .container {
        position: relative;
    }

footer {
    background: none repeat scroll 0 0 #660F0F;
    color: white;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

    footer a {
        color: white;
    }

    footer .csmenu li a {
        margin-right: 15px;
    }

        footer .csmenu li a:hover {
            color: #008CBA;
        }

    footer .list-inline {
        margin-bottom: 0;
    }

.social-list {
    height: 40px;
    overflow: hidden;
    padding-top: 8px;
}

    .social-list li {
        line-height: 40px;
    }

.social-icon {
    display: block;
    height: 22px;
    margin: 0;
    opacity: 0.8;
    width: 20px;
}

    .social-icon:hover {
        opacity: 1;
    }

.fb-icon {
    background: url("/Content/images/fb-icon.png") no-repeat scroll center top transparent;
}

.google-icon {
    background: url("/Content/images/google-icon.png") no-repeat scroll center top transparent;
}

.twitter-icon {
    background: url("/Content/images/twitter-icon.png") no-repeat scroll center top transparent;
}

.youtube-icon {
    background: url("/Content/images/youtube-icon.png") no-repeat scroll center top transparent;
}
/*.navbar {
    padding: .0rem 1rem;
}*/
.navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size : 14px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
   /* background: #0000001a;*/
    color: #ffc659 !important;
}
.btn-login {
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    transition: all .3s;
    background: #292e3b;
    position: relative;
}
    .btn-login > i{
        margin-right:5px;
    }
    .btn-login:before {
        background: linear-gradient(180deg, #94b3ff, #5b7cfe);
        content: "";
        border-radius: 24px;
        inset: 0;
        padding: 2px;
        position: absolute;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    /*.logo {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/Content/images/logo.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 89px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 142px;
    z-index: 10;
}*/
    .navigator li {
        font-size: 12px;
    }

.navigator {
    border-bottom: 1px solid #DDDDDD;
    margin-top: 25px;
    padding-bottom: 20px;
}

.heading-wrp {
    margin: 0 0 20px 0;
    padding: 5px 0;
}

#header .mobile-button {
    color: #FFFFFF;
    display: none;
    float: right;
    font-size: 25px;
    margin-right: 20px;
    margin-top: 20px;
}

#header .main-menu {
    display: inline-block;
    margin-top: 0.3%;
}

    #header .main-menu .menu-list {
        list-style: none outside none;
        margin: 18px 0 0 170px;
        padding: 0;
    }

        #header .main-menu .menu-list li {
            color: #FFFFFF;
            float: left;
            margin: 0 20px;
        }

            #header .main-menu .menu-list li a {
                color: #FDB719;
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                position: relative;
                text-decoration: none;
                text-transform: uppercase;
                white-space: nowrap;
            }

                #header .main-menu .menu-list li a:hover, #header .main-menu .menu-list li.active a {
                    color: #F9B478 !important;
                }

            #header .main-menu .menu-list li.none-pdr a {
                padding-right: 0;
            }

        #header .main-menu .menu-list .avatarimg img {
            height: 49px;
        }

        #header .main-menu .menu-list li.none-pdr:hover a {
            background: none repeat scroll 0 0 transparent;
        }

.account-list li {
    cursor: pointer;
    font-size: 12px;
    margin-top: 20px;
}

    .account-list li i {
        margin-right: 7px;
    }

    .account-list li.signup {
        background: none repeat scroll 0 0 #FD7F19;
        border-radius: 4px 4px 4px 4px;
        color: #FFFFFF;
        line-height: 20px;
        margin-left: 10px;
        padding: 5px 40px !important;
        text-align: center;
    }

    .account-list li a {
        color: #FDB719;
    }

    .account-list li.fullname a {
        color: #FFFFFF;
    }

.login-wrap {
    padding: 5px 20px;
}

    .login-wrap label {
        font-size: 12px;
        margin: 10px 0;
    }

    .login-wrap .btn {
        background: none repeat scroll 0 0 #993333;
        border: medium none;
        color: #FFFFFF;
        display: block;
        font-size: 11px;
        font-weight: bold;
        margin: 20px auto;
        padding: 13px 70px;
        text-transform: uppercase;
    }

        .login-wrap .btn:hover {
            background: none repeat scroll 0 0 #FDB719;
        }

    .login-wrap .alert-danger {
        display: block;
        font-size: 12px;
        padding: 7px;
    }

    .login-wrap .forgetpassword {
        color: #999999;
        font-size: 12px;
    }

    .login-wrap .tempt {
        font-weight: normal;
    }

.personal-list {
    list-style: none outside none;
    padding: 0;
}

    .personal-list li {
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #F2F2F2;
        text-transform: uppercase;
    }

        .personal-list li a {
            background: none repeat scroll 0 0 #F2F2F2;
            display: block;
            font-size: 11px;
            padding: 20px 10px;
        }

        .personal-list li.active a, .personal-list li:hover a {
            background: none repeat scroll 0 0 #DDDDDD;
            color: #333333;
            font-weight: bold;
        }

.trans-tbl tr td {
    font-size: 12px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333333;
    border-color: #333333;
}

.pagination > li > a, .pagination > li > span {
    font-size: 11px;
    padding: 4px 12px;
}

.banner-side {
    left: 10px;
    position: fixed;
    top: 90px;
}

.banner-side-right {
    position: fixed;
    right: 10px;
    top: 90px;
}

.banner {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

    .banner img {
        display: block;
        margin: auto;
        max-width: 100%;
        width: 100%;
    }

.list-how {
    margin: 15px auto;
    width: 90%;
}

    .list-how li {
        padding: 0;
        text-align: center;
        width: 32%;
    }

        .list-how li p {
            font-size: 12px;
            font-weight: bold;
            margin-top: 10px;
        }

.totalbox {
    background: url("/Content/lode/images/totalbox.png") repeat-x scroll 0 0 #A70808;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 5px #CCCCCC;
    color: white;
    height: 107px;
    padding: 10px;
    text-align: center;
}

    .totalbox p {
        font-size: 18px;
        margin-top: 7px;
    }

    .totalbox h1 {
        margin-top: 10px !important;
    }

#bottom {
    background: none repeat scroll 0 0 #993333;
    margin-top: 30px;
    padding: 20px 0;
}

    #bottom h4 {
        color: #FDB719;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    #bottom ul {
        list-style: none outside none;
        padding: 0;
    }

        #bottom ul li {
            color: #F9B478;
            padding: 4px 0;
        }

            #bottom ul li a {
                color: white;
            }

                #bottom ul li a:hover {
                    color: #FDB719;
                }

.result-box {
    background: none repeat scroll 0 0 #BEBEBE;
    padding: 5px;
}

    .result-box input {
        max-width: 100%;
    }

    .result-box .col-sm-3, .result-box .col-sm-4, .result-box .col-sm-1 {
        padding: 0 5px;
    }

.pdl15 {
    padding-left: 15px !important;
}

.result-box .form-control {
    font-size: 12px;
}

.result-box .btn {
    background: none repeat scroll 0 0 #1A2F47;
    color: white;
    font-size: 12px;
    margin-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.result-tbl {
    margin: 15px 0 0;
}

    .result-tbl td {
        background: none repeat scroll 0 0 #EBEBEB;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: middle;
    }

        .result-tbl td:first-child {
            font-weight: bold;
            width: 100px;
        }

        .result-tbl td:last-child {
            font-size: 14px;
        }

    .result-tbl thead td {
        color: #993333;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .result-tbl td ul {
        list-style: none outside none;
        margin-bottom: 0;
        padding: 0;
        text-align: center;
    }

        .result-tbl td ul li {
            display: inline-block;
            margin: 1px 15px;
        }

.ListGameType {
    background: none repeat scroll 0 0 #FDB719;
}

    .ListGameType li a {
        color: #993333;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 45px;
        padding: 0 20px;
        text-transform: uppercase;
    }

    .ListGameType li {
        border-right: 1px solid #FEDF97;
        margin-left: -5px;
    }

        .ListGameType li:first-child {
            margin: 0;
        }

        .ListGameType li:hover, .ListGameType li.active {
            background: none repeat scroll 0 0 #993333;
        }

            .ListGameType li:hover a, .ListGameType li.active a {
                color: #FFFFFF;
            }

.ListGame {
    background: none repeat scroll 0 0 #EEEEEE;
}

    .ListGame li {
        color: #111111;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        line-height: 45px;
        padding: 0 20px;
    }

        .ListGame li:hover, .ListGame li.active {
            color: #993333;
        }

.ListThousand li {
    background: none repeat scroll 0 0 #DFF0D8;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 6px 15px;
}

    .ListThousand li:hover, .ListThousand li.active {
        background: none repeat scroll 0 0 #5CB85C;
        color: #FFFFFF;
        font-weight: bold;
    }

.ListNumber {
    margin: 30px 0;
}

    .ListNumber li {
        margin-bottom: 15px;
        text-align: center;
        width: 9.5%;
    }

        .ListNumber li span {
            background: none repeat scroll 0 0 #DDDDDD;
            border-radius: 100% 100% 100% 100%;
            cursor: pointer;
            display: block;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            margin: auto;
            width: 30px;
        }

            .ListNumber li span:hover, .ListNumber li span.slt {
                background: none repeat scroll 0 0 #286090;
                color: white;
            }

.betsub {
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 2px solid #993333;
}

    .betsub .ct {
        line-height: 2em;
        padding: 20px 10px;
    }

        .betsub .ct p {
            margin-bottom: 0;
        }

.sublist ul {
    list-style: none outside none;
    margin: 0 10px 10px 0;
    padding: 0;
}

.sublist li {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: -5px;
    text-align: center;
    width: 50%;
}

.sublist ul li:first-child {
    font-weight: bold;
}

.sublist ul:first-child {
    margin-left: 10px;
}

.sublist ul li .txt {
    border: medium none;
    height: 30px;
    max-width: 100%;
    outline: medium none;
    text-align: center;
}

.numbetdiv {
    text-align: center;
}

    .numbetdiv h5 {
        font-size: 11px;
    }

    .numbetdiv ul {
        background: none repeat scroll 0 0 #FFFFFF;
        list-style: none outside none;
        margin: 0 15px 10px 6px;
        padding: 0;
        text-align: center;
    }

        .numbetdiv ul li {
            color: #993333;
            display: inline-block;
            font-size: 24px;
            font-weight: bold;
            padding: 10px 15px;
        }

.xnbtn {
    background: none repeat scroll 0 0 #FDB719;
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 60px;
}

    .xnbtn:hover {
        background: none repeat scroll 0 0 #660F0F;
        color: #FFFFFF;
    }

sup {
    color: red !important;
}

.datediv {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 2px solid #DDDDDD;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 7px 0;
}

    .datediv p {
        margin: 0;
    }

.banner-side, .banner-side-right {
    display: none;
}

.menu-list li.none-pdr {
    padding-top: 10px;
}

#header .mobile-button {
    display: inline-block;
}

#header .main-menu .menu-list li a:hover {
    color: #FAA91A;
}

#header .main-menu {
    -moz-transition: all 0.2s ease 0s;
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}

.menu-active #header .main-menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    visibility: visible;
}

#header .main-menu .menu-list {
    -moz-transition: all 0.6s ease 0s;
    background: none repeat scroll 0 0 #993333;
    color: #FFFFFF;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 10;
}

.menu-active #header .main-menu .menu-list {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 0;
}

#header .main-menu .menu-list li {
    float: none;
    margin: 0 5px;
}

    #header .main-menu .menu-list li a {
        padding: 15px 10px;
    }

    #header .main-menu .menu-list li a {
        display: block;
        line-height: normal;
    }

#header .main-menu .menu-list {
    margin: 0;
}

.logo {
    /* height: 50px;*/
    margin: .5rem 1.5rem .5rem 0;
    max-width: 130px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    padding: 0.15rem .4rem;
}
.navbar {
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
}
    .account-list {
    margin-right: 15px;
}

    .account-list li {
        font-size: 11px;
    }

        .account-list li.signup {
            margin-left: 0;
            padding: 5px 10px !important;
        }

.ListNumber li {
    width: 19%;
}

.personal-list {
    margin-top: 50px;
}

.login-wrap {
    padding: 5px;
}

.xs-hide {
    display: none;
}
/*///////////////////////////////////////////////////////////*/
.modal-title {
    color: #495057;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.master-wrapper-content.container {
    flex: 1 1 0%;
}
.box-biende {
    border-radius: .5rem;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: flex;
    gap: 1.375rem;
    margin-bottom: .5rem;
    padding: .625rem 1.563rem;
}
.box-filter label {
    display: block;
    font-size: .75rem;
    line-height: 1rem 16px;
    line-height: 1.25;
    margin-bottom: .313rem;
    --tw-text-opacity: 1;
    color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.dp__input {
    background: none;
    border Shorthand property for setting border width, style, and color. Learn more Don't show : 1px solid #b8cae5 !important;
    border-radius: .5rem;
    color: #000;
    font-family: Mulish, Helvetica Neue, Arial, sans-serif, \$font-primary fallback;
    font-size: .875rem;
    font-weight: 700;
}
.box-filter .dp__input_icon {
    font-size: 1.5rem;
    left: auto;
    line-height: 2rem;
    right: .5rem;
    --tw-text-opacity: 1;
    color: rgb(119 128 137 / var(--tw-text-opacity, 1));
}
.nuxt-icon.nuxt-icon--fill, .nuxt-icon.nuxt-icon--fill * {
    fill: currentColor !important;
}
.dp--clear-btn, .dp__input_icon {
    color: var(--dp-icon-color);
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dp__main {
    box-sizing : border-box;
    font-family: -apple-system,-apple-system fallback,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}
.w-\[9\.5rem\] {
    width: 30%;
}
.menu-list-ld {
    display: flex;
    padding: 0;
    border-bottom: 2px solid #d70a0a;
    list-style: none;
}
    .menu-list-ld li.active {
        background: #d70a0a;
        clip-path : polygon(10% 0px, 100% 0px, 90% 100%, 0% 100%);
        color: #fff;
    }
    .menu-list-ld li:hover {
        background-color: #ED9C9C33;
    }
    .menu-list-ld li.loai-de-categ {
        width: 25%;
        text-align: center;
        padding: 5px;
        clip-path: polygon(10% 0px, 100% 0px, 90% 100%, 0% 100%);
        margin-right: -.5rem;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-duration: .3s;
        cursor: pointer;
    }
.-mx-2 {
    margin-left: -.5rem;
}
.table-number[data-v-de55d4f0] {
    align-items: center;
    display: grid;
    flex-wrap : wrap;
    gap: .625rem;
    grid-template-columns: repeat(10, 1fr);
    margin-top: .625rem;
}
.input-num[data-v-de55d4f0] {
    align-items: center;
    border-radius: .375rem;
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(234 239 247 / var(--tw-bg-opacity, 1));
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(119 128 137 / var(--tw-text-opacity, 1));
}
.category-list {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}
*, :after, :before {
    border: 0 solid #e8edf1;
    box-sizing: border-box;
}
.category-list li{
    border: 0 solid #e8edf1;
    box-sizing: border-box;
}
.category-list__btn {
    align-items : center;
    border-radius: .25rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(233 238 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-size: .688rem;
    font-weight: 700;
    line-height: 1.2;
    padding: .375rem .5rem .5rem;
    text-align: center;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.category-list li.active .category-list__btn {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 99 83 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    background: linear-gradient(180deg, #ffd6d600, #ffcccc36 68.75%, #ffc2c266);
    color: rgb(208 28 45 / var(--tw-text-opacity, 1));
}
    .category-list__btn .rate {
        align-items: center;
        border-radius: .5rem;
        display: flex;
        height: 1rem;
        margin-top: .188rem;
        --tw-bg-opacity: 1;
        background-color: rgb(234 239 247 / var(--tw-bg-opacity, 1));
        font-size: .688rem;
        font-weight: 600;
        padding-left: .375rem;
        padding-right: .375rem;
        --tw-text-opacity: 1;
        color: rgb(119 128 137 / var(--tw-text-opacity, 1));
    }

.danhlo-lo3so {
    /*display: grid;*/
    gap: .5rem;
    grid-template-columns: repeat(10, 1fr);
    margin-top: 1rem;
    display: flex;
    overflow: auto;
}

    .danhlo-lo3so .nav-link {
        align-items: center;
        border-radius: .25rem;
        border-style: solid;
        border-width: 1px;
        display: flex;
        justify-content: center;
        line-height: 1.25rem;
        padding: 0;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(119 128 137 / var(--tw-text-opacity, 1));

        height: 1.563rem;
        --tw-border-opacity: 1;
        border-color: rgb(233 238 246 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        font-size: .688rem;
        font-weight: 600;
    }
        .danhlo-lo3so .nav-link.active, .danhlo-lo3so .nav-link:hover {
            background : linear-gradient(180deg, #ffd481, #ffc75e);
            color: #d01c2d;
        }
.table-number {
    align-items: center;
    display: grid;
    flex-wrap: wrap;
    gap: .625rem;
    grid-template-columns: repeat(10, 1fr);
    margin-top: .625rem;
    padding: 0;
}
.input-num {
    align-items: center;
    border-radius : .375rem;
    cursor: pointer;
    display: flex;
    height: 1.85rem;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(234 239 247 / var(--tw-bg-opacity, 1));
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(119 128 137 / var(--tw-text-opacity, 1));
}
    .input-num.so-act {
        background-color: #ffcd6c;
        color: #000;
    }
@media (hover: hover) and (pointer: fine) {
    .input-num:hover:not(.so-act) {
        background-color: #ffcd6c;
        color: #000;
    }
}

.right-panel {
    border-radius: .5rem;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
    .right-panel .head-panel {
        border-bottom-width: 1px;
        position: relative;
        --tw-border-opacity: 1;
        border-bottom-color : rgb(235 235 235 / var(--tw-border-opacity, 1));
        font-weight: 700;
        line-height: 1.285;
        padding: .75rem 1rem .5rem;
        text-align: left;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    .right-panel .head-panel:after {
        bottom: 0;
        display: block;
        height: 1px;
        left: 1rem 16px;
        position: absolute;
        width: 4.125rem;
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
        --tw-content: "";
        content: var(--tw-content);
    }
    .right-panel .head-panel span{
        float: right;
        color: #993333;
    }
    .right-panel .number-bet {
        display : flex;
        flex-wrap: wrap;
        gap: .25rem;
        margin-bottom: 1.25rem;
    }
    .right-panel .cat-lode {
        font-size: .813rem;
        font-weight: 600;
        line-height: 1.23;
        margin-bottom: 1rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    .right-panel .content-panel {
        padding: 1rem;
    }
    .right-panel .btn-bet-now {
        align-items: center;
        border-radius: 0 0 .5rem .5rem;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        display: flex;
        height: 3.125rem;
        justify-content: center;
        width: 100%;
        --tw-border-opacity: 1;
        border-color: rgb(255 119 103 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(208 28 45 / var(--tw-bg-opacity, 1));
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        --tw-shadow: 0 2px 2px 0 rgba(212, 19, 38, .1);
        --tw-shadow-colored: 0 2px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .right-panel .cat-lode .rate {
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(208 28 45 / var(--tw-text-opacity, 1));
    }
    .right-panel .form-new-2 {
        border-radius: .25rem;
        border-width: 1px;
        height: 2.125rem;
        width: 100%;
        --tw-border-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
        padding: 0 .75rem;
        margin: .5rem 0 ;
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
        text-align: left;
    }
    .right-panel .info-amount__label {
        font-weight: 600;
        --tw-text-opacity: 1;
        font-size: .75rem;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    .right-panel .info-amount {
        align-items: center;
        display: flex;
        font-size : .75rem;
        justify-content: space-between;
        line-height: 1rem;
        line-height: 1.25;
    }
    .right-panel .number-bet__item {
        align-items: center;
        border-radius: .938rem;
        display: flex;
        font-size: .813rem;
        font-weight: 700;
        height: 1.875rem;
        justify-content: center;
        width: 2.938rem;
        --tw-text-opacity: 1;
        background: linear-gradient(180deg, #ffd481, #ffc75e);
        color: rgb(95 0 0 / var(--tw-text-opacity, 1));
    }
    .right-panel .info-amount__data span {
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(222 57 71 / var(--tw-text-opacity, 1));
    }
.capitalize {
    text-transform: capitalize;
}
.accountInfoWrapper {
    display: flex;
    height: 40px;
    margin-left: 10px;
}
.accountInfoWrapper .avatar {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.accountInfoWrapper .accountInfo {
    display: flex;
    flex-direction: column;
    height: 40px;
    margin-left: 10px;
}
    .accountInfoWrapper .accountInfo a {
        color: #fff;
        display: block;
        height: 20px;
        line-height: normal;
        text-overflow: ellipsis;
        margin: 0;
    }
.accountInfoWrapper .accountInfo p .total_money {
    color: #fa0;
    margin-right: 5px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.balance-box {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    backdrop-filter: blur(4px);
}

    .balance-box i {
        margin-right: 6px;
        color: gold;
    }

/* Account Wrapper */
.account-wrapper {
    max-width: 800px;
    margin: 0px auto 10px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.account-header {
    background: linear-gradient(135deg, #993333, #fdb719);
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
}

    .account-header img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid #fff;
        margin-bottom: 10px;
    }

    .account-header h2 {
        margin: 10px 0 5px;
        font-size: 22px;
    }

    .account-header p {
        font-size: 14px;
        opacity: 0.9;
    }

.account-menu {
    display: flex;
    flex-wrap: wrap;
    background: #eee;
    /* border-bottom: 1px solid #eee;
    padding: 10px 0;*/
}

.menu-item {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
    padding: 10px 10px;
   /* border-radius: 10px;*/
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .menu-item:hover,
    .menu-item.active {
        background: linear-gradient(135deg, #993333, #fdb719);
        color: #fff;
    }

        .menu-item:hover i, .menu-item.active i {
            color: #fff;
        }

    .menu-item i {
        font-size: 20px;
        color: #007bff;
        margin-right: 12px;
        width: 24px;
        text-align: center;
    }

    .menu-item span {
        font-size: 16px;
    }

.content-section {
    display: none;
    padding: 20px 15px;
}

    .content-section h3 {
        font-family: 'Segoe UI', sans-serif;
        font-size: 20px;
        color: #0078FF;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 8px;
        margin-bottom: 24px;
        border-bottom: 3px solid #0078FF;
    }

    .content-section.active {
        display: block;
    }

/* Table styles */
table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 12px 15px;
    text-align: left;
}

th {
    background-color: #007bff;
    color: #fff;
}

/* tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    tr:hover {
      background-color: #eef5ff;
    }
*/
.status-success {
    color: green;
    font-weight: bold;
}

.status-failed {
    color: red;
    font-weight: bold;
}

.status-pending {
    color: orange;
    font-weight: bold;
}


.card-status {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}

/* Trạng thái: WIN */
.status-win {
    background-color: #d1e7dd; /* xanh nhạt */
    color: #0f5132; /* xanh đậm */
    border: 1px solid #badbcc;
}

/* Trạng thái: LOSE */
.status-lose {
    background-color: #f8d7da; /* đỏ nhạt */
    color: #842029; /* đỏ đậm */
    border: 1px solid #f5c2c7;
}

/* Trạng thái: PENDING */
.status-pending {
    background-color: #fff3cd; /* vàng nhạt */
    color: #664d03; /* vàng đậm */
    border: 1px solid #ffeeba;
}


.btn-detail {
    height: 36px;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 50%;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

    .btn-detail .icon-detail {
        margin-right: 6px;
        font-size: 16px;
        line-height: 1;
    }

    .btn-detail:hover {
        background-color: #005a9e;
    }

.card-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    /*padding: 12px 16px;*/
    margin-bottom: 12px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.card-header {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.card-status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

    /* Ví dụ các trạng thái trạng thái màu sắc khác nhau */
    .card-status.active {
        background-color: #d1e7dd;
        color: #0f5132;
    }

    .card-status.pending {
        background-color: #fff3cd;
        color: #664d03;
    }

    .card-status.closed {
        background-color: #f8d7da;
        color: #842029;
    }

.k-listview-item .card-body {
    padding: .45rem 1.25rem;
    font-size: 13px;
    color: #555;
    white-space: nowrap; /* Không xuống dòng */
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-text {
    flex: 1 1 auto;
    white-space: normal;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    margin-right: 10px;
}
/*.card-body span {
                margin-right: 8px;
            }*/



/* ////////////////////////////////////////////////*/
/*#listView {
        max-width: 600px;
        margin: 0 auto;
    }*/


/* Nút số */
.k-pager-numbers .k-button, .k-button-flat {
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 4px;
    min-width: 36px;
    height: 36px;
    /*line-height: 36px;*/
    cursor: pointer;
    text-align: center;
    background-color: white;
    color: #333;
    transition: all 0.2s ease-in-out;
}

    /* Nút số khi hover */
    .k-pager-numbers .k-button:hover {
        background-color: #f0f0f0;
        border-color: #999;
    }

/* Nút đang được chọn */
.k-pager-numbers .k-selected {
    background-color: #007acc;
    color: white;
    border-color: #007acc;
    font-weight: bold;
}

/* Nút Trang trước / Trang sau */
.k-pager-nav {
    margin: 0 6px;
    color: #333;
    transition: color 0.2s;
}

    .k-pager-nav:hover {
        color: #007acc;
    }

        /*.k-pager-nav {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border: none;
            background-color: transparent;
            cursor: pointer;
            color: #333;
            transition: color 0.3s ease;
            padding: 0;
            margin: 0 4px;
            border-radius: 4px;
        }*/

        .k-pager-nav:hover:not(.k-disabled) {
            color: #007acc;
            background-color: #e6f0fa;
        }

    .k-pager-nav.k-disabled {
        color: #aaa;
        cursor: default;
    }

    .k-pager-nav .k-svg-icon {
        display: inline-block;
        vertical-align: sub;
        width: 18px;
        height: 18px;
        fill: currentColor; /* cho icon SVG đổi màu theo chữ */
    }


    /*.k-pager-nav {*/
    /* Giữ nguyên kích thước và tránh thay đổi layout khi bấm */
    /*width: 36px;
            height: 36px;*/
    /*line-height: 36px;*/
    /*padding: 0;
            border-radius: 4px;*/
    /* Dùng transition mượt */
    /*transition: color 0.25s ease, background-color 0.25s ease;*/
    /* Loại bỏ viền khi focus để tránh "nhảy" */
    /*outline: none;*/
    /* Bỏ các hiệu ứng gây reflow */
    /*box-shadow: none;
            border: 1px solid transparent;
            background-clip: padding-box;
        }*/

    .k-pager-nav:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.6); /* Focus ring nhẹ */
    }

    .k-pager-nav:active {
        /* Hiệu ứng bấm nhẹ, không thay đổi kích thước */
        background-color: #cce4f7;
        color: #005a9e;
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }

    /* Ngăn hiện tượng "nhảy" khi active */
    .k-pager-nav.k-disabled:active {
        transform: none;
        background-color: transparent;
        color: #aaa;
    }

.k-pager-numbers-wrap {
    display: flex;
}

.k-pager-info {
    display: block;
    /*margin-top: 10px;*/
    font-size: 14px;
    font-style: italic;
    color: #555;
    text-align: center;
}

.k-listview-pager {
    padding: 10px;
    background: #fafafa;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-timer .countdown {
    background: linear-gradient(180deg, #d9dde4, #f5f5f500);
    font-size: .875rem;
    height: 2.5rem;
    align-items: center;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    height: 2.2rem;
    justify-content: center;
    line-height: 1;
    min-width: 2.125rem;
    width: 2.125rem;
}
.box-timer__wrapper {
    align-items: center;
    display: flex;
    gap: .5rem;
}
.box-timer .countdown__label {
    font-size: .625rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.box-timer .countdown__data {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    padding-bottom: .25rem;
    --tw-text-opacity: 1;
    color: rgb(208 28 45 / var(--tw-text-opacity, 1));
}
/*////////////////////////////////////////////////////////////////////////////////////*/
/* Điện thoại nhỏ */
@media (max-width: 575.98px) {
    /* CSS cho mobile nhỏ */
}


    /* Tablet */
    @media (min-width: 768px) and (max-width: 991.98px) {
        /* CSS cho tablet */
    }

    /* Laptop nhỏ */
    @media (min-width: 992px) and (max-width: 1199.98px) {
        /* CSS cho laptop nhỏ */
    }

    /* Desktop */
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        /* CSS cho deskt*/
    }