@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
img.lazyloading{
    background: url('img/loading.gif') no-repeat center;
    background-size: 30px;
}
.w-50{
    width: 50%;
}
.bmk_small_text{
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 5px 0;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card p:empty{
    display: none;
}
.bg-transparent {
    background-color: transparent!important;
}
.bg-white {
    background-color: #fff!important;
}
.border-0 {
    border: 0!important;
}
.host_list a{
    text-decoration: none;
}
.host_list .card {
    -webkit-box-shadow: var(--shadow-box);
    box-shadow: var(--shadow-box);
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}
.host_list .card .host_list__image {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 25%;
    border-radius: 6px 0 0 6px;
}
.host_list .card .host_list__image img{
    width: 120px;
    flex: 0 0 auto;
}
.host_list .card .host_list__image span.item-name{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.host_list .card .host_list__image span.item-order{
    display: none;
}
.host_list .card .host_list__meta{
    flex: 0 0 75%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.host_list .card .host_list__meta .host_list__title{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    align-items: center;
    padding: 15px;
}
.host_list .card .host_list__meta .host_list__content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 0 0 100%;
    align-items: center;
}
.host_list .card .host_list__meta .card-slogan{
    text-align: right;
    font-size: 16px;
}
.host_list .card .host_list__meta .rating{
    flex: 0 0 auto;
    margin-top: 10px;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    font-size: 14px;
}
.host_list .card .host_list__meta .rating p{
    margin: 0;
}
:root{
    --star-size: 20px;
    --star-color: #ccc;
    --star-background: #fc0
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 14px;
    margin-right: 5px;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.host_list .card .host_list__meta .host_list__content .hot_promotion{
    margin-top: 10px;
    color: red;
    font-weight: bold;
    padding: 0px 20px 0;
    text-align: left;
}
.host_list .card .host_list__meta .host_list__content .hot_promotion i{
    margin-right: 5px;
}
.host_list .card .host_list__meta .host_list__content .card-text{
    margin-top: 10px;
    line-height: 25px;
    padding: 0px 20px 0;
}
.host_list .card .host_list__meta .host_list__content .card-buttons{
    margin-top: 10px;
    width: 100%;
    text-align: right;
    padding: 0px 20px 15px;
}
.host_list .card .host_list__meta .host_list__content .card-buttons a{
    display: inline-block;
    margin-left: 10px;
}
.host_list .card .host_list__meta .host_list__content .card-buttons a.nutchoingay{
    background: #ee4d2d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}

/*Single*/
.info_box{
    width: 100%;
}
.info_box_top{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}
.info_box .info_box_left{
    border: 1px solid;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.info_box_left .bmk-logo{
    display: flex;
    width: 100%;
    background: #fff;
    height: 55%;
    align-items: center;
    justify-content: center;
}
.info_box_left .bmk-logo a{
    flex: 0 0 50%;
}
.info_box_left .bmk-logo img{
    width: 100%;
}
.info_box_left .info_name{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_box_left .info_slogan{
    text-align: center;
    flex: 0 0 100%;
    color: red;
    font-weight: bold;
    padding: 0px 0 10px;
}
.info_box_left .info_button_register{
    text-align: center;
    flex: 0 0 100%;
    border-top: 1px dashed;
    padding: 0;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
}
.info_box_left .info_button_register a{
    background: #21b472;
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
    margin: 10px 0;
    width: 65%;
    border-radius: 25px;
    font-size: 16px;
}
.info_box .info_box_right{
    padding-left: 30px;
    padding-bottom: 0;
}
.info_box_right .info_excerpt{
    margin: 0 0 10px;
}
.info_box_right .info_excerpt p{
    margin: 0;
}
.info_box_right .info_links{
    padding: 10px;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    margin: 0 0 15px 0;
}
.info_box_right .info_links .info_link_title{
    margin: 0;
}
ul.info_link_list {
    padding: 0;
    margin: 0px !important;
    list-style: none !important;
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
ul.info_link_list li{flex: 0 0 auto; margin: 0 !important;}
ul.info_link_list li a.btn{
    background-color: #eee;
    margin-left: 10px;
    color: #000;
    padding: 5px 10px;
    color: #000;
    padding: 10px 20px;
    display: inherit;
    font-size: 14px;
}
ul.info_link_list li a.btn.btn-danger {
    background-color: #fe6c61;
    color: #fff;
}
.info_box_right .info_promotion{
    margin: 0;
    border: 1px solid;
}

.info_tutorial{

}
.info_tutorial .info_promotion_title{
    border-bottom: 1px dotted;
    margin: 10px;
    padding-bottom: 10px;
}
.info_tutorial ul.info_tutorial_list{
    display: flex;
    margin-bottom: 15px;
    list-style: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border: 1px solid #eee;
    list-style: none;
}
.info_tutorial ul.info_tutorial_list li{
    flex: 0 0 32%;
    margin: 0;
    text-align: center;
    list-style: none;
}
.info_tutorial ul.info_tutorial_list li a{
    background: #dde7f4;
    color: #000;
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.info_box .info_list{
    position: relative;
}
.info_box .info_list td, .info_box .rating_list td{
    height: 46px;
    position: relative;
}
.info_box .info_list ul.bmk_collapse_list{
    list-style: none;
    margin: 0;
    padding: 0 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    overflow: hidden;
    position: relative;
}
.info_box .info_list ul.bmk_collapse_list::after{
    content: '+';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 8px;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 92%;
    text-align: right;
    margin: auto;
    line-height: 32px;
}
.info_box .info_list ul.bmk_collapse_list li{
    margin: 5px;
    background: #f1f1f1;
    padding: 5px;
    font-size: 12px;
}
.info_box .info_list ul.bmk_collapse_list.show{
    height: auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.5) 0px 1px 5px;
    left: 0;
    width: 100%;
    padding: 10px;
}
.info_box .info_list ul.bmk_collapse_list.show::after{content: "-"}
.info_box .info_list ul.bmk_collapse_list.show li{}

.bookmaker_info_box_top, .bookmaker_transaction_box_top{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.bookmaker_info_box_top table, .bookmaker_transaction_box_top table{
    width: 100%;
}
.bookmaker_infos .info_title, .bookmaker_ratings .info_title{margin: 5px 0;}
.bookmaker_ratings .rating_list .progress{
    width: 75%;
    display: inline-block;
    height: 10px;
    background: #ccc;
    border-radius: 5px;
}
.bookmaker_ratings .rating_list .progress .progress-bar{
    display: block;
    height: 10px;
    border-radius: 5px;
}
.bookmaker_ratings .rating_list .progress .progress-bar.bg-success{background: green;}
/*single-title*/
.info_link_title, .info_promotion_title{
    font-weight: 600;
    font-size: 16px;
    flex: 0 0 auto;
    margin: 0;
    width: auto;
}
.info_box_right .info_promotion_title{
    background: #eee;
    flex: 0 0 100%;
}
.info_box_right .info_promotion_title a{
    padding: 10px;
    display: inline-block;
}
.info_promotion_content{
    flex: 0 0 100%;
}
.info_promotion_content a{
    display: inline-block;
    width: 97%;
    margin-top: 4px;
    color: red;
    border-bottom: 1px solid #eee;
    padding: 2px 10px;
}
.info_promotion_content a i{
    margin-right: 5px;
}
/*button*/
.bg-danger,.nutchoingay {
    background-color: #dc3545;
}
.text-white {
    color: #fff;
}
.text-center{
  text-align: center;
}
.pb-10{
    padding: 10px;
    margin-bottom: 20px;
}
a.nutchoingay {
    margin-left: 20px;
    color: #484537;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.nutchoingay i{
    font-size: 12px;
}
.nutchoingay:hover{
    background-color: #000000;
    color: #fff;
}
.wrapper-button-register {
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}
.wrapper-button-register .button-regiter{
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #dc3545;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.wrapper-button-register .button-regiter i{
    margin-left:5px;
    font-size: 13px;
}
.wrapper-button-register .button-regiter:hover{
    background-color: red;
    color: #fff;
}
#collapse_content{
    overflow: hidden;
    position: relative;
}
#collapse_content.collapse_hide{
    height: 500px;
}
#collapse_content.collapse_show{
    height: auto;
}
#collapse_btn{
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.4962359943977591) 0%, rgba(0,0,0,0.5046393557422969) 100%);
}
.bookmaker-categories-list ul{
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.bookmaker-categories-list ul li{
    background: #fff;
    padding: 5px 10px;
    margin: 5px 5px;
    flex: 0 0 auto;
    font-size: 12px;
    border-radius: 5px;
}
.bmk_games{position: relative;}
.bmk_games #bmk_loading{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
}
.bmk_games #bmk_loading::after{
    content: "";
    background: url(img/loading.gif);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.bmk_game_play{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}
.bmk_game_play .bmk_gameplay_iframe{
    height: 80%;
}
.bmk_game_play iframe{
    position: absolute;
    width: 100%;
    height: 80%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
    background: #000;
}
.bmk_game_play .bookmake_cta{
    background: #fff;
    height: 20%;
}
.bookmake_cta .bmk_ads{
    display: flex;
    height: 100%;
    padding: 10px;
    justify-content: center;
}
.bookmake_cta .bmk_ads .bmk_ads_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bookmake_cta .bmk_ads .bmk_ads_logo img{width: 80%;}
.bookmake_cta .bmk_ads .bmk_ads_info{}
.bookmake_cta .bmk_ads .bmk_ads_button{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
}
.bookmake_cta .bmk_ads .bmk_ads_button a, button{
    flex: 0 0 100%;
    margin-bottom: 5px;
    background: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46%;
}
.bookmake_cta .bmk_ads .bmk_ads_button button{
    background: #f1f1f1;
    margin-bottom: 0;
    margin-top: 5px;
}
.bmk_game_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bmk_game_list .game-box{
    flex: 25%;
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}
.bmk_game_list .game-img{
    overflow: hidden;
    position: relative;
    min-height: 250px;
    background: #000;
}
.bmk_game_list .game-img img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bmk_game_list .game-info{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    font-weight: bold;
    align-items: center;
}
.bmk_game_list .game-title{}
.bmk_game_list .game-type{
    background: #f1f1f1;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 7px;
    
}
.bmk_game_list .game-button{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: rgba(0,0,0,0.5);
    display: none;
}
.bmk_game_list .game-box:hover .game-button{
    display: flex;
}
.bmk_game_list .game-button .game-play{}
.bmk_game_list .game-button .game-play.play-test{}
@media only screen and (max-width: 774px) {
    .card{
        flex-wrap: wrap;
        /* flex-direction: row; */
        justify-content: space-between;
    }
    .host_list .card{
        width: 100%;
        border: none;
        flex-wrap: nowrap;
    }
    .host_list .card .host_list__image{
        padding: 0;
        flex: 0 0 30%;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .host_list .card .host_list__image a{
        text-align: center;
    }
    .host_list .card .host_list__image img{
        width: 80%;
    }

    .host_list .card .host_list__meta{
        flex: 0 0 70%;
    }
    .host_list .card .host_list__meta .card-title{
        margin-bottom: 10px;
        padding: 10px 0 0 10px;
    }
    .host_list .card .host_list__meta .card-slogan{
        font-size: 14px;
        font-weight: normal;
        padding: 0 10px;
    }
    .host_list .card .host_list__meta .host_list__title{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        text-align: left;
    }
    .host_list .card .host_list__meta .host_list__content{
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .host_list .card .host_list__meta .host_list__content .card-buttons{
        display: flex;
        flex-direction: row;
        align-items: center;
        border-top: 1px solid #f1f1f1;
        padding: 10px 0;
        justify-content: space-between;
    }
    .host_list .card .host_list__meta .host_list__content .card-buttons a{
        order: 1;
        width: 50%;
        text-align: center;
        font-size: 14px;
    }
    .host_list .card .host_list__meta .host_list__content .card-buttons a.nutchoingay{
        order: 0;
        padding: 5px;
    }
    .host_list .card .host_list__meta .host_list__content .card-text, .host_list .card .host_list__meta .host_list__content .hot_promotion{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .host_list .card{
        width: 100%;
    }

    .info_box_top, .bookmaker_info_box_top, .bookmaker_transaction_box_top {
        flex-wrap: wrap;
    }
    
    .info_box_left, .info_box_right, .bookmaker_info_box_top .bookmaker_info_box_left, .bookmaker_info_box_top .bookmaker_info_box_right, .bookmaker_transaction_box_top .bookmaker_transaction_box_left, .bookmaker_transaction_box_top .bookmaker_transaction_box_right {
        flex: 0 0 100%;
        overflow: hidden;
    }

    .info_box_right .info_excerpt {
        margin: 0;
    }

    .info_box_right .info_links {
        margin-left: 0;
        flex-wrap: wrap;
        text-align: center;
    }

    .info_link_title, .info_promotion_title {
        width: 100%;
        padding: 10px 0px 20px;
        font-size: 20px !important;
        margin: 0px !important;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding: 0px !important;
    }

    .jeg_content {
        padding: 0px !important;
    }

    .content-inner ol, .content-inner ul, .wpb_text_column ol, .wpb_text_column ul {
        padding: 0px !important;
    }

    ul.info_link_list li a.btn {
        font-family: 'Roboto';
        font-size: 14px !important;
        font-weight: 500;
        padding: 5px 10px !important;
        height: fit-content;
        letter-spacing: unset;
        margin: 0px !important;
        display: block !important;
        width: auto;
    }

    ul.info_link_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: auto !important;
    }
        
        
    .info_box_right .info_promotion {
        margin:0px;
    }

    .jeg_main_content {
        padding: 15px 15px 0px!important;
    }
}
@media only screen and (max-width: 480px) {
    .wrapper-button-register .button-regiter{
        width: 40%;
        margin-bottom: 10px;
    }

}

/* CSS Table Bookmaker List */

html body table {
    border-collapse: collapse;
    margin-top: 10px;
}

html body a {
    outline: 0;
    text-decoration: none;
}

html body img {
    border: none;
    max-width: 100%;
    height: auto;
}

#page-fullwidth, #table-bookies {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.danhsachnhacai {
    float: left;
    width: 100%;
    margin-top: 0;
}

.danhsachnhacai .ds_header {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
}

.danhsachnhacai .ds_body .ds_order, .danhsachnhacai .ds_header .ds_order {
    width: 7%;
}

.danhsachnhacai .ds_header .ds_casino_sale, .danhsachnhacai .ds_header .ds_info, .danhsachnhacai .ds_header .ds_name, .danhsachnhacai .ds_header .ds_order, .danhsachnhacai .ds_header .ds_pick, .danhsachnhacai .ds_header .ds_rank, .danhsachnhacai .ds_header .ds_rate, .danhsachnhacai .ds_header .ds_sale {
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.danhsachnhacai .ds_casino_sale, .danhsachnhacai .ds_info, .danhsachnhacai .ds_name, .danhsachnhacai .ds_order, .danhsachnhacai .ds_pick, .danhsachnhacai .ds_rank, .danhsachnhacai .ds_rate, .danhsachnhacai .ds_sale {
    border: 1px solid #ccc;
    float: left;
    border-right: 0;
    border-top: 0;
    background: #fff;
}

.danhsachnhacai .ds_body .ds_name, .danhsachnhacai .ds_header .ds_name {
    width: 15%;
}

.danhsachnhacai .ds_body .ds_casino_sale, .danhsachnhacai .ds_body .ds_sale, .danhsachnhacai .ds_header .ds_casino_sale, .danhsachnhacai .ds_header .ds_sale {
    width: 17%;
}

.danhsachnhacai .ds_body .ds_rate, .danhsachnhacai .ds_header .ds_rate {
    width: 17%;
}

.danhsachnhacai .ds_body .ds_rank, .danhsachnhacai .ds_header .ds_rank {
    width: 8%;
}

.danhsachnhacai .ds_body .ds_pick, .danhsachnhacai .ds_header .ds_pick {
    width: 15%;
}

.danhsachnhacai .ds_body .ds_info, .danhsachnhacai .ds_header .ds_info {
    width: 21%;
    border-right: 1px solid #ccc;
}

.danhsachnhacai .ds_body .ds_casino_sale, .danhsachnhacai .ds_body .ds_info, .danhsachnhacai .ds_body .ds_name, .danhsachnhacai .ds_body .ds_order, .danhsachnhacai .ds_body .ds_pick, .danhsachnhacai .ds_body .ds_rank, .danhsachnhacai .ds_body .ds_rate, .danhsachnhacai .ds_body .ds_sale {
    height: 89px;
    padding: 10px;
}

.danhsachnhacai .ds_body .ds_order {
    line-height: 71px;
    text-align: center;
}

.danhsachnhacai .ds_body .ds_order span {
    background: #f0f0f0;
    width: 36px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-weight: 700;
    border-radius: 18px;
    font-size: 16px;
}

.danhsachnhacai .ds_body .ds_name {
    text-align: center;
    line-height: 89px;
}

.danhsachnhacai .ds_body .ds_name img {
    height: 30px;
    max-height: 100%;
    border: none;
    margin: 0;
}

.danhsachnhacai .ds_body .ds_casino_sale, .danhsachnhacai .ds_body .ds_sale {
    text-align: center;
    line-height: 25px;
}

.danhsachnhacai .ds_body .ds_casino_sale .ds_box, .danhsachnhacai .ds_body .ds_sale .ds_box {
    border: 1px dashed #009e1e;
    float: left;
    padding: 5px 0;
}

.danhsachnhacai .ds_body .ds_casino_sale .nSalePercent, .danhsachnhacai .ds_body .ds_sale .nSalePercent {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.danhsachnhacai .ds_body .ds_casino_sale .nSalePercent span.name-sale, .danhsachnhacai .ds_body .ds_sale .nSalePercent span.name-sale {
    display: none;
}

.danhsachnhacai .ds_body .ds_casino_sale .nSalePercent span, .danhsachnhacai .ds_body .ds_sale .nSalePercent span {
    font-size: 16px;
    font-weight: 700;
}

.danhsachnhacai .ds_body .ds_casino_sale .nSalePercent span, .danhsachnhacai .ds_body .ds_sale .nSalePercent span {
    font-size: 16px;
    font-weight: 700;
}

.danhsachnhacai .ds_body .ds_casino_sale .sSaleMoney, .danhsachnhacai .ds_body .ds_sale .sSaleMoney {
    width: 100%;
    float: left;
    padding-left: 0;
}

.danhsachnhacai .ds_body .ds_casino_sale .sSaleMoney i, .danhsachnhacai .ds_body .ds_sale .sSaleMoney i {
    padding: 0 4px;
    font-size: 20px;
    top: 0;
    position: relative;
    margin-right: 3px;
    color: rgba(50,50,50,.7);
}

.danhsachnhacai .ds_body .ds_casino_sale .sSaleMoney .number-sale, .danhsachnhacai .ds_body .ds_sale .sSaleMoney .number-sale {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 19px;
    vertical-align: text-bottom;
    margin-right: 3px;
    display: inline-block;
}

.danhsachnhacai .ds_body .ds_rate {
    line-height: 23px;
    font-size: 13px;
}

.danhsachnhacai .ds_body .ds_rate .rate {
    padding: 0 10px;
    font-size: 15px;
}

.danhsachnhacai .ds_body .ds_rate i {
    color: #009e1e;
    margin: 0px 5px;
}

.danhsachnhacai .ds_body .ds_rate span {
    display: block;
    text-align: center;
}

.danhsachnhacai .ds_body .ds_rank {
    text-align: center;
    line-height: 32px;
}

.danhsachnhacai .ds_rank .rank-meter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.danhsachnhacai .ds_rank .rank-meter .rank-meter-text {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #c90e16;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    top: 25%;
}

.danhsachnhacai .ds_body .ds_pick {
    text-align: center;
}

.danhsachnhacai .ds_body .ds_pick .rating-box {
    padding: 8px 0;
    font-size: 13px;
}

.danhsachnhacai .ds_body .ds_pick .rating-box .star-box {
    padding: 5px 0;
}

.danhsachnhacai .ds_body .ds_pick .total-rate span {
    font-weight: 700;
}

.danhsachnhacai .ds_body .ds_info {
    text-align: center;
}

.danhsachnhacai .ds_body .ds_info .nWebsite {
    background: #1a89f3;
    color: #fff;
    margin-top: 20px;
}

.danhsachnhacai .ds_body .ds_info .nDetail, .danhsachnhacai .ds_body .ds_info .nWebsite {
    width: 100px;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.danhsachnhacai .ds_body .ds_info .nDetail i, .danhsachnhacai .ds_body .ds_info .nWebsite i {
    margin-right: 5px;
}

.danhsachnhacai .ds_body .ds_info .nDetail {
    color: #1a89f3;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
}

.danhsachnhacai .ds_body .ds_info .nDetail, .danhsachnhacai .ds_body .ds_info .nWebsite {
    width: 100px;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

#bmk-1 .ds_name img {
    background-color: #000;
}

.danhsachnhacai .ds_footer {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 0;
    padding: 15px 0;
}

.danhsachnhacai .ds_footer a#view-click {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #242424;
    padding: 10px 0;
    display: inline-block;
}

.box {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.box .percent {
    position: relative;
    height: 100%;
}

.box .percent svg {
    position: relative;
    height: 100%;
    width: 100%;
}

.box .percent svg circle {
    fill: none;
    stroke-width: 10;
    stroke: #000;
    transform: translate(7px, 8px);
    stroke-dasharray: 170;
    stroke-dashoffset: 170;
}
.box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #f3f3f3;
}
.box .percent svg circle:nth-child(2) {
    /* stroke-dashoffset: calc(173 - (173  * 10) / 100); */
    stroke: #03a9f4;
}
.rank-meter h2 {
    margin: 0;
}
.text-right {
    text-align: right;
    font-weight: 700;
}
.sidebar-widget-table td{
    padding: 7px 5px;
}
#rank-math-faq .rank-math-list-item {
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #fff;
}
.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    font-weight: 300;
    margin: 0;
    background: #f1f1f1;
    padding: 10px;
}
.rank-math-question:after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: "\2715";
    transform: rotate(-45deg);
    transition: all 150ms ease-in-out;
}
.rank-math-question.collapse:after {
    transform: rotate(0deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}

.author-box a.url{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.author-box-social{}
.author-box-social ul{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
}
.author-box-social ul li.icon{margin: 0}
.author-box-social ul li.icon a{
    display: inline-block;
}
.author-box-social ul li.icon a:before{
    font-family: "FontAwesome";
    margin-right: 10px;
    content: "\f360";
}
.author-box-social ul li.icon.facebook a:before, .author-box-social ul li.icon.twitter a:before, .author-box-social ul li.icon.instagram-com a:before, .author-box-social ul li.icon.blogger-com a:before, .author-box-social ul li.icon.docs-google-com a:before{
    font-family: "Font Awesome 6 Brands";
}
.author-box-social ul li.icon.facebook a:before{
    content: "\f082";
}
.author-box-social ul li.icon.twitter a:before{
    content: "\f081";
}
.author-box-social ul li.icon.instagram-com a:before{
    content: "\e055";
}
.author-box-social ul li.icon.blogger-com a:before{
    content: "";
}
.author-box-social ul li.icon.docs-google-com a:before{
    content: "";
}

.author-box-social ul li.icon a span{
    display: none;
}


@media print, screen and (min-width: 64em){
    .sidebar-widget-table td {
        font-size: 16px;
        white-space: normal;
    }
}

.sidebar-widget-table td:first-child {
    color: #acacb5;
}

.host_list_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.btn.list_load_more {
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    height: auto;
    line-height: unset;
    min-width: 150px;
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.loading-span {
    display: none;
    height: 16px;
    width: 16px;
    margin: 0 auto;
    animation: loaderbmk 3s linear infinite;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    bottom: 0;
}

@keyframes loaderbmk {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.loading-span span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    clip: rect(8px, 16px, 16px, 0);
    animation: loaderbmk2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loaderbmk2 {
    from {  transform: rotate(0deg);}
    to {  transform: rotate(360deg);}
}

.loading-span span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: loaderbmk3 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes loaderbmk3 {
    from {  transform: rotate(0deg);}
    to {  transform: rotate(360deg);}
}

.loading-span span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 3px solid red;
    border-radius: 50%;
}

.list_load_more.show-loader {
    width: 52px;
    background-color: transparent !important;
    text-indent: -9999px;
}

.list_load_more.show-loader .loading-span {
    display: block;
}
@media screen and (max-width: 849px){
    .info_box_top{
        display: inline-block;
    }
    .info_box_top .info_box_left, .info_box_top .info_box_right, .bookmaker_info_box_top, .bookmaker_transaction_box_top{
        max-width: 100%;
        /*display: inline-block;*/
        width: 100%;
        flex-direction: column;
    }
    .info_box_left .logo img{
        width: auto;
    }
    .info_box_left .info_button_register a{
        width: auto;
        padding: 10px 40px;
    }
    .info_box_right .info_excerpt, .info_box_right .info_links, .info_box_right .info_promotion{
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px) {
    .post-breadcrumb a, .post-breadcrumb span {
        font-size: 13px !important;
    }
    h1.post-title {
        font-size: 24px;
    }
    .info_tutorial ul.info_tutorial_list {
        display: block;
    }
    .info_tutorial ul.info_tutorial_list li a {
        padding: 15px;
        width: 90%;
    }
    .info_tutorial ul.info_tutorial_list li {
        margin-bottom: 10px;
        text-align: center;
    }
}