/* @font-face {
    font-family: 'PSL162AD';
    src: url('../img/UFA1688/font/Prompt-Medium.ttf') format('truetype');
      src: url('../font/sukhumvitset-medium-webfont.ttf') format('truetype'); 
} */
body, html {
    font-family: 'PSL162AD';
    height: 100%;
}
.datepicker{
    font-family: Arial, Helvetica, sans-serif;
}
.bg-black {
    background-color: #000002 !important;
}

.btn-menu-bt{
    padding: 0;
    white-space: pre;
    font-size: 32px !important;
}

.btn-aff{
    font-size: 67px;
    color: #fff;
    background: rgb(2,119,255);
    background: linear-gradient(90deg, rgba(2,119,255,1) 0%, rgba(3,242,219,1) 100%);
    border: #03eddc 1px solid;
    border-radius: 15px;
}

.bg {
    /* background-image: url('../img/bg.png'); */

    /* height: 30%; */

    /* Center and scale the image nicely */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-size: cover;
}
.logo{
    margin-top: 50px;
}
.logo .imglogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.logo-small{
    margin-top: 20px;
}

.logo-small .imglogo{
    display: inline-table;;
    margin-left: auto;
    margin-right: auto;
}

.card-login{
    background-color: #161616;
    padding: 10px;
}

/* .card-login .card-header{
    font-size: 38px;
} */

#inputUser{
    /* width: 90%; */
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffef6b;
    /* border-radius: 10px; */
    background-color: #161616;
    color: #ffffff;
    /* font-size: 38px; */
}

#btSubmit{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ffef6b;
    /* border-radius: 10px; */
    background-color: #ffef6b;
    color: black;
    font-weight: bold;
    /* font-size: 38px; */
}

/* .contact-line{
    margin-top: 100px;
}

.contact-line img{
    margin-bottom: 10px;
} */

.contact-line img{
    width: 150px;
}

/* 
.footer{
    margin-top: 200px;
    padding: 10px;
} */
.content{
    padding-bottom: 250px;
    /* padding-bottom: 40px; */
}

.btn-home-lg{
    color: #fff;
    border-color: #fff;
    font-size: 48px;
    width: 200px;
    display: none;
}

.custom-nav {
    /*background-color: #101010;*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
}
.box-button{
    margin-top: auto;
    margin-bottom: auto;
}
.nav-button{
    color: white;
    font-size: 64px;
}
.nav-button:hover{
    color: #ffef6b;
}

.profile-box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    /* background: url(img/profile_card.png) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #141414;
    padding: 50px;
    padding-left: 60px;
    padding-bottom: 40px;
	border: #ffd075  4px solid;
	border-radius: 120px;
    /*border-radius: 40px 0px 40px 0px;*/
    /* width: 80%; */
}

.deposit-box{
    /* margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px; */
    /*background-image: url('../img/deposit_bg.png');
    background-size: cover;*/
    /*background-repeat: repeat;*/
    /*background-color: #373737;*/
    /* padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 84%; */
	border-radius: 30px;
    background-color: #191919;
	border-style: none !important;
	padding-bottom: 50px;
	max-width: 90%;
}

.deposit-box h3{
    color: #d61a18;
    margin-top: 20px;
}

.deposit-box .header{
    background-color: white;
    font-size: 30px;
    float: left;
    padding: 5px 30px;
    margin-top: 10px;
	border-radius: 15px 15px 0px 0px;
}

.account-box{
    border: 3px solid white;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
	border-radius: 0px 20px 20px 20px;
	background-color: #000;
}

.account-box .account{
    /* margin-left: 50px; */
}

.account-box .account .bank{
     font-size: 42px;
 }

.account-box .account .name{
    font-size: 45px;
}

.account-box .account .number{
    font-size: 50px;
	color:#f6d78a;
}

