/*
Theme Name: thetvapp
Theme URI: https://thetvapps.com/
Description: A custom theme for displaying live sports schedule and streams.
Version: 1.0
Author: Sabbir Hasan
Author URI: https://thetvapps.com/
*/

body {
  margin: 0;
  padding: 0;
  background-color:#EEE;
  font-family: 'Roboto', sans-serif;
}

.main_header {
  width: 100%;
background: rgb(33 37 41);
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 999;
}

.Second_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 20px;
  max-width: 1200px;
  margin: auto;
	
    box-shadow: 0 2px 2px rgb(0 0 0 / .14);
    border: 2px solid #fff0
}

.navbar-brand img {
  height: 45px;
  width: auto;
}


.nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  text-transform:uppercase;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #0d6efd; 
}

.btn {
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.btn-outline-light {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background: #fff;
  color: #111;
}

.btn-primary {
  background-color: #0084ef;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.site-name {  
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
   
}

h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
	text-align:center;
   
}
h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
	text-align:center;
   
}

 .home-main-content {
      background: #fff;
      padding: 5px;
      margin-top: 15px;
      border-radius: 15px 15px 0 0;
      margin-left: 0px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .home-main-content h1 {
      font-size: 22px;
      color: #000000;
      text-transform:uppercase;
      text-align:center;
    }

    .home-main-content p {
     margin: 20px;
     font-size: 0.95rem;
     line-height: 1.6;
     color: #000000;
    }

.home-sidebar-content {
  margin-top:-15px;	
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.01);
}

.home-sidebar-content h2 {
    font-size: 1.2rem;
	color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}
.home-sidebar-content h3 {
    font-size: 1rem;
    color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}

.home-sidebar-content h5 {
    font-size: 1rem;
	color: #fff;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}
.home-sidebar-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #dbdbdb;
  margin: 20px;
}

.home-sidebar-content ol {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #dbdbdb;
}

.home-sidebar-content ol li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 0.95rem;
  color: #dbdbdb;
}

.home-sidebar-content ol li strong {
  color: #ffffff;
  font-size: 0.95rem;
}



.logo-line {
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  width: 50px;
  height: 35px;
  margin-right: 5px;
}

.logo-text {
  font-size: 25px;
  color: white;
  margin: 0;
}

.timezone-selector {
    width: 160px; 
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
  margin-top:10px;
  margin-bottom:10px;	
}

.left-content {
  flex: 2;
  min-width: 0;
 
}


/* Footer Styles */
.main_footer {
  background:  rgb(33 37 41);
  color: #fff;
  border-top: 1px solid #cccccc;
  padding-top:10px
  
}

.footer_container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
 
}

.footer_left h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.footer_left p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  text-align: center;

}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer_links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_social {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #f9f9f9;
  margin-top:-12px;
}


/* Top Navbar (Score Strip) */
.top_navbar {
  background: #121212;
  color: #eee;
  padding: 5px 10px;
  border-bottom: 1px solid #444;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

 
/* Modern Clearfix */
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after {
    content: "";
    display: table; /* Creates a block formatting context */
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after {
    clear: both; /* Clears floated children */
}

/* Optional: force flex container to wrap children */
.clearfix {
    display: flex;
    flex-wrap: wrap; /* ensures children wrap if needed */
}


/* === SCHEDULE === */

.col-lg-8.mt-5 {
    padding-left: 0;
    padding-right: 0;
}

.list-group-numbered {
    counter-reset: list-counter;
    padding-left: 0;
}

.list-group-numbered>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 10px;
    padding: 0.75rem 1rem;
    border-radius: 5px;
    background: #fff;
    color: #000;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    font-size: 15px;
}

.list-group-numbered>li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ". ";
    margin-right: 6px;
    font-weight: bold;
    color: #000;
}

.match-name {
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}

.match-time {
    color: #000;
    margin-right: 10px;
}

.match-channel {
    color: #000;
}

.list-group-numbered>li:hover {
    background: #0d6efd;
}

.list-group-numbered>li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ". ";
    margin-right: 6px;
    font-weight: bold;
    color: #333;
}

.match-name {
    font-weight: 600;
    color: #002244;
    margin-right: 10px;
}


.season_title {
    font-size: 20px;
    color: #f9f9f9;
    padding:10px;
}

.right-sidebar {
  background:#fff;	
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding:10px;
  margin-right:5px;	
  margin-left: 5px; 
  border-radius:5px;	
  box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
}

/* === PRICING BOX === */
.pricing-box1 {
  background: #111;
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #525252;
  border: 5px solid transparent;
}

