/* media code for nav starts */
.primary-navigation {
  --underline-gap: .5rem;
  position: fixed;
  z-index: 1000;
  inset: 0 0 0 78%;
  list-style: none;
  padding: min(20rem, 2vh) 2rem;
  margin: 0;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 500ms ease-in-out;
  backdrop-filter: blur(1.5rem);
  -webkit-backdrop-filter: blur(1.5rem);
  top: 114px; 
  overflow-y: scroll;
  overflow-x: hidden; 
  
}

.primary-navigation[data-visible="true"] {
  transform: translateX(0);
}

.primary-navigation.underline-indicators > .active {
 border: 0;
}

.mobile-nav-toggle {
  display: block;
  position: absolute;
  z-index: 2000;
  right: 1rem;
  top: 2rem;
  background: transparent;
  background-image: url(../img/shared/menu-icon-black.png);
  width: 1.8rem;
  aspect-ratio: 1;
  border: 0;
  background-size: cover;
}

.mobile-nav-toggle[aria-expanded="true"] {
  background-image: url(../img/shared/icon-close.svg);
}

body.dark-theme .mobile-nav-toggle { 
  background-image: url(../img/shared/menu-icon-white.png);
}

body.dark-theme .mobile-nav-toggle[aria-expanded="true"] {
  background-image: url(../img/shared/icon-close.svg);
}

.mobile-nav-toggle:focus-visible {
  outline: 5px solid white;
  outline-offset: 5px;
}




/* primary-header */

.primary-header {
  justify-content: space-between;
  align-items: center;
}


.primary-navigation a {
  text-decoration: none;
}

.primary-navigation a > span {
  font-weight: 700;
  margin-right: .5em;
}



.clubs_container, .home__team-matche-logo-main {
  margin-top: 68px;
  
}
section.score_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: var(--header-bg);
    height: 64px;
}

.home__main.about__primary {
    margin-top: 115px;
}

.about__primary {
    margin-top: 115px!important;
}

.chatbox_area {
    margin-top: 65px;
}

.main_header {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--header-bg);
    height: 5rem;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-left: 1rem;
    box-shadow: var(--shadow-header-1);
    border-bottom: 1px solid transparent;
    padding-inline: 1.5rem;
}


.site_logo {
  width: 15rem;
}

.site_logo a {
  color: var(--theme_color) !important;
}

.dark-theme .main_header {
  border-bottom: 1px solid var(--color-border);
}

.site_logo a {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
}

/* ----------------------------- */
/* All clubs starts              */
/* ----------------------------- */
.team_title_hide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1rem;
}

.club_title {
  color: var(--text_color);
  font-size: 1.4rem;
  font-weight: 500;
}

.club_title h3,
.sidebar_title h3,
.channel_title h3,
.home__team-matche-logo h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

li.single_club:hover {
  background-color: var(--icon-hover-color);
}

.single_club_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 12px 5px;
}
/* All club css ends */

/* ----------------------------- */
/* Main player css               */
/* ----------------------------- */
.match-placeholder,
.match-placeholder-item,
.match-placeholder iframe,
.match-placeholder embed,
.match-placeholder object,
.match-placeholder video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* main for player */
.match-placeholder::before {
  padding-top: 63.25%; /* 16:9 */
  padding-bottom: 30px;
}

.match-placeholder::before {
  display: block;
  content: "";
}

.match-placeholder.match-placeholder-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 100%;
}

