@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600&family=Trirong:wght@100;200;300;400;500;600&display=swap');
body,html{
    height: 100%;
}
body{
    font-size: 1rem;
    font-family: 'Kanit', serif;
    font-weight: 300;
    background: #eee;
    overflow-x: hidden;
}
body:not(.cke_editable){
    background: #000;
}
/* body:not(.cke_editable)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 30%;
    background: url('/public/assets_front/theme/bg.png') no-repeat top center;
} */
body.cke_editable{
    padding: 10px;
    background: #fff;
}
.fContent{
    display: flex;
    padding: 95px 0px;
    padding-bottom: 150px;
    min-height: 100%;
    min-width: 100%;
    justify-content: center;
    align-items: center;
/*     color: #fff; */
    position: relative;
}
.btn,
.form-control{
    font-weight: 300;
}
.btn-light{
    border: 1px solid #eee;
}
.Trirong{
    font-family: 'Trirong', sans-serif;
}
@media (min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1720px;
/*         max-width: 1024px; */
    }
}
pre{
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    z-index: 999999;
    min-width: 300px;
    max-width: 500px;
    min-height: 300px;
    max-height: 100%;
    color: #fff;
    overflow-y: auto;
}
a{
    color: #167914;
    text-decoration: none;
}
a:hover{
    color: #008283;
}
.slick-slide > div > div{
    display: block!important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.singledate{
    background: url('../img/icon/calendar2.png') calc(100% - 10px) center no-repeat;
    padding-right: 50px;
}
.img{
    position: relative;
    display: block;
}
.img > img{
    max-width: 100%;
}
.btn{
    border-radius: 0.25em;
}
.btn-main{
    font-size: 1.1rem;
    padding : 0.5rem 2.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 2vw;
    border: none;
    color: #fff;
}
.btn-main:hover{
    background: rgba(255,255,255,0.4);
    color: #fff;
}
.btn-white{
    background: #ffff;
    color: #167914;
}
.btn-white:hover{
    background: rgba(255,255,255,0.5);
    color: #fff;
}
.btn-green{
    background: var(--main-bg2);
    color: #fff;
}
.btn-green:hover{
    background: #2ea7a0;
    color: #fff;
}
.btn-primary{
    background-color: #3780b2;
    border-color: #3780b2;
}
.btn-primary:hover{
    background-color: #2f6e99;
    border-color: #2f6e99;
}
.btn-success{
    background-color: #2f6e99;
    border-color: #2f6e99;
}
.btn-success:hover{
    background-color: #3d8b72;
    border-color: #3d8b72;
}
.btn-warning{
    background-color: #e48616;
    border-color: #e48616;
    color: #fff;
}
.btn-warning:hover{
    background-color: #d07a13;
    border-color: #d07a13;
    color: #fff;
}
.btn-danger{
    background-color: #e43416;
    border-color: #e43416;
}
.btn-danger:hover{
    background-color: #cc2c11;
    border-color: #cc2c11;
}
.btn-info{
    background-color: #54acd7;
    border-color: #54acd7;
    color: #fff;
}
.btn-info:hover{
    background-color: #4897bd;
    border-color: #4897bd;
    color: #fff;
}
.btn-black{
    background: #333;
    color: #fff;
}
.btn-black:hover{
    background: #000;
    color: #fff;
}
.btnOrange{
    background: #e89625;
    color: #fff;
}
.btnOrange:hover{
    background: #f57603;
    color: #fff;
}
.btn-big{
    font-size: 1.6rem;
    padding: 10px 30px;
}
hr{
    border-color: #999;
}
.form-select,
.form-control{
    border-radius: 3px;
}
#main_menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 0;
    background: #000;
    /*background: var(--main-bg2); */
    /* background: rgb(54,84,161);
    background: linear-gradient(0deg, rgba(54,84,161,1) 0%, rgba(48,195,242,1) 100%); */
    border-bottom: 5px solid #d8a32f;
}
#main_menu > .container{
    position: relative;
} 
.navbar-brand > img{
    height: 50px;
}
#nav_function{
    position: absolute;
    right: 0;
}
.menucenter{
    display: flex;
}
.langbox{
    display: flex;
    justify-content: flex-end;
}
.langbox a{
    display: flex;
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'Trirong', sans-serif;
    font-size: 1.1rem;
}
.langbox a.active{
    background: rgba(255,255,255,0.2);
}
#MainNav{
    
}
#MainNav a{
    font-size: 1.1rem;
    color: #000;
}
.main_membrer.mobile{
    display: none!important;
}
.main_search .form-control,
.main_search .btn,
.main_membrer .btn{
    font-size: 1.15rem;
    border-radius: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.main_search .form-control{
    border-color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
.main_search .btn,
.main_membrer .btn{
    border-radius: 5px !important;
    color: #fff;
    border: none;
}
.main_membrer.mobile .btn{
    color: #000;
}
.main_search .btn{
    margin-left: -2px !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
}
.main_search .btn.btn-primary,
.main_membrer .btn.btn-primary{
    background: var(--main-bg2);
}
#btnPopSearch{
    display: none;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
#MainNav a.nav-link{
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-family: 'Trirong', sans-serif;
}
#MainNav .submenu{
    background: rgb(15 148 149 / 90%);
    border: none;
}
#MainNav .submenu::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50px;
    right: auto;
    margin: auto;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid rgb(15 148 149 / 90%);
    border-right: 8px solid transparent; /* ซ่อนขอบขวา */
    border-top: 10px solid transparent; /* ซ่อนขอบล่าง */
    border-left: 8px solid transparent; /* ซ่อนขอบซ้าย */
}
#MainNav .submenu a.dropdown-item{
    color: #fff;
    font-family: 'Trirong', sans-serif;
    font-size: 0.9rem;
}
#MainNav .submenu a.dropdown-item:hover{
    background: #fff;
    color:var(--main-bg2);
}
.main_search .popupclose{
    display: none;
    text-align: center;
    padding-top: 15px;
}
.main_search .popupclose a{
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.card {
    box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
    margin-bottom: 1.5rem;
    border: none;
}
.card.bgBlur {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(23px);
}
.m_login{
    font-size: 1.1rem;
    color: #999;
/*     background: var(--main-bg2); */
}
.m_login,
.m_regis{
    max-width: calc(100% - 30px);
    margin : auto;
}
.m_regis{
    max-width: calc(991px - 30px);
}
.m_inner .m_login{
    width: 450px;
}
.m_regis .card > .card-body,
.m_login .card > .card-body{
    padding: 35px 40px;
    padding-bottom: 20px;
}
.m_regis .card > .card-body{
    padding-bottom: 40px;
}
.m_login .boxlayout{
    position: relative;
    z-index: 1;
}
.m_login .boxlayout .logo{
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.m_login .boxlayout .logo img{
    width: auto;
    max-width: 100%;
}
.m_title{
    margin-bottom: 1.5rem;
    text-align: center;
}
.login_title{
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
    color: #999;
    position: relative;
    margin-bottom: 10px;
}
/* .login_title::before,
.login_title::after{
    content: '';
    width: 50%;
    display: block;
    height: 1px;
    background: #ddd;
    position: absolute;
} */
/* .login_title::before{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_title::after{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.login_title .ms{
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size:1.5rem;
}
.login_title .ms strong{
    color: #167914;
    font-weight: 500;
}
.form-select.form-select-lg,
.form-control.form-control-lg{
    font-size: 1.1rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.cke_wysiwyg_frame{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) inset;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
.form-check-input{
    width: 1.3em;
    height: 1.3em;
}
.form-check .form-check-input{
    margin-top: 1px;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}
.m_login label[for="remember"]{
    color: #999;
}
.btnBlack{
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 1.5rem;
}
.btnBack,
.btnRegis,
.btnLogin{
    background: var(--main-bg2);
    color: #fff;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    width: 100%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnRegis:hover,
.btnLogin:hover{
    background: var(--main-bg2-hover);
    color: #fff;
}
.btnBack{
    background: #eee;
    color: #000;
}
.btnBack:hover{
    background: #f8f8f8;
}
.btnRegis{
    max-width: 500px;
}
.btnFacebook{
    background: #395898;
    color: #fff;
    width: 100%;
}
.btnFacebook:hover{
    background: #23417f;
    color: #fff;
}
.btnGoogle{
    background: #d34736;
    color: #fff;
    width: 100%;
}
.btnGoogle:hover{
    background: #c51500;
    color: #fff;
}
.m_login .btnFacebook,
.m_login .btnGoogle{
    max-width: 80%;
}
.m_login .boxlayout.m_regis{
    max-width: 991px;
    width: 100%;
}
.m_login .m_regis .login_title::before,
.m_login .m_regis .login_title::after{
    width: calc(50% - 120px);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 16px;
    width: 35px;
    height: 30px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
    border-color: #bbb;
    font-size: 14px;
}
#GoogleCaptcha{
    margin: auto;
}
.form-check-label{
    padding-left: 10px;
}

.m_cicle{
    position: relative;
    display: flex;
    width: 59px;
    height: 59px;
    background: #e5e5e3;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.m_cicle > img{
    width: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_profile{
    position: relative;
}
.m_profile::before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #62c206;
    border: 4px solid #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.m_inner{
    position: relative;
    padding: 20px 0;
    min-width: 100%;
}
@media (min-width: 2000px) {
    .m_inner > .container{
        max-width: 2000px;
        min-width: 2000px;
    }   
}
.m_inner .m_box{
    display: flex;
    align-items: flex-start;
}
.m_inner .m_box .m_left{
    width: 262px;
    background: rgb(255 255 255 / 100%);
    padding: 25px 40px;
    padding-bottom: 60px;
    padding-top: 40px;
    position: relative;
    margin-top: 30px;
    border-radius: 0.75em;
    background: url('/public/assets_front/bfquick/babkgroud.jpg') center top no-repeat;
    background-size: 100% 100%;
    border: 3px solid #00ff00;
    color: #fff;
}
.m_inner .m_box .m_left .m_close{
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 1.5rem;
    color: #fff;
}
.m_inner .m_box .m_right .m_btn_menu{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    background: #fff;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
}
@media (min-width: 992px) {
    .m_inner .m_box .m_right .m_btn_menu,
    .m_inner .m_box .m_left .m_close{
        display: none;
    }   
}

.m_inner .m_box .m_left .profile{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.m_inner .m_box .m_left .profile > .m_cicle{
    width: 128px;
    height: 128px;
    margin-bottom: 15px;
}
.m_inner .m_box .m_left .profile > .ms1{
    font-size: 20px;
}
.m_inner .m_box .m_left .profile > .ms2{
    font-size: 28px;
    color: #00ff00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_inner .m_box .m_left .m_menu{
    margin-top: 20px;
    font-size: 20px;
}
.m_inner .m_box .m_left .m_menu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.m_inner .m_box .m_left .m_menu > ul > li > a{
    display: block;
    padding : 5px 0;
    color: #fff;
    font-weight: 400;
}
.m_inner .m_box .m_left .m_menu > ul > li.active > a{
    font-weight: bold;
    color:#00ff00;
}
.m_inner .m_box .m_left .m_menu > ul > li:hover > a{
    color: #00ff00;
}
.m_inner .m_box .m_left .m_menu > ul > li > ul{
    list-style: disc;
    padding: 0;
    padding-left: 20px;
    font-size: 1rem;
}
.m_inner .m_box .m_left .m_menu > ul > li > ul > li > a{
    margin-bottom: 5px;
    display: block;
    color: #fff;
}
.m_inner .m_box .m_left .m_menu > ul > li > ul > li.active > a{
    font-weight: bold;
    color: #00ff00;
}
.m_inner a.logout{
    color: red;
}
.m_inner .m_box .m_right{
    width: calc(100% - 262px);
    padding-left:30px;
    padding-top: 30px;
    position: relative;
    min-height: 500px;
}
.m_inner .m_box .m_right > h1{
    color: var(--main-bg2);
}
.m_inner .m_dasboard{
    display: flex;
    background: #fff;
    color: #6d6969;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.m_inner .m_dasboard .sec1 .birthday .date,
.m_inner .m_dasboard strong{
    color: var(--main-bg2);
}
.m_inner .m_dasboard .L{
    width: 650px;
    position: relative;
    display: flex;
    align-items: stretch;
    background: #fff;
}
.m_inner .m_dasboard .L .img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.m_inner .m_dasboard .R .m_btn_edit{
    display: flex;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    justify-content: center;
    align-items: center;
    background: #4d9a03;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.m_inner .m_dasboard .L .m_btn_edit:hover{
    -webkit-transform: rotate(-15deg);
       -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
         -o-transform: rotate(-15deg);
            transform: rotate(-15deg);
}
.m_inner .m_dasboard .L .img{
    background: #e6e6e6;
    min-width: 100%;
}
.m_inner .m_dasboard .R,
.m_inner .m_dasboard .L{
    position: relative;
    padding: 30px 40px;
}
.m_inner .m_dasboard .L{
    padding-left: 0;
}
.m_inner .m_dasboard .R{
    width: calc(100% - 650px);
}
.affiliate_box{
    border-left: 1px solid #eee;
    padding-left: 40px;
    padding-top: 30px;
}
.affiliate_box .aTop{
    display: flex;
}
.affiliate_box .aTop .row > h3{
    font-size: 1.3rem;
    margin-bottom: 0;
}
.affiliate_box .aTop .row > h4{
    font-size: 1rem;
}
.affiliate_box .aTop .row > .amount{
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.affiliate_box .aTop .row > .amount strong{
    font-size: 2.5rem;
}
.affiliate_box .link_box{
    margin-top: 20px;
}
.m_inner .m_dasboard .sec1{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.m_inner .m_dasboard .sec1 .birt_title{
    padding-bottom: 15px;
}
.m_inner .m_dasboard .sec1 .birthday{
    display: flex;
    align-items: center;
}
.m_inner .m_dasboard .sec1 .info{
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
.m_inner .m_dasboard .sec1 .birthday .date{
    font-size: 4.5rem;
    line-height: 1rem;
    font-weight: bold;
}
.m_inner .m_dasboard .sec1 .birthday .month{
    font-size: 1.3rem;
    padding-left: 5px;
}
.m_inner .m_dasboard .sec2{
    border-bottom: 1px solid #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.m_inner .m_dasboard .sec2 .name{
    font-size: 2rem;
    color: var(--main-bg2);
    font-weight: bold;
}
.m_inner .m_dasboard .sec3{
    padding: 30px 0;
}
.m_inner .m_dasboard .sec3 .col{
    text-align: center;
}
.m_inner .m_dasboard .sec3 strong{
    font-size: 30px;
}
.m_inner .m_dasboard .form-control{
    border-radius: 0;
}
/* .m_inner .m_right > .card{
    border: none;
    padding: 20px 20px;
    border-radius: 15px;
    border-radius: 0.75em;
    padding-bottom: 50px;
}
.m_inner .m_right > .card table{
    width: 100%;
    color: #6a6257;
}
.m_inner .m_right .card .card-subtitle{
    color: #47a185;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
    padding: 13px 20px;
    border-left: 10px solid #47a185;
    background: #f1f1f1;
} */
.nav-pills .nav-link{
    color: #999;
    border-radius: 4px;
}
.nav-pills .nav-link.active:focus-visible{
    outline: none;
}
.nav-pills .nav-link.active{
    background-color: var(--main-bg2);
    color: #fff;
    position: relative;
}
.nav-pills .nav-link::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 8px solid #fff;
    border-right: 0px solid transparent; /* ซ่อนขอบขวา */
    border-left: 0px solid transparent; /* ซ่อนขอบซ้าย */
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}
.nav-pills .nav-link.active::before{
    border-top: 8px solid var(--main-bg2);
    border-right: 7px solid transparent; /* ซ่อนขอบขวา */
    border-left: 7px solid transparent; /* ซ่อนขอบซ้าย */
}
.form-check-inline{

}
.m_inner .form-check-label,
.m_inner .m_right .card label.form-label{
    color: #6a6257;
    font-weight: 400;
    font-size: 1rem;
}
.form-check-label{
    padding-left: 5px;
}
.m_inner .m_right .card table.m_table .desc{
    display: flex;
}
.m_inner .m_right .card table.m_table>:not(caption)>*>*{
    padding: 1rem 0.5rem;
}
.m_inner .m_right .card table.m_table th{
    font-size: 1.2rem;
    padding: 0.5rem 1rem!important;
    color: #6a6257;
    font-weight: 400;
}
.m_inner .m_table .btn{
    border-radius: 7px;
    font-size: 1.1rem;
    padding: 4px 15px;
}
.m_inner .m_table .h5{
    font-size: 1.2rem;
    font-weight: normal;
}
.m_inner .m_table .img{
    width: 150px;
}
.white-popup-block {
    background: #FFF;
    padding: 0px 0px;
    text-align: left;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
    width: 100%;
    color: #999;
    font-size: 1rem;
}
.fancybox-content .card{
    margin-bottom: 0;
    box-shadow: none;
    padding-top: 1rem;
}
/* Upload Photo */
.boxAvataUpload {
    margin-top: 10px;
}
.boxAvataUpload .help-block{
    font-size: 1rem;
    font-weight: bold;
}
.boxAvataUpload div.form-valid::before {
    display: none !important;
}

.boxAvataUpload .recommetn {
    text-align: center;
    font-size: 0.9em;
}

.btnNewsUpload {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 3px solid #eee;
    cursor: pointer;

    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload > i{
    position: absolute;
    font-size: 4rem;
    line-height: 0;
    width: 80px;
    height: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #999;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload:hover i {
    z-index: 2;
    opacity: 1;
}
.btnNewsUpload img {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnNewsUpload:hover img {
    opacity: 0.2;
}

.btnNewsUpload input[type=file] {
    font-size: 99em;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.btnNewsUpload img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}
.boxAvataUpload{
    position: relative;
}
.boxAvataUpload .invalid-tooltip{
    top: 5px;
    left: 5px;
}
.logcontainer .boxAvataUpload {
    float: left;
}

.logcontainer .boxAvataUpload .btnNewsUpload {
    margin: 0;
}

.boxAvataUpload.CoverImg {
    text-align: left;
    max-width: 330px;
}
.boxAvataUpload.CoverImg .btnNewsUpload {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.boxAvataUpload.LogoImg .btnNewsUpload {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.help-block{
    color: #999;
    padding-top: 5px;
    font-size: 1rem;
}
.daterangepicker{
    z-index: 100000;
}
.fancybox-slide--html .fancybox-close-small{
    padding: 5px;
}
.fancybox-close-small{
    background: #dc3545;
}
.fancybox-button svg path{
    fill: #fff;
}
#ifm_action{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/* Multi Upload */
.multiuploadbox #drop_file_zone {
    padding: 15px 15px;
    height: auto;
}

.multiuploadbox #drop_file_zone #drag_upload_file .boxbtn .btn {
    min-width: 150px;
    height: 35px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1rem;
}
#drop_photo_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height: 200px;
    padding: 40px 8px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#drop_photo_zone.fileover {
    background-color: #dedede;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
    color: #b3b3b3;
    font-size: 13px;
}

#drag_upload_file p.ms {
    font-size: 18px;
}

#drag_upload_file input[type='button'] {
    min-width: 200px;
}

