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

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

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

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

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

    .home-main-content {
      background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
      padding: 5px;
      border-radius: 5px;
    
      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(to right, #111, #001f35, #0b0b0b, #000);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.01);
}

.home-sidebar-content h5 {
    font-size: 1.4rem;
	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;
}

.main_header {
    background: #333;
    border-bottom: 1px solid #4b0404;
    overflow: hidden;
    max-width: 1400px;
    margin: auto;
    width: 100%

    }

.Second_header {
background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #cc0000;
  top: 0;
  z-index: 1000;
}

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

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

.logo-img {
  width: 40px;
  height: 45px;
  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;
}

.left-content {
  flex: 2;
  min-width: 0;
  margin-right:10px; 
}


/* Footer Styles */
.main_footer {
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  border-top: 3px solid #cc0000;
  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: #aaa;
  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;
}

    
 .score_container {
  height: 74px;  

}
  .scorestrip {
        background: #1e1e1e;
    }
    

    .scorestrip .game-list {
        float: left;
        width: 100%
    }

    .scorestrip .game-list .noGames {
        line-height: 88px;
        padding-left: 10px;
        display: block
    }


    .scoreStripGames .item {
        color: #ccc;
		background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
        padding: 4px 7px;
        position: relative;
        float: left;
        width: 95px;
        box-sizing: content-box;
        border-left: 1px solid #ccc;
        
    }

    .scoreStripGames .item.liveevent {
        padding: 0 0 3px;
        width: 150px
    }

    .scoreStripGames .item.liveevent img {
        overflow: hidden;
        max-height: 150px
    }

    .scoreStripGames .item.liveevent.redzone-liveevent img {
        max-height: 72px;
        width: auto
    }

    .scoreStripGames .item.liveevent.redzone-liveevent {
        padding: 0
    }

    .scoreStripGames .item .info {
        font-size: 12px
    }

    .scoreStripGames .item .info-content {
        line-height: 22px
    }

    .scoreStripGames .item .logo {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px
    }

    .scoreStripGames .item .code {
        float: left;
        font-weight: 700
    }

    .scoreStripGames .item .score {
        float: right;
        display: none;
    }

    .scoreStripGames .item.FINAL .score,
    .scoreStripGames .item.Final .score {

    }

    .scoreStripGames .item .status {
        font-size: 10px;
        line-height: 20px;
        height: 20px;
        text-transform: uppercase
    }

    .scoreStripGames .item.Live .status,
    .scoreStripGames .item.Q1 .status,
    .scoreStripGames .item.Q2 .status,
    .scoreStripGames .item.Q3 .status,
    .scoreStripGames .item.Q4 .status {
        color: #006400;
     
    }

    .scoreStripGames .item.FINAL .status,
    .scoreStripGames .item.Final .status {
        color: #d50a0a
    }

    .scoreStripGames .item.PREGAME .status,
    .scoreStripGames .item.Pre-Game .status {
        color: #f26729;
    }

    .scoreStripGames .item.liveevent .status {
        padding: 0 7px
    }

    .scoreStripGames .item .status .rz-text {
        color: #d50a0a;
        float: right;
        display: none
    }

    .scoreStripGames .item.redzone .status .rz-text {
        display: inline-block
    }

    .scoreStripGames .item .bar {
        border-top: 2px solid;
        bottom: 0;
        height: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transform: scale(0, 1);
        transform-origin: left center;
        transition-property: opacity, transform;
        transition-duration: .15s;
        transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        border-top-color: inherit
    }

    .scoreStripGames .item .red-bar {
        top: 0;
        border-color: #d50a0a
    }

    .scoreStripGames .item .orange-bar {
        top: 0;
        border-color: #fc0
    }

    .scoreStripGames .item .green-bar {
        top: 0;
        border-color: #5ea92a
    }

    .scoreStripGames .item .blue-bar {
        bottom: 0;
        border-color: #1b48e0;
    }

    .scoreStripGames .item.preSelected,
    .scoreStripGames .item.selected {
        background: #fff;
        cursor: default
    }

    .scoreStripGames .item.unavailable {
        cursor: no-drop
    }

    .owl-carousel {
        cursor: pointer
    }

    .owl-carousel .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        margin: 0 auto;
      
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 0;
        width: 55px;
        height: 8%;
        background-color: #858585;
        background-position: center center;
        background-size: 12px 20px;
        background-repeat: no-repeat;
        -webkit-transition: opacity .2s, visibility .2s;
        opacity: 1;
        transition: opacity .2s, visibility .2s;
        box-shadow: 0 0 4px 1px rgb(0 0 0 / .12)
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_left_gray.svg);
        padding-right: 0
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url(https://neulionms-a.akamaihd.net/nfl/gamepass/v1/nflgp/site_4/images/icon_arraw_right_gray.svg);
        padding-left: 0
    }

    .owl-carousel .owl-nav .disabled {
        visibility: hidden;
        opacity: 0
    }

  

    .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.stickytickerwatch,
    a.tickerwatch {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 2px;
        right: 0;
       background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
       color:#fff;  
        text-align: center;
        padding-top: 26px;
        opacity: 0;
        font-size: 13px;
        font-weight: 700;
        -webkit-transition: opacity .2s, visibility .2s;
        transition: opacity .2s, visibility .2s
    }

    .item:hover a.stickytickerwatch,
    .item:hover a.tickerwatch {
        opacity: 1
    }


    span.teams_logo img {
        width: 35px;
        vertical-align: middle
    }


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(to right, #111, #001f35, #0b0b0b, #000);
}

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 solid;
    border-radius: 5px;
}

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

