/*login*/
[data-site="S"] .loginModal_logo {
    background: var(--all-login-logo);
    background-size: auto 150px;
}
[data-site="S"] .login_row .login_select,
[data-site="S"] .login_row .login_phone {
    border: var(--loginModalhead-input-border);
}
[data-site="S"] .TG_index .index_header .row .login_menu button.forgetPwd_btn {
    background: linear-gradient(to bottom, #fff 97%, #f0e8f9 0%);
}
[data-site="S"] .bottom_part button {
    background-image: linear-gradient(to right, #bba3ff, #4779dc);
}
[data-site="S"] .side_nav .logo_wrap .tg_logo {
    background: var(--all-index-logo-big);
    background-size: cover;
    width: 140px;
}

/*對戰記錄*/
[data-site="S"] .game_record_row {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1) inset;
}
[data-site="S"] .game_record_row:last-child {
    box-shadow: 0 3px 5px rgba(0,0,0,0.1), 0 3px 5px rgba(0,0,0,0.1) inset;
}
[data-site="S"] .game_record_cell {
    border-bottom: none;
}

/*my*/
[data-site="S"] .my_wrap_new .leftMain .bottomMain {
    height: 385px;
    margin-top: 10px;
}
[data-site="S"] .viplist-main .permissions li {
    padding: 0 10px;
    color: var(--my-viplist-h3-color);
}
[data-site="S"] .my_wrap_new .rightMain .flexBox,
[data-site="S"] .my_wrap_new .rightMain .flexBox h6 a {
    color: #fff;
}
[data-site="S"] .my_wrap_new .leftMain .topMain
{
    justify-content:center;
}
[data-site="S"] .my_wrap_new .leftMain .topMain .threeBox_two
{
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 50%;
}

[data-site="S"] .my_wrap_new .leftMain .topMain .threeBox_two .arrow
{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 68px;
}

[data-site="S"] .my_wrap_new .leftMain .topMain .threeBox_two .help-maru {
    position: absolute;
    bottom: 27px;
    left: 70px;
    z-index: 1042;
}
[data-site="S"] .vip-list .permissions_box .viplist-main .permissions
{
    flex-direction:row;
}
/*總帳表*/
[data-site="S"] #TG_content .popup_mask .popup_content .popup_title {
    background: linear-gradient(to right, #6cacfb, #3868c7);
}
[data-site="S"] #TG_content .popup_list .popup_row::before {
    background: linear-gradient(to bottom, #8dddfa, #419df2);
}

/*历史帐务*/
[data-site="S"] .history_detail_total tr {
    background: linear-gradient(to bottom, #f3fbff, #cbdfe8);
}

/*充值提領*/
[data-site="S"] .infoSection {
    background: #fff;
}
[data-site="S"] .pay-way {
    padding-bottom: 15px;
}
[data-site="S"] .step_title {
    color: #7041e1;
}
[data-site="S"] .Transfer_container .Transfer_title .reload {
    background: url("/assets/BWIN/normal/img/icons/refresh.png") center no-repeat;
}
[data-site="S"] .Transfer_container .Transfer_title span b {
    color: #fff;
}
[data-site="S"] .Transfer_title input[type="checkbox"]:checked + label {
    background: linear-gradient(to right, #c6c1f8, #7365bb);
}
[data-site="S"] .popupTitle {
    background: linear-gradient(to right, #9595f9, #7040e1);
}
[data-site="S"] .Transfer_content .quick_group button.active {
    color: #705fe5;
    border: solid 1px #705fe5;
    background: linear-gradient(to bottom, #fefefe, #f9f0fd);
}

/*活動大廳*/
[data-site="S"] .event_category button {
    border: 1px solid #838fee;
    box-shadow: none;
}
[data-site="S"] .event_category button.active {
    border: none;
}

/*历年赛事统计*/
[data-site="S"] #Select_League > li > ul > li .country::after {
    filter: invert(74%) sepia(5%) saturate(0%) hue-rotate(214deg) brightness(260%) contrast(94%);
}

/*VIP規則*/
[data-site="S"] .vip-list.vip02 {
    padding:40px 50px 40px 50px;
}
[data-site="S"] .vip-radio input[type="radio"] + label {
    border: 1px solid #838fee;
    background:#fff;
    box-shadow: none;
}
  
/*市場列表*/
[data-site="S"] .market_game .game_name .total_deal {
    margin: 10px -10px 0;
    padding: 5px 10px 0;
    border-top: 1px solid #d3d3d3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
[data-site="S"] .market_game .game_name .total_deal b {
    color: #3962ba;
}
[data-site="S"] .market_game .game_name .total_deal::after {
    content: "";
    width: 25px;
    height: 12px;
    background: url("/assets/BWIN/normal/img/icons/total_deal.png") center no-repeat;
    background-size: contain;
}

/*忘記密碼*/
[data-site="S"] .panel-fpws .panel-heading {
    background-image: linear-gradient(to right, #bba3ff, #4779dc);
}