#drag_upload_file input[type='file'] {
    display: none;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height-min: 48px;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 5px;
}

#drop_file_zone #drag_upload_file {
    width: 100%;
}

#drop_file_zone #drag_upload_file .fmessage {
    float: left;
    font-size: 12px;
    color: #999;
    padding-top: 2px;
}

#drop_file_zone #drag_upload_file .boxbtn {
    float: right;
}

#drop_file_zone #drag_upload_file .boxbtn .btn {
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 5px;
}

.previewfilelists>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.previewfilelists>ul>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
}

.previewfilelists>ul>li:hover {
    background: #f8f8f8;
}

.previewfilelists>ul>li:last-child {
    border-bottom: none;
}

.boxfilelists {
    position: relative;
}

.boxfilelists .fileinfo {
    padding-right: 50px;
}

.boxfilelists .fileinfo .ficon {
    float: left;
}


.boxfilelists .fileinfo .ficon .fa-file-pdf {
    color: #D5121C;
}

.boxfilelists .fileinfo .ficon .fa-file-archive {
    color: #6f6f6f;
}

.boxfilelists .fileinfo .ficon .fa-file-word {
    color: #295495;
}

.boxfilelists .fileinfo .ficon .fa-file-excel {
    color: #1F6F43;
}

.boxfilelists .fileinfo .ficon .fa-file-powerpoint {
    color: #CC4525;
}



