/*
Theme Name: NFL Monster
Theme URI: 
Author: Kevin
Author URI: 
Description: streaming theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sport
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.about__content-para a {
    color: #356EF8; 
}
.about__content-para a:hover {
    color: #0000FF; 
}
 .vidCont-bg {
  position: relative !important;
  min-height: 380px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .vidCont-bg {
    min-height: 160px;
  }
}
/* fake player css */
.vidCont-center,
.vidCont-section,
.vidPlay {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.vidCont-section {
  width: 33.33333%;
  height: 60%;
  float: left;
  padding-top: 20px;
}
.vidCont-center {
  width: 100%;
  height: 30%;
  clear: both;
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-repeat: repeat-x;
  filter: e(
    (
      "progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",
      argb(rgba(0, 0, 0, 1)),
      argb(rgba(0, 0, 0, 1))
    )
  );
}
.vidCont-center--small {
  width: 100%;
  height: 10%;
  clear: both;
  background-repeat: no-repeat;
  background-position: 368px 4px;
}
.vid-txt {
  color: #f0f0f0;
  text-decoration: none;
}
.vid-txt.med- {
  font-size: 21px;
  letter-spacing: 0.3px;
  font-weight: 200;
  color: #ddd;
}
.vid-txt.small- {
  font-size: 16px;
  position: relative;
  top: -8px;
  margin-top: 0;
  margin-bottom: 0;
}
.vid-txt.lg- {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
.vid-teamImg {
  height: 70px;
}
.vidPlay {
  cursor: pointer;
  position: relative;
  display: table;
  margin: 0 auto;
  width: 64px;
  height: 54px;
  padding: 11px 16px;
  border-radius: 4px;
  background-color: #c1272d;
  -webkit-box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
 
@media (min-width: 1px) {
  .vidPlay {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -32px;
    z-index: 10;
	}
}
  .vidCont-bg-layer {
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    -webkit-animation: fadeOut 0s ease-out 1;
    animation: fadeOut s ease-out 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  
}
.vidPlay:hover {
  background-color: #ff1d25;
  -webkit-box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.6);
}
.vidPlayTriangle {
  position: absolute;
  top: 14px;
  left: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 26px;
  border-color: transparent transparent transparent white;
  opacity: 1;
  -webkit-animation: fadeIn 0s ease-out 1;
  animation: fadeIn 0s ease-out 1;
}
.vidPlayLoader {
  text-align: center;
  fill: #fff;
  opacity: 0;
  -webkit-animation: spin 1s steps(1, end) infinite, fadeOut 0s ease-out 1;
  animation: spin 1s steps(1, end) infinite, fadeOut 0s ease-out 1;
}
i > svg {
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.live {
  color: #ff0000 !important;
}
.yLink__sub {
  display: inline-block;
  padding: 5px 12px;
  margin: 4px 0;
  color: #3498db;
  text-decoration: underline;
}
.yLink__sub:hover {
  color: #808080;
}
.yLink__sub + .yLink__sub {
  border-left: 1px dotted #a0a0a0;
}
@-webkit-keyframes pulse {
  from {
    background-color: #006dcc;
  }
  50% {
    background-color: #0a8dff;
  }
  to {
    background-color: #006dcc;
  }
}
@keyframes pulse {
  from {
    background-color: #006dcc;
  }
  50% {
    background-color: #0a8dff;
  }
  to {
    background-color: #006dcc;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes stretch {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bnrplayer-container {
  position: absolute !important;
  bottom: 0;
  width: 100%;
/*   height: 50px; */
  max-height: 50px;
  overflow: hidden;
  z-index: 1;
}
.bnrplayer {
  font-size: 15px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #222;
}
.bnrplayer__play {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 25px;
  border-color: transparent transparent transparent #fff;
}
.bnrplayer__comp {
  vertical-align: top;
  padding: 13px 25px 4px;
  margin-top: -1px;
}
.bnr-play-cont {
  cursor: pointer;
}
.bnr-play-cont:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.bnr-live {
  color: red;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
}
.bnr-live::before {
  background-image: url("/wp-content/uploads/2025/05/red-button.png");
  background-size: 11px 11px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: "";
  margin-right: 10px;
  -webkit-animation-name: stretch;
          animation-name: stretch;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.btn__class {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-chromecast {
  background-image: url("/wp-content/uploads/2025/05/zabra.png");
}
.btn-hd {
  background-image: url("/wp-content/uploads/2025/05/hd.png");
}
.btn-sound {
  background-image: url("/wp-content/uploads/2025/05/volumn-button.png");
}
.btn-fullscreen {
  background-image: url("/wp-content/uploads/2025/05/expand.png");
}
.bnr-timer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.bnr-timer-line {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 22px 0 0 20px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bnrplayer__volume {
  position: relative;
  top: -2px;
  width: 29px;
  height: 12px;
}
.bnrplayer__fullscreen {
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
}
#video-link {
  display: block;
  position: relative;
  text-decoration: none;
}
.emblem-container {
  display: none;
}
.linkContainer {
  padding-top: 5px;
  max-width: 880px;
  background-color: transparent;
  font-family: var(--font-family-heading);
  font-size: 17px;
  letter-spacing: 1px;
  text-align: -webkit-center;
}
.yLink {
  color: #3498db;
  text-decoration: underline;
  margin: 0;
  padding: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.yLink:hover {
  color: #0a8dff;
}
.yInfo {
  color: #000000;
  padding-left: 4px;
}
#aff-click-link {
  text-decoration: none !important;
}
.link-cursor {
  cursor: pointer;
}
@media (max-width: 600px) {
  .bnrplayer-container {
    height: 25px;
  }
  .bnrplayer {
    font-size: 0.8em;
    line-height: 1.7em;
    height: 25px;
  }
  .bnrplayer__play {
    border-width: 7px 0 7px 12px;
  }
  .bnrplayer__comp {
    padding: 3px 15px 4px;
  }
  .bnr-play-cont {
    padding-top: 6px;
  }
  .bnr-live {
    padding-left: 0;
    padding-right: 5px;
  }
  .bnr-timer-line {
    margin: 10px 0 0 10px;
  }
}


  /* mix css */

                
.ads-sidebar-content {
	background: var(--white);
	margin-top: 20px;
	height: 78px;
	border-radius: 3px;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
            box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
}

.dark-theme .ads-sidebar-content {
    background: var(--container-color-white7p);
}
	.chat-sidebar-content {
    padding: 10px;   
    border-radius: 3px;
    background: var(--white);
    -webkit-box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
            box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
            box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border: 5px solid transparent;
}

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

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

.team__logo img {
	display: inline-block;
    width: 50px;
    height: 48px;
    background: #f1f1f1;
    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;
}
.dark-theme .team__logo img {
    background-color: var(--hover-color-white15p);
    color: white;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

 .team__logo img:hover {
    background: rgba(0, 0, 0, 0.03);

}

.dark-theme .team__logo img:hover {
    background-color: #9191918f;

}

.dark-theme	.channel-fake-content {
     background: var(--container-color-white7p);
}
.dark-theme	.content {
    background: var(--container-color-white7p);
/* 	border: 5px solid #1e1e1e;    */
}
	
.dark-theme .chat-sidebar-content {
    background: var(--container-color-white7p);
    
}
.dark-theme	ul.nav-tab li a:hover {
    background-color: rgb(73 73 73);

}
	
.channel-fake-content {
    background: var(--white);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
            box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border-radius: 3px;
	border: 5px solid transparent;
}
	
 .static-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 30px;
	background: rgba(0, 0, 0, .5);
    width: 100%;
}

ul.nav-tab li a:hover {
    background-color: rgb(230, 230, 230);
    border-color: rrgb(173, 173, 173);
}

.about__team-fixture .home__team-fixture-matche	span.home-team-name {
    display: none;
}
.about__team-fixture .home__team-fixture-matche	span.away-team-name {
    display: none;
}
	
.today-match, spam {
    font-family: var (--font-family-heading);
    font-size: 20px;
}
  .today-match {
    position: absolute;
    padding: 10px 12px;
    color: white;
    margin: 10px;
    border-radius: 3px;
	font-size: 18px;
	
}
	
	@media only screen and (max-width: 567px) {
    .today-match {
        font-size: 1.5rem;
        padding: 5px 0px;
        margin: 5px;
    }
}
	
	@media only screen and (max-width: 767px) {
    .home__team-fixture-time a img .home__team-fixture-time .single-live-match-scores .away-team-logo {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
	
		
@media (max-width: 767px) {
    .yLink__sub {
       display: none !important;
    }
}

  
/* header and css */
.nav-teams {
  display: block;
}

@media (max-width: 768px) {
  .nav-teams {
    display: none;
  }
}

  .nav-teams {
    background-color:var(--white);
    overflow-x: auto;
    position: relative;
	box-shadow: var(--box-shadow-lite);	  
	
  }

  .nav-teams__inner {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 5px;
    scroll-behavior: smooth;
    align-items: center;
  }

  .home__team-title {
    display: inline-block;
  }

  .home__team-logo img {
    height: 28px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .home__team-logo img:hover {
    transform: scale(1.2);
  }

  .team-toggle-container {
    text-align: center;

  }

  .team-toggle-btn {
    cursor: pointer;
    width: 114px;
    height: 30px;
    background: url('/wp-content/uploads/2025/05/teams-dd-tab.png') no-repeat top center;
    background-size: cover;
    margin: 0 auto;
  }

  .team-toggle-btn.up {
    background-position: 0 0;
  }

  .team-toggle-btn.down {
    background-position: 0 -30px;
  }

  .nav-teams.hidden {
    display: none;
  }
	
	@media (max-width: 768px) {
  .nav-teams {
    display: none;
  }

  .nav-teams.visible {
    display: block;
  }
}

	
@media only screen and (max-width: 768px) {
  #toggleBtn.down {
    background-position: 0 0;
  }

  #toggleBtn.up {    
	 background-position: 0 -30px;
  }
}


.dark-theme .nav-teams {
    background: var(--container-color-white7p);
	border: none;
}
	
/* ===== General Styles ===== */
.containerr {
    width: 100%;
    margin: 0 auto;
	padding: 0 15px;
}

.nav-teams {
    background: var(--white);
    -webkit-box-shadow: var(--box-shadow-lite);
            box-shadow: var(--box-shadow-lite);
    width: 100%;
    margin: 0;
    border-radius: 0;
}

/* ===== Mobile & Tablet Only (≤ 1024px) ===== */
@media (max-width: 1024px) {
    .nav-teams {
		
    }

    .nav-teams__inner {
        overflow-x: auto;
        -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(85%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(to right, #000 85%, transparent);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        padding: 6px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-teams__inner a img {
        max-width: 42px;
    }

    .nav-teams__inner a:last-child img {
        margin-right: 3em;
    }
}

/* ===== Desktop & Laptop Only (≥ 1025px) ===== */
@media (min-width: 1025px) {
    .nav-teams {
        width: calc(100% - 430px); /* 215px space on each side */
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding-right: 0;

    }

    .nav-teams__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 6px 0;
    }

    .nav-teams__inner a img {
        width: 100%;
        max-width: 42px;
        height: auto;
    }

    .nav-teams__inner a:hover img {
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }
}

/* ===== Large Screens Only (≥ 993px) ===== */
@media (min-width: 993px) {
    .nav-teams {
        padding-right: 0;
        border-radius: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: calc(100% - 450px);
        margin-left: auto;
        margin-right: auto;
    }

    .nav-teams__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 6px 0;
    }

    .nav-teams__inner a {
        width: 100%;
        display: inline-block;
        margin: 0 0.2em;
    }

    .nav-teams__inner a img {
        max-width: 42px;
        height: auto;
        padding: 0;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }

    .nav-teams__inner a:hover img {
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }
}

 /* header and css */
	
	.dark-theme .home-main-content {
    background: var(--container-color-white7p);
}

	.dark-theme .home-main-content p {
		color: var(--text_p_color);

	}

	a.away-team {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

	.home__team-fixture-time {
    width: 25rem;
    text-align: center;
}

.live-status {
    color: red !important;
    -webkit-animation: blink 3s infinite;
            animation: blink 3s infinite;
}

	@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

	@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
	
/* responsiv and css */	

 	@media only screen and (max-width: 767px) {
    .home__team-fixture-time a img .home__team-fixture-time .single-live-match-scores .away-team-logo {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
	
@media only screen and (max-width: 767px) {
    span.away-team-name, span.home-team-name {
        display: none;
    }
}
	@media only screen and (max-width: 767px) {
		a.home__primary-btn,
		a.home__secondry-btn {
			font-size: 15px;
			line-height: 18px;
			padding: 5px 16px;
			margin: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 30px;
		}
	}


	@media only screen and (max-width: 767px) {
    .home__btn {
        gap: 7px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

	@media only screen and (max-width: 767px) {
    .home__team-fixture-time a img {
        max-width: 40px;
        width: 100%;
         
    }
} 

		@media only screen and (max-width: 767px) {
    .home__team-fixture-time {
/*         width: auto; */
		border: none;
    }
}

 /* footer and css */	
  .disclaimer-block {
    margin: 40px auto 20px;
    max-width: 1200px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    position: relative;
}

.dark-theme .disclaimer-block p {
    color: #bababa;
}


.disclaimer-line {
  height: 0.5px;
  background-color: var(--border-bottom-lite);
  margin: 0 auto 15px;
  max-width: calc(100% - 50px);
  width: 100%;
}
	
@media (max-width: 767px) {
  .disclaimer-block {
    padding: 15px !important;
  }
}
	
	
/* Theatre Mode: Score Container Fix */
 .theatre.theatre-on .score_container {
	  position: fixed !important;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100px;
	  z-index: 10000;
	}

	body.theatre-lock,
	html.theatre-lock {
	  overflow: hidden !important;
	  height: 100vh !important;
	}

	.theatre.theatre-on .content {
	  background: transparent !important;
	  border: none !important;
	  border-radius: 0 !important;
	  -webkit-box-shadow: none !important;
			  box-shadow: none !important;
	}

	@media (max-width: 767px) {
	  .chat-sidebar-content,
	  .ads-sidebar-content {
		display: none !important;
	  }
	}

.dark-theme a.stickytickerwatch {
    background: #141414;
}

#backToTop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    background-color: var(--custom-theme-color);
    color: #fff;
    border: none;
    outline: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s, background-color 0.3s;
}

#backToTop:hover {
  background-color: #1a4d80;
}


/* action --*/
.discord_button {
    width: 41px;
    height: 37px;
    padding: 2px 4px;
}
		
.coffe_button {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: end;
    justify-content: end;

}
 .icon_hover {
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 1px;
}
.icon_hover:hover {
    background: rgba(0, 0, 0, 0.03)!important;
    border-radius: 3px;
	

}
.dark-theme .icon_hover:hover {
    background-color: #9191918f !important;
    border-radius: 3px;
	

}
.buy_me_coffee {
    width: 40px;
    height: 37px;
    padding: 4px 4px;
}
	
	svg.for_dark {
    display: none;
}	
.dark-theme svg.for_white {
    display: none;
}
		.dark-theme svg.for_dark {
    display: block;
}

.dark-theme	.icon_hover {
    background-color: var(--hover-color-white15p);

}

.buy_me_coffee a svg {
    margin-top: -5px;
    padding: 5px;
}
   
p.buy-mobile {
    display: none;
}
		
.buy-plan .buy-plan-main {
    border-radius: 3px;
    background: #F3F3F3;
}
		
.buy-plan .buy-plan-main {
	border-radius: 3px;
	background: var(--white);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
	padding: 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.action-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: black;
}

.action-btn svg path {
	fill: red;
}

.buy-plan .buy-button {
	font-family: 'NFLEndzoneSansCondMedium';
	padding: 8px 20px;
	background: red;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.56px;
	gap: 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	border-radius: 3px;
}
	.buy-plan .buy-button:hover {
		background-color: #f20000;
		cursor: pointer;
	}
.buy-plan p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.56px;
	margin: 0 auto 0 0;
}

.buy-plan .share-btn {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
	background-color: #f1f1f1;
    padding: 7px 5px 5px 5px;
    border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 1px;
}
		
.buy-plan .share-btn:hover {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}
.dark-theme .buy-plan .share-btn:hover {
    background-color: #9191918f !important;
    border-radius: 3px;
}


.dark-theme .share-btn {
    background-color: var(--hover-color-white15p);
}
		
		
.dark-theme .buy-plan .buy-plan-main {
	background: var(--container-color-white7p);

}

img, picture, svg {
    max-width: 100%;
    display: inline-block;
}
		
		
.buy-plan .share-btn svg path {
	fill: black;
}


.dark-theme .buy-plan .share-btn svg path {
	fill: white;
}

 .social {
	position: absolute;
	bottom: calc(100% - 19px);
	display: flex;
	background: #ff0000;
	border-radius: 3px;
	right: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: all ease 0.5s;
	z-index: 1;
}

@media (max-width: 768px) {
  .social {
    bottom: calc(100% - 0px);
  }
}

.social.active {
	max-height: 100vh;
	padding: 20px;
}
.social a {
	max-width: 32px;
	width: 100%;
	max-height: 32px;
	min-width: 32px;
}
.buy-plan {
    position: relative; 
	padding-top: 20px;
}
	
 a.action-btn.copy-btn {
    padding-left: 6px;
}
		
		@media only screen and (max-width: 767px) {
    .buy-plan p {
        font-size: 12px;
		display: none;
		padding-top: 20px;
		text-align: center;
    }
}
		@media only screen and (max-width: 767px) {
    .buy-plan .buy-plan-main {
        width: 100%;
        padding: 16px 18px;
		position: relative;
    }
}

	
		
@media only screen and (max-width: 767px) {
    p.buy-mobile {
        display: block;
    }
}
	
		
		@media only screen and (max-width: 767px) {
  .buy-plan .share-btn svg {
    max-width: 15px;
  }
}
		
@media only screen and (max-width: 767px) {
  .buy-plan .buy-button {
    padding: 7px 20px;
	border-radius: 3px;
  }
}
		
/* Media query for smaller devices (e.g., mobile) */
@media (max-width: 1024px) {
    img, picture, svg {
        display: block;
    }
}

/* Change time */
.schedule_title_container {
			display: flex;
			justify-content: space-between;
    		border-bottom: 0.5px solid var(--border_color_new);
		}
	
		#changedate {
			font-size: 15px;
			padding: 5px;
		}
	
	.dark-theme #changedate {
    background-color: rgb(116 116 116 / 11%);
}
	
		.dark-theme #changedate {
    color: white;
}
	
	
	@media only screen and (max-width: 767px) {
		.schedule_title_container {
          justify-content: space-between;
    
		}
	}

/* ads code css */
.ad-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
	margin-bottom: -20px;
}

.ads-pc-container {
    display: block;
/*     width: 730px;
    height: 90px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .ads-pc-container {
        display: none;
    }
   
	.ad-wrapper {
        padding: 0 !important;
        display: none; 
    }
}

.mobile-ads-content {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: -8px 0px -8px 0px;
    line-height: 0;
}

@media (max-width: 768px) {
    .ads-pc-container {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile-ads-content {
        display: none;
    }
}

/* Desktop Ad Style */
 .desktop-ad-wrapper {
        display: block;
        height: 50px; 
        text-align: center;
        position: relative;

    }

    @media (max-width: 767px) {
        .desktop-ad-wrapper {
            visibility: hidden; 
        }
    }

/* Default - Hide Mobile Ad */
    .mobile-ad-container {
        display: none;
    }
    @media (max-width: 767px) {
     .mobile-ad-container {
        display: block;
        padding-left: 0;
        text-align: center;
        position: relative;
        margin-top: 12px;
        margin-bottom: -10px;
    }
}

/* new btn code */
@media only screen and (max-width: 767px) {
    a.home__primary-btn,
    a.home__secondry-btn {
        font-size: 15px;
        padding: 5px 16px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    a.home__primary-btn,
    a.home__secondry-btn {
        font-size: 15px;
        padding: 5px 16px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;

    }
}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    a.home__primary-btn,
    a.home__secondry-btn {
        font-size: 18px;
        padding: 6px 16px;
        margin: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* no-upcoming */
	.content::after {
		content: '';
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		background: white;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out;
		z-index: 10;
	}

	.content.flash::after {
		opacity: 0.15;
	}
		.no-upcoming {
		font-size: 16px;
		color: #444;
		text-align: center;
		padding: 10px;
	}

	.no-upcoming a {
		color: #007bff; 
		text-decoration: none;
		font-weight: 600;
	}

	.no-upcoming a:hover {
		text-decoration: underline;
		color: #0056b3;
	}

  .team-group {
    display: flex;
    flex-wrap: nowrap;
  }

  .team-group-divider {
    width: 1px;
    height: 26px;
    background-color: #555;
    margin: 0 20px;
    display: inline-block;
  }

	@media (max-width: 768px) {
    .team-group-divider {
        width: 1px;
        height: 20px;
        margin: 0 10px;
        display: block;
        margin-left: -20px;
        margin-right: 20px;
        flex-shrink: 0;
    }
}

.team-group {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.9);
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.6, 0.2, 0.4, 0.8);
  animation-name: fadeBlurIn;
  animation-duration: 2s;
}

.team-group.part1 {
  animation-delay: 0.7s;
}


.team-group.part2 {
  animation-delay: 0.7s;
}

@keyframes fadeBlurIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.team-group-divider {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.9) translateZ(0);
    animation-name: fadeBlurIn;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    will-change: opacity, transform;
}

@keyframes fadeBlurIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

  @media (max-width: 767px) {
    .home-ads-native-container {
      display: none !important;
    }
  }

/* Logo container */
.header__logo img {
/*     width: 42px !important; */
    padding-bottom: 4px;
    padding-top: 3px;

}
 .header__logo {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .header__logo {
        padding: 0;
    }
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    vertical-align: middle;
    align-items: center;
    margin-top: -6px;
}

.header__logo a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .header__logo a {
        font-family: 'NFLEndzoneSansCondMedium';
        text-transform: uppercase;
        font-size: 1.53rem;
		margin-bottom: -5px;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        height: 42px;
        vertical-align: top;
    }
}

span.name {
    padding-left: 3px;
    font-size: 32px;
    font-family: 'NFLEndzoneSansCondMedium';
    font-weight: bold;
    background: linear-gradient(90deg, #ff3c00, #ff9a00, #ffe600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.dark-theme span.name {
    background: linear-gradient(90deg, #00eaff, #00c3ff, #0084ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* new nav */
	.match-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 239, 239, 0.8);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.5s ease;
}

body.dark-theme .match-loader {
    background: #2c4b5e;
    color: #fff;
}

.loader,
.loader::before {
    width: var(--loader-size, 25px);
    height: var(--loader-size, 25px);
    border-radius: 50%;
    border: 2px solid #f08c19;
    border-top: unset;
    border-left: unset;
    animation: rotate-clockwise linear infinite 2s;
    position: relative;
}

.loader::before {
    content: "";
    display: block;
    --loader-size: 10px;
    position: absolute;
    inset: 0;
    margin: auto;
    animation: rotate-anti-clockwise linear infinite 1s;
}

@keyframes rotate-clockwise {
    from {
        rotate: 0;
    }

    to {
        rotate: 360deg;
    }
}

@keyframes rotate-anti-clockwise {
    from {
        rotate: 0;
    }

    to {
        rotate: -360deg;
    }
}
