/*
Theme Name: NHL66
Theme URI: http://example.com/topembed-schedule
Description: A custom theme for displaying live sports schedule and streams.
Version: 1.1.0
Author: Your Name
Author URI: http://example.com
*/


html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #0a0d13;
  line-height: 1.55;
  background-image:
    radial-gradient(ellipse 900px 900px at 50% 50%, rgba(0, 194, 217, 0.08), transparent 60%);
  margin: 0;
  padding: 0;
  color: #eef3f6;
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
.site-name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

img {
  max-width: 100%;
}

body.home .container {
    min-height: 500px; 
}

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

 .home-main-content {
      background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
      padding: 5px;
      border-radius: 5px;
      margin-left: 0px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .home-main-content h1 {
      font-size: 22px;
      color: #fff;
      text-transform:uppercase;
      text-align:center;
    }
    .home-main-content p {
     margin: 20px;
	 font-size: 0.95rem;
     line-height: 1.6;
     color: #dbdbdb;
		
    }

.home-sidebar-content {
  background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
  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 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;
}

.timezone-selector {
    width: 160px; 
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 1400px);
  gap: 5px;
  margin: 10px auto;
  padding: 0 5px;
}

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

/* =========================
   FULL WIDTH HEADER
========================= */

.main_header {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
    border-bottom: 2px solid #1d2732;
    box-sizing: border-box;
    padding: 10px;
}

/* Header inner content */
.main_header .logo-line {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Logo */
.main_header .logo-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;
    color: #fff;
}

/* Logo image */
.main_header .logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
	filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(5000%) hue-rotate(350deg) brightness(90%);
}

/* Site name */
.main_header .site-name {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .5px;
    color: #fff;
    text-transform: capitalize;
}

/* Hover */
.main_header .logo-link:hover .site-name {
    color: #00d9ff;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .main_header .logo-line {
        padding: 7px 12px;
    }

    .main_header .logo-img {
        width: 30px;
        height: 30px;
    }

    .main_header .site-name {
        font-size: 22px;
    }
}

/* =========================
   Footer
========================= */

.main_footer {
    width: 100%;
    background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
    color: #ffffff;
    border-top: 2px solid #1d2732;
    padding: 10px 0 8px;
    box-sizing: border-box;
}


/* Footer Container */

.footer_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}


/* Footer Left */

.footer_left {
    flex: 1 1 100%;
    text-align: center;
}

.footer_left h2 {
    font-size: 22px;
    margin: 0 0 8px;
    color: #ffffff;
}

.footer_left p {
    margin: 0;
    font-size: 13px;
    color: #cccccc;
    line-height: 1.5;
    text-align: center;
	font-family: "Roboto Condensed", sans-serif;
}


/* Footer Links */

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

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

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


/* Footer Social / Copyright */

.footer_social {
    width: 100%;
    margin-top: 8px;
    padding-top: 6px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: #999999;
    box-sizing: border-box;
}


/* =========================
   Mobile
========================= */

@media (max-width: 600px) {

    .main_footer {
        padding: 10px 0 7px;
    }

    .footer_container {
        padding: 0 10px;
    }

    .footer_left h2 {
        font-size: 19px;
    }

    .footer_left p {
        font-size: 12px;
    }

    .footer_social {
        font-size: 11px;
    }
}


/* 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;
}
    .clearfix:after,
    .clearfix:before,
    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before,
    .row:after,
    .row:before {
		
        display: table;
        content: " "
    }

    .clearfix:after,
    .container-fluid:after,
    .container:after,
    .row:after {
        clear: both
    }
a:-webkit-any-link {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

a:-webkit-any-link:hover {
    text-decoration: underline;
    color:#fff;
}

/* === SCHEDULE === */
.NHL_schedule_container {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
}

table {
  font-size: 15px;
  text-align: center !important;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 40%);
  border: 0;
  border-radius: 5px;
}

table td,
table th {
  padding: 6px;
  vertical-align: middle;
  border: 1px solid #26333f;
}

td.vs {
  text-align: center;
  padding: 5px;
}

/* TIME + DATE */
td.vs .game_time {
  display: block;
  margin: 2px 0;
  font-size: 13px;
  color: #eef3f6;
  font-weight: 900;
  text-transform: capitalize;
}

td.vs .schedule_date {
  display: block;
  margin: 2px 0;
  font-size: 11px;
  color: #eef3f6;
  font-weight: 100;
  text-transform: capitalize;
}

td.vs .main_vs {
  font-weight: 900;
  color: #ff8204;
  font-size: 15px;
  display: block;
}

/* TEAM NAME */
td.teamvs span {
  font-size: 14px;
  color: #eef3f6;
  font-weight: 900;
  text-transform: capitalize;
}

/* TEAM LOGO */
td.teamlogo img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease-in-out;
  vertical-align: middle;
}

