/* all */
[data-site="BB"] .newModal .modal-header {
  border-radius: 10px 10px 0 0;
}
[data-site="BB"] .categoryTab {
  box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
}
[data-site="BB"] .form-verification .form-group {
  background: #fff;
}
[data-site="BB"] .menu_head_title {
    background: var(--menu-menu_head_title-bg);
    background-size: auto 100%;
}
/*login.css*/
[data-site="BB"] .loginForm  .forgetPwd
{
	text-decoration:none;
	border-bottom: 1px solid #283763;
	padding-bottom: 2px;
}

/*register.css*/
[data-site="BB"] .registerContentArea .btnsGroup button {
  margin: 0;
}

/*規則說明*/
[data-site="BB"] .rules_content_1,[data-site="BB"] .rules_bg {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
[data-site="BB"] .methodNav {
  border-radius: 5px;
}
[data-site="BB"] .top_color_border {
  background: linear-gradient(91deg, #deab84, #cc977c);
}

/**my.css*/
[data-site="BB"] .swiper-pagination-bullet {
	background: #c3c3c3;
	opacity: 1;
}
[data-site="BB"] .swiper-details .swiper-pagination-bullet-active,
[data-site="BB"] .swiper-rights .swiper-pagination-bullet-active,
[data-site="BB"] .swiper-smart .swiper-pagination-bullet-active {
	background-color: var(--normal-font-secondary-color);
}

/*vipDetail.css*/
[data-site="BB"] .swiper-wrapper.myHeader .my-data .dataBox.savemoney .typeList{
	margin: 0px 0px 0px 14px !important
}
[data-site="BB"] .menu_block_group .menu_block
{
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-left: 27px; */
}

 /**index.css*/
 [data-site="BB"] .header_nav {
	padding: 0 10px;
	margin-bottom: 10px;
   }
[data-site="BB"] .header_nav .tools {
	position: relative;
	width: 100%;
	color: #4966a0;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 0;
	background: url("/assets/ST/normal/img/bg/com_body_top_bg.png") no-repeat center;
	background-size: 100% 100%;
	border-bottom: var(--index-tools-br);
	box-shadow: var(--index-tools-shadow);
	display: flex;
	gap: 10px;
   }
[data-site="BB"] .header_nav .tools::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: 45px;
	border-radius: 0 0 8px 8px;
	background: var(--index-tools-bg2);
}
[data-site="BB"] .header_nav .tools .payment {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
[data-site="BB"] .header_nav .tools .payment .btn {
	width: 100%;
	padding: 0 5px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}

[data-site="BB"] .header_nav .tools .payment .btn::before {
	content: "";
	width: 25px;
	min-width: 25px;
	height: 25px;
	margin-right: 10px;
}
/**熱門賽事*/
[data-site="BB"] #hotmatch .match-list .insureIcon,
[data-site="BB"] #hotmatch .match-list .indexGuaranteed,
[data-site="BB"] #hotmatch .match-list .indexGuaranteed2
{
	width: 40px;
	height: 40px;
	top: 50px;
	right:28px
}
[data-site="BB"] .header_nav .tools .payment--deposits .btn::before {
	background: url(/template/img/deposit/icon_index_deposit.svg) no-repeat center;
	background-size: contain;
   }
[data-site="BB"] .header_nav .tools .payment--receive .btn::before {
	background: url(/template/img/deposit/icon_index_receive.svg) no-repeat center;
	background-size: contain;
   }
[data-site="BB"] .header_nav .tools .payment--transfer .btn::before {
	background: url(/template/img/deposit/icon_index_transfer.svg) no-repeat center;
	background-size: contain;
}

[data-site="BB"] .header_nav .tools .payment--service .btn::before {
	background:var(--icon-service-a-second) center no-repeat ;
	background-size: contain;
}

[data-site="BB"] .home-container {
	background: linear-gradient(to bottom, #fff, #fff 80%, rgba(255,255,255,0));
	background-size: cover;
	display: flex;
	flex-direction: column;
}
[data-site="BB"] .home-container.fixed {
	padding-top: 39px;
}

[data-site="BB"] #hotmatch .match-list .chartInfo .gameteam {
	padding-right: 50px;
	display: flex;
	align-items: center;
}
/*历史帐务*/
[data-site="BB"] .table_head_row {
  padding: 0 0 0 70px;
}
[data-site="BB"] .game_list::before {
  height: calc(100% - 12px);
}
/*總帳表*/
[data-site="BB"] .trade_head.ledger .trade_block .trade_amount_title.datas::before,
[data-site="BB"] .trade_head.ledger .trade_block .trade_amount_title.amount::before {
    filter: invert(95%) sepia(88%) saturate(4%) hue-rotate(175deg) brightness(130%) contrast(100%);
}
[data-site="BB"] .orderinfo_content_footer {
	border-top: var(--trade-detailList-border);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 0 15px;
   }
   
[data-site="BB"] .bounsSum {
	position: relative;
	color: var( --normal-font-secondary-color);
}
[data-site="BB"] .bounsSumNum {
	color: var( --normal-font-secondary-color);
	align-self: flex-start;
}
[data-site="BB"] .table_padding
{
	padding: 5px 12px 0px 12px;
}
[data-site="BB"] .table_padding .guaranteed
{
	top:12px
}
[data-site="BB"] .detailList li .icon_pay-experience{
	top:-24px
}
[data-site="BB"] .detailList li .icon_pay-experience{
	top:-24px
}
[data-site="BB"] .ledger_table_wrap .arrow.left {
	left: 26%;
}

[data-site="BB"] .totalLedger .bg-TG2020 .card-header
{
	color: #fff;
}

/*轉帳*/
[data-site="BB"] .deposits_hasNoTit {
  background: #fefaf6;
}
[data-site="BB"] .bankCard .cardTop .logo {
    background: var(--receive-swiper-logo);
    background-size: 45px auto;
}
/*賽事統計*/
[data-site="BB"] .ststistics_list.open .country {
  color: #fff;
}

/*總帳表*/
[data-site="BB"] .tg-table thead {
  color: #fff;
}
[data-site="BB"] .orderinfo_content .game_list.ledgerStyle.v1.open {
    background: var(--generalLedger-open-bg);
    padding-bottom: 20px;
    background-size: 100% auto,100% auto,contain;
}
[data-site="BB"] .game_list.ledgerStyle.v1.open .game_trade {
	margin: 2px 0 0;
  border-radius: 10px 10px 0 0;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail {
	padding: 10px 15px;
	background: transparent;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail .whole_table_block {
	background: #f9f9f9;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail .table_padding tr {
	border-bottom: 1px solid #e0e0e0;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail .table_padding th,
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail .table_padding td {
	padding: 0;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .trade_detail .table_padding th::before {
	content: none;
}
[data-site="BB"] .game_list.ledgerStyle.v1 .orderinfo_content_footer.money_total {
	padding: 0 12px;
	background: transparent;
	border: none;
}
/*總帳表第三方*/
[data-site="BB"] .orderinfo_content .game_list.third {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

[data-site="BB"] .game_list.third .detailWrap,
[data-site="BB"] .game_list.ledgerStyle.third .table_padding table  {
    background: transparent;
    border-left: none;
}
[data-site="BB"] .game_list.ledgerStyle.third .table_padding table tr {
    flex-direction: row;
    line-height: 26px;
    border-bottom: none;
}

[data-site="BB"] .game_list.ledgerStyle.third .table_padding table tr th.share {
    margin-left: auto;
    width: auto;
}
[data-site="BB"] .game_list.ledgerStyle.third .table_padding table tr th,
[data-site="BB"] .game_list.ledgerStyle.third .orderinfo_content_footer .bounsSum {
    position: relative;
    padding-left: 15px;
}
[data-site="BB"] .game_list.ledgerStyle.third .orderinfo_content_footer .userIDandLv {
    margin-right: auto;
}
[data-site="BB"] .game_list.ledgerStyle.third .table_padding table tr th::before,
[data-site="BB"] .game_list.ledgerStyle.third .orderinfo_content_footer .bounsSum::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 5px;
    height: 15px;
    width: 5px;
    border-radius: 2.5px;
    background: var(--normal-font-secondary-color);
}
[data-site="BB"] .game_list.ledgerStyle.third .orderinfo_content_footer {
    background: #e4e3e8 !important;
    flex-direction: row;
    display: flex;
    line-height: 32px;
}
[data-site="BB"] .game_list.ledgerStyle.third .orderinfo_content_footer .bounsSumNum {
    padding-left: 15px;
}