#Layer1 input[type=checkbox]:checked+label:after {
    color: #fff;
    content: "\f147";
    font-size: 18px;
    left: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: dashicons;
    transition: color .1s ease-in;
    font-weight: 300;
}

#Layer1 label,
#Layer1 li{
	margin: 0;
}

#calendar, #calendar .datelayer_td-blank, #calendar .datelayer_td-blank:hover, #div_search, #main #left .lrdiv, #main #right .lrdiv, #oddsChange, #panluDiv, #showCompany, #showCountry, #showFilterBox, #showOddsTypes, #showoptional, #showoptional2, #teammain, .b1, .bak_div, .com LI SPAN A:hover, .fx-tb-b h4, .fx-tb-b li b, .guest-div a span, .home-div a span, .livetab, .lrdiv2, .n-search, .pc_win, .rbl, .rf, .team-table-guest .vv, .team-table-home .vv, .tvLink, .twin, .white-bg, .white-bg2 {
    background-color: #2a3038;
}

#showCountry, #showFilterBox, #showoptional2 {
    left: 55px;
    position: absolute;
    top: 29px;
    visibility: hidden;
    width: 600px;
    z-index: 5;
}

#showCompany, #showCountry, #showFilterBox, #showOddsTypes, #showoptional, #showoptional2, .pc_win, .tvLink {
    border-radius: 12px;
    box-shadow: 0 10px 50px rgba(0,0,0,.1);
    overflow: hidden;
}

.dark #oddsChange, .dark #panluDiv, .dark #showCompany, .dark #showCountry, .dark #showFilterBox, .dark #showoptional, .dark #showoptional2, .dark .bak_div, .dark .livetab, .dark .pc_win, .dark .white-bg2 {
    background-color: #2a3038;
}

.dark #showCompany, .dark #showCountry, .dark #showFilterBox, .dark #showOddsTypes, .dark #showoptional, .dark #showoptional2, .dark .pc_win, .dark .tvLink {
    box-shadow: 0 10px 50px rgba(0,0,0,.1);
}

.sotit {
    color: #fff;
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

#div_search .cc a, .cc a {
    height: 24px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 24px;
}

.cc a:after, .cc a:before {
    background-color: #666;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.cc a:before {
    transform: rotate(45deg);
}

.dark .cc a:after, .dark .cc a:before {
    background-color: #999;
}

.cc a:after {
    transform: rotate(-45deg);
}

.rbl {
    border-bottom: 1px solid #3f454f;
    font-weight: 700;
    line-height: 35px;
    padding: 0 20px;
}

.bts, .rbl {
    border-top: 1px solid #3f454f;
}

.el-radio>input[type=radio] {
    display: none;
}

.el-radio>input[type=radio]+.el-radio-style {
    cursor: pointer;
    display: inline-block;
    font-family: Oswald;
    font-weight: 400;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}

.el-radio>input[type=radio]:checked+.el-radio-style {
    border-bottom: 2px solid #01b243;
    color: #fff;
    font-weight: 700;
}

#countryListDiv, #myleague, #myleague2 {
    OVERFLOW: auto;
    max-height: 300px;
}

#countryListDiv ul, #myleague ul, #myleague2 ul, #showCompany ul, #showoptional ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px 20px;
    list-style-type: none;
    margin: 0;
}

#showCompany li, #showCountry li, #showFilterBox li, #showoptional2 li {
    align-items: center;
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-start;
	margin: 0;
    margin-bottom: 10px;
}

#myleague2 input[type=checkbox] {
    display: none;
}

#showCompany li input, #showCountry li input, #showoptional2 li input {
    margin-right: 10px;
    transform: scale(1.5);
}

