#header-wrapper #fulltab ul li a {
  white-space: nowrap;
}

#bottomFly img {
  height: 50px;
}

.matchBox .team .team-2 {
  display: flex;
}

.theme-version {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #FFFFFF;
  background: #555960;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 6px;
  padding: 7px 15px;
  transition: all 0.4s;
}

.theme-version:hover {
  background: #04B243;
  color: #fff;
}

body.light .category__wrap .post__desc {
  color: #000;
  margin-top: 5px;
}

body.light .category__wrap .post-featured .post__desc {
  color: #fff;
}

.theme-version svg {
  margin-right: 10px;
}

#ffScoreDetail span {
  color: #fff;
}

.recommendContent p:first-child {
  font-weight: bold;
}

.lbc ul.sub_menu a {
  width: 100%;
  display: block;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #4e596682;
  font-size: 12px;
  color: #ccc;
}

body.light .lbc ul.sub_menu li a {
  background: #fff;
  border-color: #e9e9e9;
  color: #232425;
}

a {
  text-decoration: none;
}

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

.lbc a.has-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.6rem;
  background: #2a3038;
  border-bottom: 1px solid #353d48;
  font-weight: 500;
  color: #fff;
}

.lbc ul.sub_menu {
  display: none;
  list-style: none;
  background: #4a556282;
  margin: 0;
  padding: 0;
}

.lbc ul.sub_menu a {
  width: 100%;
  display: block;
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #4e596682;
  font-size: 12px;
  color: #ccc;
}

.lbc ul.sub_menu li.active a {
  color: #01b243;
}



#header-wrapper .top-tools-right i {
  font-size: 18px;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background: #01b243;
  border-color: #01b243;
  color: #fff;
  z-index: 99;
  display: none;
}

#back-to-top i {
  vertical-align: super;
}


.load_more {
  margin: 15px auto 25px;
  text-align: center;
}

.load_more span.loading {
  background: #01b243;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}

.ajax-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 405px;
  width: 100%;
  position: relative;
}

.ajax-loading .dot {
  width: 20px;
  height: 20px;
  background-color: #01b243;
  border-radius: 50%;
  margin: 0 5px;
  animation: bounce 1.1s ease infinite;
}

.ajax-loading .dot:nth-child(1) {
  animation-delay: 0s;
}

.ajax-loading .dot:nth-child(2) {
  animation-delay: 0.1s;
}

.ajax-loading .dot:nth-child(3) {
  animation-delay: 0.2s;
}

.ajax-loading .dot:nth-child(4) {
  animation-delay: 0.3s;
}

.ajax-loading .dot:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-60px);
  }

  60% {
    transform: translateY(25px);
  }
}

body.light #min #mintable td.oddstd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

body.light #min #mintable td.oddstd p span {
  text-align: center;
  width: 30px;
}

#min.match_result #mintable td.toolimg>div {
  justify-content: space-between;
  margin: 0 20px;
}

body.light .date-picker .dateBox li.on:after, body.light .date-picker ul#timeBox li.on:after, body.light .date-picker .dateBox li:hover:after, body.light .date-picker ul#timeBox li:hover:after {
  background: #fff;
}

body.light .date-picker .dateBox li.on, body.light .date-picker .dateBox li:hover {
  background: #fff;
}


#left.competition i {
  float: right;
}

#left.competition i:before {
  vertical-align: sub;
  content: var(--fa);
  --fa: "\f078";
}

#left.competition .on>h3>i:before, #left.competition .lbc_name.on i:before {
  vertical-align: sub;
  content: var(--fa);
  --fa: "\f077";
}

#left.competition .hot_list img, #left.competition .lists img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#left.competition .lr_tit {
  border-color: #fff;
  cursor: pointer;
}

#left.competition .lbc {
  display: none;
}

#left.competition .on .lbc {
  display: block;
}

#left.competition .lbc a.has-child {
  display: block;
}

