/*
Author URI:https://vnxweb.com
*/


:root {
  --asp-gray: #fff;
  --asp-gray2: #F1F2F8;
  --asp-gray3: #e1e1e1;
  --asp-dark: #474952;
  --asp-blue: #16AE94;
  --asp-light: #eceef2;
  --asp-stast-bg: transparent;
  --asp-border: 1px;
  --asp-fxtr-color: #ed1b24;
  --asp-sldr-color: #931800;
}
.AF_WithTimmer.live .AF_EvTime {
    display: none;
}
.VnxSportFixture.aspwp_dark_style,
.aspwp_dark_style {
  --asp-gray: #191c2a;
  --asp-gray2: #27313a;
  --asp-dark: #eee;
  --asp-blue: #eee;
  --asp-light: #202a34;
}

.AF_Match.not-started {
  --asp-stast-bg: #16AE94;
}

.AF_Match.finished {
  --asp-stast-bg: #000;
}

.AF_Match.gools {
  --asp-stast-bg: #ffa007;
}

.AF_Match.live {
  --asp-stast-bg: #e00025;
}

.AF_Match.comming-soon {
  --asp-stast-bg: #35bd53;
}
.asp-d-flex {
  display: flex;
}

.asp-align-center {
  align-items: center;
}

.asp-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.asp-inline-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.asp-flex-column {
  display: flex;
  flex-direction: column;
}

.asp-w-100 {
  width: 100%;
}

.asp-txt-center {
  text-align: center;
}

.asp-relative {
  position: relative;
}

.VnxSportFixture.aspwp_dark_style .AF_inner * {
  color: #eee;
}

.VnxSportFixture *,
.VnxSportFixture {
  box-sizing: border-box;
}

.VnxSportFixture {
    overflow: hidden;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    background: var(--asp-gray);
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.VnxSportFixture .AF_Title {
    padding: 12px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    background: #eceef2;
    display: flex;
    justify-content: space-between;
}



.VnxSportFixture .AF_Title select#change_timezone {
  height: 30px;
  min-width: 145px;
  padding-right: 10px;
  border-radius: 80px;
  background: var(--asp-gray);
  border: 0;
  font-family: VnxWebFonts;
  color: var(--asp-sldr-color);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.VnxSportFixture .AF_Filters {
  justify-content: space-between;
  padding: 10px;
}

.VnxSportFixture .tablinks {
    text-align: center;
    background: #0000;
    padding: 0 10px;
    transition: 0.2s;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 10px;
    height: 30px;
    border: 1px solid #0000;
    font-weight: 700;
    color: #385898;
}

#aspwp-fixture-1 > div.AF_Title.asp-align-center.asp-d-flex.asp-font.AF_Title_With_Filter > div.tab.AF_Filters.asp-d-flex > button:nth-child(1) > span {
  margin-right: 5px;
}

#aspwp-fixture-1 > div.AF_Title.asp-align-center.asp-d-flex.asp-font.AF_Title_With_Filter > div.tab.AF_Filters.asp-d-flex > button:nth-child(3) > span {
  margin-left: 5px;
}

.VnxSportFixture .tablinks.active {
  background: var(--asp-sldr-color);
  color: #fff;
}

.VnxSportFixture .AF_Contents {
    padding: 12px 12px 0;
  overflow: hidden;
}

.VnxSportFixture .AF_TabCon {
  position: relative;
  display: none;
}

.small .AF_View_Grouped {
  max-height: 1325px;
  overflow: auto;
}

.VnxSportFixture .AF_TabCon.active {
  display: block;
}

.VnxSportFixture .AF_NoData {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.8vw;
}

.VnxSportFixture .AF_Msg {
  color: #64748b;
  font-weight: 700;
  font-size: 14px;
}

.svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.AF_View_Grouped {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.AF_View_Grouped::-webkit-scrollbar {
  display: none;
}

.af-scroll-wrap {
  position: relative;
}

.af-custom-scrollbar {
  position: absolute;
  top: 0;
  left: -10px;
  /* شمال بدل يمين */
  width: 3px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.af-scroll-wrap:hover .af-custom-scrollbar {
  opacity: 1;
}

.af-custom-scrollbar-track {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 999px;
}

.af-custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.af-scroll-wrap:hover .af-custom-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}

.VnxSportFixture .AF_EvItem {
    overflow: hidden;
    text-align: center;
    background: #eceef2;
    margin-bottom: 12px;
    position: relative;
    --stat-bg: #263545;
    border-radius: 8px;
}

.VnxSportFixture .AF_EventMask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 8;
}

.VnxSportFixture .AF_MaskInner {
    height: 100%;
    background: rgb(0 0 0 / 60%);
}

.VnxSportFixture .AF_MaskText {
    margin-top: 0;
    background-color: var(--asp-stast-bg);
    color: #fff;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    z-index: 555;
    font-weight: 700;
    border-radius: 999px;
}

.VnxSportFixture .AF_EvItem:hover .AF_EventMask {
  display: block;
}

.VnxSportFixture .AF_EvItem:not(.single):hover .AF_inner,
.AF_EvItem:not(.single):hover .AF_Footer {
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg"><filter id="blur"><feGaussianBlur stdDeviation="1" /></filter></svg>#blur');
}

.VnxSportFixture .AF_inner {
  width: 100%;
  position: relative;
}

.VnxSportFixture .AF_Team {
    display: flex;
    flex: 0 0 auto;
    width: 33.33333333%;
    align-items: center;
}