input[type=checkbox]+label {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

input[type=checkbox]+label:before {
    background: #fff;
    border: 2px solid #c1c8cf;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 6px;
    width: 20px;
}

input[type=checkbox]:checked+label:before {
    background: #0d57e9;
    border: 2px solid #0d57e9;
}

.dark .fbheader .row .end .score, .dark .lo-f2, .dark .red, .dark .red2, .dark .sclassLink, .dark .zbf {
    color: #ff361e!important;
}

.bts {
    clear: both;
    display: flex;
    margin-bottom: 0;
    margin-top: 15px;
    overflow: hidden;
    padding: 15px 20px;
    text-align: center;
}

.bts span {
    align-items: center;
    background: #3f454f;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    flex: 1 1 110px;
    font-family: Oswald;
    font-size: 12px;
    justify-content: center;
    line-height: 38px;
    margin-right: 15px;
    padding: 0 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

input[type=checkbox] {
    display: none;
}

.bts .fgSpan input[type=checkbox] {
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px;
}

.bts .ent {
    font-weight: 700;
    margin-right: 0;
}

.bts .ent:hover, .dark .bts .ent {
    background-color: #01b243;
}

.dark .bts .ent {
    color: #fff;
}

#soccerSettingWin {
    background-color: #2a3038;
    border-radius: 6px;
    visibility: hidden;
    left: 800px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 99;
}

#soccerSettingWin .odds_setting {
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 10px;
}

#soccerSettingWin .sub-title {
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

#soccerSettingWin .odds_setting label {
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

#soccerSettingWin ul{
  list-style-type: none;
  margin: 0;
}

.Preferences, .Preferences2 {
    padding: 8px 10px;
}

.Preferences .switch, .Preferences2 .switch {
    align-items: center;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 20px;
}

.Preferences li>div, .Preferences2 li>div {
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
	margin-top: 10px;
}

.Preferences li select, .Preferences2 li select {
    background: #2a3038;
    border: 1px solid #3f454f;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 6px 10px;
    width: 100%;
}

.text-start {
    text-align: left!important;
}

.text-center {
    text-align: center!important;
}

.scoretitle .dashicons-trash{
	font-size: 13px;
	width: 13px;
	height: 13px;
}

#mintable tr.Leaguestitle td a img, #mintable tr.adtext-bg2 td a img {
    border-radius: 2px;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

#live-score .embed-livescores #min #mintable tbody tr td a, #live-score .embed-livescores #min #mintable tbody tr td a {
    white-space: nowrap;
}

#mintable .Leaguestitle.fbHead >td{
	background: #34373B !important;
	border-color: #40454c;
}

.embed-livescores #mintable tbody tr td.time span.hour {
    color: #2fb925;
}

.embed-livescores #mintable tbody tr td.time span.day{
    color: #b4bbc4;
}


.tvLink {
    box-shadow: 0 0 20px #777;
    position: absolute;
    width: 400px;
}
 #showCompany,  #showCountry,  #showFilterBox,  #showOddsTypes,  #showoptional,  #showoptional2,  .pc_win,  .tvLink {
    box-shadow: 0 10px 50px rgba(0,0,0,.1);
}
#tvLink {
    z-index: 999!important;
}
.tvLink .team {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.tvLink .team .guest, .tvLink .team .home, .tvLink .team .vs {
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tvLink .team .guest, .tvLink .team .home {
    display: block;
    flex: 1;
}
.tvLink .team .home {
    text-align: right;
}
.tvLink .team .vs {
    text-align: center;
    width: 50px;
}
.tvLink .team .guest {
    text-align: left;
}
.tvLink span[name=timeData] {
    color: #999;
    display: block;
    font-family: Raleway;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.tvLink ul {
    display: flex;
    flex-direction: column;
    padding: 10px;
    list-style: none;
	margin: 0;
}
.tvLink ul li {
    width: 100%;
    margin: 0;
}
.tvLink ul li a {
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
.tvLink .green, .tvLink .noData, .tvLink ul li a {
    display: block;
    text-align: center;
}
.green {
    color: #1a1;
}
.video-tv{
	cursor: pointer;
}

#OddsFilter #goalTable{
	padding: 6px 20px !important;
}

#OddsFilter .goalTitle {
    font-weight: 700;
    padding: 5px;
    text-align: center;
}
#OddsFilter table tr td {
    line-height: 1;
    text-align: left;
    border: 0;
}
#OddsFilter table tr td span {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}
#OddsFilter .bt-selected {
    text-align: center;
    font-size: 12px;
    font-family: Raleway,sans-serif;
}