.copy-box{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.copy-box button{
    /* width: 40%; */
    font-size: 30px;
    padding: 30px;
	border: #ffd075  2px solid;
    border-radius: 40px;
    background-color: black;
    color: white;
}

.check-wrapper{
    /* margin-top: 60px;
    margin-bottom: 100px; */
}

.check-wrapper a{
	font-size: 40px;
    color: #fff;
	background: #005de8;
    /*border: #ffd075  3px solid;*/
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

.profile-box .line{
    background-color: white;
}

.profile .user{
    margin-left: 15px;
}
.user .fullname{
    font-size: 32px;
}

.user .username{
    font-size: 45px;
	font-family: 'Prompt', sans-serif;
}

.profile-box .credit-text{
    font-size: 50px;
}

.profile-box .credit{
    font-size: 50px;
    color: #ffef6b;
	margin-top: -25px;
}

.withdraw-box{
    margin-top: 50px;
}

.withdraw-box input{
    width: 60%;
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.menu-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 50px;
}

.menu-wrapper .menu-box{
    /* border: 2px solid white; */
    border-radius: 10px;
    /*padding: 40px 50px;*/
    /* width: 40%; */
    /* height: 40%; */
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    /* margin-left: 50px; */
    /* margin-bottom: 50px; */
    min-height: 100%;
}

.menu-wrapper .menu-box img{
    width: 100%;
}

.menu-wrapper .menu-text{
    margin-top: 20px;
    font-size: 38px;
}

.menu-box.aff{
    border-color: #ffef6b;
    color: #ffef6b;
}

.home-link img{
    height: 185px;
}

.withdraw-page .vl {
    border-left: 3px solid white;
    border-right: 3px solid white;
    width: 0px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.withdraw-page .arrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.withdraw-page .withdraw-amount{
    border: 2px solid white;
    border-radius: 10px;
    background-color: #161616;
    color: #ffffff;
}

.withdraw-page .text-head{
    color: white;
    /* font-size: 38px; */
}

.userbank-box{
	border: #ffffff  2px solid;
    padding: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	border-radius: 50px;
}

.userbank-box .account{
    margin-left: 20px;
}

.userbank-box .bank{
     font-size: 32px; 
}

.userbank-box .name{
     font-size: 34px; 
}

.userbank-box .number{
     font-size: 38px; 
	 color:#ffef6b;
}

.btn-withdraw{
    font-size: 35px;
    margin-top: 30px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
	background: #005de8;
    padding: 15px 0 15px 0;
	border-radius:50px;
	height: auto;
}

.btn-withdraw:hover{
    background-color: #ffef6b;
    color: black;
}
.err-msg{
    /* font-size: 32px; */
}
.search-box{
    /*width: 860px;*/
    width: 80%;
    /*background-color: white;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: #373737;
}
.search-box .nav-link{
    margin-bottom:0px;
}
.search-box .nav-link:hover{
    border-color: #373737;
    /*border: 0px solid #373737;*/
}
.search-box .nav-link.active:hover{
    border-color: white;
}
.search-box a.nav-link{
    color: white;
}
.search-box a.nav-link.active{
    color: #495057;
}
.search-box .nav-item{
    width: 50%;
}
.search-box .tab-content{
    background-color: white;
}
.search-box button{
    background-color: #ffef6b;
    color: black;
    border-radius: 30px;
    /*font-size: 36px;*/
}
.tab-content{
    padding: 30px 60px;
}
.record-area{
    border: 1px solid #7f7f7f;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.record-list{
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.record .form-control{
    /* font-size: 28px; */
}

.record .btn{
    /* font-size: 28px; */
}


.modal-dialog.modal-xl {
    max-width: 85%;
    margin-top: 30%;
}

.font-sm-48 {
    font-size: 48px;
}

.font-sm-40 {
    font-size: 40px;
}

.font-sm-35 {
    font-size: 35px;
}

/* jong add */
.btn-depo-witd{
    font-size: 40px;
    color: #fff;
	background: #161616;
    border: #ffd075  3px solid;
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

.btn-game {
  display: block;
  max-width: 111%;
  height: auto;
}

.btn-game-color {
	font-size: 35px;
    color: #fff;
    /*background: linear-gradient(90deg, rgba(2,119,255,1) 0%, rgba(3,242,219,1) 100%);*/
	background: #005de8;
    border: #03eddc 1px solid;
    border-radius: 40px;
    padding: 15px 80px 15px 80px;
	margin-bottom: 20%;
}

.setting_area{
	border-radius: 30px;
    background-color: #2b2b2b;
	border-style: none !important;
	padding-bottom: 50px;
	max-width: 80%;
}

#t01 {
	font-size:35px;
}

#t01 tr{
  border-bottom: 2px solid #898989;
  line-height: 80px;
}

.title_t01{
	text-align:left;
	color:#ffeba0;
}

.data_t01{
	text-align:right;
	color:#ffffff;
}

.btn-depo-witd-logout{
    font-size: 40px;
    color: #fff;
	background: #005de8;
    /*border: #ffd075  3px solid;*/
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

.chang-pass-title{
	color: white;
    font-size: 40px;
    text-align: left;
}

.btn-depo-witd-changpass{
    font-size: 40px;
    color: #fff;
	background: #005de8;
    /*border: #ffd075  3px solid;*/
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

input,
input::-webkit-input-placeholder {
    font-size: 30px;
    line-height: 3;
}

.cancelbtn, .deletebtn {
  float: left;
  width: 45%;
}

.cancelbtn {
    font-size: 25px;
    color: #fff;
	background: #005ce6;
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

.deletebtn {
	font-size: 25px;
    color: #fff;
	background: #000000;
	border: #ffd075  3px solid;
    border-radius: 50px;
	margin: 10px;
    padding: 15px 0 15px 0;
}

.depositbtn {
	color: #8e8e8e;
    background: #191919;
    border-radius: 25px;
    margin: 10px 10px 10px 0px;
    padding: 20px 0 15px 0;
    float: left;
    width: 30%;
    font-size: 30px;
}


.container {
  padding: 16px;
  text-align: center;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: rgba(255,255,255,0.3);
  padding-top: 50px;
}

.modal-content2 {
  background-color: #000000;
  border: 1px solid #888;
  color:#ffffff;
  width: 80%; /* Could be more or less, depending on screen size */
  position: absolute;
  padding-top: 30px;
  top: 50%;
  left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  border-radius: 50px;
}

hr {
  border: 2px solid #ffffff;
  margin-bottom: 25px;
}
 
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* .item {
    position:relative;
    padding-top:20px;
    display:inline-block;
} */

.notify-badge{
    position: absolute;
    right:-20px;
    top:-18px;
    background:red;
    text-align: center;
    border-radius: 15px;
    color:white;
    padding:5px 15px;
    font-size:20px;
}

.btn-qrcode{
    width:80%;
    font-size: 40px;
    color: #fff;
	background: #161616;
    border: #ffd075  3px solid;
    border-radius: 30px;
    padding: 20px 0 20px 0;
}

.btn-blue{
    background: #005de8;
    border:none;
}

.watermarked {
    position: relative;
    /*width: 70%;*/
}
  
.watermarked:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20px;
    background-image: url("../img/dev/qr_water2.png");
    background-size: 376px 367px;
    background-position: 40px 23px;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.input-qr {
    background: transparent;
    border: none;
	outline: none;
    padding: 15px;
    line-height: 28px;
    color: #FFFFFF;
    margin-left: 10px;
    width: 100%;;
    font-size:42px
}
.chat-app-pc {
    position: fixed;
    width: 50px;
    height: 50px;
	left:25px;
    bottom: 80px;
    background-color: #0095ff;
    color: #FFF;
    border-radius: 150px;
    text-align: center;
    font-size: 38px;
    box-shadow: 2px 3px 2px #999;
    z-index: 100;
}
.chat-app {
    position: fixed;
    width: 130px;
    height: 130px;
	left:15px;
    bottom: 200px;
    background-color: #0095ff;
    color: #FFF;
    border-radius: 150px;
    text-align: center;
    font-size: 100px;
    box-shadow: 5px 7px 5px #999;
    z-index: 100;
}
.my-float {
    margin-top: 10px;
} 

/* new deposit 3 tab */
.h1new{
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
}

.pan50{
    padding: 50px;
}

.deposittab {
    font-size: 25px;
	background-color: rgb(187, 187, 187);
    float: left;
    padding: 10px 22px;
    margin-top: 30px;
}

.first{
    border-radius: 20px 0px 0px 0px;

}

.end{
	border-radius: 0px 20px 0px 0px;
}

.notify-tab{
    position: absolute;
    background: red;
    text-align: center;
    border-radius: 20px;
    color: white;
    padding: 5px 15px;
    font-size: 16px;

}
.qr{
    left: 130px;
    top: 142px;
}
.truemoney{
    left: 530px;
    top: 142px; 
}

.input-qr2 {
    background: transparent;
    border: #ffd075  3px solid;
    border-radius: 50px;
	outline: none;
    padding: 15px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 20px;
    padding-right: 35%;
}

.font-sm-25 {
    font-size: 25px;
    color:#005ce6;
    margin-top: 20px;
}

.font-25 {
    font-size: 25px;
    display: inline-block;
    margin-top: -20px;
}

.font-25 {
    font-size: 24px;
    display: inline-block;
    margin-top: -20px;
}

.font-42 {
    font-size: 42px;
}

.font-40 {
    font-size: 40px;
    display: inline-block;
    margin-top: -20px;
}

.font-48 {
    font-size: 48px;
    display: inline-block;
    margin-top: -36px;
}

.font-34 {
    font-size: 34px;
    display: inline-block;
    margin-top: -20px;
}

.font-32 {
    font-size: 32px;
    display: inline-block;
    margin-top: -20px;
}

.text-gold{
    font-size: 40px;
    display: inline-block;
    color: #EEDFAF;
}


/* The Modal announce */
.model-ufa{
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
    max-height: 80%;
}

/* The Modal (background) */
.modal-header-ufa {
    padding: 2px 16px;
    background-color: #22252a;
    color: black;
    text-align: left;
    border-bottom: 4px solid rgba(177, 177, 177, 0.555);
  }
  
  /* Modal Body */
  .modal-body-ufa {
    padding: 2px 16px;
    text-align: left;
  }
  
  /* Modal Footer */
  .modal-footer-ufa {
    padding: 2px 16px;
    background-color: #22252a;
    color: black;
    text-align: left;
  }
  
  /* Modal Content */
  .modal-content-ufa {
    position: relative;
    background-color: #22252a;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: left;
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }

  /* The Close Button */
.close-ufa {
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close-ufa:hover,
  .close-ufa:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .btn-model {
    border: none; /* Remove borders */
    color: white; /* Add a text color */
    padding: 14px 28px; /* Add some padding */
    cursor: pointer; /* Add a pointer cursor on mouse-over */
  }

.danger {background-color: #f44336;} /* Red */
.green {background-color: #00810b;} /* green */
.danger:hover {background: #da190b;}
/* end The Modal announce */

.banner {
    display: block;
    max-width: 95%;
    height: auto;
    border-radius: 20px;
}

.profile-box2{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#btSubmitLine{
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #00B900;
    border-radius: 10px;
    background-color: #00B900;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 34px;
}

/********* NEW CSS **********/
.profile-box2 .credit{
    color:#ffd075;
    font-size:70px;
}
.profile-home .profile-img img{
    padding-left:40px;
    width:150px;
}
.home-refresh{
    max-width: 30px;
}

.home-main-menu-link{
    margin-top: -20px;
}

.home-main-menu-link img{
    max-width: 100%;
    padding-left:16px;
}

.home-main-menu img{
    max-width: 108%; 
    width: 108%;
}

.text-gold-gradient{
    background: #CBAC75;
    background: -webkit-linear-gradient(to top, #CBAC75 25%, #FDE79C 50%, #CBAC75 75%);
    background: -moz-linear-gradient(to top, #CBAC75 25%, #FDE79C 50%, #CBAC75 75%);
    background: linear-gradient(to top, #CBAC75 25%, #FDE79C 50%, #CBAC75 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_announce{
    text-align: left; 
    font-size:40px; 
    margin-bottom: 20px;
}

.time_announce{
    text-align: left; 
    font-size:30px; 
    margin-bottom: 20px;
}

.desc_announce{
    text-align: left; 
    font-size:30px; 
    margin-bottom: 20px;
}

.deposit-title{
    font-size: 2.5rem
}
.deposit-remark{
    font-size: 1.75rem;
    color: red;
}
.icofont-qr-code{
    font-size: 30px;
}

.d-amount{
    font-size: 35px; 
    margin-top: 15px;
}

.font-qr{
    font-size:25px;
    color:red;
    margin-top: 25px;
}

.deposit-success{
    margin: 50px 0 50px;
}

.all_record_table{
    background-color: #000; color:#FFF; font-size:20px;
}

.btn-depo-witd-logout i.fa-line{
    font-size:40px;
}
.menu-wrapper img.contact_line{
    width: 400px;
}
.bank_profile{
    width: 100%;
}
.change-pass-remark{
    color: #ffffff;font-size:30px;
    text-align: left;
}

.clear-bottom-page{
    margin-bottom:250px;

}
/****************************/



.text-desc-fix{
    font-size: 24px!important;
    text-align: left;;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card-login .card-header , #inputUser , #btSubmit{
        font-size: 38px !important;
    }
    img.imglogo {
        width: 60% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .card-login .card-header , #inputUser , #btSubmit{
        font-size: 38px !important;
    }
    img.imglogo {
        width: 60% !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .card-login .card-header , #inputUser , #btSubmit{
        font-size: 38px !important;
    }
    img.imglogo {
        width: 60% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .container-fluid{
        position: relative;
        margin:0 auto;
        max-width: 450px;
    }
    .container-fluid.full{
        position: relative;
        margin:0 auto;
        max-width: 100%;
    }
    .container-fluid.full img.imglogo {
        position: relative;
        margin:0 auto;
        max-width: 19%;
    }
    .text-desc-fix{
        font-size: 18px !important;
        text-align: left;
    }

    main{
        position: relative;
        margin:0 auto;
        max-width: 450px;
    }

    .card-login .card-header , .menu-wrapper .menu-text , .copy-box button
    ,.withdraw-box input , .font-sm-48 {
        font-size: inherit !important;
    }

    img.imglogo {
        width: 55% !important;
    }
    .menu-wrapper .menu-box img {
        /* width: 30% !important;
        height: 30% !important; */
        width: 100% !important;
    }

    .account-box .account .bank{
        font-size: 16px;
    }
   
   .account-box .account .name{
       font-size: 16px;
   }
   
   .account-box .account .number{
       font-size: 18px;
   }

   .content{
        padding-bottom: 20px;
    }

    .modal-dialog.modal-xl{
    margin-top: 5% !important;
    max-width: 40% !important;
    }

    /********** NEW CSS ************/

    #inputUser{
        font-size: 18px !important;
        padding: 24px;
    }
    input#inputUser::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 3;
    }
    #btSubmit{
        font-size: 20px !important;
    }

    .div-profile{
        padding-top: 0px;
    }

    .profile-box2 .credit{
        font-size:24px;
    }

    .profile-home .profile-img img{
        padding-left:18px;
        width:75px;

    }

    .home-refresh{
        max-width: 14px;
        margin-top: -20px;
    }

    .user .username{
        font-size: 20px;
        font-family: 'Prompt', sans-serif;
    }

    .menu-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-top: 20px;
    }

    .home-main-menu-link{
        margin-top: -16px;
    }

    .home-main-menu-link img{
        max-width: 102%;
        padding:8px;
    }

    .home-main-menu img{
        max-width: 108%; 
        width: 108%;
    }

    .btn-game {
        max-width: 140%;
    }

    .btn-home-lg{
        font-size: 16px;
        margin-top: 15px;
    }
    
    .logo-small{
        margin-top: 0;
    }
    .logo-small .imglogo{
        margin-top: 0;
    }

    .profile-box2{
        margin-top: 0;
    }

    .contact-line img{
        width: 100px;
    }
    
    .contact-line h3{
        font-size: 1.3rem;
    }

    .chang-pass-title{
        color: white;
        font-size: 20px;
        text-align: left;
    }

    .chang-pass-required{
        color: white;
        font-size: 12px;
    }

    .btn-depo-witd-changpass{
        font-size: 20px;
        color: #fff;
        margin: 10px;
        padding: 8px 0 8px 0;
    }

    .hr_changpass{
        border-color: #959393; 
        margin-top: 20px; 
        margin-bottom: 10px;
    }

    .modal-content2 {
        background-color: #222327;
        border: 1px solid #888;
        color:#ffffff;
        width: 40%; /* Could be more or less, depending on screen size */
        position: absolute;
        padding: 8px 0 8px 0;
        top: 50%;
        left: 50%;
          -moz-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
        border-radius: 30px;
    }

    .cancelbtn, .deletebtn {
        float: left;
        width: 45%;
    }
      
    .cancelbtn {
        font-size: 18px;
        color: #fff;
        background: rgb(46,190,214);
        background: linear-gradient(180deg, rgba(46,190,214,1) 0%, rgba(78,78,255,1) 100%);
        border-radius: 15px;
        margin: 10px;
        padding: 15px 0 15px 0;
    }

    .deletebtn {
        font-size: 18px;
        color: #fff;
        background: 
         linear-gradient(#000,#000) padding-box, /*this is your grey background*/
         linear-gradient(180deg, rgba(46,190,214,1), rgba(78,78,255,1)) border-box;
        border: double 3px transparent;
        border-radius: 15px;
        margin: 10px;
        padding: 15px 0 15px 0;
    }
    .setting_area{
        border-radius: 20px;
        background-color: #222327;
        border-style: none !important;
        padding-bottom: 2px;
        max-width: 80%;
    }  
    
    /****** end setting page ******/
    /****** announce promotion page ******/
    .title_announce{
        text-align: left; 
        font-size:18px; 
        margin-bottom: 10px;
    }

    .time_announce{
        text-align: left; 
        font-size:18px; 
        margin-bottom: 5px;
    }
    .desc_announce{
        text-align: left; 
        font-size:16px; 
        margin-top: 20px;
    }
    /****** end announce promotion page ******/
    /****** withdraw page ******/
    .withdraw-box{
        margin-top: 0px;
    }
    .withdraw-box input::placeholder{
        font-size: 20px;
    }

    .withdraw-box{
        margin-top: 5px;
    }
    
    .withdraw-box input{
        width: 60%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .profile-box{
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        margin-bottom: 20px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: #141414;
        padding-top: 20px;
        padding-left: 45px;
        padding-bottom: 20px;
        border: #ffd075  4px solid;
        border-radius: 120px;
    }

    .icon_profile{
        width: 50px;
    }

    .username_desktop{
        float: left;
        font-size: 18px;
    }

    .credit_desktop{
        text-align: right;
        font-size: 18px;
    }

    .user .fullname{
        font-size: 18px;
    }

    .user .username{
        font-size: 18px;
        font-family: 'Prompt', sans-serif;
    }

    .profile-box .credit-text{
        font-size: 18px;
    }
    
    .profile-box .credit{
        font-size: 20px;
        color: #ffef6b;
        margin-top: 1px;
    }

    .withdraw-page .vl {
        border-left: 3px solid white;
        border-right: 3px solid white;
        width: 0px;
        height: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .withdraw-page .arrow {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .arrow_withdraw{
        width:40px;
    }

    .userbank-box{
        border: #ffffff  2px solid;
        padding: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        border-radius: 20px;
    }
    
    .userbank-box .account{
        margin-left: 18px;
    }
    
    .userbank-box .bank{
         font-size: 18px; 
    }
    
    .userbank-box .name{
         font-size: 18px; 
    }
    
    .userbank-box .number{
         font-size: 18px; 
         color:#ffef6b;
    }

    .bank_img{
        width: 60px;
    }

    .btn-withdraw{
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 20px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        background: #005de8;
        padding: 8px 0 8px 0;
        border-radius: 20px;
        height: auto;
    }
    
    /****** end withdraw page ******/

    .h1new{
        font-size: 24px;
        margin-bottom: 0rem;
    }

    #t01 {
        font-size:16px;
    }
    
    #t01 tr{
      border-bottom: 2px solid #898989;
      line-height: 42px;
    }
    
    .title_t01{
        text-align:left;
        color:#ffeba0;
    }
    
    .data_t01{
        text-align:right;
        color:#ffffff;
    }

    .btn-depo-witd{
        font-size: 16px;
        margin: 0;
        padding: 8px 0 8px 0;
    }

    .menu-wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        margin-top: 20px;
    }

    .btn-depo-witd-logout{
        font-size: 16px;
        margin: 10px;
        padding: 8px 0 8px 0;
    }

    .main-border{
        border-radius: 20px 20px 0px 0px;
    }

    .footer-border{
        border-radius: 20px;       
    }

    img.contact-us-line{
        width: 40%;
    }

    .contact-us-text{
        font-size: 20px;
    }
    
    .all_record .tab-content{
        padding: 30px 0px;
        font-size: 12px;
        color: #fff;
    }
    
    .all_record_table{
        background-color: #000; 
        color:#FFF; 
        font-size:13px;
    }

    .deposittab {
        font-size: 11px;
        background-color: rgb(187, 187, 187);
        float: left;
        padding: 7px 5px;
        margin-top: 30px;
        flex-grow: 1;
        position: relative;
    }

    .deposit-title{
        font-size: 1.2rem
    }
    .deposit-remark{
        font-size: 1rem;
    }

    .icofont-qr-code{
        font-size: 15px;
    }

    .notify-tab{        
        padding: 1px 8px;
        font-size: 11px;
    }

    .qr, .truemoney {
        right: -13px;
        top: -12px;
    }

    .d-amount{
        font-size: 14px; 
        margin-top: 15px;
    }

    .font-qr{
        font-size:14px;
    }

    .input-qr {
        padding:0px;
        margin-left: 20px;
        font-size: 18px;
    }
    .input-qr2 {
        border-radius: 10px;
        padding: 9px;
        line-height: 19px;
        margin-top: 20px;
        font-size: 18px;
    }

    input.input-qr::placeholder,input.input-qr2::placeholder{
        font-size: 18px;
    }
    .pan50{
        padding: 20px;
    }
    .first{
        border-radius: 15px 0px 0px 0px;
    }
    
    .end{
        border-radius: 0px 15px 0px 0px;
    }

    .check-wrapper a{
        font-size: 16px;
        color: #fff;
        border-radius: 15px;
        padding: 8px 0 8px 0;
        margin:0;
    }
    
    .font-32{
        font-size: 13px;
    }

    .font-sm-35 {
        font-size: 14px;
    }

    .font-40{
        font-size: 15px;
    }

    .font-48{
        font-size: 32px;
    }

    .btn-qrcode{
        width:100%;
        font-size: 16px;
        color: #fff;
        border: #ffd075 3px solid;
        border-radius: 15px;
        padding: 8px 0 8px 0;
    }

    .deposit-success,.deposit-timeout{
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .btn-depo-witd-logout i.fa-line{
        font-size:20px;
    }
    .menu-wrapper img.contact_line{
        width: 200px;
    }

    .bank_profile{
        width: 80px;
    }

    .deposit-box .header{
        background-color: white;
        font-size: 14px;
        float: left;
        padding: 5px 30px;
        margin-top: 10px;
        border-radius: 15px 15px 0px 0px;
    }

    .depositbtn {
        font-size: 18px;
        color: #8e8e8e;
        background: #191919;
        border-radius: 15px;
        margin: 10px 10px 10px 0px;
        padding: 10px 10px;
        float: left;
        width: 45%;
    }

    /* The Modal announce */
    .model-ufa{
        position: fixed;
        top: 10%;
        left: 25%;
        z-index: 1050;
        display: none;
        width: 50%;
        height: 100%;
        overflow: auto;
        outline: 0;
        max-height: 80%;
    }
    .title-model{
        text-align: left; 
        font-size:20px;
    }
    /* The Modal (background) */
    .modal-header-ufa {
        padding: 2px 16px;
        background-color: #22252a;
        color: #fff;
        text-align: left;
        border-bottom: 4px solid rgba(177, 177, 177, 0.555);
    }
    
    /* Modal Body */
    .modal-body-ufa {
        padding: 2px 16px;
        text-align: left;
        color: #fff;
    }
    
    /* Modal Footer */
    .modal-footer-ufa {
        padding: 2px 16px;
        background-color: #22252a;
        color: black;
        text-align: left;
    }
    
    /* Modal Content */
    .modal-content-ufa {
        position: relative;
        background-color: #22252a;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        animation-name: animatetop;
        animation-duration: 0.4s;
        text-align: left;
    }

    .clear-bottom-page{
        margin-bottom:30px;
    
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

@media screen and (max-width: 300px) {
  .cancelbtn, .deletebtn {
     width: 100%;
  }
}



/*---- LUCKYBOX -----*/
.lucky-box {
    position: fixed;
    bottom: 8%;
    right: 0;
    z-index: 1000;
}

.lucky-box i {
    position: absolute;
    z-index: 1000;
    font-size: 4em;
    color: #CCCCCC;
    text-shadow: #355767 5px 0 10px;
    right: 1vw;
    top: -2.5vh;
}

.lucky-box img {
    width: 60%;
    float: right;
    margin-right: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .lucky-box img {
        width: 120% !important;
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .lucky-box img {
        width: 40% !important;
        margin-bottom: 0px;
    }
}

.lb-luckby-access{
    position: absolute;
    bottom: -20px;
    left: 2%;
    background: linear-gradient(0deg, #223041 0%, #19242d 100%);
    width: 96%;
    padding: 7px;
    border-radius: 0px 0px 8px 8px;
    color: #d6c981;
    font-size: 24px;
}

#tbTransLuckyBox{
    font-size: 24px;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    font-size: 1.25em !important;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Outline";
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
0% {
    -webkit-transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
}
}

@-moz-keyframes nc-icon-spin {
0% {
    -moz-transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(360deg);
}
}

@keyframes nc-icon-spin {
0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 2em;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs > .nav-item > .nav-link:hover {
    background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
    background: rgba(56, 75, 100, 0.2);
    border-radius: 30px;
    color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

#mdLuckyBox .card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background: transparent !important;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

#mdLuckyBox .card .tab-pane {
    color: white !important;
}

#mdLuckyBox .card .tab-pane p {
    font-size: 1.25em !important;
}

#mdLuckyBox .card .card-body {
    padding: 10px;
}

#mdLuckyBox #home p{
    color: #d6c981;
}
/*---- LUCKYBOX -----*/


/*---- PROMOBOX -----*/
.card-bonus{
    color: #fff;
    background: none;
    border: #ffd075  3px solid;
    border-radius: 15px;
    font-size: 24px;
    background-color: #141414;
    padding:30px;
}
.card-bonus .card-title{
    color: #ffd075;
    font-size: 28px;
}
.card-bonus .get-promo-success {
    font-size: 22px;
}
.card-bonus .btn-bonus,.btn-bonus:hover{
    font-weight: bold;
    text-shadow: 0px 1px #000;
    border:none;
    color:#fff;
    background-image: linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #e1b062 0%, #c78214 100%);
    background-image: -moz-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #e1b062 0%, #c78214 100%);
    background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #e1b062 0%, #c78214 100%);
    background-image: -ms-linear-gradient(0deg, #ffffff 0%, #ffeecb 0%, #e1b062 0%, #c78214 100%);
    font-size: 22px;
}
.promo-box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #141414;
    padding: 15px 20px;
    border-radius: 10px;
    color:#fff;
}
.promo-box.success{
    background:#1e7e34;
}
.promo-box.waiting{
    background:#d29724;
}
.promo-box .head{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
}
.promo-box .head i{
    color:#fff;
}
.promo-box .head i.toggle{
    font-size: 32px;
    font-weight: bold;
}
.promo-box .desc{
    margin-top:30px;
    font-size: 28px;
}
.promo-box .desc > div{
    margin-top:10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#modal-promo .modal-dialog{
    width: 90%;
    max-width: 90%;
    margin:2.5rem auto;
}
#modal-noti-turn .modal-dialog{
    width: 80%;
    max-width: 80%;
    margin:5.5rem auto;
}
.promo-btn .btn-danger{
    font-size: 35px;
    padding:10px;
}

.footer-game-border{
    cursor: pointer;
}
.footer-game-border:hover{
   border: 1px solid #fff;
}

#modal-go-bet .modal-dialog{
    min-width: 100% !important;
    padding:0px 25px;
    border:0;
}
.modal-dialog-go-bet {
    position:fixed;
    top:auto;
    right:auto;
    left:auto;
    bottom:-30px;  
    width: 100%;
} 
.modal-dialog-go-bet.animate-bottom {
    animation: animatebottom 0.4s;
}

.title-go-bet{
    font-size: 50px;
    color:#fff;
    text-align: center;
    padding: 50px 0px 30px 0px;
}
.div-btn-go-bet{
    background: url(../img/bg-go-bet.png);
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    border:none;
}
.div-btn-go-bet img{
    margin: 20px 40px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
}
.div-btn-go-bet img:hover{
    transform: scale(1.02); 
    background: 
    linear-gradient(#000,#000) padding-box, /*this is your grey background*/
    linear-gradient(180deg, rgba(46,190,214,1), rgba(78,78,255,1)) border-box;
    border: double 2px transparent;
}
.div-btn-go-bet .clearfix{
    padding: 30px;
}



@keyframes animatebottom {
from {
    bottom: -300px;
    opacity: 0;
}

to {
    bottom: -30px;
    opacity: 1;
}
}

@media only screen and (min-width: 992px) {

    .card-bonus{
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        padding:15px;
    }
    .card-bonus .card-title{
        font-size: 18px;
    }
    .card-bonus .get-promo-success {
        font-size: 16px;
    }
    .card-bonus .btn-bonus,.btn-bonus:hover{
        font-size: 14px;
    }
    .card-bonus a.link{
        color:#fff;
        font-size:14px;
    }
    .card-bonus a.link img{
        width:50px;
    }

    .promo-box{
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 20px;
        background: #141414;
        padding: 10px 15px;
        border-radius: 10px;
        color:#fff;
    }
    .promo-box .head{
        font-size: 16px;
    }
    .promo-box .head i.toggle{
        font-size: 24px;
        font-weight: bold;
    }
    .promo-box .desc{
        margin-top:15px;
        font-size: 16px;
    }
    .promo-box .desc > div{
        margin-top:10px;
    }

    .promo-btn .btn-danger{
        font-size: 16px;
        padding:5px;
    }

    #modal-promo .modal-dialog{
        width: 500px;
        max-width: 500px;
        margin:2.5rem auto;
    }

    #modal-noti-turn .modal-dialog{
        width: 500px;
        max-width: 50%;
        margin:5.5rem 500px;
    }

}
/*--- END PROMOBOX ---*/


@media only screen and (min-width: 992px) {

    .h1new{
        font-size: 24px;
        margin-bottom: 0rem;
    }
    .change-pass-remark{
        color: #ffffff;font-size:16px
    }

    .btn-game-color {
        font-size: 16px;
        color: #fff;
        /*background: linear-gradient(90deg, rgba(2,119,255,1) 0%, rgba(3,242,219,1) 100%);*/
        background: #005de8;
        border: #03eddc 1px solid;
        border-radius: 40px;
        padding: 5px 20px 5px 20px;
        margin-bottom: 20%;
    }

    #modal-go-bet .modal-dialog{
        min-width:auto !important;
    }
    .modal-dialog-go-bet {
        position:fixed;
        bottom:-30px;  
        width: 100%;
        margin: 0% auto;
        left: 0;
        right: 0;
    } 
    .title-go-bet{
        font-size: 22px;
        padding: 30px 0px 20px 0px
    }
    .div-btn-go-bet img{
       margin: 5px 20px;
    }
    .div-btn-go-bet .clearfix{
        padding: 25px;
    }
}