td.teamlogo:hover img {
  transform: scale(1.2);
}

/* GENERAL TIME + DATE */
.game_time {
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
}

.game_date {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

/* WATCH BUTTON */
button.watch_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.watch_btn {
  background: linear-gradient(180deg, #122b3d 0%, #091722 100%);
  color: #d9f2ff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid #26333f;
  box-shadow: 0 0 8px rgba(45, 130, 180, 0.25);
  transition: 0.25s;
}

.watch_btn:hover {
  background: linear-gradient(180deg, #24516d 0%, #123247 100%);
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(55, 160, 215, 0.55);
}


/* BACKUP BUTTON */
.backup_btn {
  background: linear-gradient(180deg, #182c3c 0%, #0c1823 100%);
  color: #b9d8e8;
  font-size: 13px;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  border: 1px solid #31566d;
  box-shadow: 0 0 7px rgba(40, 110, 150, 0.2);
  transition: 0.25s;
}

.backup_btn:hover {
  background: linear-gradient(180deg, #21455d 0%, #102b3d 100%);
  color: #e8f7ff;
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(50, 150, 200, 0.5);
}


/* HD BUTTON */
.hd {
  background: linear-gradient(180deg, #1d455d 0%, #0c2638 100%);
  border: 1px solid #4384a8;
  color: #d9f3ff;
  width: 100%;
  font-size: 15px;
  font-weight: 900;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(45, 140, 190, 0.3);
  transition: 0.25s;
}

.hd:hover {
  background: linear-gradient(180deg, #28617e 0%, #12364b 100%);
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(50, 165, 215, 0.55);
}

.game_day_date {
  color: #fff;
  padding-bottom: 10px;
}

.schedule_date_heading {
    text-align: center;
     background: #0a0d13;
  line-height: 1.55;
  background-image:
    radial-gradient(ellipse 900px 900px at 50% 50%, rgba(0, 194, 217, 0.08), transparent 60%);
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
}

.timezone-selector select {
    background-color: #0d3449;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0px;
    padding: 8px 20px;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.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;
}


.timezone-selector {
    position: relative;
    display: block;
    width: 100%;
}

.timezone-selector::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff;
    font-size: 15px;
}

.season_title {
    font-size: 20px;
    color: #fff;
    margin: 0px;
    padding:10px;
}

 h1.team_schedule_heading {
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  
}

.right-sidebar {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right:2px;	
  margin-left: 5px; 
}
/* === FAQ Section === */
.faq-item {
    padding: 5px 20px;
    margin-bottom: 10px;
}


.faq-item h2 {
    color: #e4b75a;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.3;
	text-align:left;
}

.faq-item h3 {
    color: #e4b75a;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 1.3;
	text-align:left;
}

.faq-item p {
    color: #d9d9d9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;	
}
/* === PLAYER AREA === */

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

.theatre_btn {
  padding: 15px;
  font-size: 14px;
  border-radius: 0px;
  transition: 0.3s;
  width: 100%;
  border-right: 1px solid #26333f;
  background: linear-gradient(180deg, #122b3d 0%, #091722 100%);
  color: #e8edf2;
  font-weight: 700;
  transition: 0.2s ease;
}

.theatre_btn:hover,
.theatre_btn.active {
    background: linear-gradient(180deg, #263746 0%, #121d27 100%);
    color: #eef3f6;
    box-shadow: 0 0 7px rgba(150, 190, 215, 0.25);
}

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

.player_container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.player_container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1d2732;
}

.iframe-links {
    width: 100%;
    display: flex;
    text-align: center;
    margin-bottom: 0px;
	linear-gradient(180deg, #182c3c 0%, #0c1823 100%)
}

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

.pricing.price1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing .price {
  font-size: 24px;
  color: #00cc99;
  margin-bottom: 5px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2.0;
  color:#ffff;
}

 .pricing ul li {
  border-bottom: 1px solid rgb(74 69 69 / 38%);
  padding: 2px;
  color: #fff;
}

.pricing .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 .button a:hover {
  background: linear-gradient(to right, #111, #205c87, #0b0b0b, #000);
  text-decoration: underline;
  
}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


/* === PRICING BOX === */
.pricing-box {
  display: none;  
  background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
  padding: 20px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #1d2732;
}

.pricing-box .price1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pricing-box .price {
  font-size: 24px;
  color: #00cc99;
  margin-bottom: 5px;
}

.pricing-box ul {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 2.0;
  color:#ffff;
}

 .pricing-box ul li {
  border-bottom: 0;
  padding: 10px;
  color: #fff;
}
 .pricing-box .button a {
    padding: 15px 30px;
   background: linear-gradient(
    90deg,
    #F2B240 0%,
    #F4BC4B 30%,
    #F7D160 60%,
    #FBED7D 100%
);
    color: #000;
    text-decoration: none;
    border-radius: 4px;
	font-weight: 900;
}

.pricing-box .button a:hover {
  text-decoration: underline;
  
}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

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

#darkChat {
  display: none;  
  background: linear-gradient(180deg, #0f141d 0%, #0a0d13);
  height: 550px;
  border-radius: 5px;
  border: 1px solid #1d2732;
}

 .NFL_schedule_shot_code {
	margin-left: 0px;
}

.player_area {
margin-left: 0px;
}

.mini_banner_area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #2f789d;
    color: #eef3f6;
    background: linear-gradient(180deg, #102536 0%, #0a141e 100%);
    font-weight: 700;
}

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

.hd_image {
    flex-basis: 53px;
    background: linear-gradient(180deg, #1b6689 0%, #0d3449 100%);
    padding: 20px 10px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.hd_image img {
    width: 30px;
    margin-bottom: -4px;
}

.minibanner_text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    vertical-align: top;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}

.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);
}

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


  @media (max-width: 992px) {
    .nav-teams {
        overflow: hidden;
    }

    a#toggleTeathre {
        display: none;
    }
  td.vs .main_vs {
    color: #d00;
  }

  td.vs .game_time,
  td.vs .main_vs,
  td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 12px;
  }

  td.vs .main_vs {
    font-weight: 700;
    font-size: 15px;
  }  
}

@media screen and (max-width: 768px) {
    
 .container {
    flex-direction: column;
  } 
 
 .NHL_schedule_shot_code {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .teamvs span {
    font-size: 12px;
  }

  .vs .game_time,
  .vs .schedule_date {
    font-size: 10px;
  }

  .vs .main_vs {
    font-size: 13px;
  }

  .teamlogo img {
    height: 30px;
  }

  table td,
  table th {
    font-size: 12px;
    color: #FFF9E5;
    font-weight: 700;
  }

  .teamvs,
  .themvs {
    display: none;
  }

  td.vs {
    text-align: center;
    padding: 2px;
  }

  td.vs .game_time {
    display: block;
    margin: 2px 0;
    font-size: 11px;
  }

  td.vs .main_vs {
    font-weight: 700;
    font-size: 13px;
  }

  td.vs .schedule_date {
    display: block;
    margin: 2px 0;
    font-size: 9px;
  }

  td.teamlogo img {
    width: 40px;
    height: 40px;
  }

  .watch_btn {
    width: 60px;
    height: 35px;
    font-size: 15px;

  }
	

  .schedule_hd {
    width: 50px;
    height: 35px;
    font-size: 14px;
  }

  .game_date {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
  }

  .game_time {
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    font-size: 11px;
  }

  td.vs {
    padding: 6px;
  }

  td.vs .game_time,
  td.vs .main_vs,
  td.vs .schedule_date {
    font-size: 10px;
    font-weight: 700;
  }

  td.vs .main_vs {
    font-size: 12px;
    font-weight: 700;
  }

  td.vs .schedule_date {
    font-size: 8px;
    font-weight: 700;
  }
.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;
  }

.sports_schedule_container li {
 flex-direction: column;
 align-items: flex-start;
 padding: 15px 15px;
 gap: 4px;
	
}
  .teamvs {
   width: 100%;
   font-size: 14px;
	 font-weight: 900;
   white-space: nowrap;
   overflow: hidden;
  text-overflow: ellipsis;
	margin-left:15px;
	  
    }
.game_time {
font-size: 11px;
padding: 2px 5px;
}
.watch_btn,
.hd {
font-size: 12px;
padding: 8px 8px;
white-space: nowrap;			
    }    
.pricing-box {
  margin-top: 20px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
	
#darkChat {
  display: none;
}
.native {
  width: 100%;
  margin: 10px auto;
}
.minibanner_text {
    font-size: 10px;
}

  }	
	
/* =========================================
   HOCKEY SCHEDULE TOGGLE
========================================= */

.schedule-toggle-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 15px auto;
}

.schedule-toggle-buttons button {
    appearance: none;
    border: 1px solid #2c3542;
    background: #111722;
    color: #c9d0d9;
    padding: 9px 16px;
    border-radius: 5px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover */
.schedule-toggle-buttons button:hover {
    background: #1b2430;
    color: #fff;
    border-color: #e0b84f;
}

/* Active */
.schedule-toggle-buttons button.active {
    background: linear-gradient(
        90deg,
        #b88a2d 0%,
        #e5c15a 50%,
        #b88a2d 100%
    );
    color: #080808;
    border-color: #e5c15a;
    box-shadow: 0 0 8px rgba(229, 193, 90, 0.25);
}

/* Active Hover */
.schedule-toggle-buttons button.active:hover {
    filter: brightness(1.08);
    color: #000;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .schedule-toggle-buttons {
        gap: 6px;
    }

    .schedule-toggle-buttons button {
        padding: 8px 11px;
        font-size: 13px;
    }

}