/* ==Livescore mb== */
.live-mb ul{
	list-style: none;
	margin: 0;
}

.live-mb ul li{
	margin: 0;
}

.live-mb #container {
    max-width: 640px;
    margin: 0px auto;
    min-height: 100%;
}

.live-mb .matchList .item .exbar {
    width: 100% !important;
    text-align: center !important;
}

.live-mb .tools-ov ul li.on a{
    background: #ffb32d !important;
    border-radius: 6px;
    color: #141516 !important;
}

.live-mb #settingPop .channelList {
    flex-wrap: wrap;
}

.live-mb .videoHighLight {
    background: #c72a1d;
    border-radius: 10px;
    padding: 2px 3px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway' !important;
    font-size: 10px !important;
    font-style: normal !important;
}

.live-mb .matchList .item .odds>i {
    gap: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.tools {
    align-items: center;
    background: #2a3038;
    box-sizing: content-box;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    user-select: none;
    white-space: nowrap;
}

ul.tools li a {
    background: #2a3038;
    border-bottom: 1px solid #242930;
    border-right: 1px solid #242930;
    border-top: 1px solid #242930;
    color: #fff;
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 20px;
    text-transform: uppercase;
}

ul.tools li:first-child a {
    border-left: 1px solid #242930;
}

ul.tools li.on a {
    background: #01b243;
    color: #fff;
}

ul.tools li.live.on a {
    background: #c72a1d;
    color: #fff;
}

.matchList .dayrow {
    background: #121213;
    color: #fff;
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
}

.matchList .group-title, .matchList-v2 .group-title {
    background: #2a3038;
    border-bottom: 1px solid #262626;
    color: #d9d9d9;
    font-weight: 500;
    line-height: normal;
    padding: 8px 30px;
    position: relative;
}

.tri {
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right-color: #b2b2b2;
    border-top-color: #b2b2b2;
    display: inline-block;
    height: 8px;
    margin: 10px 10px 4px 0;
    padding: 4px 4px 0 0;
    right: 10px;
    right: 5px;
    top: 0;
    transform: rotate(-45deg);
    width: 8px;
}

.tri, .tri.up {
    position: absolute;
}

.matchList .group-title .tri, .matchList-v2 .group-title .tri {
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right-color: #b2b2b2;
    border-top-color: #b2b2b2;
    display: inline-block;
    height: 8px;
    margin: 10px 10px 4px 0;
    padding: 4px 4px 0 0;
    position: absolute;
    right: 10px;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 8px;
}

.matchList .group-title .leaRow, .matchList-v2 .group-title .leaRow {
    align-items: center;
    display: flex;
    font-family: Inter,sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 0 4px;
	font-size: 12px;
}

.matchList .group-title .leaRow .imgw4, .matchList-v2 .group-title .leaRow .imgw4 {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.matchList .group-title .iconfont, .matchList-v2 .group-title .iconfont {
    background-position: 50%;
    font-size: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.matchList .item {
    background: #1a1d23;
    border-bottom: 1px solid #2a3038;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    position: relative;
}

.matchList .item {
    position: relative;
}

.matchList .item .team {
    flex: 1;
    display: flex;
    align-items: flex-start;
	flex-direction: column;
}

.matchList .item .status {
    align-items: center;
    display: flex;
    height: 24px;
    margin-bottom: 10px;
}

.matchList .item .status .gameName {
    border-radius: 2px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-left: 10px;
    padding: 5px 13px;
    text-align: center;
    text-transform: uppercase;
}

.matchList .item .status .gameName, .matchList .item .status .time {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
}

.matchList .item .status .time {
    color: #afb4ba;
    font-weight: 400;
}

.matchList .item .status .date{
    font-size: 12px;
    color: #fff;
}

.matchList .item .guestTeam, .matchList .item .homeTeam {
    align-items: center;
    display: flex;
    gap: 2px;
    margin-bottom: 6px;
    min-height: 18px;
}

.matchList .item .guestTeam .imgw4, .matchList .item .homeTeam .imgw4 {
    border-radius: 50%;
    height: 20px;
    margin-right: 6px;
    overflow: hidden;
    width: 20px;
}

.matchList .item .guestTeam .imgw4 img, .matchList .item .homeTeam .imgw4 img {
    display: block;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
}

.matchList .item .guestTeam .name, .matchList .item .homeTeam .name {
    color: #f2f3f3;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matchList .item .guestTeam i, .matchList .item .homeTeam i {
    color: #c7c5c5;
    font-size: 11px;
    font-style: normal;
}

.matchList .item .timeScore {
    color: #afb4ba;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-right: 12px;
    text-align: center;
    width: 20px;
}

.matchList .item.tob .score, .matchList .item.tob .timeScore {
    display: none;
}

.hide {
    display: none;
}

.matchList .item .timeScore i {
    display: block;
    font-style: normal;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.matchList .item .timeScore .guest, .matchList .item .timeScore .home {
    display: block;
    height: 18px;
    line-height: 18px;
}

.matchList .item .timeScore .home {
    margin-bottom: 8px;
}

.matchList .item .score {
    margin-right: 12px;
    text-align: center;
    width: 20px;
}

.matchList .item .score>i, .matchList .item .score>span {
    display: block;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.matchList .item .score .name, .matchList .item .score>i {
    color: #01b243;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.matchList .item .score .guestS, .matchList .item .score .homeS {
    align-items: center;
    background: #1c82d7;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    line-height: 18px;
    text-align: center;
    width: 18px;
}

.matchList .item .score .homeS {
    margin-bottom: 8px;
}

.matchList .item .corner, .matchList .item .score-ht {
    margin-right: 12px;
}

.matchList .item .corner i, .matchList .item .score-ht i {
    background: url(/wp-content/uploads/2025/11/icon-corner.svg) no-repeat 50%;
    display: block;
    height: 24px;
    margin-bottom: 10px;
    width: 20px;
}

.matchList .item .corner .guestS, .matchList .item .corner .homeS, .matchList .item .score-ht .guestS, .matchList .item .score-ht .homeS {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-family: Oswald,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    line-height: 14px;
    text-align: center;
}

.matchList .item .corner .homeS, .matchList .item .score-ht .homeS {
    margin-bottom: 8px;
}

.matchList .item .odds {
    flex-basis: 110px;
    margin-left: 10px;
}

.matchList .item .exbar {
    bottom: 0;
    color: #01b243;
    font-family: Inter,sans-serif;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.matchList .item .exbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #01b243;
}

.matchList .item .exbar {
    width: 100% !important;
    text-align: center  !important;
}

.mb_videoTvLink {
    padding-right: 2px;
    padding-top: 3px;
}

.matchList .item .odds .video-tv {
    flex: 1;
    line-height: 1;
}

.matchList .item .odds .icon-play {
    background: #b7452c;
    font-size: 16px;
    color: #000;
    border-radius: 99px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matchList .item .odds .icon-play:before{
	font-size: 10px;
}

#tImg {
    display: flex;
    align-items: center;
}


#popMask, .popMask2 {
    background: rgba(0,0,0,.3);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#settingPop {
    background-color: #ebebeb;
    border-radius: 16px 16px 0 0;
    float: left;
    height: 100%;
    height: unset;
    left: 50%;
    max-height: 50%;
    max-width: 640px;
    overflow: hidden;
    position: fixed;
    top: 100px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10000;
}

#settingPop .title, #settingPop h2 {
    background: #ebebeb;
    border-radius: 0;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    top: 0;
}

#settingPop .title {
    background: #1b1b1b;
    color: #fff;
}

#settingPop .HTabs {
    border: none;
    display: flex;
    height: 36px;
    width: 100%;
}

#settingPop .HTabs .tab {
    color: #fff;
    cursor: pointer;
    display: block;
    flex: 1;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

#settingPop .HTabs .tab.on {
    border-bottom: 3px solid #01b243;
}

