.main-menu-content ul.menu-content-lg > li.has-sub,
.main-menu-content ul.menu-content.master > li.has-sub
{
    font-weight: bolder;
}
.main-menu-content ul.menu-content-lg > li.has-sub > ul.menu-content > li.nav-item,
.main-menu-content ul.menu-content.master > li.has-sub > ul.menu-content > li.nav-item {
    margin-left: 10px;
    font-size: 1.0rem;
    font-weight: normal;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i {
    margin-right: 10px;
}

form label.required:after,
span.required:after
{
    color: red;
    content: " *";
}

.ui-datepicker{
    z-index: 10000 !important;
    position: absolute !important;
}

.brw-1 {
    border-right-width: 1px !important;
}

.counter-value {
    font-size: 0.8rem;
}

.counter-txtarea {
    position: relative;
    left: 50%;
}

.mt-05 {
    margin-top: 0.5rem;
}
.list-unit {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.vs-radio-con .list-check {
    margin-left: auto;
    margin-right: auto;
}
.vs-checkbox-con .list-check {
    margin-left: auto;
    margin-right: auto;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: '...';
}

.custom-file-input:lang(ja) ~ .custom-file-label::after {
    content: '...';
}

.mv-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.application_reason_display {
    background-color: #F5F5F1;
    border: 1px solid #D9D9D9;
    color: #5F5F5F;
    padding: 0.7rem 0.7rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
    background-clip: padding-box;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable.table-striped.DTFC_Cloned tbody,
table.dataTable.table-striped tbody tr:nth-of-type(2n+1).DTFC_NoData {
    background-color: transparent;
}

.swal2-container.swal2-center {
    z-index: 11000 !important;
}

.btn-gao{
    width: 150px;
    margin-bottom: 2px;
}


.footer-contact-wrapper, .footer-contact-mobile-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 540px;
}

.bgheader{
   max-width: 540px;
   margin: auto;
}

.btn-back{
    position: absolute;
    right: 20px;
    color: #fff;
}

.btn-back:hover{
    color: #fff;
    opacity: 0.8;
}

html body{
     max-width: 540px;
     margin: auto;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
     min-height: calc(100% - 60px);
}

html body .content.app-content {
   margin: auto;
}

.s-home{
    padding: 0px 10px;
}

.footer-contact-mobile-wrapper {
    display: flex;
    justify-content: space-around;
    background: #333;
}

.footer-contact-mobile-wrapper, .footer-contact-mobile-wrapper a, .footer-contact-mobile-wrapper a:hover, .footer-contact-mobile-wrapper a:focus, .footer-contact-mobile-wrapper a:visited {
    color: #000;
}

.footer-contact-mobile-wrapper {
    background: #f762bd ;
}

.footer-contact-mobile-wrapper {
    bottom: 0;
}

.footer-contact-mobile-content {
    padding: 10px 0;
    text-align: center;
}

.footer-contact-mobile-wrapper p {
    margin: 0;
    font-size: 1rem;
    line-height: 12px;
    font-weight: 500;
}

.tel .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/home-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

.messenger .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/lock-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

 .withdraw .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/money-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}

.zalo .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/usd-icon.png) no-repeat;
    background-size: cover;
    margin: auto;
}


@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.zoom {
  animation: zoomInOut 2s infinite; 
}

.contact .card .card-header{
   padding: 1.5rem;
   display: unset;
}

.contact label{
    font-size: 1rem;
}

.btn-join{
    width: 250px !important;
    color: #fff !important;
}

.content-home{
    font-size: 1.085rem;
    background: #e18dc0;
    color: #333;
    font-weight: 500;
}

.content-home h2{
    font-size: 1.4rem;
}


.list-group li{
    display: flex;
    width: 100%;
    padding: 0.75rem 0.25rem;
    border: none;
}

.list-group li a{
    color: #000;
    width: 100%;
    font-size: 1.2rem;
}

.list-group svg {
    margin-right: 10px;
    position: relative;
    width: 25px;
}

.list-group svg + svg {
   float: right;
}

.block-nap svg{
    fill: #fff;
    display: block;
    width: 25px;
    margin: auto;
}

.block-nap h3{
    margin-top: 5px;
    color: #fff;
    font-size: 1rem;
}

