<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    min-height: 150vh;
    width: 100%;
    background-color: #9195a3;
    padding: 0;
    margin: 0;
}
.swal-footer{
    text-align: center!important;
}
.swal-button{
    outline: none!important;
    box-shadow: none!important;
}
.content-game-win-bet-scuccess{
    text-align: left;
    font-size: 18px;
}
.content-game-win-bet-scuccess .item-info:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ebebeb;
}
.content-game-win-bet-scuccess .item-info .title{
    font-size: 15px;
    margin-bottom: 5px;
}
.image-reload-money-user{
    transform: rotate(0);
}
.image-reload-money-user.in-reload{
    animation: rotateReload .5s 1 linear;
}
.profile-reload-user-money-btn img{
    transform: rotate(0);
}
.profile-reload-user-money-btn.in-reload img{
    animation: rotateReload .5s 1 linear;
}
@keyframes rotateReload {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(180deg);
    }
}
.home .banner{
    position: relative;
}
.home .banner .slider-pagination{
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    left: 0;
    bottom: 10px;
    pointer-events: none;
}
.slider-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    left: 0;
    bottom: 15px;
    pointer-events: none
}

.slider-pagination .swiper-pagination-bullet {
    pointer-events: all;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: .5;
    background: #f2413b;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2413b;
}

.slider-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 6px;
}
.btn-confirm-change-profile{
    background: white;
    border: none;
    outline: none;
}

.infinite-load-item-module .in-loading{
    text-align: center;
    padding: 10px;
}

.loader-dot {
    --animation-duration: 1500ms;
}

