:root{
  --bg-gray : #b5b6ba;
  --bg-gray1 : #5c5c5c;
  --bg-pink : #f5d7d6;
  --bg-pink1 : #ffccbc;
  --bg-white : #FFFFFF;
  --ft-white : #FFFFFF;
  --bd-white : #e0e0e0;
  --bg-red : #dc0000;
  --ft-red : #dc0000;
  --ft-red1 : #e8010b;
  --bg-black : #000000;
  --bg-black1 : #262b2f;
  --bd-black1 : #FFFFFF;
  --bg-black2 : #141414;
  --bg-yellow : #faa845;
  --cl-orange : #faa845;
  --gray: #afadc0;
  --green: #21C14F;
  --orange: orange;
  --red: #f63846;
  --white: #FFFFFF;
  --w-max: 1024px;
}

.text-red{ color: var(--ft-red); }

.btn-1{
  background: var(--bg-btn-1);
  color: var(--cl-btn-1);
}
.btn-2{
  background: var(--bg-btn-2);
  color: var(--cl-btn-2);
}
.btn-3{
  background: var(--bg-btn-3);
  color: var(--cl-btn-3);
}

.dbody{ 
  width: 100%;
  max-width: var(--w-max);
  margin: auto;
  background: var(--main);
}

/* ================== box-head ================== */
.box-head {
  background: var(--bg-header);
  height: 55px;
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: var(--w-max);
  margin: auto;
}
.header_zone{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

/* ================== box-credit ================== */
.box-credit{ 
  height: 45px;
  position: relative;
  left: 0;
  top: 0px;
  z-index: 1;
  color: var(--cl-box-credit);
}

 /* ================== box-body ================== */
.box-body{ 
  min-height: calc(100vh - 120px);
  position: relative;
  z-index: 1;
  height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: none;
  margin-top: 55px;
}

 /* ================== box-footer ================== */
.box-footer {
  background: var(--bg-footer);
  height: 70px;
  position: fixed;
  bottom: 0;
  border-top: 3px solid var(--main1);
  color: var(--cl-footer);
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-width: var(--w-max);
  margin: auto;
}
.footer_zone{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.box-footer-list {
  width: calc(19% - 10px);
  margin: 5px;
}

.box-footer-list.box-footer-center {
  width: calc(24% - 10px);
  margin: 5px;
  position: relative;
}
.box-footer-list.active .footer-center{
  background: var(--bg-footer-active);
}
.box-footer-list.active .footer-center i{
  color: var(--cl-footer-active);
}
.box-footer-list.active .footer-center div{
  color: var(--cl-footer-active);
}

.footer-center {
  position: relative;
  width: 100%;
  max-height: 55px;
  max-width: 70px;
  aspect-ratio: 1 / 1;
  /* background: var(--bg-footer-center); */
  /* color: var(--cl-footer-cente); */
  border-radius: var(--bdrd-big);
  bottom: 0px;
  margin: auto;
  align-content: center;
}


 /* ================== menu-lobby ================== */

 .mainpage{
  background: var(--bg-mpage);
  color: var(--cl-mpage);
 }
.menu-left{
  width: 100%;
  position: relative;
  border-radius: var(--bdrd-big);
}
.menu-right{
  width: 100%;
  background: var(--bg-menuright);
}

.box-menut{ 
  width: calc(100% + 10px);
  margin: auto;
  margin-left: -5px;
  margin-top: -10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.box-menu-list.active{ 
  background: var(--bg-menuleft-active); 
  color: var(--cl-memuleft-active); 
  border: 1px solid var(--bd-menuleft-active);
}
.box-menu-list.active i{ color: var(--text-icon); }

.box-menu-list{
  width: calc(25% - 10px);
  /* aspect-ratio: 1 / 1; */
  height: 70px;
  background: var(--bg-menuleft);
  border-radius: var(--bdrd-big);
  align-content: center;
  color: var(--cl-memuleft);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid var(--bd-menuleft);
}
.box-menu-list img{
  height: 33px;
  margin: auto;
  margin-bottom: 3px;
  transition: 0.3s;
}



/*================game list=====================*/
.lt-title{
  width: calc(100% - 0px);
  height: 40px;
  margin-left: 0px;
  border-radius: 0px;
  padding: 10px 15px;
  background: var(--bg-tab-title);
  color: var(--cl-tab-title);
  font-size: 15px !important;
}
.lt-title i{
  color: var(--text-icon);
}

.box-game{ 
  border-radius: var(--bdrd-big);
}
.box-gamelist .maintype {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.box-gamelist .gametype {
  width: calc(25% - 10px);
  min-height: 110px;
  padding: 5px;
  box-shadow: var(--sd-csn-slot);
  border-radius: var(--bdrd-big);
  margin: 5px;
  cursor: pointer;
  color: var(--cl-name-csn-slot);
  background: var(--bg-csn-slot);
  border: var(--bd-gd-btm);
}

.box-gamelist .gametype img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: 0.3s;
  max-width: 155px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-gamelist .gametype img:hover{
  transform: scale(1.2);
}

.box-gamelist .gametype.maintenance img {
  filter: grayscale(1);
}

.box-gamelist .gametype .dfoot {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  margin-top: 5px;
}

.box-gamelist .gametype .dfoot span {
  color: var(--cl-mpage);
  font-size: 12px;
  width: 100%;
}

.box-gamelist .gametype .dfoot .dstar {
  display: flex;
  width: 100%;
  margin-top: 3px;
}

.box-gamelist .gametypelobby {
  width:  calc(16.66% - 10px);
  min-height: 100px;
  padding: 5px;
  border: 1px solid var(--main);
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  color: var(--cl-name-csn-slot);
  background: var(--main);
}

.box-gamelist .gametypelobby img {
  width: 100%;
  height: auto;
}

.box-gamelist .gametypelobby .dfoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
}

.box-gamelist .gametypelobby .dfoot span {
  font-size: 12px;
  color: var(--cl-mpage);
}

.box-gamelist .gametypelobby .dfoot .dstar {
  display: flex;
}

.backhome{ display: none;}

@media (max-width: 750px) {
  .box-gamelist .gametype {
      width: calc(33.33% - 10px);
  }
  .box-gamelist .gametypelobby {
      width: calc(25% - 10px);
  }
}

@media (max-width: 550px) {
  .box-gamelist .gametype {
      /* width: calc(50% - 10px); */
  }
  .box-gamelist .gametypelobby {
      width: calc(33.33% - 10px);
  }
  .box-gamelist .gametype img{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*=====================================*/




/* ========= box_more_menu ========= */
.modal_menumore{ background: rgba(0,0,0,.7); }
.box_more_menu {
  max-width: 100vw;
  width: 100vw;
  height: calc(100vh - 0px);
  left: -105%;
  position: fixed;
  transition: right 0.1s linear;
  z-index: 89;
  background: #000000cc;
  top: 0;
}

.box_more_menu_header {
  display: flex;
  width: 100%;
  min-height: 15px;
  line-height: 20px;
  text-align: center;
  color: var(--cl-box-more-menu);
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

.box_more_menu_right {
  height: 100%;
  width: 100vw;
  position: fixed;
  left: 0px;
  display: none;
}

.box_more_menu_left {
    position: fixed;
    height: 100vh;
    width: 80%;
    max-width: 450px;
    left: -105%;
    background: var(--bg-box-more-menu);
    transition: left 0.2s linear;
    z-index: 555;
}

.box_more_menu_body {
  width: calc(100% - 20px);
  margin-left: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 40px;
  height: calc(100vh - 90px);
}

.box_more_menu_list {
  min-height: 20px;
  margin: 5px 10px;
  width: calc(100% - 0px);
  float: left;
  text-align: left;
  border-radius: var(--bd-rd-1);
  padding: 5px 10px;
  color: var(--cl-box-more-menu);
  cursor: pointer;
  display: inline;
  /* font-weight: bold; */
}

.box_more_menu_list .fa, .box_more_menu_list .fab, .box_more_menu_list .far, .box_more_menu_list .fa-solid, .box_more_menu_list .fa-brands {
  min-width: 25px;
  font-size: 18px !important;
  margin: auto;
  margin-bottom: 0px;
}

.box_more_menu_list:hover {
  background: var(--bg-gray);
}

.box_more_menu_list.active {
  background: var(--bg-gray);
}

.box_more_menu_list_line{
  width: calc(100% - 20px);
  margin: 5px 10px;
  height: 1px;
  float: left;
  /* border-bottom: 1px solid #404040; */
  background-image: var(--box_more_menu_list_line);
}

.box_more_menu_list_lang{
  width: 100%;
  /*margin: 10px;*/
  margin-top: 5px;
  min-height: 100px;
  float: left;
  display: none;
}

.btn-close-menumore{
  position: absolute;
  right: 10px;
  border: 2px solid #bf4552;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 42px;
  top: 10px;
  cursor: pointer;
}
.btn-close-menumore:hover{
  background: #ffe3e3;
}
.btn-close-menumore i{
  color: #F64E60;
  font-size: 25px;
}

.btn-logout{
    position: absolute;
    bottom: 20px;
    border-bottom: 0px;
    background: red;
    border-radius: var(--bd-rd-1);
    width: calc(100% - 40px);
    left: 20px;
    height: 40px;
    line-height: 40px;
}

/* ========= end box_more_menu ========= */



/* ========= Slide ========= */
.owl-theme .owl-dots .owl-dot span{ 
    width: 5px !important;
    height: 5px !important;
}
.owl-theme .owl-nav.disabled + .owl-dots{ margin-top: 2px !important;}
/* ========= end Slide ========= */





/* ========= profilehome ========= */
  .info-data i{ font-size: 16px; margin-right: 5px;}
	.info-data .fixclm{display:flex;flex-direction:column;}
	.info-data .fixclm .sp-text{line-height:10px;font-size:11px;}

	.box-row {margin-left:5px;}
	.box-row .info-data{margin-left:5px;line-height:20px;display: flex;margin-bottom:5px;}
	.box-row ul {
	    list-style: none;
	    display: flex;
	    padding: 5px;
	    margin-bottom: 0;
	}
	.box-row ul li {
	    display: block;
	    padding-right: 5px;
	    float: left;
	    list-style-type: none;
	}
	.form-control{
		height: 30px!important;
	    padding: 5px 10px!important;
	    font-size: 12px!important;
	}

	.box-foot{ margin-top:5px; margin-bottom:5px; padding: 7px 10px;background: linear-gradient(90deg, #eaeaeae3, rgb(255 255 255 / 44%) 60%)}
	.box-foot button{ padding: 3px 20px;}

	.box-main{

	}
	/*======== add bank ==================*/
	.box-ibank{max-width:500px;}

	.bank_kbank{background-color:#528e39;}
	.bank_scb{background-color:#48327c;}
	.bank_bbl{background-color:#314695;}
	.bank_bay{background-color:#efc349;}
	.bank_ktb{background-color:#1ba5e1;}
	.bank_tmb{background-color:#0050f0;}
	.bank_tbank{background-color:#fc4f1f;}
	.bank_gsb{background-color:#eb198d;}
	.bank_baac{background-color:#4b9b1d;}
	.bank_uob{background-color:#0b3979;}
	.bank_tisco{background-color:#12549f;}
	.bank_cimb{background-color:#7e2f36;}
	.bank_lhb{background-color:#6d6e71;}
	.bank_ghb{background-color:#ee8932;}
	.bank_kkp{background-color:#626094;}
	.bank_kk{background-color:#626094;}
	.bank_ttb{background-color:#0050f0;}
	.bank_truemoney{background-color:#fff;}
	.bank_truemoney img{margin-top:5px;}

	.bank_content {
	    padding: 15px 10px;
	}
	.bank_content .-select-bank {
	    color: var(--cl-white);
	    font-size: 18px;
	    text-align: center;
	    padding: 0 0 10px;
	}
	.bank_flex {
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    flex-wrap: wrap;
	}
	.bank_flex .bank_box.is-active, .bank_flex .bank_box:hover {
	    opacity: 1;
	    border: 2px solid #fff;
	}
	.bank_flex .bank_box {
	    width: 55px;
	    height: 55px;
	    margin: 2px;
	    border-radius: 5px;
	    cursor: pointer;
	    opacity: .35;
	    border: 2px solid #cecece;
	    position: relative;
	}
	.bank_flex .bank_box .-check-right.is-active {display: block;}
	.bank_flex .bank_box .-check-right {
	    position: absolute;
	    display: none;
	    bottom: -10px;
	    right: -5px;
	}
	.bank_flex .bank_box .-check-right i {font-size: 16px;color: #5abd37;background:#fff;border-radius:50%;}
	.fa-check-circle:before {content: "\f058";}
	:after, :before {text-decoration: inherit;vertical-align: inherit;}
	.bank_flex .bank_box img {width: 100%; padding: 5px;}
	.bank-name{margin-top:20px;}
	.bank-input{margin-top:20px;}
	.bank-input .input-contain{margin-top:10px;}

	.disableddiv {pointer-events: none;opacity: 0.4;}

	.box-accname{margin-top:10px;margin-left:5px;}
	.box-accname span{font-size:18px;}
	.box-accname .spaccname{font-weight:bold;}
	.box-accno{max-width:250px;margin-top:5px;}
	.box-accno button{margin-top:5px;}

	/*-------*/
	.info-usebank{
	    display: flex;
	    justify-content: flex-start;
	    align-items: flex-start;
	    text-align: left;
	}

	.info-usebank .block1{
	    width: 20%;
	    min-width: 90px;
	    text-align: center;
	    padding-top:5px;
	}

	.info-usebank .block1 .-bank {
	    width: 60px;
	    height: 60px;
	    border: 1px solid #fff;
	    border-radius: 50%;
	    overflow: hidden;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.info-usebank .block2 {width: 70%;border: 0 solid #fff; margin-top:5px;}
	.info-usebank .block2 .-name {color: var(--bg-gray);font-weight: 500;font-size:14px;}
	.info-usebank .block2 .-bank {font-size: 15px;}
	.box-change-pass{
		padding-left: 10px;
		display: flex;
	}
	@media (max-width: 550px) {
		.box-change-pass{
			display: block;
		}
		.tbl-changepass{margin-top: 15px;}
	}

  

  /* ========= end profilehome ========= */




  /* ========= loading ========= */
  /* .loading{
    position: fixed;
    background: #000000;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 9999;
  } */

  /* ========= end loading ========= */


  .box-card{
    padding: 10px;
    background: var(--bg-white);
    border: 1px solid #ededed;
    border-radius: var(--bd-rd-1);
    margin-bottom: 5px;
    margin-top: 5px;
  }
   

  /* ---------- start boxgamewheel -------------- */
  .img_bigwin img{
    height: 110px;
    position: absolute;
    margin-top: -26px;
    right: 29px;
  }
  .h-90{ height: 90px; }
  .bgwheel1{
    background: url(../../../../modules/game-wheel/img/footer_bg.svg);
    background-size: 100% auto;
    background-position-y: center;
  }
  /* ---------- end boxgamewheel -------------- */

/* ---------- start box login -------------- */
  .box-login{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px 20px 20px 20px;
    background: #000000cc;
  }
  .body-login{
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 150px auto;
    background: var(--main);
  }

  .field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    /* color: #fe8202; */
  }
/* ---------- end box login -------------- */

/* ---------- start box register -------------- */
  .box-register{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px 20px 20px 20px;
    background: #000000cc;
  }
  .body-register{
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 150px auto;
    background: var(--main);
  }

  .field-icon {
    float: right;
    margin-right: 5px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    /* color: #fe8202; */
  }
/* ---------- end box register -------------- */

/* ---------- start popup_promote -------------- */
.popup_promote{
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px 20px 20px 20px;
  background: #000000cc;
}
.popup_promote .bodypopup_promote{
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 150px auto;
}

.popup_promote .btnclose{
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: center;
  cursor: pointer;
}
.popup_promote .btnclose i{
  font-size: 25px;
  color: red;
  padding: 1px 2px;
  background: #ffffff;
  border-radius: var(--bdrd-sm);
}
/* ---------- end popup_promote -------------- */


/* ---------- start popup_login -------------- */
.popup_login{
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0px 20px 20px 20px;
  background: #000000EE;
  display: none;
}
.popup_login .bodypopup_login{
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 150px auto;
}

.popup_login .btnclose{
  position: absolute;
  right: 8px;
  top: 8px;
  text-align: center;
  cursor: pointer;
}
.popup_login .btnclose i{
  font-size: 25px;
  color: red;
  padding: 0px 1px;
  background: #ffffff;
  border-radius: var(--bdrd-sm);
}



.login-container {
    background-color: var(--main2);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 350px;
    border: 1px solid #2c2b2b;
}

.login-container h2 {
    margin-bottom: 20px;
    color: #FFF8E1;
    font-size: 120%;
}

.login-container .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.login-container .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ff8a00;
}

.login-container .form-group input {
    width: 100%;
    padding: 10px;
    background-color: var(--main3);
    border: 1px solid  var(--main3);
    border-radius: 4px;
    color: #FFFFFf;
    box-sizing: border-box; /* เพื่อให้ padding ไม่เพิ่มขนาดกล่อง */
}

.login-container .login-button {
    margin-top: 10px  ;
    width: 100%;
    padding: 10px;
    background: var(--bg-gd);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.login-container .login-button:hover {
    background: var(--gd1);
}

.login-container .field-icon {
    margin-right: 10px;
    margin-top: -28px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #ffc107;
}
/* ---------- end popup_login -------------- */


 /* ------------- team sport--------------------- */
.box-promote-title{
    font-size: 100%;
    margin-bottom: 10px;
    color: var(--cl-white);
}
.box_sport{
    min-width: 330px;
    width: 100%;
    border-radius: var(--bdrd-sm);
    background: var(--main1);
}
.header_sport {
    position: relative;
    width: 100%;
    min-height: 30px;
    background: var(--main3);
    color: var(--cl-black);
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: var(--bdrd-sm);
    border-top-right-radius: var(--bdrd-sm);
}
.promote_league_name{
    color: #FFFFFF;
    font-size: 100%;
}
.team_home, .team_away {
    width: calc(50% - 0px);
    text-align: center;
    padding-top: 5px;
    color: var(--cl-white);
}
.team_vs{ 
    width: 70px; 
    text-align: center;
    font-size: 90%;
    margin-top: 30px;
    position: absolute;
}
.team_name{
    margin: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 5px;
}
.price_home span, .price_away span{
    color: var(--cl-white);
}
.team_logo{ 
    margin-top: 5px;
    height: 50px;
}
.img_team_logo{
    width: auto !important;
    height: 40px;
    margin: 0 auto;
}

.price_sport{
    width: calc(100% - 20px);
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #cb011b; */
     /* color: #FFFFFF; */
    border-radius: var(--bdrd-sm);
    background: var(--cl-black);
    margin: 5px;
}
.box_lotto{
    width: 100%;
    border-radius: var(--bdrd-sm);
    background: var(--main1);
}
.img_lotto_logo{
    width: auto;
    height: 15px;
    margin: 0 auto;
}
.main-bg{
    background: #000000;
}
.reward_name{
    color: #ff8a00;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.reward_number{
  color: var(--cl-white);
  font-size: 120%;
}
.git_box_sport{
    max-height: 165px; 
}
.owl-dots{ display: none; }
/* ------------- end team sport--------------------- */

/* ------------- lotto reward--------------------- */
.git_box_lotto{
    background: var(--main2);
}
.header_lotto {
    /* background: linear-gradient(to right, #48125e, #73277f); */
    position: relative;
    width: 100%;
    min-height: 30px;
    background: var(--main2);
    /* background: linear-gradient(to right, #48125e, #73277f); */
    color: var(--cl-black);
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: var(--bdrd-sm);
    border-top-right-radius: var(--bdrd-sm);
}
.text_lotto_date{
    color: #FFFFFF;
}
.icon_promote_lotto{
    height: 15px;
    width: auto !important;
    border-radius: var(--bdrd-sm);
}
#owl_carousel_lotto{
    min-height: 93px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box_reward_lotto{ width: 160px; position: relative;}
.reward_lotto{ 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn_lotto_reward.active{ background: var(--main-bg3); }

.btn_lotto_reward.active .reward_name{  color: var(--cl-black); }
#owl_carousel_lotto .owl-item{ margin-right: 0px !important;}
.bg-inbox-lotto{
    background: var(--main2);
}
.bg-icon-lotto{
    background: var(--main1);
}
/* ------------- end lotto reward--------------------- */

/* ------------- icon-wheel--------------------- */
.box-icon-wheel {
    position: fixed;
    right: 10px;
    bottom: 80px;
    border-radius: 5px;
    cursor: pointer;
    width: 120px;
    height: 130px;
    text-align: right;
    cursor: pointer;
    z-index: 555;
}
.box-icon-wheel-close{
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 10px;
    background: #e2221b;
    color: #FFFFFF;
    position: relative;
    left: 50px;
    font-size: 14px;
    cursor: pointer;
}
/* ------------- end icon-wheel --------------------- */

.mb-show{ display: none; }
.account{
  background: var(--bg-white);
}
.account .form-control{
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}





/* ========= banking ========= */
.headTab{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    width: 95%;
    margin: auto;
    margin-bottom: 5px;
}
.btTab{
    padding: 4px 0px;
    border-radius: 5px;
    background: #eee;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
.btTab.active{
    background: #fffdef;
    border: 1px solid #ffe79f;
    color: #beab00;
}
.btTab i{font-size:220%;margin-bottom:3px;}
.btTab span{font-size:90%;}

.maindw{
    border: 1px solid #ede2d2 !important;
    border-radius: 5px;
    padding: 5px !important;
    padding-top: 0px !important;
    background: #fff;
}
.btn-primary{
    color: var(--main);
    background: var(--bg-gd) !important;
    border-color: var(--main1) !important;
    border:0px !important;
}
.btn-warning {
    color: #fff;
    background-color: #ffb03c;
    border-color: #ffa521;
}
.box-foot{display:flex;gap:5px;}
.box-foot button{width:100%;}

.dclickgen{
    border: 1px solid #eee !important;
    margin: auto !important;
    width: 97% !important;
    margin-left: 5px !important;
    padding:5px !important;
}
.box-money ul li{width:100%;}
#wamount,#qrcode_amount,#upslip_amount{
    height: 40px !important;
    font-size: 130% !important;
    width: 100% !important;
    text-align: center;
}





/* ========= mybet statment all ========= */
.headSearch{
    width:100%;
    margin:auto;
}
.headSearch .input-group {
    margin-right: 10px;
    margin-bottom: 5px;
}
.detailSearch{
    width: 100%;
    margin: auto;
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
}
.mybet .headTab{
    display: grid;
    gap: 5px;
}
.mybet .btTab{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.mybet .btTab i{font-size: 180%;margin:2px 5px 1px 10px;}
.mybet .btTab .spnum{
    position: absolute;
    right: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: #ffce00;
    line-height: 18px;
    color: #000;
    border-radius: 50%;
}
.mybet .btTab .spred{color: #ffffff !important;background: red;}


	.card .card-body {
		padding: 10px;
	}
	.bd{ border: 1px solid #eaeaea; }

	/*.box-text{ display: flex; }*/
	.lang_NoData {
		width: 100%;
		text-align: center;
	}

	.red {
		color: rgb(254, 80, 79) !important;
	}

	.orange {
		color: #f7931b !important;
	}

	.blue {
		color: blue !important;
	}


	.green {
		color: #01d667;
	}

	.yellow {
		color: #f9d105;
	}

	.box-match-today {
		padding: 5px 8px;
		background: #f8f8f8;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-left: 2px solid #0ade46;
	}

	.box-match-live {
		padding: 5px 8px;
		background: #fff0ee;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-left: 2px solid #f77213;
	}

	.box-listMybets-time {
		margin-left: 15px;
		position: absolute;
		right: 15px;
		color: #858585;
	}

	.mb-result-sc {
		position: absolute;
		right: 0;
		margin-top: -36px;
		margin-right: 20px;
		font-size: 11px;
	}


  .box_mybet {
      border: 1px solid #eee;
      border-radius: 5px;
      margin-top: 5px;
  }
  .box_mybet .-title {
      display: flex;
      justify-content: space-between;
      background: linear-gradient(90deg, #e1e1e1, #f4f4f4);
      color: #000;
      padding: 5px 10px;
      margin: 5px;
      border-radius: 5px;
  }
  .box_mybet .-bttype {
      padding: 0px 10px;
      border-radius: 10px;
      background: #d1d1d1;
  }
  .box_mybet .-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px 5px;
    text-align: center;
    margin-bottom: 5px;
  }
  .box_mybet .divdetail{
    display: flex;
      flex-direction: column;
      background: #fccd01;
      padding-top: 3px;
      width: 55px;
      border-radius: 5px;
  }
  .box_mybet .divdetail i{font-size:130%;}
  .box_mybet .sp_stake{font-size:130%;}
  .box_mybet .-footer{
    display: flex;
      gap: 5px;
      margin: 0px 10px;
  }
  .box_mybet .imgshort{
    width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #eee;
      padding: 3px;
      margin: auto;
      margin-top: 3px;
  }
  /*--------------*/
  .box_mybetsum{margin:5px;}
  .box_mybetsum .-sumstake{padding:5px;}
  .box_mybetsum .-sumstake{
    display: flex;
      flex-direction: row;
      justify-content: flex-end;
      gap: 10px;
  }
  .box_mybetsum .bt-result{
    background: #fccd01;
      padding: 2px 5px;
      border-radius: 5px;
  }
  .box_mybetsum .-page{
    background: #f1f1f1;
      border-radius: 5px;
      padding: 3px 5px;
  }
  .box_mybetsum .-page .btn{
    padding: 0px 10px;
    margin-top: 4px;
    background: #d1d1d1;
  }


  table.tblDetail tfoot tr td button{
    border-radius: 8px;
  }

  .box_nodata{
    text-align: center;
      padding: 15px;
      border: 1px solid #eee;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
  }
  .box_nodata i{font-size:200%;text-shadow: 0 0 5px #d0d0d0;}
  .box_nodata span{font-size: 120%;letter-spacing: 1px;margin-top: 8px;}

  .bgR{background:#ffc107!important;color:#000!important;}
  .bgN{background:#eee!important;color:#000!important;}
  .bgY{background:#f44336!important;color:#fff!important;}


  .form-control{border-radius:0px;height:30px;}
	.input-group-addon{border-radius: 0px;}
	.btTab{	
		padding: 5px;
    width: 100%;
    border-radius: var(--bd-rd-1);
		display: flex;
    flex-direction: column;
		align-items: center;
		position: relative;
		border-radius: var(--bdrd-sm);
		/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
		/* margin: 5px; */
	}
	
	.btTab i{ font-size: 20px; margin-top: 5px; margin-bottom: 5px;}
	.spnum.spred{ display: block;}
	.spnum_wait{
		position: absolute;
		top: -1px;
		left: -1px;
		display: none;
		width: 18px;
		height: 18px;
		line-height: 18px;
		background: #999999;
		border-radius: 50%;
	}
	.spnum_wait.spred{ display: block;}
	#myModal.modal{ padding-top: 100px !important;}
	#myModal.modal .modal-header{ padding: 15px 10px !important; margin-bottom: 15px; }
	#myModal.modal .modal-content{ border-radius: 10px !important; margin-top: -20px; }
	#myModal.modal .card{ background: #FFFFFF;}
	#myModal.modal .close{ 
		color: #F64E60;
		position: absolute;
		right: 10px;
		border-radius: 50%;
		border: 1px solid #F64E60;
		width: 25px;
		height: 25px;
		line-height: 20px;
		padding-left: 4.5px;
	}
	@media (max-width: 350px) { .btTab{ min-width: 75px; } }
	.no-br-r{border-right:0px;}
	.no-br-l{border-left:0px;}
	.row-flex{display:flex;}
	.row-flex div{flex:auto;}
	.detailSearch{margin-top: 10px;}
	.box-menu-mybet{ 
    width: calc(100% + 10px);
    margin-left: -5px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  @media (max-width: 500px) {
    .box-menu-mybet{ grid-template-columns: repeat(3,minmax(0,1fr)); }
	}

  .card{  position: relative; border-radius: 5px; }
  .card-label{ color: #ffffff !important;}
  .card-icon{
      width: 25px;
      height: 25px;
      background: #FFF;
      line-height: 26px !important;
      padding-left: 5px;
      border-radius: 50%;
  }
  .mybet{ width: 100%; height: 100vh; padding-bottom: 120px; overflow-y: auto; overflow-x: hidden; background: var(--bg-pageother); color: var(--cl-pageother); }
	.mybet .card.card-custom > .card-body{
		padding:0px 0px !important;
	}
	.mybet .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .show > .nav-link{
        border-bottom: 1px solid var(--bg-yellow);
    }
    .mybet .nav.nav-tabs.nav-tabs-line .nav-link{ margin: 0 2px !important; }
    .mybet .nav .nav-link.active .nav-icon i, .nav .nav-link.active .nav-text{
        color: var(--bg-yellow);
    }
	.mybet .nav .show > .nav-link, .nav .nav-link:hover:not(.disabled), .nav .nav-link.active{ color: var(--bg-yellow);  }
    .mybet .nav .show > .nav-link .nav-text, .nav .nav-link:hover:not(.disabled) .nav-text, .nav .nav-link.active .nav-text{ color: var(--bg-yellow);  }
    .mybet .nav .show > .nav-link .nav-icon i, .nav .nav-link:hover:not(.disabled) .nav-icon i, .nav .nav-link.active .nav-icon i{  color: var(--bg-yellow); }
    .mybet .nav.nav-tabs.nav-tabs-line .nav-item {  width: calc(20% - 0px); display: flex; justify-content: center; }
    table.tblDetail{
    	width: 100%;
    }
    table.tblDetail tfoot td{ border: 0px solid #262b2f; }
    .mybet .text-primary{ color: var(--bg-yellow) !important; }
    .mybet .txtcount{ color: #e91e63; }
    .mybet .txtcountOut{ color: yellow; }
    .mybet .nav-tabs{ }
    .mybet .box-mybets-soccer{
    	position: absolute;
    	right: 15px;
    	top: 10px;
    }

	.mybet .card-header {
		width: calc(100% - 0px);
		height: 40px;
		margin-left: 0px;
		border-radius: 0px;
		padding: 0px 15px;
		background: var(--bg-black);
		color: #FFFFFF;
		padding-top: 5px;
	}
	.mybet .card.card-custom>.card-body {
		padding: 0px 15px !important;
	}



.input-group .form-control,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}
.input-group .form-control{ width: 90px !important; }





.Statement{ background: var(--bg-pageother); color: var(--cl-pageother); }
.form-control{ border-radius:0px; height:30px; }
.input-group-addon{border-radius:0px;}
.row-flex{display:flex;}
.row-flex div{flex:auto;}
.bt-search{height:30px;width: 100%;}
.row-flex div input{font-size:12px;padding-top:10px;}
table.tblDetail td{
  padding-left:2px;
  padding-right:2px;
}

.Statement .width-body{
  margin-left: 3px;
  margin-right: 3px;
  /* margin-top: 3px; */
}
.Statement .btn-primary{
    color: #FFFFFF;
    border-radius: 5px;
    line-height: 0px;
}
.Statement .input-group .form-control{
    padding: 5px 10px;
    border: 1px solid #EFEFEF !important;
}
#myModal.modal{ padding-top: 100px !important;}
#myModal.modal .modal-content{ border-radius: 10px !important;}
#myModal.modal .close{ 
  color: #FF0000;
  position: absolute;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #FF0000;
  width: 25px;
  height: 25px;
  line-height: 20px;
  padding-left: 4.5px;
  margin-top: -5px !important;
}

.Statement{ 
  height: 100vh;
  /* background: var(--bg-black); */
  padding-bottom: 120px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* .Statement .card{  background-color: #141516 !important; } */
.Statement .card-header{
    padding: 5px; border: unset;
}
.Statement .card-footer { border-top: unset; background-color: #262b2f !important;  background: unset; }
.Statement .card-label{ color: #ffffff !important;}
.Statement .card-icon{
    width: 25px;
    height: 25px;
    background: #FFF;
    line-height: 26px !important;
    padding-left: 5px;
    border-radius: 50%;
}
.Statement .card.card-custom > .card-body{
  /* padding:10px 8px !important;
  background-color: #262b2f !important; */
}
.Statement .mobile .card-header{  
    background-color: #343c3e !important; 
}
.Statement .mobile .card.card-custom > .card-body{  
  background-color: #343c3e !important;
  border-top: 1px solid #494949;
    border-bottom: 1px solid #494949;
}
.Statement .mobile .card-footer{ background-color: #343c3e !important; }
.Statement .mobile .title_type{ color: #f7931b; }
.Statement .input-group-addon i{ color: var( --main2); }
.Statement .text-primary{ color: var( --main2) !important; } 
.Statement .mobile .card{ border: 1px solid #494949; }
.Statement .mobile i.info{ background: #f7931b; }

.Statement .card-header {
  width: calc(100% - 0px);
  height: 40px;
  margin-left: 0px;
  border-radius: 0px;
  padding: 0px 15px;
  background: var(--bg-black2);
  color: #FFFFFF;
}

.Statement .card.card-custom>.card-body {
  padding: 0px 15px !important;
}
/* ========= END mybet statment all ========= */

.modal-body {
    height: calc(100vh - 220px);
    overflow-y: auto;
}

.mb-hide{ display: none; }
.box-main-detail .page-detail{
  margin-top: -15px;
}


@media (max-width: 550px) {
  .box-main-detail .page-menu{
    margin-top: 8px;
  }
  .box-gamelist{ margin-top: 8px;}
  .profilehome_dunbuttom{ display: block;}
}

@media (min-width: 550px) {
  .box-main-detail{
    display: flex;
  }
  .box-main-detail .box-menut{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
  .box-main-detail .box-menut .box-menu-list{
    width: calc(100% - 10px);
    margin: 5px;
  }
  .box-main-detail .page-menu{
    min-width: 100px;
    max-width: 100px;
    background: var(--main2);
    border-radius: var(--bdrd-big);
    padding-top: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .box-main-detail .page-detail{
    width: calc(100% - 110px);
    margin-top: -20px;
  }

  .box-gamelist{ margin-top: 8px;}
  .mb-show{ display: none; }
  .mb-hide{ display: block; }
}