.AF_TeamLogo {
    width: 50%;
}

.VnxSportFixture .AF_EvItem .AF_Team .AF_TeamLogo img {
    padding: 0;
    margin: 10px auto;
    display: flex;
    width: 70px;
    aspect-ratio: auto 70 / 70;
    height: 70px;
}

.VnxSportFixture .AF_TeamName {
    margin: 8px auto;
    font-weight: 500;
    font-size: 16px;
}
.AF_Team.AF_STeam {
    flex-direction: row-reverse;
}
.VnxSportFixture .AF_Data {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
}

.VnxSportFixture .AF_Data .AF_EvTime {
    font-size: 16px;
    line-height: 1.5;
}

.VnxSportFixture .match-data .asp-city {
    font-size: 11px;
    font-weight: 400;
    color: #e71010;
}

.VnxSportFixture .AF_EventResult {
    font-size: 21px;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.VnxSportFixture .result {

}@keyframes blinker {
    50% {
        background: #263545;
    }
}

.AF_StaText.AF_Timer.asp-inline-flex.live {
    animation: blinker 500ms ease-in-out infinite;
    background: #d00000;
}

.VnxSportFixture .match-data {
    margin: 5px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.VnxSportFixture .AF_EvStat .AF_StaText {
    position: relative;
    width: 100%;
    padding: 4px 10px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    margin: 6px auto 0;
    height: 25px;
    min-width: max-content;
    background: #263545;
}
.comming-soon .AF_StaText {
    background: green !important;
}
.AF_EvItem.live,
.AF_EvItem.not-started,
.AF_EvItem.comming-soon,
.AF_EvItem.finished {
  min-width: 50px;
  --asp-border: 0;
}

.asp-dot-flashing {
  --dotwd: 10px;
  --dotmr: 15px;
  --dotclr: var(--asp-sldr-color);
  position: relative;
  width: var(--dotwd);
  height: var(--dotwd);
  border-radius: 5px;
  background-color: var(--dotclr);
  color: var(--dotclr);
  animation: asp-dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin: auto;
}

.asp-dot-flashing::before,
.asp-dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.asp-dot-flashing::before {
  left: calc(var(--dotmr) - var(--dotmr) * 2);
  width: var(--dotwd);
  height: var(--dotwd);
  border-radius: 5px;
  background-color: var(--dotclr);
  color: var(--dotclr);
  animation: asp-dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.asp-dot-flashing::after {
  left: var(--dotmr);
  width: var(--dotwd);
  height: var(--dotwd);
  border-radius: 5px;
  background-color: var(--dotclr);
  color: var(--dotclr);
  animation: asp-dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes asp-dot-flashing {
  0% {
    background-color: var(--dotclr);
  }

  50%,
  100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}

.VnxSportFixture .asp-dot-flashing {
  --dotwd: 5px;
  --dotmr: 10px;
}

.AF_Footer {
  border-top: 1px solid var(--asp-gray2);
  padding: 7px 0 10px;
  width: 100%;
}

.aspwp_dark_style .AF_Footer {
  border-color: #19232d;
}

.VnxSportFixture .AF_EvInfo span {
  color: #2b2f47;
  padding: 0 3px;
  font-size: 12px;
  flex: 1;
}

.VnxSportFixture.small .AF_Title {
  height: auto;
  padding: 5px 15px;
}

.VnxSportFixture.small .AF_Title .asp-title {
  padding-inline-start: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.VnxSportFixture.small .AF_Title select#change_timezone {
  min-width: auto;
}

.VnxSportFixture.small .AF_Filters .tablinks {
  height: 32px;
  font-size: 14px;
  width: 100%;
}

.VnxSportCard {
  width: 100%;
  position: relative;
  z-index: 9;
}

.VnxSportCard:not(.AspSimpleCard) {
    border-radius: 8px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-size: cover;
    background-position: center;
}

.VnxSportCard .AC_Inner {
    display: flex;
    position: relative;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background: rgb(0 0 0 / 59%);
    border-radius: 8px;
}

.SINGLECard{
        position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}
.VnxSportCard .AC_Data,
.AC_FTeam {
    text-align: center;
    flex-basis: 33.3%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.AC_Data .vs {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
}
.VnxSportCard .AC_TeamImg {
  margin: 0 auto;
  width: 100px;
  display: block;
  max-height: 120px;
}

.VnxSportCard .AC_TeamImg img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.VnxSportCard .AC_TeamTitle {
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0;
  display: block;
}

.VnxSportCard:not(.AspSimpleCard) .AC_TeamTitle {
  color: #fff;
  text-shadow: -1px 0 1px rgba(35, 31, 32, 0.75);
}

.VnxSportCard .AC_MDay {
  color: #fff;
  font-size: 13px;
  padding-top: 1px;
  height: 23px;
}

.VnxSportCard .match-details__looser {
  opacity: 0.4;
}

.VnxSportCard .AC_Score {
  font-family: Tahoma;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin: 0 20px;
}

.VnxSportCard .AC_Separator {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  vertical-align: text-bottom;
  font-family: sans-serif;
  line-height: 0px;
}

.VnxSportCard .AC_Info {
  width: 85%;
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  top: 18px;
  padding: 0 15px;
  box-shadow: 0 0 2px #808080;
  line-height: 1.5;
  height: 40px;
}

.VnxSportCard .AC_Info span {
  font-size: 11px;
  color: #3a556a;
  flex: 1;
}

.VnxSportFixture .AF_EvInfo .vnxicon,
.VnxSportCard .vnxicon {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 6px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}

.VnxSportFixture .AF_EvInfo .vnxicon.microphone,
.VnxSportCard .vnxicon.microphone {
  background-image: url(../img/com.svg);
  background-size: 100%;
}

.VnxSportFixture .AF_EvInfo .vnxicon.television,
.VnxSportCard .vnxicon.television {
  background-image: url(../img/tv.svg);
  background-size: 100%;
}

.VnxSportFixture .AF_EvInfo .vnxicon.cup,
.VnxSportCard .vnxicon.cup {
  background-image: url(../img/champ.svg);
  background-size: 100%;
}

.VnxSportFixture .AF_EvInfo .vnxicon.microphone,
.VnxSportCard .vnxicon.microphone {
  background-size: 11px !important;
  height: 21px;
  position: relative;
  top: 3px;
}

.asp-scoreboard {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: solid 0px #e9e9e9;
    border-radius: 10px;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.aspwp_dark_style .asp-scoreboard {
  background-color: var(--asp-gray);
  border-color: var(--asp-gray2);
  color: #fff;
}

.aspwp_dark_style .asp-scoreboard .AC_Score,
.aspwp_dark_style .asp-scoreboard .AC_TeamTitle {
  color: #fff;
}

.asp-scoreboard .AC_Score {
  color: #132634;
}

.asp-scoreboard .AC_Separator {
  color: #ABABAB;
}

.asp-server-name {
  display: flex;
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 8px;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
}

.asp-server-name a {
    margin-bottom: 10px;
    display: inline-flex;
    position: relative;
    cursor: pointer;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    float: right;
    margin-left: 3px;
    background: #ececec;
    z-index: 3;
    top: auto;
    color: #150f0f !important;
    border-radius: 3px;
    height: 40px;
    padding-right: 38px;
    line-height: 6px;
    overflow: hidden;
    align-items: center;
    padding-top: 0;
    padding-left: 20px;
}

.asp-server-name a::before {
    content: "";
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: #212d2b;
    height: 41px;
    top: 0;
    width: 33px;
    line-height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/play.svg);
    background-size: 18px;
    background-position: center;
}

.asp-server-name a.active,
.asp-server-name a:hover {
  background: #16ae94;
  transition: 0.3s all cubi;
  color: #fff !important;
}

.asp-server-body {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin-bottom: 11px;
  background: #1f2024;
}

.asp-server-body iframe,
.asp-server-body embed,
.asp-server-body object,
.asp-server-body video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 100%;
}

.aspwp-ajaxLoad {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  background: #1f2024;
  z-index: 40;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}

.aspwp-ajaxLoad.show {
  display: flex;
}

@media screen and (max-width: 860px) {
  .AC_Score {
    font-size: 70px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 769px) {
  .VnxSportCard .AC_Score {
    font-size: 62px;
    margin: 0;
    padding: 0 6px;
  }

  .VnxSportCard .AC_Separator {
    font-size: 56px;
    line-height: 80px;
  }
}

.VnxSportFixture.aspwp_dark_style .AF_EvInfo span,
.VnxSportFixture.aspwp_dark_style .match-data .asp-city,
.VnxSportFixture.dark_style .AF_inner * {
  color: #ddd;
}

.VnxSportFixture.aspwp_dark_style .AF_Title .asp-title,
.VnxSportFixture.aspwp_dark_style .tablinks {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .AspTopSliderMatch .asp-filter-day .allMatchesBtn {
    display: none;
  }

  .AspTopSliderMatch .allMatchesBtn.in_mobile {
    display: flex;
  }

  .VnxSportCard {
    width: auto;
  }

  .VnxSportFixture .AF_Title select#change_timezone {
    font-size: 10px !important;
  }

  .VnxSportFixture .AF_Contents {
    overflow: hidden;
    padding: 12px 12px 0;
  }

  .VnxSportFixture .AF_Filters {
    display: flex;
    justify-content: space-between;
    padding: 8px 5px;
  }

  .VnxSportFixture .AF_Filters .tablinks {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 5px;
  }

  .VnxSportFixture .result {
    font-size: 30px;
  }

  .VnxSportCard .AC_TeamImg {
    margin: 0 auto;
    width: 80px;
  }

  .VnxSportCard .AC_TeamImg img {
    height: auto;
    max-width: 62px;
  }

  .VnxSportCard .AC_TeamTitle {
    margin-top: 5px;
    font-size: 15px;
    margin: 0;
  }

  .VnxSportCard .AC_Score {
    font-size: 38px;
  }

  .VnxSportCard .AC_Separator {
    font-size: 37px;
    line-height: 56px;
  }

  .VnxSportCard .AC_MDay {
    color: #fff;
    font-size: 13px;
    padding-top: 2px;
    height: 23px;
  }

  .VnxSportCard .AC_Info {
    width: 95%;
    border-radius: 5px;
    margin: 0 auto;
    top: 25px;
    padding: 0 10px;
    height: 35px;
  }

  .VnxSportCard .AC_Info span {
    font-size: 10px;
  }

  .VnxSportFixture .AF_EvItem .AF_Team .AF_TeamLogo img {
    max-width: 40px !important;
    max-height: 40px;
  }

  .VnxSportFixture .AF_TeamName {
        font-size: 14px;
        font-weight: 600;
    letter-spacing: -0.5px;
  }

  .VnxSportFixture .AF_Data .AF_EvTime {
    font-size: 20px;
  }

  .VnxSportFixture .AF_EvInfo span.mic {
    display: none;
  }

  .VnxSportFixture .AF_EvInfo span {
    font-size: 10px !important;
    width: 50%;
  }

  .VnxSportFixture .AF_EvInfo .vnxicon,
  .VnxSportCard .vnxicon {
    width: 13px;
    height: 15px;
  }

  .asp-server-body {
    padding-bottom: 110%;
  }
}

@media screen and (max-width: 480px) {
  .VnxSportFixture .AF_inner {
    padding: 8px 0;
  }

  .VnxSportCard .AC_Commenter {
    display: none !important;
  }


  .VnxSportFixture .AF_Title select#change_timezone {
    min-width: 120px;
    font-size: 10px !important;
  }

  .VnxSportFixture .AF_Title .asp-title {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .VnxSportFixture .result {
    font-size: 27px;
  }

  .VnxSportFixture .match-data {
    padding: 0 6px;
  }

  .VnxSportFixture .match-data .asp-city {
    font-size: 9px;
  }

  .VnxSportFixture .AF_Data .AF_EvTime {
    margin: 5px 0 2px;
    font-size: 16px;
    letter-spacing: -1px;
  }



  .VnxSportFixture .AF_EvInfo span {
    height: 15px;
    overflow: hidden;
    line-height: 1.5;
    align-items: flex-start;
  }

  .vnxicon.cup {
    min-width: 15px;
  }

  .VnxSportCard .AC_TeamImg {
    margin: 0 auto;
    width: 70px;
  }

  .VnxSportCard .AC_TeamImg img {
       max-height: 60px;
    max-width: 60px;
  }

  .VnxSportCard .AC_TeamTitle {
    font-size: 14px;
    margin-top: 8px !important;
    margin: 0;
  }

  .VnxSportCard .AC_Score {
    font-size: 38px;
  }

  .VnxSportCard .AC_Separator {
    font-size: 37px;
    line-height: 56px;
  }

  .VnxSportCard .AC_MDay {
    font-size: 10px;
    padding: 3px 2px;
    height: auto;
    line-height: 11px;
  }

  .VnxSportCard .AC_Info {
    width: 95%;
    border-radius: 5px;
    margin: 0 auto;
    top: 15px;
    padding: 0 10px;
  }
}

.AF_matches_Row {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.AF_EvItem.live,
.AF_EvItem.live.finished {
  order: 1;
}

.AF_EvItem.comming-soon {
  order: 2;
}

.AF_EvItem {
  order: 3;
}

.AF_EvItem.gools {
  order: 4;
}

.AF_EvItem.finished {
  order: 5;
}

.aspwp-e3lan {
  margin-bottom: 10px;
  text-align: center;
  clear: both;
}

.AF_EvPenalty {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6c757d !important;
  line-height: 1.2;
  margin-top: 4px;
}

.AF_PenResult {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ccc;
    border-radius: 50px;
    overflow: hidden;
    line-height: 1.2;
    background: #ae6216;
}

.AF_PenResult span.score {
  padding: 0 10px;
  height: 18px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.AF_PenResult span.name {
  font-size: 11px;
  margin: 0;
  font-weight: 400;
  padding-bottom: 1px;
  letter-spacing: -0.5px;
}

.VnxSportCard .AC_Inner .AF_PenResult {
  background: #ffffffd1;
}

.VnxMatchInfo {
  margin: 35px 0;
  border-radius: 5px;
}

.VnxMatchInfo h2 {
  display: inline-block;

}

.VnxMatchInfo ul {
  margin: 14px 0;
}

.VnxMatchInfo i,
.VnxMatchInfo img {
  font-style: normal !important;
  width: 1em;
}

.VnxMatchInfo li {
    border-bottom: solid 1px #d8dbe1;
    background: #eceef2;
    color: #0E1019;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 7px;
    gap: 0.6vw;
    font-weight: 500;
    padding: 12px;
    line-height: 25px;
}

.content_entry ul li .title {
    width: 35%;
    font-size: 17px;
}

.wrapper.clearfix.mb-4 .VnxSportFixture {
  margin-bottom: 20px;
}

.AspSliderInner .aspwp-ajaxLoad {
  right: 28px;
  left: 28px;
  background: var(--asp-light);
  width: auto;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
  
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  transform: translate(0, 0);
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

.lSAction > a {
    width: 28px;
    height: 100%;
    display: block;
    top: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    transition: opacity 0.35s linear 0s;
    text-align: center;
    background: #dbdde5;
}

.lSAction > a:hover {
  opacity: 0.9;
}

.lSAction > .lSPrev {
  right: 0;
}

.lSAction > .lSNext {
  left: 0;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSAction > a svg {
    stroke: #64748b;
    width: 22px;
    height: 100%;
    fill: #64748b;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: grabbing;
}

.AspMatchItem {
  width: 100%;
  background: var(--asp-light);
  padding: 6px 12px;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
  position: relative;
  border: 1px solid var(--asp-gray2);
  overflow: hidden;
}

.AspMatchItem:not(:first-of-type) {
  margin-top: -1px;
}

.AspMatchItem:hover {
  background: var(--asp-gray);
}

.AspMatchItem .leaguName {
  font-size: 11px;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 4px;
}

.AspMatchItem .asps-team {
  float: right;
  width: calc((100% - 66px) / 2);
  height: 64px;
  text-align: center;
}

.AspMatchItem .teamA {
  padding-left: 12px;
}

.AspMatchItem .teamB {
  padding-right: 12px;
}

body .AspMatchItem .asps-team img {
  height: 26px;
  width: auto;
  border: none;
  display: inline-block;
  max-height: 26px;
}

.AspMatchItem .asps-team span {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-top: 5px;
  color: #000;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.AspMatchItem .resultDiv {
  float: right;
  width: 66px;
  margin-top: 6px;
}

.AspMatchItem .asps-result {
  color: #000;
  font-size: 16px;
  font-family: ykLight, arial;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
}

.AspMatchItem .resultDiv .asps-result:first-of-type {
  float: right;
}

.AspMatchItem .resultDiv .asps-result:last-of-type {
  float: left;
}

.AspMatchItem .matchStatus {
  display: inline-block;
  width: 100%;
}

.AspMatchItem .asps-status {
  width: 100%;
  height: 10px;
  display: inline-flex;
  font-size: 10px;
  margin: 0 !important;
  line-height: 0 !important;
  justify-content: center;
  align-items: center;
  border-color: #0000 !important;
  background-color: #0000 !important;
}

.AspMatchItem .penaltyRes {
  bottom: 3px;
}

.AspMatchItem .penaltyRes span {
  font-size: 12px;
}

.AspMatchItem .asps-status {
  border: 1px solid #aaa;
  color: #aaa;
}

.AspMatchItem.live .asps-status {
  border-color: #fec1c1;
  background-color: #fde8e8;
  color: rgb(155 28 28 / 1);
}

.AspMatchItem.not-started .asps-status {
  border-color: #45B3EB;
  color: #45B3EB;
}

.AspMatchItem.comming-soon .asps-status {
  border-color: #35BD53;
  color: #35BD53;
}

.AspMatchItem .resultDiv .AF_EvTime {
  display: block;
  color: #888;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.aspwp-link-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-decoration: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

.VnxSportFixture .AspMatchItem {
  padding: 12px 8px;
  margin-bottom: 8px;
}

.VnxSportFixture .asps-team {
  line-height: 1;
  height: auto;
}

.VnxSportFixture .resultDiv {
  margin-top: 0;
}

.VnxSportFixture .matchResult,
.VnxSportFixture .AspMatchItem .AF_EvTime {
  height: 20px;
}

.VnxSportFixture .resultDiv .AF_EvTime {
  font-size: 14px;
  line-height: 1.8;
}

.VnxSportFixture .AspMatchItem.live .matchResult,
.VnxSportFixture .AspMatchItem.finished .matchResult,
.AspMatchItem.asp_stat_1 .matchResult,
.AspMatchItem.asp_stat_5 .matchResult {
  display: flex;
  width: 40px;
  justify-content: center;
  margin: 0 auto;
  background: #F8F9FC;
  color: #0E1019 !important;
  padding: 0 28px;
  gap: 0.4vw;
  border-radius: 999px;
}

.VnxSportFixture .AspMatchItem.live .AF_EvTime,
.VnxSportFixture .AspMatchItem.finished .AF_EvTime,
.VnxSportFixture .matchResult,
.AspMatchItem.asp_stat_1 .AF_EvTime,
.AspMatchItem.asp_stat_5 .AF_EvTime {
  display: none;
}

.AspTopSliderMatch {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.AspTopSliderMatch .AspSliderInner {
    width: 100%;
    padding: 0px 28px;
    height: 110px;
    overflow: hidden;
    margin: 0;
    border-radius: 6px;
    position: relative;
}

.AspMatchSlider {
  height: 110px;
  position: relative;
  margin: auto;
  background: #fff;
}

.AspMatchSlider .AspMatchItem {
    height: 110px;
    display: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 2px solid #F1F2F8;
    margin-top: 0;
    background: #ffffff;
    border-radius: 8px;
}

.AspTopSliderMatch .AspSliderInner .AspMatchItem[style] {
  display: block;
}

.AspMatchSlider .AspMatchItem:first-of-type {
  border-right: 2px solid #F1F2F8;
}

.AspTopSliderMatch .asp-filter-day {
  display: flex;
  overflow: hidden;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.AspTopSliderMatch .gotoDay {
    padding: 0 30px;
    height: 30px;
    position: relative;
    text-align: center;
    color: #64748b;
    background-color: #dbdde5;
    font-weight: 400;
    font-size: 11px;
    line-height: 28px;
    border: 1px solid #f4f6fa;
    border-bottom: 0;
    transition: 0.3s;
}

.AspTopSliderMatch .gotoDay:hover {
  background: var(--asp-gray);
}

.AspTopSliderMatch .asp-filter-day .active,
.allMatchesBtn {
    background: var(--asp-sldr-color);
    color: #ffffff;
}

.AspTopSliderMatch .gotoDay:first-of-type {
  border-radius: 4px 0 0;
  border-right-width: 0;
}

.AspTopSliderMatch .gotoDay:last-of-type {
  border-radius: 0 4px 0 0;
  border-left-width: 0;
}

.allMatchesBtn {
  position: absolute;
  left: 0;
  height: 28px;
  font-size: 11px;
  line-height: 28px;
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.allMatchesBtn.in_mobile {
  display: none;
  width: calc(100% - 2px);
  position: relative;
  justify-content: center;
  margin-top: -4px;
  height: 30px;
  border-radius: 0 0 4px 4px;
  left: 1px;
  right: 1px;
}
.finished .AF_StaText {
    background: #4b4b4b !important;
}
.allMatchesBtn svg {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  fill: #fff;
  stroke: #fff;
}

.AspTopSliderMatch .allMatchesBtn:hover {
  color: #fff;
}

.nomatchinslide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  margin: 0;
  color: #b4b4b4;
  font-weight: 700;
  font-size: 14px;
  flex-direction: column;
}

.AspTopSliderMatch.aspwp_dark_style .AspSliderInner,
.AspTopSliderMatch.aspwp_dark_style .AspMatchSlider {
  background-color: #19232d;
  border-color: rgb(52, 65, 79);
  color: #eee;
}

.AspTopSliderMatch.aspwp_dark_style .AspMatchItem[style] {
  border-color: var(--asp-gray2);
}

.aspwp_dark_style .AspMatchItem .leaguName,
.aspwp_dark_style .AspMatchItem .matchResult,
.aspwp_dark_style .AspMatchItem .resultDiv .AF_EvTime {
  color: #a6a6a5;
}

.aspwp_dark_style .AspMatchItem .asps-team span,
.aspwp_dark_style .AspMatchItem .asps-result {
  color: #eee;
}

.aspwp_dark_style .AspMatchItem.live .asps-status {
  border-color: #d33;
  background-color: #d33;
  color: #fff;
}

.asp-disabled {
  pointer-events: none;
  cursor: default;
}

.container-wrapper.Aspwp_Widget_Matches,
.Aspwp_Widget_Matches.col-lg-3 .content_inner {
  padding: 0;
  overflow: hidden;
  border: 0;
}

.Aspwp_Widget_Matches .VnxSportFixture {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .small.VnxSportFixture .asp-city {
    font-size: 10px;
    letter-spacing: -0.8px;
  }

  .small.VnxSportFixture .AF_TeamName {
    font-size: 12px;
  }

  .small.VnxSportFixture .AF_EvItem .AF_Team .AF_TeamLogo img {
    max-width: 30px;
    max-height: 30px;
  }

  .small.VnxSportFixture .AF_Data .AF_EvTime,
  .hidden-score {
    font-size: 15px;
    font-weight: 700;
  }

  .small.VnxSportFixture .AF_EvStat .AF_StaText {
    font-size: 10px;
    min-height: 15px;
    height: 15px;
    padding: 0 6px;
    line-height: 14px;
    min-width: 46px;
  }

  .small.VnxSportFixture .AF_EvStat .AF_StaText .asp-dot-flashing {
    margin-top: 4px;
  }

  .small.VnxSportFixture .AF_Team,
  .small.VnxSportFixture .AF_Data {
    width: 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.rtl .asp-font {
  font-family: "VnxWebFonts";
}

.rtl .VnxSportFixture .AF_EvInfo .vnxicon,
.rtl .VnxSportCard .vnxicon {
  margin-left: 6px;
  margin-right: 0;
}

.rtl .VnxMatchInfo ul {
        width: 100%;
    border-collapse: collapse;
    background-color: #eceef2;
    margin: 0;
        border-radius: 8px;
}
.VnxMatchInfo ul .content {
    font-size: 17px;
    border-right: 1px solid #c0c0c0;
    padding-right: 10px;
}
.rtl .AspTopSliderMatch .gotoDay:first-of-type {
  border-radius: 0 8px 0 0;
  border-left-width: 0;
  border-right-width: 1px;
}

.rtl .AspTopSliderMatch .gotoDay:last-of-type {
  border-radius: 8px 0 0;
  border-left-width: 1px;
  border-right-width: 0;
}

.vnx_matchTabs .vnx_tab,
.vnx_lineupTeams .f_sq,
.vnx_lineupTeams .s_sq,
.vnx_mstaduim,
.vnx_staduim,
#vnx_evebody li,
#vnx_evebody li > div {
  font-family: "VnxWebFonts";
}

.rtl #VnxSport_header,
.rtl.theme--YSNSportTheme,
.rtl.theme--YSNSportTheme h1,
.rtl.theme--YSNSportTheme h2,
.rtl.theme--YSNSportTheme h3,
.theme--YSNSportTheme #entry,
.rtl.theme--YSNSportTheme .vnx-footer {
  font-family: "VnxWebFonts";
}


.home_vnxweb.VnxSportFixture .AspMatchItem {
  background: #ffffff;
  border: 1px solid #F1F2F8;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  border-radius: 10px;
  margin-bottom: 0px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_vnxweb.VnxSportFixture .asps-team {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}

.home_vnxweb.VnxSportFixture .AspMatchItem .asps-team img {
  width: 26px;
  height: 26px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  text-align: center;
}

.home_vnxweb.VnxSportFixture .AspMatchItem .asps-team span {
  text-align: end;
  font-weight: bold;
  font-size: 12px;
  color: #0E1019;
}

.home_vnxweb.VnxSportFixture .teamB.asps-team {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}

.home_vnxweb.VnxSportFixture .AspMatchItem .teamB.asps-team span {
  text-align: right;
}

.home_vnxweb.VnxSportFixture .AspMatchItem .teamB.asps-team img {
  margin-left: 10px;
}

.AF_Title_With_Filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.AF_FilterDropdown {
  position: relative;
  margin-inline-start: auto;
}

.AF_FilterToggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 40px;
    cursor: pointer;
    color: inherit;
    padding: 0;
    background: #0000;
    margin-right: 10px;
}

.AF_FilterMenu {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  width: 320px;
  max-width: min(320px, 90vw);
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 10px;
  z-index: 50;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.AF_FilterDropdown.open .AF_FilterMenu,
.AF_FilterDropdown.is-open .AF_FilterMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: 20px;
  z-index: 50;
}

.AF_FilterMenu .settings-wrapper + .settings-wrapper {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eee;
}

.AF_FilterMenu .label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.AF_FilterMenu .button-set {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.AF_FilterMenu .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
}

.AF_FilterMenu .button.active {
  background: #16ae941c;
  border-color: #16ae9447;
  color: var(--asp-sldr-color);
}

.yp-header-card {
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #16ae9424;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--asp-sldr-color);
}

.AF_League_Group {
  margin-bottom: 10px;
}

.AF_League_Header {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #e3e5f0;
  padding: 0.5rem;
  padding-inline-end: 0;
}

.AF_League_Header_Inner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.AF_League_Logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
}

.AF_League_Title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.AF_League_Matches,
.AF_Time_Matches {
  display: flex;
  flex-direction: column;
}

.AF_Filter_Match {
  display: block;
}

.AF_Title_With_Filter{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:0;
}

.AF_FilterDropdown{
	position:relative;
	margin-inline-start:auto;
}


.AF_FilterMenu{
	position:absolute;
	top:calc(100% + 10px);
	inset-inline-end:0;
	width:320px;
	max-width:min(320px, 90vw);
	padding:14px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:14px;
	box-shadow:0 12px 30px rgba(0,0,0,.12);
	display:block;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	margin-top:10px;
	z-index:50;
	transition:all 0.3s;
}

.AF_FilterDropdown.open .AF_FilterMenu,
.AF_FilterDropdown.is-open .AF_FilterMenu{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	margin-top:20px;
	z-index:50;
}

.AF_FilterMenu .settings-wrapper + .settings-wrapper{
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid #eee;
}

.AF_FilterMenu .label{
	display:block;
	font-size:13px;
	font-weight:700;
	margin-bottom:8px;
}

.AF_FilterMenu .button-set{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.AF_FilterMenu .button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:7px 12px;
	border:1px solid #d1d5db;
	border-radius:999px;
	background:#fff;
	text-decoration:none;
	color:inherit;
	font-size:13px;
	line-height:1.2;
}

.AF_FilterMenu .button.active{
	background:#16ae941c;
	border-color:#16ae9447;
	color:var(--asp-sldr-color);
}

.yp-header-card{
	margin-bottom:14px;
	padding:12px 14px;
	border-radius:12px;
	background:#f5f5f5;
	font-size:15px;
	font-weight:700;
	line-height:1.4;
}

.AF_League_Group{
	margin-bottom:18px;
}

.AF_League_Header{
	margin-bottom:.25rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	border-radius:.5rem;
	background-color:#e3e5f0;
	padding:.5rem;
	padding-inline-end:.5rem;
}

.AF_League_Header_Inner{
	display:flex;
	align-items:center;
	gap:8px;
	min-width:0;
}

.AF_League_Logo{
	width:24px;
	height:24px;
	object-fit:contain;
	flex-shrink:0;
	border-radius:50%;
}

.AF_League_Title{
	margin:0;
	font-size:14px;
	font-weight:700;
}

.AF_League_Matches,
.AF_Time_Matches{
	display:flex;
	flex-direction:column;
}

.AF_Filter_Match{
	display:block;
}

.AF_LeagueDropdown{
	position:relative;
	display:inline-flex;
	flex-shrink:0;
}

.AF_LeagueDropdownToggle{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
	padding:0;
	border:0;
	background:transparent;
	color:inherit;
	cursor:pointer;
	border-radius:8px;
}

.AF_LeagueDropdownToggle:hover{
	background:rgba(0,0,0,.06);
}

.AF_LeagueDropdownMenu{
	position:absolute;
	top:calc(100% + 8px);
	inset-inline-end:0;
	min-width:190px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:12px;
	box-shadow:0 12px 30px rgba(0,0,0,.12);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:translateY(8px);
	transition:all .25s ease;
	z-index:100;
}

.AF_LeagueDropdown.open .AF_LeagueDropdownMenu,
.AF_LeagueDropdown.is-open .AF_LeagueDropdownMenu{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:translateY(0);
}

.AF_LeagueDropdownMenuInner{
	padding:8px 0;
}

.AF_LeagueDropdownItem + .AF_LeagueDropdownItem{
	border-top:1px solid #e5e7eb;
}

.AF_LeagueDropdownItem a{
	display:block;
	padding:10px 14px;
	text-decoration:none;
	color:inherit;
	font-size:13px;
}

.AF_LeagueDropdownItemDanger a{
	color:#dc2626;
}

/* hidden champs button */
.AF_HiddenChampsTriggerWrap{
	margin-top:14px;
	display:flex;
	justify-content:center;
}

.AF_HiddenChampsTrigger{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	padding:10px 14px;
	border:1px solid #d1d5db;
	border-radius:999px;
	background:#fff;
	cursor:pointer;
	font-size:13px;
	font-weight:700;
	color:inherit;
}

.AF_HiddenChampsCount{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:22px;
	height:22px;
	padding:0 6px;
	border-radius:999px;
	background:#e3e5f0;
	font-size:12px;
	line-height:1;
}

/* hidden champs modal */
.yp-hidden-champs{
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.45);
    z-index: 999999999999999999;
    padding: 20px;
}

.yp-hidden-champs.open,
.yp-hidden-champs.opened{
	display:block !important;
}

.hidden-champs-warp{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.hidden-champs-dialog{
	width:100%;
	max-width:520px;
	max-height:80vh;
	background:#fff;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0 20px 50px rgba(0,0,0,.2);
}

.hidden-champs-dialog .head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding:16px 18px;
	border-bottom:1px solid #e5e7eb;
}

.hidden-champs-dialog .head h3{
	margin:0;
	font-size:18px;
	font-weight:700;
}

.hidden-champs-dialog .close-x{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:36px;
	height:36px;
	border:0;
	border-radius:10px;
	background:#f8fafc;
	cursor:pointer;
	color:inherit;
}

.hidden-champs-dialog .p-4{
	padding:16px 18px;
	max-height:60vh;
	overflow-y:auto;
}

.hidden-champs-list{
	display:flex;
	flex-direction:column;
	gap:10px;
}

.hidden-champ{
	display:flex;
	align-items:center;
	gap:12px;
	padding:12px;
	border:1px solid #e5e7eb;
	border-radius:12px;
	background:#fff;
}

.hidden-champ img{
	width:32px;
	height:32px;
	object-fit:contain;
	flex-shrink:0;
	border-radius:50%;
}

.hidden-champ span{
	flex:1;
	font-size:14px;
	font-weight:600;
	line-height:1.4;
}

.restore-champ{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 12px;
	border-radius:999px;
	background:#16ae941c;
	border:1px solid #16ae9447;
	color:var(--asp-sldr-color, #16ae94);
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	white-space:nowrap;
}

.hidden-champs-empty{
	text-align:center;
	padding:16px;
	border:1px dashed #d1d5db;
	border-radius:12px;
	color:#64748b;
	font-size:14px;
}

.sr-only{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}

.vnx_matchTabs .vnx_tab {
    line-height: 1.2 ;
    font-size: 15px ;
    padding: 20px 10px ;
    cursor: pointer ;
    border: 1px solid #ddd ;
    border-bottom-color: rgb(221, 221, 221) ;
    border-bottom-style: solid ;
    border-bottom-width: 1px ;
    border-bottom: none ;
    background-color: #ddd ;
    transition: all .1s ease-in-out ;
    flex: 1 ;
    margin-left: 0.25rem ;
    font-weight: 700 ;
    color: #222 ;
    border: 0 ;
    background: #0000 ;
}

.vnx_title {
    margin: 0 0 15px;
    background: #b3b6c1;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    text-align: right;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    color: #213c51;
}

.vnx_lineup {
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background: #eceef2;
    padding: 10px;
}

.vnx_lineup li {
    display: block ;
    width: 100% ;
    float: right ;
    margin: 0 0 8px ;
    overflow: hidden ;
    height: auto ;
    padding: 0 0 8px ;
    border-bottom: solid 1px #eeeeee8c ;
    list-style: none ;
}

#vnx_evebody li h3 {
    width: 130px ;
    margin: 0 auto ;
    line-height: 2 ;
    font-size: 14px ;
    display: inline-block ;
    padding: 3px 6px 3px ;
    border-radius: 57px ;
    margin-bottom: 1rem ;
    text-align: center ;
    font-weight: 600 ;
    background: #ffffff ;
    border: 1px solid #F1F2F8 ;
}

.stncard {
    display: inline-block ;
    background-color: #e3e5f0 ;
    padding: .5rem .75rem ;
    width: 100% ;
    max-width: 180px ;
}

#vnx_evebody li > span {
    position: absolute ;
    top: 0 ;
    left: 50% ;
    margin-left: -19px ;
    width: 40px ;
    height: 40px ;
    text-align: center ;
    background-color: #e3e5f0 ;
    border-radius: 50% ;
    color: #0e1019 ;
    font-size: 1rem ;
    line-height: 1.25rem ;
    font-weight: 600 ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}

#vnx_evebody div.l {
    float: left ;
    padding-right: 35px ;
    text-align: right ;
}

#vnx_evebody div.r {
    float: right ;
    padding-left: 35px ;
    direction: ltr ;
    text-align: left ;
}

#vnx_evebody div.l:nth-of-type(even) {
    margin-bottom: 10px !important;
}

#vnx_evebody div.r:nth-of-type(even) {
    margin-bottom: 10px !important;
}

#vnx_evebody .eveblock {
    background-color: #eceef2 !important;
    border: 1px solid #eceef2 !important;
}
#vnx_evebody div.r .eveblock {
    border-right: #4aa8e3 4px solid !important;
}

#vnx_evebody div.l .eveblock {
    border-left: #e31025 4px solid !important;
}

.vnx_evIcon {
    background-color: #eceef2 !important;
    border: 1px solid #eceef2 !important;
    border-radius: 5px !important;
}
#vnx_evebody div.r .eveblock::after {

    background: #eceef2 !important;
    border-left: 1px solid #eceef2 !important;
    border-bottom: 1px solid #ddd !important;
}

#vnx_evebody div.l .eveblock::after {
	background: #eceef2 !important;
	border-left: 1px solid #eceef2 !important;
	border-bottom: 1px solid #eceef2 !important;
}
.vnx_eve_2 {
    background-color: #0000 !important;
}