.loader-dot .loader-item {
    --item-size: 10px;
    width: var(--item-size);
    height: var(--item-size);
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    background: #C4C4C4;
    -webkit-animation: loadDot 1500ms ease-in-out infinite;
    animation: loadDot 1500ms ease-in-out infinite;
}
@-webkit-keyframes loadDot {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes loadDot {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.loader-dot .loader-item:nth-child(1) {
    -webkit-animation-delay: calc(var(--animation-duration) / 5 * -4);
    animation-delay: calc(var(--animation-duration) / 5 * -4);
}

.loader-dot .loader-item:nth-child(2) {
    -webkit-animation-delay: calc(var(--animation-duration) / 5 * -3);
    animation-delay: calc(var(--animation-duration) / 5 * -3);
}

.loader-dot .loader-item:nth-child(3) {
    -webkit-animation-delay: calc(var(--animation-duration) / 5 * -2);
    animation-delay: calc(var(--animation-duration) / 5 * -2);
}

.loader-dot .loader-item:nth-child(4) {
    -webkit-animation-delay: calc(var(--animation-duration) / 5 * -1);
    animation-delay: calc(var(--animation-duration) / 5 * -1);
}
.select-level-marketing{
    width: 100%;
    height: 100%;
    border: 0.02667rem solid #ababab;
    border-radius: 0.10667rem;
}
.result_plot_threads{
    padding: .2rem!important;
    border-radius: .1rem;
}
.result_plot_threads .box_choose{
    border-radius: .1rem!important;
}
.result_plot_threads .box_booking{
    margin-top: .2rem!important;
    border-radius: .1rem!important;
    padding: .2rem!important;
}
.plot_totay .dosam{
    color: #f2413b!important;
}
.plot_totay table.table-kq-bold-border{
    border: solid 1px #cccccc;
}
.plot_totay table.table-kq-border tr td:first-child{
    border-left-color: #cccccc;
}
.plot_totay table.table-kq-border tr td:last-child{
    border-right-color: #cccccc;
}
.plot_totay table.table-kq-border tr:last-child td{
    border-bottom-color: #cccccc;
}
.plot_totay .chu16{
    font-size: 0.425rem!important;
}
.result_plot_threads .item_type_game{
    padding: 0rem!important;
    border: none!important;
    margin-bottom: .15rem!important;
}
.result_plot_threads .item_type_game input{
    display: none!important;
}
.result_plot_threads .item_type_game input:checked ~ .name{
    background: #f2413b;
    color: #ffffff;
    border: solid thin #f2413b;
    position: relative;
}
.result_plot_threads .item_type_game .name{
    font-size: 0.35rem!important;
    padding: .08rem .2rem!important;
    border: solid thin #dddddd;
    display: block;
    width: 100%;
    border-radius: .08rem!important;
}
.plot_totay table.table-kq-border tr td:first-child{
    font-size: 0.35rem!important;
}
.result_plot_threads .box_choose&gt;.navv{
    max-width: 2.1rem!important;
    margin-right: .2rem!important;
}
.result_plot_threads .types .nav-item{
    font-size: 0.35rem!important;
    padding: .08rem .2rem!important;
    border-radius: 0.08rem!important;
    background: #ffffff!important;
    margin-bottom: .1rem!important;
}
.result_plot_threads .item_number_select span, .result_plot_threads .item_number span{
    font-size: .3825rem!important;
    border-radius: 0.08rem!important;
    padding: .1rem!important;
}
.result_plot_threads .item_number span.choosen{
    background: #5cba47;
    border: solid thin #5cba47!important;
    color: #ffffff;
}
.result_plot_threads .ls_number{
    background: #e1e1e1;
}
.result_plot_threads .types .nav-item[data-state='true']{
    color: #5cba47;
    border: solid thin #5cba47;
}
.result_plot_threads .question{
    right: 0!important;
    top: 0!important;
}
.result_plot_threads .panel .s-content{
    background: #f9f9f9;
    border-radius: .2rem;
    border: solid 1px #ebebeb;
    padding: .2rem;
    margin-bottom: .2rem;
}
.result_plot_threads .ls_lotto .lotto{
    background: #5cba47;
    margin-right: .08rem!important;
}
.result_plot_threads .box_mini{
    box-shadow: none!important;
    background: #f9f9f9!important;
    border: solid 1px #e1e1e1!important;
    padding: .2rem!important;
    margin: .15rem 0 .4rem 0;
}
.result_plot_threads .box_booking .title_lg{
    font-size: .475rem!important;
    font-weight: 600!important;
    margin-bottom: 0px!important;
    border-bottom: none!important;
    padding-bottom: 0px!important;
}
.result_plot_threads .lb_total{
    margin-bottom: .15rem!important;
    font-size: .475rem!important;
}
.result_plot_threads .plot_total{
    padding: .2rem!important;
    border: solid 1px #e1e1e1!important;
    background: #f9f9f9;
    border-radius: .08rem;
    margin-bottom: .3rem!important;
}
.result_plot_threads .plot_total p:not(:last-child){
    margin-bottom: .2rem!important;
    padding-bottom: .2rem!important;
}
.result_plot_threads .plot_total p:last-child{
    border-bottom: none!important;
}
.result_plot_threads .types span{
    font-size: .3825rem!important;
}
.result_plot_threads .box_booking input{
    margin-bottom: .45rem!important;
}
.result_plot_threads .group_number .group{
    margin-bottom: .15rem!important;
}

.bonus-box-day{
    padding: 35px 10px;
    text-align: center;
    border-top: solid 1px #ebebeb;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.bonus-box-day .name-box{
    font-size: .66667rem;
    margin-bottom: .6rem;
}
.bonus-box-day .total-bonus-box-day{
    font-size: .8rem;
    font-weight: 600;
}
.c-img {
    display: block;
    position: relative;
    padding-top: 54%;
}
.c-img img, .c-img iframe, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}
.item-news{
    border: solid 1px #ebebeb;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.item-news .content-item{
    padding: 8px 10px;
}
.item-news .short-content{
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 90%;
}
.item-news .item-info-box,.news-view-info{
    display: flex;
    font-size: 90%;
    color: #999999;
    font-style: italic;
}
.item-news .item-info,.news-view-info .item-info{
    display: flex;
    align-items: center;
}
.item-news .content-item i,.news-view-info i{
    margin-right: 3px;
}
.item-news .item-view,.news-view-info .item-view{
    margin-right: 10px;
}
.home-new .info .tit{
    margin-bottom: 0px!important;
}
.box-view-more{
    margin-bottom: 12px;
    text-align: center;
}
.box-view-more a{
    display: block;
    background: #fbefef;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fb4e4e;
    border: solid 1px #fb4e4e;
}
.news-view-info{
    font-size: 14px;
    padding: 8px 16px;
    background-color: #f5f5f5;
}

.detail-history-game{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-history-game .item-play-province{
    width: 100%;
    padding: 5px;
    background: #f5f5f5;
    border: solid 1px #d4d2d2;
    border-radius: 3px;
    margin-top: 10px;
}

.detail-history-game .item-number{
    width: calc(50% - 3px);
    border: solid 1px #d6d6d6;
    margin-top: 6px;
    border-radius: 5px;
    overflow: hidden;
}
.detail-history-game .item-number .header-item-history{
    background-color: #2c3e50;
    color: white;
    padding: 3px;
}
.detail-history-game .item-number.item-win .header-item-history{
    background-color: #28a745;
}
.detail-history-game .item-number .content-item-history{
    padding: 3px;
}
.province-select-box{
    position: relative;
    background-color: #fff;
    box-shadow: 0 0.24rem 0.48rem 0.02667rem #ebebf1;
    border-radius: 0.1rem;
    font-size: 14px;
    padding: 0.16667rem !important;
    margin-bottom: 12px;
}
.province-select-box .title-box{
    font-weight: bold;
    margin-bottom: 8px;
}
.province-select-box select{
    width: 100%;
    height: 0.875rem;
    padding: 0px 12px;
    border-radius: 5px;
}
.group-choosen:not(:last-child){
    margin-bottom: 5px;
}
.group-choosen .province-choosen{
    margin-bottom: 3px;
    background: #ebebeb;
    padding: 3px;
    border-radius: 3px;
}
.box-sys-notify{
    padding-bottom: 10px;
    line-height: 1.35;
}
.box-sys-notify .title-box{
    background-color: #ebebeb;
    padding: 8px 15px;
    text-align: center;
    font-size: .56667rem;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px #aaa;
}
.box-sys-notify .s-content{
    padding: 10px 10px 0px 10px;
    max-height: 80vh;
    overflow: auto;
}
.box-sys-notify .btn-close-popup{
    width: 100px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    background-color: #aaa;
    padding: 3px 8px;
}</pre></body></html>