.boxfilelists .fileinfo .fname {
    padding-left: 20px;
}

.boxfilelists .fileinfo .fname .filename {
    font-weight: bold;
    padding-bottom: 5px;
    word-break: break-word;
}

.postdata .boxfilelists .fileinfo .fname .filename {
    padding-right: 30px;
}

.boxfilelists .fileinfo .fname .filedesc {
    color: #999;
    font-size: 12px;
}

.boxfilelists .fileinfo .fname .filedesc>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    position: relative;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:first-child {
    padding-left: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:last-child {
    border-right: none;
}

.boxfilelists .filetools {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
}

.boxfilelists .filetools a {
    display: block;
    float: left;
    padding: 0 7px;
    font-size: 14px;
}

.postdata .boxfilelists .filetools a {
    font-size: 16px;
    color: #999;
}

.postdata .boxfilelists .filetools a:hover {
    font-size: 16px;
    color: #333;
}

.boxfilelists .filetools a.fnfolder {
    color: #FEC108;
}

.boxfilelists .filetools a.fnsorting {
    color: #007BFF;
    cursor: move;
}
.single_upload .boxfilelists .filetools a.fnsorting{
    display: none;
}
.boxfilelists .filetools a.fnedit {
    color: #28A745;
}

.boxfilelists .filetools a.fnMenuFileDelete,
.boxfilelists .filetools a.fndelete {
    color: #DB3545;
}
.photo_layout .boxfilelists .fileinfo > .img{
    width: 100px;
    float: left;
}
.photo_layout .boxfilelists .fileinfo > .img > img{
    width: 100%;
}
.photo_layout .boxfilelists .fileinfo .fname{
    padding-left: 115px;
}
.photo_layout .previewfilelists>ul>li{
    padding-left: 0;
}
#drop_file_zone.drop_zone.dragging{
    position: relative;
}
#drop_file_zone.drop_zone.dragging::after{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#drop_file_zone.drop_zone.dragging::before{
    content: "\f0ee";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
}
/* End Multi Upload */