.bg-nap{
    background: #f762bd  !important;
    border-radius: 30px;
    padding: 4px 0px;
    margin-top: -30px;
}

.account__transaction-line {
    background: #fff;
    border-radius: 100%;
    height: 28px;
    width: 1px;
    margin: auto;
    margin-top: 10px;
}

h2.pointer{
    font-size: 2.2rem;
}

.swal2-styled.swal2-confirm{
    background: #f762bd !important;
}


.profile input::placeholder {
    font: 1.1rem/3 sans-serif;
    color: #5F5F5F;
}

.profile .form-group label{
     font-size: 1.2rem;
     color: #000;
     margin-bottom: 5px;
}

.s-list .item img{
    margin-left: 5px;
    margin-top: 10px;
    max-width: 40px;
}

.s-list .item h3{
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
}

.s-list .item h4{
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

.s-list .item .amount{
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 54px;
    font-weight: 600;
}

.divider{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.text-lose{
    color: #ff0000;
}

.text-win{
    color: #008000;
}

.text-pending{
    color: #FF9F43;
}

.btn-home-back, .btn-privacy{
    color: #000;
}

.btn-home-back i, .btn-privacy i{
    font-size: 1.8rem;
}

.block-back{
    padding-left: 8px;
}

.block-link-infor{
    padding-right: 8px;
}

.text-intro{
    background: #fff !important;
}

.text-intro span{
    background: rgb(50, 139, 53) !important;
    padding: 5px 15px;
    font-size: 1.1rem;
    border-radius: 5px;
}

.text-intro a{
    color: #333 !important;
}

.btn-import{
    width: 100%;
    height: 105px;
    border-radius: 0px;
    background: #aed8d4;
    border: 2px solid #f762bd;
}

.btn-import span{
   background: #328b35;
   border-radius: 10px;
   color: #fff;
   padding: 20px 20px;
}

.btn-export{
    width: 100%;
    height: 105px;
    border-radius: 0px;
    background: #aed8d4;
    border: 2px solid #f762bd;
    border-left: 0px;
}

.btn-export span{
   background: #f762bd;
   border-radius: 10px;
   color: #fff;
   padding: 20px 20px;
}

.btn-active{
    background: #d41818;
    border: 2px solid #d41818;
}

.btn-active span{
   background: #b8c2cc;
   border-radius: 10px;
   color: #000;
   padding: 20px 20px;
}

.form-login input{
    border-radius: 20px;
    border: 2px solid #f762bd;

}
.form-login .btn {
    border-radius: 40px;
    border: 2px solid #f762bd;

}

.form-login .flag{
   left: 20px;
   top:  2px;
}

.form-login .flag span{
    position: absolute;
    left: 40px;
    top: 2px;
    font-size: 1.2rem;
}

.form-register .flag span{
    position: absolute;
    left: 40px;
    top: 1px;
    font-size: 1.2rem;
}

.form-login .eye{
   right: 10px;
   font-size: 1.5rem;
}

.has-icon-left .form-control {
    padding-right: 2rem;
    padding-left: 6.5rem;
}

.has-icon-right .form-control {
    padding-left: 1.5rem;
}

.forget-pass{
    color: #fff;
    margin-left: 10px;
    font-size: 1.2rem;
}

.forget-pass:hover{
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .btn-gao{
        width: 110px;
        margin-bottom: 2px;
    }

    .btn-join{
        width: 180px !important;
    }
    .s-home .card, .s-contact .card{
       width: 95% !important;
    }

    .s-contact .card .card-img-top{
       width:  60%;
       margin: auto;
    }

    .footer-contact-wrapper, .footer-contact-mobile-wrapper, .bgheader, html body .content.app-content {
        width: 100%;
    }

    .s-home{
        padding: 0px 0px;
    }
}

@media (max-width: 576px) {
    .modal {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.img-game {
    height: 270px;
}

@media (max-height: 915px) {
   .img-game {
        height: 240px;
    }
}

@media (max-height: 800px) {
   .img-game {
        height: 220px;
    }
}

@media (max-height: 780px) {
   .img-game {
        height: 200px;
    }
}

@media (max-height: 740px) {
   .img-game {
        height: 175px;
    }
}

@media (max-height: 736px) {
   .img-game {
        height: 165px;
    }
}

@media (max-height: 700px) {
   .img-game {
        height: 140px;
    }
}