td.vs .game_time {
    display: block;
    margin: 2px 0;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

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

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

td.teamvs span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;

}

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

.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_btn {
    text-align: center !important;
    text-shadow: 0 1px 1px rgb(0 0 0/50%);
    border: 1px solid #006AB7 !important;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
   background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    cursor: pointer;
    touch-action: manipulation;
    width: 75px;
    height: 37px;
}

.schedule_hd {
    text-align: center !important;
    text-shadow: 0 1px 1px rgb(0 0 0/50%);
    border: 1px solid #CC2610 !important;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    background-image: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%);
    cursor: pointer;
    touch-action: manipulation;
    width: 60px;
    height: 38px;
}

.schedule_hd img {
    margin-right: 3px;
    width: 15px;
    height: 17px;
    margin-bottom: -2.1px;
}

.schedule_watch:hover,
.schedule_hd:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.schedule_watch:active,
.schedule_hd:active {
    transform: scale(.95);
}

.schedule_date_heading {
    text-align: center;
   background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
}

.timezone-selector select {
    background-color: #013369;
    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: 10px;
    padding-top:10px;
}

.game_day_date {
   color: #fff;
    padding-bottom:10px;
}
   
   
table td, table th {
    padding: 0;
    vertical-align: middle;
    border: 1px solid rgb(63 63 63);
}

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

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

.player_area {
 display: none;
background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
margin-bottom:30px;
}

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


.theatre_btn.active {
  background: #014a01;

}

.theatre_btn:hover {
  background: #710202;

}

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

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



/* === 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 {
  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;
}

li {
border-bottom: 1px solid rgb(74 69 69 / 38%);
padding:2px;
}

.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;
  
}
.price1 {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


#darkChat {
  display: none;  
  background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  height: 550px;
  border-radius: 5px;
  border: 1px solid #525252;
}

  
  @media (max-width: 992px) {
    td.vs .main_vs {
        color: #d00;
    }

    .nav-teams {
        overflow: hidden;
    }

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

    a#toggleTeathre {
        display: none;
    }
}

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

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

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

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

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

  .teamlogo img {
    height: 30px;
  }

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

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

  .pricing-box ul {
    font-size: 13px;
  }
  
 .theatre_btn {
  color: white;
  padding: 10px;
  font-size: 11px;
  width: 11%;
} 


 .owl-carousel .owl-nav {
        display: none;
  }
	
.main_header {
        overflow: scroll;
    }
   
    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: 65px;
        height: 35px;
        margin-right: 5px;
        margin-left: 5px;
        font-size: 14px;
       
    }

    .schedule_hd {
        width: 55px;
        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: 0px;
    }

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

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

    td.vs .schedule_date {
        font-size: 8px;
    }
    
.pricing-box {
  margin-top: 80px;
  margin-left: 3px !important;
  margin-right: 3px !important;
} 
	
#darkChat {
 display: none !important;

  }
   }