#left.competition .lbc .lbc_name.on .sub_menu {
  display: block;
}

/* 翻页 */
.pages_nav {
  display: block;
  margin: 15px;
}

.pages_nav .pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pages_nav .pagination>li>a {
  margin: 0 4px;
  padding: 8px 14px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #01b243;
  color: #01b243;
}

.pages_nav .pagination li span {
  border-radius: 2px;
}

.pages_nav .pagination>li>a:focus, .pages_nav .pagination>li>a:hover, .pages_nav .pagination>li>span:focus, .pages_nav .pagination>li>span:hover {
  background-color: #01b243;
  color: #ffffff !important;
  border: solid 1px #01b243;
}

.pages_nav .pagination li.active a {
  background-color: #01b243;
  color: #ffffff !important;
  border: solid 1px #01b243;
}

.category__wrap .post__meta span, .single-post .plane .meta-box span {
  color: #333;
}

body.light .single-post .plane {
  background: #fff;
}

body.light #min #mintable #table_live tbody>tr.tds:hover td {
  background: rgba(220, 220, 220, 0.5);
}

body.light #mactbox-black {
  width: 100%;
}

body.light #mactbox-black,
body.light .lineups-recent,
#porletP_Group,
#com_table,
#porletP_Group #porletP3,
#porletP_Group #porletP4 {
  display: none;
}

#mactbox-black #matchBox .plays .playBox {
  width: 50%;
  height: 100%;
  display: block;
}

#mactbox-black #matchBox .plays .home .play {
  transform: translate(-50%, -50%);
}

#mactbox-black #matchBox .plays .away .play {
  transform: translate(50%, 50%);
}


#mobile_menu {
  display: none;
}

#fbheader #homeImg span, #fbheader #guestImg span {
  font-family: Oswald;
  font-size: 17px;
  font-weight: 400;
  display: none;
}

#mactbox-black #matchBox .mb_plays {
  display: none;
}

body.light .lineups-recent>.d-flex {
  gap: 10px;
  background: #DCE3EA;
}

#mactbox-black .backup__head, #mactbox-black .hurtPlay__head {
  padding: 0;
}
body{min-width:320px;}
.data-football>.d-flex{align-items: center;justify-content: space-between;}
.data-football>.d-flex .com-menu{display:none;background: #01b243;padding:8px 5px;}
#mb_mintable{display:none;border-top:1px solid #01b243;font-family: Roboto, sans-serif;}
#mb_mintable .comItem{
  display:block;
}
#mb_mintable .comItem .com_info{
  background-color: #f0f0f0;
  padding:5px 10px;
  border-bottom:1px solid #dfe0e1;
}
#mb_mintable .comItem .com_info img{
  width:16px;
  height:16px;
  display: inline-block;
  margin-right:5px;
}
#mb_mintable .comItem .comMatch{
  padding:5px 10px;
  border-bottom:1px solid #dfe0e1;
}
#mb_mintable .comItem .match_head{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#mb_mintable .comItem .match_head .match_head_status{
    color: #ff4c13;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
#mb_mintable .comItem .match_head .match_head_score{
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
}
#mb_mintable .comItem .comMatch .match_main{
  display:flex;
  justify-content: center;
  gap:20px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color:#333333;
  margin: 10px 0;
}
#mb_mintable .comItem .comMatch .match_main .team_item{
  display:flex;
  justify-content: space-between;
  gap:5px;
}
#mb_mintable .comItem .comMatch .match_main .team_item div:first-child{
  text-align:right;
}
#mb_mintable .comItem .comMatch .match_main .team_item div:last-child{
  text-align:left;
}
#mb_mintable .comItem .comMatch .match_main .team_score{
  color: #ff4c13;
}
#mb_mintable .comItem .comMatch .match_main .team_score b{
background: #0d57e9;
    border-radius: 2px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 3.5px 8px;
    text-align: center;
    white-space: nowrap;
}
#mb_mintable .comItem .comMatch .match_main img{
  width:24px;
  height:24px;
}