#settingPop .title .close_b, #settingPop h2 .close_b {
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    display: inline-block;
}

#settingPop .title .close_b:before, #settingPop h2 .close_b:before {
    transform: rotate(45deg);
}

#settingPop .title .close_b:after, #settingPop .title .close_b:before, #settingPop h2 .close_b:after, #settingPop h2 .close_b:before {
    background: #8c8c8c;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#settingPop .title .close_b:after, #settingPop h2 .close_b:after {
    transform: rotate(-45deg);
}

#settingPop .title .close_b:after, #settingPop .title .close_b:before, #settingPop h2 .close_b:after, #settingPop h2 .close_b:before {
    background: #8c8c8c;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

#settingPop .info {
    background: #fff;
    bottom: 0;
    max-height: 80vh;
    overflow-y: scroll;
    position: relative;
    top: 0;
    width: 100%;
}

.dbList {
    min-height: auto;
}

.dbList li {
    align-items: center;
    background: #434343;
    border-bottom: 1px solid #262626;
    color: #fff;
    display: flex;
    font-family: Inter,sans-serif;
    justify-content: flex-start;
    padding: 5px 5px 5px 10px;
    position: relative;
	font-size: 12px;
}

body .cb {
    background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    display: inline-block;
    height: 14px;
    left: 0;
    margin-right: 5px;
    position: relative;
    top: 0;
    transition: border-color .2s ease-in-out,background-color .2s ease-in-out;
    vertical-align: middle;
    width: 14px;
}

