#app {
  position: relative;
  background: #040c1f;
  min-height: 100vh;
}
#app main {
  margin: 20px 0;
}
#app main .card {
  background: #040c1f;
  border: none;
}
#app main .card.new-shoot .card .card-body {
  background-color: #fff;
}
#app main .card .card-header {
  background-color: #2c354c;
  margin-bottom: 20px;
  border-radius: 5px;
}
#app main .card .matches {
  font-size: 15px;
  height: 100%;
  border-radius: 10px;
  background-color: #2c354c;
  margin-bottom: 0;
  background-image: url(../img/bg-match.svg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  transition: background-color 200ms linear;
  padding-bottom: 5px !important;
}
.match_item div, .match_item span, .match_item p {
  /* font-family: 'Roboto' !important; */
}
#app main .card .matches .card-channel a {
  vertical-align: super;
}
#app main .card .matches .card-channel a.channel-blv {
  background: #fff;
  color: #000;
}
#app main .card .matches .card-body {
  padding-bottom: 0;
  padding-top: 0.5rem;
}
#app main .card .matches.p-1,
#app main .card .matches.pc-1 {
  background-color: #1f2f38;
}
#app main .card .matches .hot-match {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 20px;
  background: #f77948;
  transition: 0.3s;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#app main .card .matches .date-match {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  padding: 3px 8px;
  background: linear-gradient(#b70000, #5a0000) padding-box, linear-gradient(180deg, #760606 0%, #ffb300 100%) border-box;
  border: 1px solid transparent;
}
#app main .card .matches .live-match,
#app main .card .matches .live-bet {
  margin-bottom: 15px;
  width: auto;
  background: #ff2222;
  transition: 0.3s;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 8px;
  height: fit-content !important;
}
#app main .card .matches .team-home,
#app main .card .matches .team-away {
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 600;
}
#app main .card .matches .team-home img,
#app main .card .matches .team-away img {
  height: 60px;
}
#app main .card .matches .status-box {
  text-align: center;
}
#app main .card .matches .status-box .score {
  font-size: 20px;
  margin-bottom: 15px;
  display: none;
}
#app main .card .matches .status-box .status {
  color: #fff;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(#ad3838, #6a1f1f) padding-box, linear-gradient(180deg, #760606 0%, #e76868 100%) border-box;
  border: 1px solid transparent;
  font-size: 13px;
}
#app main .card .matches .status-box .status.green {
  background: linear-gradient(#ad3838, #6a1f1f) padding-box, linear-gradient(180deg, #760606 0%, #e76868 100%) border-box;
}
#app main .card .matches-normal .status-box .status.green {
  background: linear-gradient(#2c354c, #050c1e) padding-box, linear-gradient(180deg, #475b8d 0%, #2c354c 100%) border-box !important;
}
#app main .card .matches .bet {
  /*
    z-index: 99999;
    
    right: 0;
    bottom: 0;
    padding: 2px 20px;
    background: #F77948;
    transition: .3s;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1002;
}
#app main .card .matches .bet .bet-match,
.navbar-header .bet-match {
  color: #fff;
  z-index: 1002;
}
.navbar-header .bet-match {
  color: #fff;
  z-index: 990;
  background: #ff2222;
  border-radius: 4px;
  padding: 0;
  margin-right: 0;
}
.navbar-header .bet-match h5 {
  margin: 0.2em;
  font-size: 13px;
  padding: 5px;
}
#app main .card .matches .bet .live-match {
}
#app main .card .matches .toDetail {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.16);
  align-items: center;
  border-radius: 10px;
  transition: 0.3s;
}
#app main .card .matches .toDetail i {
  font-size: 50px;
  color: #fff;
}
#app main .card .matches:hover {
  background-color: rgba(37, 121, 67, 0.5);
}
#app main .card .matches:hover .hot-match {
  background: #fff !important;
  color: #353535;
}
#app main .card .matches:hover .toDetail {
  display: flex;
}
#app main .card .nha-cai {
  display: block;
  overflow: hidden;
  background: #1a1d23;
}
#app main .card .nha-cai .box-child {
  position: relative;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
}
#app main .card .nha-cai .box-child::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#app main .card .nha-cai .box-child::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(80, 156, 208, 0.38);
  border-radius: 40px;
}
#app main .card .nha-cai .box-child::-webkit-scrollbar-thumb {
  background-color: rgba(80, 156, 208, 0.58);
  border: 1px solid rgba(80, 156, 208, 0.58);
  border-radius: 40px;
}
#app main .card .nha-cai .box-child .child {
  position: relative;
  display: flex;
  background: #040c1f;
  margin-bottom: 10px;
}
#app main .card .nha-cai .box-child .child .top {
  padding: 2px 12px;
  background: #e11d23;
  font-size: 12px;
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 0;
  font-weight: bold;
  border-bottom-right-radius: 10px;
  left: 0;
}
#app main .card .nha-cai .box-child .child img {
  z-index: 1;
  position: relative;
  width: 220px;
  object-fit: cover;
  height: 100%;
}
#app main .card .nha-cai .box-child .child .content {
  flex: 1;
  text-align: center;
  font-size: 13px;
  padding: 10px;
}
#app main .card .nha-cai .box-child .child .content .price {
  margin-top: 5px;
  font-weight: bold;
}
#app main .card .nha-cai .box-child .child .content button {
  margin-top: 10px;
}
#app main .card .nha-cai h4 {
  padding: 10px 20px;
  background: #2c354c;
  margin-bottom: 0;
}
#app main .card .nha-cai .sub-title {
  color: #009a3f;
}
#app main .card #newList .card-img-top {
  height: 150px;
  object-fit: cover;
}
#app main .card #newList .card-body {
  padding: 10px;
}
#app main .card #newList .card-body .card-text {
  font-size: 14px;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  white-space: normal;
  min-height: 64px;
}
#app main .card .card-header {
  border-color: #414141;
}
#app main .btn-main {
  background: #52af23;
  border-color: #52af23;
}
#app main .loadmore {
  color: #aeb4c7;
  font-size: 13px;
}
/*# sourceMappingURL=index.css.map */