.match-placeholder {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.match-placeholder {
  width: 100%;
  background: #000000;
}

.dark-theme .match-placeholder {
  border: 1px solid #101010;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none !important;
}

iframe {
  border-width: 0px !important;
}
/* main player ends*/

/* ----------------------------- */
/* chatbox css starts            */
/* ----------------------------- */
.chatbox_area {
  top: 5rem;
  right: 0rem;
  bottom: 0;
  width: 100%;
  z-index: 2;
  position: fixed;
  max-width: 350px;
  overflow: hidden;
  background: var(--color-background-sidebar);
  border-left: 1px solid var(--color-border);
  transition: all 0.2s ease-in;
}

.chat_header {
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: var(--color-background-alt);
  border-bottom: 1px solid var(--color-border);
}

.chat_title {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 0px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

#darkChat {
  width: 100%;
  height: calc(100vh - 8rem);
}

span.for_whitemode {
  display: block;
  width: 100%;
  height: calc(100vh - 15rem);
}

span.for_darkmode {
  display: none;
}


.dark-theme span.for_darkmode {
  display: block;
  width: 100%;
  height: calc(100vh - 15rem);
}

/* ----------------------------- */
/* Expand collaps css starts     */
/* ----------------------------- */
.match-placeholder::before {
  padding-top: 50.25%;
  padding-bottom: 0px;
}

.clubs {
  display: none;
}

.hide_team_title .clubs {
  display: block;
  margin-left: 4px;
}

.hide_team_title .about__sidebar {
  display: none;
}

.team_page_container {
  display: flex;
  justify-content: start;
}

.team_main_content {
  z-index: 1;
  width: 100%;
  max-width: calc(100% - 60rem);
  position: relative;
  transition: all 0.2s ease-in;
  margin: 6rem 0rem 0rem 25rem;
}

.about__primary {
  width: 100%;
  max-width: calc(100% - 60rem);
  position: relative;
  transition: all 0.2s ease-in;
  margin: 0rem 0rem 0rem 25rem;
}

.clubs_container {
  width: 25rem;
  position: fixed;
  top: 47px;
  left: 0;
  z-index: 99999;
  background: var(--color-background-alt);
  border-right: 1px solid var(--color-border);
  height: calc(100vh - 12rem);
  max-height: calc(100vh - 12rem);
  overflow-y: scroll;
  overflow-x: hidden;
}

.hide_team_title .clubs_container {
  height: calc(100vh - 12rem);
  max-height: calc(100vh - 12rem);
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Sidebar scrollbar starts */
.clubs_container::-webkit-scrollbar {
  width: 4px;
}

.clubs_container::-webkit-scrollbar-corner,
.clubs_container::-webkit-scrollbar-track {
  background-color: transparent;
}

.clubs_container::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}

.clubs_container:hover::-webkit-scrollbar-thumb {
  background: darkgray;
}

.clubs_container::-webkit-scrollbar-thumb:hover {
  background: gray;
}

.clubs_container:hover::-webkit-scrollbar-thumb:hover {
  background: gray;
}

/* Sidebar scrollbar ends */

/* Sidebar scrollbar starts */
.hide_team_title .clubs_container::-webkit-scrollbar {
  width: 2px;
}

.hide_team_title .clubs_container::-webkit-scrollbar-corner,
.hide_team_title .clubs_container::-webkit-scrollbar-track {
  background-color: transparent;
}

.hide_team_title .clubs_container::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4px;
}

.hide_team_title .clubs_container:hover::-webkit-scrollbar-thumb {
  background: darkgray;
}

.hide_team_title .clubs_container::-webkit-scrollbar-thumb:hover {
  background: gray;
}

.hide_team_title .clubs_container:hover::-webkit-scrollbar-thumb:hover {
  background: gray;
}

/* Sidebar scrollbar ends */

.hide_team_title .clubs_container {
  width: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hide_team_title .club-image {
  border-radius: 5rem;
  background: var(--team-logo-hover);
  border: 1px solid transparent;
}

.hide_team_title .club-image:hover {
  border: 1px solid var(--color-border);
}

.hide_team_title .single_club {
  background: transparent;
  margin-bottom: 0.5rem;
}

.hide_team_title .single_club:hover {
  background: transparent;
}
.hide_chat .about__primary {
  max-width: calc(100% - 251px);
}

.hide_team_title .about__primary {
  margin-left: 20rem;
}

.hide_chat .chatbox_area {
  transform: translateX(35rem);
}

.hide_team_title .about__primary {
  margin-left: 6rem;
  max-width: calc(100% - 41rem);
}

.hide_team_title.hide_chat .about__primary {
  margin-left: 6rem;
  max-width: calc(100% - 61px);
}

.hide_chat #toggleTeathre {
  position: absolute;
  right: 40px;
  top: 2px;
}

.hide_chat .chat_hide_button {
  position: absolute;
  right: 10px;
  top: 2px;
}

/* teams */
.team_hide_button {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 3rem;
}

.team_collapse {
  display: none;
}

.hide_team_title .team_expand {
  display: none;
}

.hide_team_title .team_collapse {
  display: block;
}

.hide_team_title .club_title {
  display: none;
}

.hide_team_title .channel_title {
  display: none;
}