.pricing-box1 .price1 {
  padding: 0;
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top:10px;
  line-height: 1.8;
}


.pricing-box1 .price {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}

.price1 {
font-size: 20px;
text-transform: uppercase;
}

.pricing-box1 ul {
  padding: 0;
  list-style: none;
  font-size: 15x;
  line-height: 1;
  color:#ffff;
}

li {
	border-bottom: 0px solid rgb(74 69 69 / 38%);
	padding:10px;
	color:#fff;

}

.pricing-box1 .button a {
  display: inline-block;
  padding: 15px 30px;
  background:  #0084ef;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pricing-box1 .button a:hover {
  background:  #2264ad;
  text-decoration: underline;
  
}

/* === PLAYER AREA === */

.player_area {
 display: none;
background: #eee;
margin-bottom:30px;
}

.theatre_btn {
  background:#000;	 
  border-right: 1px solid #525252;
  color: white;
  padding: 15px;
  font-size: 14px;
  font-weight:900;
  text-decoration: none;
  border-radius: 0px;
  transition: 0.3s;
  width: 20%;
}


.theatre_btn.active {
  background: #484848;
}

.theatre_btn:hover {
  background: #710202;

}

.hd-btn {
  background: gold;
  color: black;
  font-weight: bold;
}

.player_container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  border: 1px solid #e6e6e6;
}

.player_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme_color);
    text-align: center;
    margin-bottom: 0px;
}

.mini_banner_area {
    display: flex;
    align-items: center;
    border: 1px solid #ff0000;
    color: #ffffff;
    background:#111;
    font-weight: 700;
}

.mini_banner {
    text-align: center;
    flex-basis: calc(100% - 95px);
    padding: 10px;
}

.hd_image {
    flex-basis: 53px;
    background: #fd0000;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.hd_image img {
    width: 30px;
	
}

.minibanner_text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    vertical-align: middle;
    color: #eee;
    text-transform: uppercase;
}

.minibanner_text:before,
.minibanner_text:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
    transform-origin: 100% 50%;
}

.minibanner_text:before {
    background-color: var(--theme_color);
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
}

.minibanner_text:after {
    content: attr(data-replace);
    top: 0;
    height: 100%;
    transform: translate3d(200%, 0, 0);
    color: var(--theme_color);
    text-shadow: 0 0 0 #fff0;
}

.minibanner_text:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.minibanner_text:hover:after {
    transform: translate3d(0, 0, 0);
}

.minibanner_text span {
    display: inline-block;
    transition: transform .3s cubic-bezier(.76, 0, .24, 1);
	 font-size: 13px;
}

.minibanner_text:hover span {
    transform: translate3d(-200%, 0, 0);
}

.stream-card {
 background: linear-gradient(to right, #111, #001f35, #000, #001f35);
  background-size: 300% 100%;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  animation: darkGradientMove 6s linear infinite;
  cursor: pointer;
  position: relative;
}



/* === PRICING BOX === */
.pricing-box {
display: none;  
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #525252;
}

.pricing-box .price1 {
  padding: 0;
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 10px;
  margin-top:10px;
  line-height: 1.8;
}


.pricing-box .price {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 5px;
}

.price1 {
font-size: 20px;
text-transform: uppercase;
}

.pricing-box ul {
  padding: 0;
  list-style: none;
  font-size: 15x;
  line-height: 1;
  color:#ffff;
}

li {
	border-bottom: 0px solid rgb(74 69 69 / 38%);
	padding:10px;
	color:#fff;

}

.pricing-box .button a {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.pricing-box .button a:hover {
  background: linear-gradient(to right, #111, #205c87, #0b0b0b, #000);
  text-decoration: underline;
  
}


.banar {
    justify-content: center;
    align-items: center;  
    width: 30%;       
    margin: 10px auto;  
	margin-bottom: -20px;
    padding: 10px;             
    box-sizing: border-box;  
}

#darkChat {
  display: none;  
  background:  #e5e5e5;
  height: 550px;
  border-radius: 5px;
  border: 1px solid #001f35;
}

 .NFL_schedule_shot_code {
	 margin-left: 0px;

}

.player_area {
	
	margin-left: 0px;

}

.streams-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    justify-items: center;
	margin-top:30px;
  }

  .stream-link {
    text-decoration: none;
    color: inherit;
    width: 90%;
    max-width: 200px;
  }


  .stream-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 25px 10px;
    text-align: center; 
    transition: all 0.25s ease;
    cursor: pointer;
		box-shadow: 0 2px 2px rgba(0, 0, 0, .14);
    border: 1px solid #cccccc;
  }

  .stream-card:hover {
    transform: translateY(-5px);
    background: #eee;
 
  }

  .stream-card img {
	width: 40px;
    height: 40px;
	margin-bottom:-10px;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(3913%) hue-rotate(189deg) brightness(96%) contrast(101%);
}
   .stream-title {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
  }