#wap_bottombanner_content {
  max-width: 800px;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #eee;
  border: 1px solid #000;
}
#wap_bottombanner_content {
  overflow: inherit;
}
#wap_bottombanner_content {
  height: auto;
}
.banner_ads-bdn-button {
  position: absolute;
  z-index: 100;
  right: 1px;
  top: 1px;
  display: flex;
}
.block-int {
  position: relative;
}
.banner_ads-bdn-button span {
  background-color: #fff;
  margin-left: -2px;
  width: 15px;
  height: 15px;
  display: flex;
  cursor: pointer;
}
.banner_ads-bdn-button span svg {
  height: 15px;
  width: 15px;
  fill: #00aecd;
}
.banner_ads-bdn-button span.cbb svg {
  stroke-width: 1.25;
  stroke: #00aecd;
}
/* pendaica 05122024 */
.grid-match__status {
  background: #0c6f18;
  padding: 3px 10px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: 30px;
  width: 76px;
}
.grid-match__status:before {
  content: '';
  border-top: solid 16px transparent;
  border-bottom: solid 16px transparent;
  border-right: solid 8px #0c6f18;
  position: absolute;
  left: -8px;
}
.grid-match__status:after {
  content: '';
  border-top: solid 16px transparent;
  border-bottom: solid 16px transparent;
  border-left: solid 8px #0c6f18;
  position: absolute;
  right: -8px;
}