/* Loading */
#lds-main {
    display: block;
    position: relative;
    width: 64px;
    height: 40px;
    margin: 0 auto;
}

#lds-main div {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-main div:nth-child(1) {
    left: 6px;
    animation: lds-main1 0.6s infinite;
}

#lds-main div:nth-child(2) {
    left: 6px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(3) {
    left: 26px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(4) {
    left: 45px;
    animation: lds-main3 0.6s infinite;
}

@keyframes lds-main1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-main3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-main2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
#main_loading{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#main_loading #lds-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.invalid-tooltip{
    font-size: 11px;
    border-radius: 2px;
}
.datanotfound{
    color: #ddd;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 0;
}
.page-link{
    color: #999;
}
.active>.page-link, .page-link.active{
    background-color: var(--main-bg2);
}
.swal2-container{
    position: relative;
    z-index: 99993;
    color: #167914;
}
.swal2-content{
    font-size: 1rem;
}
.auth_footer{
    background: #377fb1;
    color: #fff;
    padding: 1.5rem 0;
    text-align: right;
}
.slick-dots{
    bottom: 20px;
}
.slick-dots li{
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 0;
}
.slick-dots li button::before{
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.slick-dots li.slick-active button::before{
    font-size: 24px;
    color: #F6CE55;
    opacity: 1;
}
.slick-dots li button::before{
    width: 30px;
    height: 30px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    border: 0;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50px;
}
.navbar-toggler span{
    display: block;
    height: 4px;
    width: 30px;
    background: #00ff00;
    margin-bottom: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.navbar-toggler span:nth-child(2){
    background: #00ff00;
    width: 20px;
}
.navbar-toggler:hover span{
    width: 20px;
}
.navbar-toggler:hover span:nth-child(2){
    width: 30px;
}

/* website */
.navbar-brand{
    margin: 0;
    padding: 0;
}
footer{
    background: var(--theme-color-10);
}
footer .footermenu{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.footermenu .col1{
    max-width: 350px;
}
.footermenu .col2{
    max-width: 700px;
    min-width: 700px;
}
footer .footermenu .col1 .img{
    margin-bottom: 40px;
}
footer .footermenu .col1 h3{
    font-size: 1.2rem;
    font-family: 'Trirong', sans-serif;
    color: #167914;
    font-weight: 300;
}
footer .footermenu .col1 address{
    max-width: 300px;
    color: #636262;
}
footer .footermenu .col1 .contact{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
footer .footermenu .col1 .contact .ms{
    font-size: 1.2rem;
    padding-right: 20px;
    font-family: 'Trirong', sans-serif;
    font-weight: 400;
}
footer .footermenu .col1 .contact a{
    font-size: 1.4rem;
    color: #167914;
}
footer .footermenu .col2 .fhead{
    font-size: 1.3rem;
    font-family: 'Trirong', sans-serif;
    color: #000;
    padding-bottom: 15px;
    display: block;
}
footer .footermenu .col2 ul{
    list-style: none;
    padding-left: 0;
}
footer .footermenu .col2 ul > li > a:not(.btn){
    color: #636262;
    padding: 4px 0;
    display: block;
}
footer .footermenu .col2 ul > li > a.btn{
    width: 100%;
    max-width: 200px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    font-family: 'Trirong', sans-serif;
}
footer .footermenu .col2 ul > li > a.btn img{
    margin-right: 10px;
}
footer .copyright{
    background: var(--main-bg2);
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.headtitle{
    color: #fff;
    position: relative;
}
.headtitle::before{
    content: '';
    clip-path:polygon(100% 100%, 100% 75%,50% 0%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 280px;
    height: 100px;
    z-index: 0;
    left: calc(50% - 990px);
}
.headtitle::after{
    content: '';
    clip-path:polygon(100% 100%, 50% 0%,3% 65%, 0% 100%);
    background: rgb(255 255 255 / 50%);
    position: absolute;
    display: block;
    bottom: 0;
    width: 500px;
    height: 200px;
    z-index: 0;
    right: calc(50% - 1000px);
}
.headtitle .container{
    position: relative;
}
.headtitle .polygon{
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}
.headtitle .polygon > *{
    position: relative;
    z-index: 2;
}
.headtitle .polygon .selectbox select{
    background: none;
    border: none;
    color: #fff;
    padding: 2px 20px;
    outline: none;
}
.headtitle .polygon::before{
    content: '';
    clip-path:polygon(100% 100%, 80% 20%,3% 75%, 0% 100%);
    background: rgb(15 149 150 / 90%);
    position: absolute;
    display: block;
    bottom: -1px;
    width: 1490px;
    height: 250px;
    z-index: 1;
}
.headtitle .polygon h1{
    font-weight: 300;
    font-size: 3rem;
}
.head_img{
    max-height: 1000px;
    overflow: hidden;
}
.head_img > img{
    width: 100%;
}
.m_inner .m_box .m_right .header{
    color: #fff;
}
.navbar-expand-lg .navbar-nav{
    display: none;
}
/* MEMBER */
    .m_inner .m_login{
        padding: 0px 0;
    }
    .m_inner .m_login .card.bgBlur{
        box-shadow: none;
        margin-bottom: 0;
    }
    .tranferLayout,
    .qrLayout{
        color: #000;
    }
    #PayoutForm .fix_amounts label,
    #PaymentForm .fix_amounts label{
        margin-bottom: 5px;
        margin-right: 2px;
    }
    .payment_box .nav-tabs .nav-link{
        border: none;
        color: #999;
        font-size: 1.2rem;
        font-weight: 400;
        padding-left: 30px;
        padding-right: 30px;
    }
    .payment_box .nav-tabs .nav-link.active{
        color: #000;
    }
    .payment_box .tab-content{
        background: #fff;
        padding: 30px;
    }
    .my_balance{
        display: flex;
        align-content: center;
        justify-content: center;
        gap: 10px;
    }
    .my_balance h2,
    .my_balance .fnMyTurnover{
        margin-bottom: 0;
        font-size: 30px;
    }
    .my_balance a{
        display: flex;
        font-size: 24px;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    #qrcode{
        display: flex;
        justify-content: center;
    }
    .m_inner .m_dasboard .sec3 .col, .m_inner .m_dasboard .sec1 .info .col{
        margin-bottom: 15px;
    }
/* END MEMBER*/
.show-swal2{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.langbox a.nav_balance{
    width: auto;
    padding: 0px 15px; 
}
.langbox a.nav_balance i{
    margin-right: 5px;
}
.m_inner .m_box .m_right .affiliate_box{
    background: #fff;
    margin-bottom: 15px;
    padding: 30px;
}
/* HTML {*/
    #btnGoogleLogin iframe{
        margin: auto!important;
    }
    .home_lottos{
        padding: 30px 0;
        padding-top: 60px;
        padding-bottom: 0;
    }
    nav .mMoney{
        display: flex;
        color: #000;
        background: #00ff00;
        padding: 4px 5px;
        border-radius: 30px;
        font-size: 1.4rem;
        align-items: center;
    }
    nav .mMoney a.mReset{
        color: #000;
        line-height: 0;
        display: block;
        margin-left: 3px;
    }
    nav .mMoney .mBalance{
        padding-left: 30px;
        padding-right: 10px;
    }
    nav .mMoney .mIcon{
        font-size: 2rem;
        line-height: 0;
        color: #000;
    }
    .mFooterMenu{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #09291c;
        padding: 5px 20px;
        z-index: 9999;
    }
    .mFooterMenu .container{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 15px;
    }
    .mFooterMenu a{
        color: #fff;
        text-align: center;
        display: block;
        padding: 5px 0;
        padding-bottom: 8px;
        font-size: 1.2rem;
    }
    .mFooterMenu a .icon{
        font-size: 1.8rem;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .mFooterMenu a:hover .icon{
        -webkit-transform: rotate(5deg);
           -moz-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
             -o-transform: rotate(5deg);
                transform: rotate(5deg);
    }
    .mFooterMenu a svg{
        fill: #fff;
        width: 60px;
        margin-bottom: 5px;
    }
    .mFooterMenu a svg path.cls-1{
        fill: #fff!important;
    }
    .mFooterMenu a:hover svg,
    .mFooterMenu a.active svg{
        fill: #00ff00!important;
    }
    .mFooterMenu a:hover svg path.cls-1,
    .mFooterMenu a.active svg path.cls-1{
        fill: #00ff00!important;
    }
    .mFooterMenu a:hover,
    .mFooterMenu a.active{
        color: #00ff00;
    }
    .login_logo{
        padding-bottom: 40px;
        text-align: center;
    }
    .login_logo img{
        max-width: 70%;
    }
    .home_sports,
    .home_casino,
    .home_slot{
        color: #fff;
    }
    .mainmessage{
        position: absolute;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 0.9rem;
        padding-top: 10px;
        padding-bottom: 2px;
    }
    .h_banner{
        margin-bottom: 20px;
    }
    .h_money > ul,
    .h_banner > ul,
    .h_menu > ul{
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
    }
    .h_money{
        margin-bottom: 10px;
    }
    .h_money > ul > li{
        min-width: 50%;
        max-width: 50%;
        padding: 0px;
    }
    .h_money > ul > li a{
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .h_money > ul > li a:hover{
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
    }
    .h_money > ul > li a img{
        opacity: 0;
        width: 100%;
        height: auto;
    }
    .h_money > ul > li a:hover img{
        opacity: 1;
    }
    .h_money > ul > li a.deposit{
        background: url('/public/assets_front/bfquick/btn-back/deposit.png') center center no-repeat;
        background-size: cover;
    }
    .h_money > ul > li a.withdraw{
        background: url('/public/assets_front/bfquick/btn-back/withdraw.png') center center no-repeat;
        background-size: cover;
    }
    .h_banner > ul > li{
        min-width: 33.33%;
        max-width: 33.33%;
        padding: 5px;
    }
    .h_banner > ul > li a.img{
        display: block;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .h_banner > ul > li a.img:hover{
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
    }
    .h_banner > ul > li a.img img{
        width: 100%;
        height: auto;
    }
    a.img.disabled{
        filter: grayscale(1);
    }
    .h_menu{
        padding: 7px;
        border-radius: 15px;
        background: #000;
    }
    .h_menu > ul > li{
        min-width: 33.33%;
        max-width: 33.33%;
        padding: 7px;
    }
    .h_menu > ul > li a.img{
        display: block;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .h_menu > ul > li a.img:hover{
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
    }
    .h_menu > ul > li a.img img{
        width: 100%;
        height: auto;
    }
    .home_layout{
        padding-top: 40px;
    }
    .home_layout > .container{
        max-width: 767px;
    }
    .h_amount{
        background: url('/public/assets_front/bfquick/bg.png') center center no-repeat;
        background-size: 100% 100%;
        padding: 50px 30px;
        color: #fff;
        margin-bottom: 15px;
        border-radius: 15px;
        text-align: center;
    }
    @media (max-width: 550px) {
        .h_amount{
            padding: 20px 15px;
        }
    }
    .h_amount .h_id{
        font-size: 1.2rem;
    }
    .h_amount .h_amont{
        font-size: 2rem;
        font-weight: 400;
    }
    .fnMyTurnover{
    }
    .h_amount .h_amont.fnMyTurnover{
        font-size: 1.5rem;
    }
    .h_logout,
    .h_register{
        margin-top: 10px;
    }
    #new_popup{
        display: none;
        padding-left: 0!important;
        padding-right: 0!important;
        background: none;
        position: relative;
        padding: 0;
        max-width: 550px;
    }
    #new_popup > img{
        width: 100%;
    }
    #new_popup .fancybox-close-small{
        display: none;
    }
    #new_popup .pBody{
        position: absolute;
        top: 90px;
        bottom: 50px;
        left: 50px;
        right: 50px;
        padding-top: 0px;
        color: #fff;
    }
    #new_popup .pBody a.close{
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        display: block;
        text-align: center;
        font-size: 1.7rem;
        color: #fff;
        outline: none;
        text-shadow: none;
        opacity: 0;
    }
    #new_popup .pBody .pLine{
        position: absolute;
        bottom: -28px;
        left: 0;
        right: 0;
        color: #e19d3c;
        z-index: 1;
        text-align: center;
    }
    #new_popup .pBody .pLine a{
        color: #e19d3c;
    }
    #new_popup .pBody .pTitle{
        text-align: center;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 30px;
        display: none;
    }
    #new_popup .pBody .pMessage{
        height: 300px;
        overflow-y: auto;
        color: #fff;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE and Edge */
        text-align: center;
    }
    #new_popup .pBody .pMessage img{
        max-width: 100%;
    }
    #new_popup .pBody .pMessage::-webkit-scrollbar {
      display: none;  /* WebKit browsers */
    }
    ul.game_prds{
        list-style: none;
        padding: 0;
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }
    ul.game_prds > li{
        max-width: 50%;
        min-width: 50%;
        padding: 10px;
    }
    ul.game_prds > li .img{
        height: 177px;
    }
    ul.game_prds > li .img > img{
        width: 100%;
        height: 100%;
/*         object-fit: cover; */
    }
    ul.game_prds > li .game_name{
        display: block;
        background: #09291c;
        color: #fff;
        text-align: center;
        padding: 5px;
        font-size: 1.2rem;
    }
    .game_layout{
        position: absolute;
        left: 0;
        right: 0;
        top: 95px;
        bottom: 123px;
        padding-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home_lottobox.games{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home_lottobox.games > .card{
        max-width: 700px;
        margin: auto;
    }
    .game_view > ul{
        list-style: none;
        margin: -5px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .game_view .topimg{
        text-align: center;
        margin-bottom: 15px;
        background: #000;
    }
    .game_view > ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .game_view > ul > li{
        padding: 10px;
    }
    .game_view > ul > li .name{
        background: #09291c;
        color: #fff;
        text-align: center;
        display: block;
        padding: 5px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .game_view > ul > li.isImg{
        min-width: 33.33%;
        max-width: 33.33%;
        overflow: hidden;
    }
    .game_view > ul > li.isImg .img{
        height: 150px;
        overflow: hidden;
    }
    .game_view > ul > li.isImg .img img{
        width: 100%;
        height: 100%;
/*         object-fit: cover; */
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .game_view > ul > li.isImg:hover .img img{
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .game_search input:focus{
        box-shadow: none;
    }
    .form-control:focus{
        border-color: #ccc;
    }
    @media (max-width: 767px) {
        ul.game_prds > li .img{
            height: 25vw;
        }
        ul.game_prds > li .game_name{
            font-size: 2.5vw;
        }
        ul.game_prds > li{
            padding: 5px;
        }
        .game_view > ul > li.isImg .img{
            height: 20vw;
        }
    }
    @media (max-width: 550px) {
        .game_view .topimg{
            margin-bottom: 10px;
        }
        .home_lottobox.games > .card .card-body{
            padding: 10px;
        }
        .game_view > ul{
            margin: -5px;
        }
        .game_view > ul > li{
            padding: 5px;
        }
        .game_layout{
            top: 85px;
            bottom: 86px;
        }
        ul.game_prds > li .img{
            height: 25vw;
        }
        ul.game_prds > li .game_name{
            font-size: 3vw;
        }
        .game_view > ul > li.isImg{
            min-width: 50%;
            max-width: 50%;
        }
        .game_view > ul > li.isImg .img{
            height: 35vw;
        }
    }
    .game_layout > iframe{
        height: 100%;
    }
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
        font-size: 16px;
        width: 35px;
        height: 30px;
    }
    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect{
        border-color: #bbb;
        font-size: 14px;
    }
    .boxcalendar {
        position: relative;
        display: inline-block;
    }

    .boxcalendar .form-control {
        padding-left: 35px;
        min-width: 170px;
        background-color: #fff;
    }

    .boxcalendar .form-control.daterang {
        width: 100%;
    }

    .boxcalendar:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f073";
        position: absolute;
        left : 10px;
        top: 5px;
        font-size: 18px;
        color: #ccc;
        z-index: 3;
    }
    .boxcalendar .form-control.is-valid{
        padding-right: 50px;
        background-position: center right calc(.375em + 1.5rem);
    }
    .boxcalendar .form-control.daterang {
        width: 240px;
    }
    @media (max-width: 550px) {
        .search_box .fill_input{
            flex-wrap: wrap;
            gap: 10px;
        }
        .search_box .fillA,
        .search_box .fillB{
            min-width: 100%;
            max-width: 100%;
        }
    }
    .daterangepicker{
        border: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    .daterangepicker td.active, .daterangepicker td.active:hover,
    .daterangepicker .ranges li.active{
        background: #28a745;
    }
    .h_losereturn{
        margin-top: 20px;
    }
    .h_losereturn table{
        color: #fff;
        text-wrap: nowrap;
    }
    .h_losereturn .loseinfo{
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
    }
    @media (max-width: 550px) {
        .h_losereturn{
            font-size: 13px;
        }
    }
    .quckadmin{
        position: fixed;
        right: 15px;
        bottom: 150px;
        z-index: 10000;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .quckadmin img{
        width: 100px;
    }
    @media (max-width: 550px) {
        .quckadmin{
            bottom: 90px;
        }
        .quckadmin img{
            width: 50px;
        }
    }
    .mRight{
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .mLang{
        display: flex;
        gap: 15px;
    }
    .mLang a{
        color: #fff;
        font-size: 1.2rem;
    }
    .mLang a:hover{
        color: #fff;
    }
    .mLang a.active{
        font-weight: bold;
    }
    .h_promotions{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .h_promotions > h1{
        color: #fff;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .h_promotions > nav .nav-tabs{
        border: none!important;
    }
    .h_promotions > nav .nav-tabs .nav-link{
        color: #fff;
        border-radius: 20px;
    }
    .h_promotions > nav .nav-tabs .nav-item.show .nav-link, 
    .h_promotions > nav .nav-tabs .nav-link.active{
        background: #000!important;
        color: #fff;
        border: none;
    }
    .h_promotions > ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
    }
    .h_promotions > ul > li{
        min-width: 100%;
        max-width: 100%;
    }
    .h_promotions > ul > li a.img{
        display: block;
    }
    .h_promotions > ul > li a.img > img{
        width: 100%;
    }
    .h_promotions .tab-pane .img{
        height: 220px;
        display: block;
        overflow: hidden;
        background: #000;
        position: relative;
    }
    .h_promotions .tab-pane .img img{
        height: 100%;
        width: 100%;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    .h_promotions .tab-pane .img:hover img{
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }
    .h_promotions .tab-pane .img > span{
        position: absolute;
        background: hsl(0deg 0% 0% / 30%);
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        text-align: right;
        padding: 5px 10px;
    }
    .view_promotion{
        color: #fff;
        padding-bottom: 50px;
    }
    .view_promotion > h2{
        text-align: center;
    }
    .view_promotion img{
        max-width: 100%;
    }
    @media (max-width: 767px) {
        .h_promotions .tab-pane .img{
            height: 50vw;
        }
    }
    .dd-option{
        color: #000!important;
    }
/* }HTML */