/* Gradient button */
.btn-primary {
  background:#0084ef;
  color: #f9f9f9;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  animation: gradientMove 5s linear infinite;
  cursor: pointer;
}

.schedule_date_heading {
    display: none; 
}
.schedule_date_heading {
    text-align: center;
   background: #111;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
	  margin-bottom:-15px;
}

.navbar-brand {
    font-size: 25px;
     text-transform: uppercase;
    font-weight: 900;    
    color: #fff; 
    text-decoration: none;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align: middle;
			
}


  @media (max-width: 992px) {

  .Second_header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 0px;
		margin-bottom: 10px;
    
  }
	  .navbar-brand img {
    height: 35px !important;
    max-width: 120px !important;
		margin-top: 10px !important;   
    margin-bottom: 10px;
  }

  .m-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
		padding-bottom: 10px 
  }

  .btn {
    width: auto;
    min-width: 130px;
    text-align: center;
		padding: 8px 14px;
  } 
	  
}

@media screen and (max-width: 767px) {
    
 .container {
    flex-direction: column;
  } 

.left-content {
  margin-left:5px;
  margin-right: 5px;    
}  
    
  .iframe-links a {
    padding: 10px;
    font-size: 14px;
  }

  .pricing-box .price {
    font-size: 20px;
  }

  .pricing-box .price1 {
    font-size: 18px;
  }

  .pricing-box ul {
    font-size: 13px;
  }
  

 .streams-grid {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      gap: 10px;
    }

.stream-card {
      padding: 15px 10px;
    }

    .stream-card img {
      width: 40px;
      height: 40px;
    }

    .stream-title {
      font-size: 14px;
    }
	
.pricing-box {
  margin-top: 100px;
  margin-left: 0px !important;
  margin-right: 3px !important;
} 
	
#darkChat {
 display: none !important;

  }
.native {
  width: 50%;
  margin: -20px auto -25px; 
	
 }
.iframe-links {
    width: 100.5%;

}
  .main_header { padding: 0px 0 !important; }
  .Second_header {
    padding: 0px 0px !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px !important;
  }


  .navbar-brand {
    display: block !important;
    width: 100%;
    text-align: center !important;
    margin: 0px;
    padding: 0px;
  }
	
	
  .navbar-brand img {
    height: 35px !important;
    max-width: 110px !important;
    object-fit: contain;
    display: inline-block;
		margin-top: 20px !important;   

  }
	
  .nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0px 0px !important;
    padding: 0px 0 !important;
    width: 100% !important;
    margin: 10 !important;
	margin-top:-10px;
    background: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
  }

  .nav li { margin: 0 !important; }
  .nav-link {
    font-size: 12px !important;
    padding: 0px 3px !important;
    line-height: 1 !important;
    display: inline-block !important;
    color: #fff !important;
    opacity: 0.95;
    white-space: nowrap;
  }

   .m-2 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 4px !important;
    padding-bottom: 20px !important;
  }

  .text-end a, .m-2 a {
	  
  display: inline-block; width: auto; 
	  
  }

  .Second_header .nav-link + .nav-link {
	  margin-left: 0 !important; }

	li {
	border-bottom: 0px solid rgb(74 69 69 / 38%);
	padding: 5px;
}
  .main_header { 
	  box-shadow: none !important; 
	}

  .navbar-brand + .nav {
 margin-top: 0px !important;
	  
	}

  .nav-link, .btn { 
-webkit-tap-highlight-color: rgba(255,255,255,0.06); }
}

.minibanner_text {
    font-size: 10px;
}

.player_area {
margin-left:0px;margin-right: 3px;

} 

.channel-label {
    display: inline-block;
    font-size: 0.85rem;
    color: #333; 
    font-weight: 500; 
    margin-bottom: 4px;
	}

.match-time {
    background: #add8e6;
    padding: 6px 10px; 
    border-radius: 5px; 
    font-size: 0.95rem; 
    color: #002244;
    display: inline-block;
    margin-top: 2px; 
}
.navbar-brand {
   font-size: 25px;
    }

  }
	