#app main .card .matches .status-box {
  width: 25%;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.body-match {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: start;
}
.title-home {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
  padding: 05px 5px;
  color: #fff;
  margin-left: 3px;
  text-shadow: 0 0 1px #fff, 0 0 2px #265660, 0 0 2px #265660, 0 0 10px #265660, 0 0 2px #265660, 0 0 10px #265660, 0 0 2px #265660;
}
.row-bottom-card:after {
  content: '';
  opacity: 0.32;
  background: linear-gradient(90deg, #333A42 0%, #FFF 48.79%, #333A42 97.58%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  max-width: 100%;
  height: 1px;
}
#newList .card-title {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  white-space: normal;
  line-height: 20px;
  min-height: 66px;
}
#newList .card-title a {
  color: #2c354c;
  font-size: 16px;
}
.row-bottom-card {
  position: relative;
}
.row-bottom-card:after {
  content: '';
  opacity: 0.32;
  background: linear-gradient(90deg, #333A42 0%, #FFF 48.79%, #333A42 97.58%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  max-width: 100%;
  height: 1px;
}
ul.filter-matches {
  background: linear-gradient(191deg, #061026 12.72%, #2c354c 120.64%);
  border-radius: 7px;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.list-matchs-normal {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}
.list-matchs-hot {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: row;
  margin-bottom: 20px;
}
.match-hot {
  width: calc(50% - 8px);
}
.head-item-game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.head-item-game .time-in {
    position: absolute;
    left: calc(50% - 55px);
    top: -10px;
}

.time-in span {
  position: absolute;
  top: 5px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 13px;
}

#app main .card .matches .team-home, #app main .card .matches .team-away {
  flex: none;
  width: 35%;
  gap: 5px !important;
  flex-direction: column;
}
#app main .card .matches .date-match {
  position: relative;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  padding: 3px 8px;
  background: linear-gradient(#ad3838, #6a1f1f) padding-box, linear-gradient(180deg, #760606 0%, #e76868 100%) border-box;
  border: 1px solid transparent
}
#app main .card .matches-normal .date-match {
  background: linear-gradient(#2c354c, #050c1e) padding-box, linear-gradient(180deg, #475b8d 0%, #2c354c 100%) border-box !important;
}
#app main .card .matches .hot-match {
  background: #6cff00;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  padding: 4px 16px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  height: 28px;
  line-height: 20px;
  right: 0;
  background: linear-gradient(#6cff00, #6cff00) padding-box, linear-gradient(180deg, #230101 0%, #951313 100%) border-box;
  border: 1px solid transparent;
}
#app main .card .matches .team-home div, #app main .card .matches .team-away div {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    white-space: normal;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-align: center;
    padding: 0 10px;
}
.row-bottom-card {
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001;
}
.btn-ads-in-match {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 0 10px;
}
.btn-ads-in-match a {
  line-height: normal;
  font-size: 12px;
  color: #fff !important;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: auto;
  padding: 0;
  overflow: hidden;
}
.btn-ads-in-match a img {
  height: 24px;
}
.btn-ads-in-match a:last-child {
  background: #51C8EB;
}
.btn-ads-in-match a:first-child {
  background: #ff2222;
}
#app main .card .matches .score-match {
  position: inherit;
  background: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0px 10px;
  margin-top: 6px;
}
.list-matchs-normal .match-hot {
  width: auto;
}
.menu-bets-header li:nth-child(2) a {
  background: #ADFF2F;
  color: #000;
}
.menu-bets-header li:nth-child(3) a {
    background: #dd3333;
  color: #fff;
}
.menu-bets-header li:nth-child(4) a {
  background: #15b35f;
  color: #fff;
}
.menu-bets-header li:nth-child(5) a {
  background: #906e08;
  color: #fff;
}
.menu-bets-header li:nth-child(6) a {
  background: #8c09a1;
  color: #fff;
}
.menu-bets-header li:nth-child(7) a {
  background: #1e73be;
  color: #fff;
}
.banner-float-left {
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner-float-right {
  position: fixed;
  right: 0;
  top: 70px;
  z-index: 9999;
  width: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner-float-left a, .banner-float-right a {
  display: block;
}
.ads-left-top-video {
  display: flex;
  gap: 6px;
  margin: 10px 0;
}
.ads-right-top-video {
  display: flex;
  gap: 6px;
  margin: 10px 0;
  justify-content: end;
}
.ads-bottom-right-video {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ads-bottom-right-video a button {
  margin: 0 !important;
  width: 100%;
  padding: 6px !important;
  border-radius: 8px;
}
.ads-bottom-right-video a {
  /* flex: 1; */
}
.social-tele-block {
  display: flex;
  justify-content: end;
  align-items: center;
}
.odds-button{
  position: absolute;
  right: 5px;
  bottom: 46px;
  transition: bottom 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}
.odds-button a {
  background-color: #0c6f18;
  border-radius: 5px;
  padding: 6px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  max-width: max-content;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.odds-button a:first-child {
  background: red;
}
.odds-button a:last-child {
  background-color: #0f4cd9;
}
.information-match {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 0 12px;
  background-image: url(https://i.imgur.com/nnoDRp6.png);
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.content-info-match {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.team-home-live img, .team-away-live img {
  height: 80px;
}
.team-home-live, .team-away-live {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-home-live p, .team-away-live p {
  margin: 0;
}
.content-info-match .match-status .grid-match__status {
  flex: none;
  height: 40px;
  width: 100px;
  margin-top: 15px;
}
.content-info-match .match-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  width: 200px;
  height: 100%;
  align-items: center;
}
.content-info-match .match-status .time-in {
  top: 0;
  position: absolute;
}
.content-info-match .grid-match__status:after {
  content: '';
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 12px #0c6f18;
  position: absolute;
  right: -12px;
}
.content-info-match .grid-match__status:before {
  content: '';
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: solid 12px #0c6f18;
  position: absolute;
  left: -12px;
}
.old-match-detail {
  display: flex;
  justify-content: end;
  gap: 20px;
  padding-right: 10px;
}
.time-and-tour p {
  margin: 0;
  color: #fff;
  padding: 2px 14px;
  border-radius: 5px;
  background: #4f5660;
  border: 1px solid transparent;
  font-size: 13px;
}
.time-and-tour {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  align-items: start;
}
.menu-bets.menu-tours {
  background: linear-gradient(191deg, #061026 12.72%, #2c354c 120.64%);
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.menu-bets.menu-tours a {
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  height: 36px;
  padding: 0 8px;
  border-radius: 6px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Roboto Condensed' !important;
  color: #ffffff !important;
  background: #91a9c336 !important;
  border: none !important;
}
.marquee-ads {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 6px;
  padding: 05px 5px;
  color: #fff;
  background: #0e182e;
  line-height: 30px;
  margin-bottom: 20px;
}
.embed-responsive-item.mini .odds-button a {
  padding: 4px 6px;
  font-size: 11px;
  font-weight: 400;
}

.match_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  margin-bottom: 24px;
}

.match_item{
  width: calc(50% - 12.5px);
  border-radius: 8px;
  overflow: hidden;
}
.title-top h1 {
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(95deg, #e40b05 15%, #00efff 45%, #d1cdff 75%, #f88404 100%) 98% / 200% 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video .odds-button {
  display: none !important;
}












@media(max-width: 767px){
  .match_item{
    width: 100%;
  }
  .embed-responsive-item.mini .odds-button {
    bottom: calc(225px - 194px) !important;
  }
  .card-channel .channel-item:before {
    display: none;
  }
  .marquee-ads {
    font-size: 16px;
  }
  .menu-bets.menu-tours li {
    flex: 1;
    width: auto !important;
  }
  .menu-bets.menu-tours {
    padding: 6px;
    gap: 5px;
  }
  .menu-bets.menu-tours a {
    font-size: 11px;
    width: 100%;
    height: 30px;
    padding: 0 2px;
    font-weight: 500;
    min-width: auto !important;
  }
  .information-match {
    flex-direction: column;
  }
  .time-and-tour {
    flex-direction: row;
    gap: 0;
    padding-left: 0;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
  }
  .time-and-tour p {
    padding: 0;
    background: none;
    border: none;
    font-size: 11px;
  }
  .content-info-match .match-status {
    padding: 0;
    width: 90px;
  }
  .content-info-match .match-status .grid-match__status {
    flex: none;
    height: 40px;
    width: 60px;
  }
  .content-info-match {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px;
  }
  .content-info-match .match-status .time-in {
    top: -28px;
  }
  .content-info-match .match-status .grid-match__status {
    margin-top: 0;
  }
  .old-match-detail {
    justify-content: space-between;
    gap: 20px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .team-home-live, .team-away-live {
    gap: 0px;
    flex-direction: column;
    flex: 1;
  }
  .team-home-live {
    flex-direction: column-reverse;
  }
  .team-home-live img, .team-away-live img {
    height: 40px;
  }
  .team-home-live p, .team-away-live p {
    font-size: 12px;
    font-weight: 600;
  }
  #app main .card .matches .live-match, #app main .card .matches .live-bet {
    margin-bottom: 10px;
    font-size: 10px;
    padding: 4px 4px;
  }
  .odds-button {
    right: 5px !important;
    bottom: 50px !important;
    gap: 2px !important;
  }
  .odds-button a {
    border-radius: 4px !important;
    padding: 2px 4px !important;
    font-weight: 400 !important;
    font-size: 10px !important;
  }
  .social-tele-block {
    justify-content: center;
    margin-top: 10px;
  }
  .ads-right-top-video {
    display: none;
  }
  .ads-bottom-right-video a {
    font-size: 12px;
  }
  .ads-bottom-right-video a button {
    padding: 6px !important;
  }
  .ads-bottom-right-video {
    gap: 8px;
    width: 100%;
    justify-content: center;
  }
  .ads-left-top-video {
    margin: 0;
    background: #343944;
    padding: 6px;
    border-radius: 5px;
  }
  .ads-left-top-video a {
    flex: 1;
    padding: 6px 0 !important;
  }
  .banner-float-left, .banner-float-right {
    display: none;
  }
  #app main .card .matches .team-home {
    flex-direction: column;
  }
  #app main .card .matches .team-home div, #app main .card .matches .team-away div{
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  #app main .card .matches{
    height: inherit;
  }
  .filter-matches a span {
    font-size: 13px;
    font-weight: 500;
  }
  .filter-matches a {
    gap: 8px;
    min-width: 100px;
    padding: 0 3px;
  }
  .filter-matches .icon-group {
    gap: 4px;
  }
  .filter-matches a .num {
    font-weight: 500;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .filter-matches .icon-group img {
    height: 14px;
  }
  ul.filter-matches {
    padding: 10px 8px;
  }
  .row-bottom-card {
    padding-top: 0;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px;
  }
  .title-home {
    font-size: 12px !important;
    margin: 0;
    text-align: center;
  }
  #app main .card .matches .card-body {
    padding: 5px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .head-item-game .time-in {
    left: calc(50% - 40px) !important;
    top: -7px !important;
  }
  .time-in svg {
    width: 80px;
    height: auto;
  }
  .time-in span {
    font-size: 11px;
    line-height: 16px;
  }
  #app main .card .matches .hot-match {
    padding: 0px 5px !important;
    height: 26px !important;
    line-height: 25px !important;
    font-size: 11px !important;
  }
  .match-hot .card-channel {
    width: auto;
    margin-right: 35px;
    gap: 5px;
  }
  .channel-item {
    position: relative;
  }
  .card-channel .channel-item:before {
    content: '';
    height: 40%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: -2px;
    bottom: 30%;
  }
  .avatar {
    display: none;
  }
  .channel-item a {
    background: none;
    border: none;
    box-shadow: none;
  }
  .channel-item a span {
    padding: 0 5px;
    line-height: 25px;
  }
  #app main .card .matches .card-channel a.channel-blv {
    margin-left: 2px;
    margin-right: 2px;
  }
  #app main .card .matches .card-channel a.channel-link span {
    padding: 0 2px !important;
    font-size: 10px;
  }
  #app main .card .matches .card-channel a.channel-blv span {
    color: #000;
    padding: 0 4px !important;
    font-size: 10px;
  }
  .card-channel .channel-item:first-child:before {
    display: none;
  }
  .match_item-wrap {
  }
  .body-match {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  #app main .card .matches .status-box {
    width: 100px;
    margin: 0 !important;
    padding: 0 5px;
  }
  .grid-match__status {
    height: 26px;
    width: 50px;
  }
  .grid-match__status:before {
    content: '';
    border-top: solid 13px transparent;
    border-bottom: solid 13px transparent;
    border-right: solid 6px #0c6f18;
    position: absolute;
    left: -6px;
  }
  .grid-match__status:after {
    content: '';
    border-top: solid 13px transparent;
    border-bottom: solid 13px transparent;
    border-left: solid 6px #0c6f18;
    position: absolute;
    right: -6px;
  }
  .grid-match__status .grid-match__vs.t_vs_num span.winner {
    width: auto;
    height: 26px;
    font-size: 14px;
  }
  .grid-match__status .grid-match__vs.t_vs_num span {
    font-size: 11px;
  }
  #app main .card .matches .team-home, #app main .card .matches .team-away {
    width: calc(50% - 50px) !important;
  }
  #app main .card .matches .score-match {
    padding: 0 10px;
    width: 100%;
  }
  .btn-ads-in-match a {
    line-height: 22px;
    font-size: 11px;
    height: 22px;
  }
  .grid-match--flag {
    font-size: 11px;
    line-height: 16px;
    padding: 6px 10px;
    gap: 5px;
  }
  .grid-match--flag .grid-match__corner-ball i {
    font-size: 10px;
  }
  .grid-match__odds .grid-match__odds-item p {
    font-weight: 300;
    font-size: 11px;
  }
  #app main .card .matches .team-home div, #app main .card .matches .team-away div {
    font-size: 13px !important;
    padding: 0 !important;
  }
  #app main .card .matches .team-home img, #app main .card .matches .team-away img {
    height: 50px;
  }
  .match_row {
    row-gap: 15px;
    margin-bottom: 15px;
  }
}