body .on .cb {
    background: #01b243;
}

body .on .cb:after {
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    content: "";
    display: table;
    height: 8px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scale(1);
    transition: all .2s ease-in-out;
    width: 4px;
}

.dbList li i {
    margin-left: 10px;
}

#settingPop .box-footer {
    background: #f5f5f5;
    bottom: 0;
    display: flex;
    z-index: 99;
}

#settingPop .box-footer, #settingPop .box-footer .msg {
    border-top: 1px solid #8c8c8c;
    box-shadow: 0 -5px 5px rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
}

#settingPop .box-footer .msg {
    background: #fff;
    bottom: 36px;
    color: #666;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-size: 12px;
    height: 32px;
    height: 20px;
    line-height: 32px;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
}
#settingPop .box-footer .button {
    color: #333;
    cursor: pointer;
    display: block;
    flex: 1;
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    padding: 5px 0;
    text-align: center;
    margin: 0;
    min-height: unset;
    background: #EBEBEB;
}

#settingPop .box-footer .button.on {
    background: #01b243;
    color: #fff;
    min-width: 70px;
    text-align: center;
}

.red, .red a {
    color: #ff361e!important;
}

#settingPop .channelList {
    display: flex;
    gap: 15px;
    justify-content: center;
}

#settingPop .info>ul {
    padding: 10px;
}

#settingPop p.tc {
    color: #333 !important;
    text-align: center;
	font-size: 12px;
}

#settingPop .channelList li {
    border-bottom: 0!important;
}

#settingPop .info>ul>li {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#settingPop .channelList li a {
    background: #01b243;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 6px 15px;
    text-align: center;
	font-size: 12px;
}