@media (max-width: 860px) {
  .competition {display:none;width:100%;}
  .data-football{width:100%;padding-right: calc(0.5*var(--bs-gutter-x));}
  .data-football>.d-flex .com-menu{display:block;}
  #div_Table1{overflow-x: auto;}
}
@media (max-width: 768px) {
  #min #mintable #table_live thead>tr>td#oddsHead, #min #mintable #table_live tbody>tr>td.oddstd {
    display: none !important;
  }

  #min #mintable #table_live thead>tr>td:nth-child(5), #min #mintable #table_live tbody>tr>td:nth-child(6) {
    display: none !important;
  }

  #min #mintable #table_live thead>tr>td:nth-child(8), #min #mintable #table_live tbody>tr>td:nth-child(9) {
    display: none !important;
  }

  #porletP_Group .porletP thead tr th:nth-child(5), #porletP_Group .porletP tbody tr td:nth-child(5),
  #porletP_Group .porletP thead tr th:nth-child(6), #porletP_Group .porletP tbody tr td:nth-child(6) {
    display: none;
  }
}

@media (max-width: 640px) {
  #mintable.match_result{display:none;}
  #mb_mintable{display:block;}
  body.light #bottom{
    margin-bottom:25px;
  }
  #back-to-top{
    bottom: 50px;
  }
  #tools {
    position: fixed;
    width: 100%;
    margin-bottom: 0 !important;
    bottom: 0;
    left: 0;
    background: #05a241;
    z-index: 99;
  }

  #tools .setit {
    display: none;
  }

  #tools ul {
    gap: 1px;
    width: 100%;
    justify-content: space-between;
  }

  #tools ul li {
    flex: 1;
  }

  #tools ul li a {
    white-space: nowrap;
    border-radius: 0;
    background-color: #01b243;
    color: #ffffff;
    justify-content: center;
  }

  #tools ul li.on a {
    background-color: #05a03f !important;
  }

  #min #mintable #table_live thead>tr>td:nth-child(n+5), #min #mintable #table_live tbody>tr>td:nth-child(n+6), #min #mintable #table_live thead>tr>td#oddsHead, #min #mintable #table_live tbody>tr>td.oddstd {
    display: none !important;
  }
  #fulltab #main-menu {
      overflow-x: auto;
  }
  #tools ul li a span {
    margin-left: 0;
  }

  #tools ul li.on a span {
    margin-left: 5px;
  }

  #porletP_Group .porletP .mb_table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }

  #porletP_Group .porletP thead tr th:nth-child(1), #porletP_Group .porletP tbody tr td:nth-child(1),
  #porletP_Group .porletP thead tr th:nth-child(5), #porletP_Group .porletP tbody tr td:nth-child(5),
  #porletP_Group .porletP thead tr th:nth-child(6), #porletP_Group .porletP tbody tr td:nth-child(6) {
    display: none;
  }

  #fbheader #homeImg span, #fbheader #guestImg span {
    display: block;
    line-height: 20px;
    font-size: 15px;
  }

  #fbheader .sclassName {
    display: none;
  }

  #com_table table.table th:nth-child(7),
  #com_table table.table th:nth-child(8),
  #com_table table.table th:nth-child(9),
  #com_table table.table td:nth-child(7),
  #com_table table.table td:nth-child(8),
  #com_table table.table td:nth-child(9) {
    display: none;
  }

  #com_table #all-tab-pane {
    width: 100%;
    overflow-x: auto;
  }

  .lineups-recent>.d-flex {
    display: block !important;
  }

  .lineups-recent>.d-flex .flex-1 {
    width: 100%;
    margin-top: 10px;
  }

  .lineups-recent>.d-flex:after {
    display: none !important;
  }

  #mactbox-black #matchBox .plays {
    display: none;
  }

  #mactbox-black #matchBox .mb_plays {
    display: block;
  }

  #mactbox-black #matchBox .mb_plays .field {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vw * 33 / 25);
    max-height: 852px;
    background: repeating-linear-gradient(180deg, #3d9f53);
    border: 2px solid #3d9f53;
    position: relative;
    margin: 5px 0 0;
    align-items: center;
    border-radius: 5px;
  }

  #mactbox-black #matchBox .mb_plays .field:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.24;
    background: url(../img/Footballpitch.png) center no-repeat;
    background-size: 100%;
  }

  #mactbox-black #matchBox .mb_plays .field>.team {
    top: unset;
    margin: unset;
    transform: unset !important;
    left: unset !important;
    position: relative;
    height: 100%;
  }

  #mactbox-black #matchBox .mb_plays .field>.team {
    width: 90%;
  }

  #mactbox-black #matchBox .mb_plays .team .player {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: auto;
    z-index: 1;
  }

  #mactbox-black #matchBox .mb_plays .team.team-home .player {
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  #mactbox-black #matchBox .mb_plays .team.team-away .player {
    transform: translate(-50%, 50%);
  }

  .player_info_wrap {
    position: relative;
  }

  #mactbox-black #matchBox .mb_plays .player .player-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 99px;
    color: #000;
    margin: unset;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    object-fit: contain;
  }

  #mactbox-black #matchBox .mb_plays .info_player {
    line-height: 1;
    display: flex;
    align-items: center;
  }

  #mactbox-black #matchBox .mb_plays .player .info_player .player-name {
    left: unset;
    position: relative;
    bottom: unset;
    background: unset;
    max-width: 70px;
    min-width: unset !important;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    color: var(--api-color-top-bar);
    height: 12px;
    white-space: nowrap;
    border-radius: 3px;
  }

  .container .post-category #right,
  .container .post-author #right,
  .container .post-search #right,
  .container .post-tag #right,
  .container .post-single #right {
    display: none;
  }
  .container .post-category #left,
  .container .post-author #left,
  .container .post-search #left,
  .container .post-tag #left,
  .container .post-single #left {
    width: 100%;
  }
  #div_Table1 tbody tr th:nth-child(8),
  #div_Table1 tbody tr th:nth-child(9),
  #div_Table1 tbody tr th:nth-child(11),
  #div_Table1 tbody tr td:nth-child(8),
  #div_Table1 tbody tr td:nth-child(9),
  #div_Table1 tbody tr td:nth-child(11){
    display:none;
  }
  #bottom .f_menu_logo{margin-top: 10px;}
  #bottom .f_menu_logo,#bottom .f_menu_con{width:100%;}
  #bottom ul.f_menu{flex-wrap: wrap;justify-content: center;}
}

@media (max-width: 500px) {
  #backupPlay .table>.d-flex {
    display: block !important;
  }

  #backupPlay .table>.d-flex .flex-1 {
    width: 100%;
    margin-top: 10px;
  }

  #backupPlay .table>.d-flex:after {
    display: none !important;
  }

  .teamNames .formation {
    display: none !important;
  }


  .tds .time span {
    display: block;
  }

  #top-tools .top-tools-right {
    display: none !important;
  }

  #tools ul li a span {
    display: none !important;
  }

  #mactbox-black .teamNames img {
    height: 16px;
    width: 16px;
  }

  .mb_table .fx-date {
    width: 43px;
    white-space: break-spaces;
    overflow: hidden;
  }

  #com_table table.table th:nth-child(5),
  #com_table table.table td:nth-child(5) {
    display: none;
  }

  #div_Table1 tbody tr th:nth-child(5),
  #div_Table1 tbody tr th:nth-child(7),
  #div_Table1 tbody tr td:nth-child(5),
  #div_Table1 tbody tr td:nth-child(7){
    display:none;
  }
}