/* chatbox */

.expand svg {
  display: none;
}

.hide_chat .expand svg {
  display: block;
}

.hide_chat .collapse svg {
  display: none;
}
/* Expand collaps css ends */

/* Article css */
.articles {
  padding: 5rem 2rem;
}

.articles div {
  margin-bottom: 2rem;
}

/* Player button */
.video_description {
  height: 8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--sidebar_bg_color);
  justify-content: space-between;
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, .05);
}

 .affiliate_decs a {
   color: var(--text_color);
}
.affiliate_decs {
  flex-basis: calc(100% - 34rem);
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.affiliate_button {
  flex-basis: 10rem;
  height: 7rem;
}

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

.coffe_button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: end;
  flex-basis: 20rem;
  justify-content: end;
  margin-right: 1rem;
}

.buy_me_coffee {
  width: 40px;
  height: 37px;
  padding: 4px 9px;
}

.buy_me_coffee a svg {
  margin-top: -5px;
}

svg.for_dark {
  display: none;
}

.dark-theme svg.for_white {
  display: none;
}

.dark-theme svg.for_dark {
  display: block;
}

.discord_button {
  width: 41px;
  height: 37px;
  padding: 5px 5px;
}

.discord_button a svg {
  margin-top: -8px;
}

.share_button {
  display: flex;
  padding: 7px 5px 5px 5px;
  cursor: pointer;
  position: relative;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.dark-theme .share_button svg {
  fill: #ffffff;
}

.share_icon {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.share_button.open .share_icon {
    display: block;
    left: -112px;
    width: 200px;
    height: 57px;
}

.share_icon_close_icon {
  display: none;
  width: 78px;
}

.main_share_icon {
  display: flex;
  align-items: center;
  width: 78px;
}

.open .share_icon_close_icon {
  display: block;
}

.open .share_icon_close_icon svg {
  margin-left: 26px;
}

.open .main_share_icon {
  display: none;
}

/* reusable */
.icon_hover {
  cursor: pointer;
  background-color: var(--icon-hover-color);
  border-radius: 4px;
}

.icon_hover:hover {
  background-color: var(--icon-hover-color-alt);
  border-radius: 4px;
}

/* paly button */

.video-play-button {
  position: absolute;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 5rem;
  height: 5rem;
  background: #ff0000;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 5rem;
  height: 5rem;
  background: #ff0000;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #8f68ca;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0s;
}

.video-play-button:hover:after {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 4px #772ce8;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: absolute;
  z-index: 300;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: 54%;
  top: 50%;
  transform: translateX(-45%) translateY(-50%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.live {
  position: absolute;
  z-index: 999;
  left: -22px;
  top: 15px;
  background: var(--custom-theme-color);
  color: white;
  padding: 2px 10px;
  font-size: 13px;
  line-height: 12px;
  border-radius: 4px;
  border: 2px solid white;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

/* ----------------------------- */
/* Home Page                     */
/* ----------------------------- */
.home-sec {
  margin-top: 50px;
}

.home-sec .clubs {
  display: block;
}

.home__main {
  margin-left: 25rem;
  width: 100%;
  max-width: calc(100% - 60rem);
}

.hide_team_title .home__main {
  margin-left: 6rem;
  width: 100%;
  max-width: calc(100% - 41rem);
}

.home__team-fixture h2 {
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--schedule_hover_color);
  padding-bottom: 1rem;
}

/* Schedule css */
.schedule_title {
  padding: 1rem;
  line-height: 28px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);

}

.home__team-fixture {
  background-color: var(--header-bg);
}

.clubs_container .home__team-fixture {
  margin: 0 1rem;
  background-color: transparent;
  padding-bottom: 1rem;
  min-height: calc(100vh - 256px);
}

.fixture_main_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  border-bottom: 1px solid var(--icon-hover-color);
  padding-block: 0.5rem;
}

.fixture_main_container:hover {
  background-color: var(--icon-hover-color);
}

.fixture_time {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.fixture_teams_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule_mid_container {
  display: flex;
  align-items: center;
  justify-content: center;
/*   width: 10rem; */
  text-align: center;
  gap: 10px;
}

.vs {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-inline: 3rem;
}

span.main_vs {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  min-width: 80px;
}

.schedule_date {
  font-size: 12px;
  text-transform: uppercase;
}

.schedule_time {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.fixture_teams a {
  display: flex;
  align-items: center;
  color: var(--text_color);
  gap: 10px;

}

.fixture_teams {
  width: 24rem;
  font-weight: 500;
}

.fixture_team_1 a {
  justify-content: end;
}

.home_watch_btn {
  color: var(--white_color);
  background-color: var(--sidebar_text_color);
  padding-inline: 10px;
  padding-block: 4px;
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.home_watch_btn:hover {
  background-color: #6a6a6aeb;
}

.dark-theme .home_watch_btn {
  color: var(--text_color)!important;

}
.home_hd_btn {
  background-color: var(--custom-theme-color) !important;
  color: white;
  padding-block: 4px;
  border-radius: 4px;
  padding-inline: 10px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.home_hd_btn:hover {
  filter: brightness(85%);
  border-color: lighten(var(--custom-theme-color), 50%);
}


.schedule_alt_text {
  padding: 1rem;
}

.home__secondry-btn span {
  background-color: var(--custom-theme-color) !important;
  color: white;
}

/* Home Bottom */
.home-main-content {
  margin-block: 2rem;
  padding: 2rem;
}

/* Home Sidebar */
  .sidebar_title {
  padding: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.sidebar_title h3 {
  margin-left: 1rem;
}

.about__heading span {
  font-size: 13px;
  color: var(--sidebar_text_color);
}

.about__heading {
  line-height: 0px;
  margin-bottom: 1.5rem;
}

.home__team-matche-logo-main {
  max-width: 350px;
  width: 100%;
  position: fixed;
  right: 0;
  top: 47px;
  height: calc(100vh - 47px);
  background-color: var(--color-background-sidebar);
  border-left: 1px solid var(--color-border);
  height: calc(100vh - 12rem);
  max-height: calc(100vh - 12rem);
  overflow-y: scroll;
  overflow-x: hidden;
}

.home__logo {
  display: flex;
}

.home__team-matche-logo h3 {
  margin-inline: 1rem;
  line-height: 28px;
}

.home__team-matche-logo .home__logo {
  margin: 1rem 1rem 1rem 1rem;
}

.about__team-fixture .home__team-matche-logo .home__logo {
  margin: 0rem 1rem 1rem 1rem;
}

.team__logo img {
  width: 60px;
  height: 60px;
  background: var(--color-background-alt);
  margin-right: 4px;
  border-radius: 3px;
  margin-top: 2px;
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 1px;
}
    .team__logo img:hover {
		background: rgba(0, 0, 0, 0.03);
  }
	.home__team-matche-logo .team__logo img:hover {
		background: rgba(0, 0, 0, 0.03);
}
.dark-theme .team__logo img:hover {
    background-color: #9191918f;
}

.clubs_container .team__logo img {
  background: var(--icon-hover-color);
}

.home__logo.team_page img {
/*   width: 50px; */
  height: 50px;
}

.team__logo:first-child img {
  width: 60px;
  height: 50px;
  padding: 5px;
}

.team__logo:nth-child(2n) img {
  width: 60px;
  height: 50px;
  padding: 5px;
}

.team__logo:nth-child(3n) img {
  width: 60px;
  height: 50px;
  padding: 5px;
}

.home-sidebar-content {
  padding: 0rem 1rem;

}

.home-sidebar-content ul {
  margin-left: 2rem;
  list-style: disc;
  font-size: 13px;
}

.home-sidebar-content h3 {
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
  line-height: 112%;
}

/* ----------------------------- */
/* Footer                        */
/* ----------------------------- */
footer.footer {
  width: 100%;
  max-width: calc(100% - 60rem);
  position: relative;
  transition: all 0.2s ease-in;
  margin: 0rem 0rem 0rem 25rem;
  background-color: var(--schedule_hover_color);
  padding: 1rem;
  text-align: center;
}

.hide_team_title .footer {
  margin-left: 6rem;
  width: 100%;
  max-width: calc(100% - 41rem);
}

.hide_chat .footer {
  max-width: calc(100% - 251px);
}

.hide_team_title.hide_chat .footer {
  margin-left: 6rem;
  max-width: calc(100% - 61px);
}

.footer_text {
  font-size: 1.4rem;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  line-height: 1.2;
  color: var(--schedule_time_color);
}

/* ----------------------------- */
/* Team Page css                 */
/* ----------------------------- */
section.about-sec {
  margin-top: 50px;
}

.tab {
  position: relative;
}

.nav-tab {
  display: flex;
  align-items: center;
  padding-block: 5px;
  justify-content: center;
}

.nav-tab li {
  margin-right: 3rem;
  opacity: 0.8;
}

.nav-tab li:hover {
  opacity: 1;
}

li.active {
  opacity: 1;
}

.chat_hide_button {
  position: absolute;
  right: 0;
  top: 2px;
}

.close_button.btn_effect {
  top: 1px;
}

.hd_button {
  padding: 0px 6px 1px 0px;
  height: 20px;
  margin-top: 1px;
  line-height: 20px;
}

#toggleTeathre {
  position: absolute;
  right: 30px;
  top: 2px;
}

.nav-tab li a,
.nav-tab a {
  color: var(--text_color);
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

li.active a {
  color: var(--hover_color);
  box-shadow: 0 -3px 0px 0px var(--hover_color) !important;
  padding-top: 4px;
}

.nav-tab li:hover {
    box-shadow: 0 -2px 0px 0px #ccc;
}

/* taam schedule */

.home__team-fixture-matche {
  display: flex;
  font-size: 10px;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 3px;
  border-radius: 2px;
}

.home__team-fixture-time a {
  display: flex;
  flex-direction: column;
  width: 33px;
}

.home__team-fixture-schedule {
  line-height: 1;
  color: var(--sidebar_text_color);
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
}

.home__team-fixture-schedule span:nth-child(2) {
  font-size: 9px;
}

.home__team-fixture-schedule span:nth-child(3) {
  font-size: 9px;
}

.home__team-fixture-schedule span:nth-child(1) {
  color: var(--theme_color);
  font-weight: 600;
}

.home__team-fixture-schedule h4 {
  line-height: 0;
  margin-block: 6px;
}

.home__team-fixture-time span {
  margin-top: 3px;
}

.home__team-fixture-time a {
  color: var(--text_color);
}

.home__primary-btn {
  color: white;
  padding: 4px;
  background-color: var(--sidebar_text_color);
  border-radius: 3px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.home__primary-btn:hover {
  background-color: #6a6a6aeb;
}

.home__secondry-btn {
  background-color: var(--custom-theme-color);
  color: white;
  border-radius: 3px;
  padding-block: 4px;
  padding-inline: 6px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.home__secondry-btn:hover {
  filter: brightness(85%);
  border-color: lighten(var(--custom-theme-color), 50%);
}

/* team middle */
.today-match {
  padding: 1rem;
  color: var(--sidebar_text_color);
}

.today_match_title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: var(--content-font);
}

.about__content {
  padding: 2rem;
  margin-bottom: 10px;
}

.about__content h3 {
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

.about__content ul {
  list-style: disc;
  margin-left: 2rem;
  margin-block: 1rem;
}

/* ----------------------------- */
/* Theater Mode                  */
/* ----------------------------- */
.theatre .clubs_container {
  z-index: 0 !important;
}

.theatre .channel-header .channel_hd_btn {
  color: red;
  font-weight: 700;
  font-size: 22px;
  line-height: 0;
  padding-top: 24px;
}

.close_theater {
  display: none;
}

.theatre .open_theater {
  display: none;
}

.theatre .close_theater {
  display: block;
}


/* Theater modes */
/* theater */

.theatre {
  overflow: hidden;
  background: #000000;
  position: fixed;
  width: 100%;
  position: relative;
}

.theatre .match-placeholder iframe {
  position: fixed;
  width: calc(100vw - 350px);
  height: calc(100vh - 66px);
  left: 0;
  top: 66px;
  z-index: 999999999;
  background: #000;
  }

.theatre .match-placeholder iframe {
  position: fixed;
  width: calc(100vw - 350px);
/*   height: calc(100vh - 0px); */
  left: 0;
  top: 66px;
  z-index: 10;
  background: #000;
}

.theatre .main_header {
  z-index: 1;
}

.theatre .video-play-button span {
  z-index: 1;
}

.theatre .live {
  z-index: 1;
}

.theatre #darkChat {
  position: fixed;
  right: 0;
  left: auto;
  height: 100vh;
  top: 66px;
  z-index: 999999999;
  display:block !important;
  width: 350px;
  background: #000;
  }

.theatre #darkChat iframe {
  height: calc(100vh - 7rem);
  width: 350px;
}

.theatre .for_darkmode {
  display: block;
}

.theatre .nav-tab {
  position: absolute;
  top: 26px;
  left: 50px;
  width: 100%;
  z-index: 9999999999;
  background: #000000a6;
  width: fit-content;
  padding: 4px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  border-radius: 4px;
}

.theatre .nav-tab li a {
  color: #e5e5e5 !important;
}

.about__main:hover .nav-tab {
  opacity: 1;
  visibility: visible;
}

.theatre #toggleTeathre {
  z-index: 9999999999999;
  right: 211px;
  top: 27px;
  background: #000000a6;
  opacity: 0;
  visibility: hidden;
  padding: 1px 2px;
  border-radius: 4px 0px 0px 4px;
}

.theatre #toggleTeathre svg,
.theatre .chat_hide_button svg {
  fill: #e5e5e5 !important;
}

.theatre .chat_hide_button {
  z-index: 9999999999;
  right: 177px;
  top: 27px;
  background: #000000a6;
  opacity: 0;
  visibility: hidden;
  padding: 1px 2px;
  border-radius: 0px 4px 4px 0px;
}

.about__main:hover #toggleTeathre {
  opacity: 1;
  visibility: visible;
}

.about__main:hover .chat_hide_button {
  opacity: 1;
  visibility: visible;
}

.theatre .chatbox_area .chat_hide_button {
  z-index: 0;
}
.theatre .nav-tab a {
    color: #e5e5e5 !important;
}

.theatre .video__content {
    position: fixed !important;
    top: 66px;
    left: 0;
    width: calc(100vw - 350px);
    height: calc(100vh - 66px);
    z-index: 999999998;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.theatre .video__content {
    transition: all 0.1s ease-in-out;
}

/* hide chat */
body.theatre.hide_chat .match-placeholder iframe {
  width: calc(100vw - 0px);
}
body.theatre.hide_chat .video__content {
    width: 100vw !important;
    height: calc(100vh - 66px) !important;
}

tr[id^="Liqwid_"] td {
  padding: 10px 0;
  text-align: center;
}

tr[id^="Liqwid_"] iframe,
div[id^="Liqwid_"] iframe {
  vertical-align: bottom;
}

div[id^="Liqwid_"] {
  text-align: center;
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

/* ----------------------------- */
/* Old css                       */
/* ----------------------------- */
.about__img img {
  width: 100%;
}

.tab-content iframe {
  width: 100%;
  height: 100%;
}

.home__team-fixture-time a img {
  max-width: 40px;
}

video {
  width: 100%;
}

.video__content {
  position: absolute;
}

.video__content {
  position: absolute;
  text-align: center;
  height: 100% !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.tab-content {
  width: fit-content;
}

.content.active {
  position: relative !important;
  border-bottom: 1px solid transparent;
}

.dark-theme .content.active {
  border-bottom: 1px solid var(--sidebar_bg_color);
}

.about__img .today-match {
  padding: 10px 20px;
  background: var(--custom-theme-color);
  color: white;
}

.video__content p {
  font-size: 20px;
  color: white;
  text-align: center;
  margin: 0 auto !important;
  line-height: 26px;
}

.video__content a {
  background: var(--custom-theme-color);
  color: white;
  padding: 18px 30px;
  font-size: 18px;
  margin-top: 37px;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

/* Very important */
.content {
  position: relative;
  width: 100%;
  height: 75vh;
}

.about__tab video {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 3/2.2;
}

video[poster] {
  object-fit: cover;
}

.about__tab .tab-content {
  width: 100%;
}

.live-chat iframe {
  width: 100%;
  margin-top: 0px;
  height: 36vw;
  max-height: 660px;
}

/* ----------------------------- */
/* 404 page                      */
/* ----------------------------- */
.fourofour_page {
  text-align: center;
  background: #d2d2d2;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.fourofour_page h1 {
  font-size: 30px;
}

.fourofour_page a {
  color: var(--hover_color);
}

.fourofour_page a:hover {
  color: var(--theme_color);
  background: var(--white_color);
  padding: 0 5px;
}

/* ----------------------------- */
/* body scroll                   */
/* ----------------------------- */
body {
  height: 100%;
  overflow-y: hidden;
}

body.scroll_activated {
  height: auto;
  overflow-y: scroll;
}

body.theatre.scroll_activated {
  height: 100%;
  overflow-y: hidden;
}

/* Scroll To */
.topTo {
  position: fixed;
  right: 36rem;
  bottom: 150px;
  cursor: pointer;
  opacity: 0.7;
  width: 32px;
  z-index: -100;
  visibility: hidden;
}

.topTo:hover {
  opacity: 1;
}

.topTo.show-icon {
  z-index: 100;
  visibility: visible;
}

.dark-theme .topTo svg {
  fill: white;
}

@media (max-width: 768px) {
    .topTo {
      right: 40rem;
      bottom: 22rem;
    }
}


/* Mobile schedule */
.mobile-fixtures {
  display: none;
  visibility: hidden;
}

/* mobile menu */
.drop__down {
  display: none;
}

.home__team {
  display: none;
}

@media only screen and (max-width: 767px) {
  .drop__down {
    display: block;
    margin-top: 4rem;
  }

  .home__team {
    position: absolute;
    background: var(--color-background-sidebar);
    top: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 11px 0 9px;
    z-index: 2;
    transition: all ease 0.5s;
    display: block;
	margin-left: 10px;
  }

  .teams-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000004f;
    top: 0;
    z-index: 1;
    display: none;
  }

  .teams-overlay.active {
    display: block;
  }

  .home__team.active {
    max-height: 500vh;
    padding: 26px 11px 30px 10px;
    margin-top: -1rem;
    border-radius: 0.4rem;
  }

/*   .home-sec .schedule_title {
    margin-top: -9rem;
  } */
}

.drop__down a {
    font-size: 16px;
    line-height: 20px;
    background-color: var(--custom-theme-color);
    padding: 8px;
    width: 100%;
    max-width: 100px;
    text-align: center;
    display: flex;
    color: white;
    align-items: center;
    margin-top: 9rem;
    gap: 13px;
    justify-content: center;
    border-radius: 0.2rem;
    margin-left: 1rem;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.drop__down img {
  width: 100%;
  max-width: 12px;
  transform: rotate(180deg);
  filter: invert(1);
}

.home__team-title {
  display: flex;
  margin-bottom: 17px;
  gap: 10px;
  align-items: center;

}

.home__team-logo img {
	max-width: 35px;
    height: auto;
    width: 100%;

}

.home__team-name span {
  color: var(--text_color);
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

/* button focus new css */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.home_watch_btn:focus, .home_watch_btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,.5);
}
.home__primary-btn:focus, .home_watch_btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(23,162,184,.5);
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.home_hd_btn:focus, .home__secondry-btn:focus {
    -webkit-box-shadow: 0 0 0 0.1rem #025dbe;
    -moz-box-shadow: 0 0 0 0.1rem #025dbe;
    box-shadow: 0 0 0 0.1rem #025dbe;
}

.home_hd_btn:focus, .home_hd_btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

.home__secondry-btn:focus, .home__secondry-btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}

/* new css for button */

.btn-buy-plan {
    padding: 7px 12px;
    border-radius: 4px;
    background-color: var(--custom-theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    justify-content: space-evenly;
	align-items: center;
	margin-left: 10px;
}

.btn-buy-plan img {
    margin-right: 8px;
}

.btn-buy-plan:hover {
    background-color: #1E50C3;
}

/*** New css **/

				.share {
    position: relative;
}
	.social a {
    display: block;
    max-width: 32px;
    width: 100%;
    max-height: 32px;
    min-width: 32px;
}
	.social.active {
    max-height: 100vh;
    padding: 16px;
}
.social {
    position: absolute;
    bottom: calc(100% + 15px);
    display: flex;
    background: var(--custom-theme-color);
    border-radius: 3px;
    right: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all ease 0.5s;
}			
													
 .buy-button {
    padding: 6px 12px;
	background-color: var(--custom-theme-color);
    display: flex;
    align-items: center;
    color: #FFF;
	font-family: var(--heading-font);
    font-style: normal;
	font-size: 18px;
    font-weight: 600;
    line-height: normal;
    gap: 6px;
    text-decoration: none;
	border-radius: 3px;
	white-space: nowrap;
	margin-left: 10px;

}

.buy-button:hover {
    filter: brightness(110%);
    border-color: lighten(var(--custom-theme-color), 50%);
}
