/*
Theme Name: MLB66
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:#d1d7d5;
  font-family: 'Roboto', sans-serif;
}

.main_header {
  width: 100%;
  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: 1400px;
  margin: auto;
  box-shadow: 0 2px 2px rgb(0 0 0 / .14);
  border-top: 2px solid #0870ff;
  background: #041e42;  
}

.navbar-brand img {
  height: 35px;
  width: auto;
  display: block;
}
/* Logo images */
nav.main-navigation ul.nav li a.nav-link img {
    width: 20px; 
    height: 20px;
    object-fit: contain; 
    vertical-align: middle;
}

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

.nav-link {
  color: #fff;
  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: #2271b1;
  color: #fff;
}

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

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

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

 .home-main-content {
      background: #ffffff;
      padding: 5px;
	  margin-bottom:20px;
      border-radius: 5px;
      margin-left: 0px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .home-main-content h1 {
      font-size: 20px;
      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 {
   background: #ffffff;
  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: #000000;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}
.home-sidebar-content h3 {
    font-size: 17px;
    color: #000000;
    text-transform:uppercase;
    text-align:center;
    margin-bottom: 12px;
}

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

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

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

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


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

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

.logo-img {
  width: 250px;
  height: 35px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.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:5px;
  margin-bottom:5px;	
}

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


/* Footer Styles */
.main_footer {
  background: #041e42;
  color: #ffffff;
  border-top: 2px solid #0870ff;
  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: #ffffff;
}


/* 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;
}
.premium-banner {
    width: 98%;
    text-align: center;
    background:#fff;
    border-radius: 5px;
    padding:10px;
	 margin-bottom:10px;
	
}

.premium-banner img {
    max-width: 100%;
	
}
 
 .score_container {
  height: 72px;  

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

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


    .scoreStripGames .item {
        color: #000000;
		background: #e8e8e8;
        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 {

    }
   .score-on .scoreStripGames .item .score,
   .score-on .scoreStripGames .item.FINAL .status span.scoreOn,
   .score-on .scoreStripGames .item.live .status span.scoreOn,
   .score-on .scoreStripGames .item.unavailable .status span.scoreOn,
   .score-on .scoreStripGames .item.upcoming .status span.scoreOn,
   .scoreStripGames .item.FINAL .status span.scoreOff,
   .scoreStripGames .item.live .status span.scoreOff,
   .scoreStripGames .item.unavailable .status span.scoreOff,
   .scoreStripGames .item.upcoming .status span.scoreOff {
   display: block;
}

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

/* === SCHEDULE === */
.NHL_schedule_container {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

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: 3px;
  vertical-align: middle;
  border: 1px solid #484848;
}

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

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

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

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

/* TEAM NAME */
td.teamvs span {
  font-size: 14px;
  color: #000000;
  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: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 6px;
  cursor: pointer;
  border: 1px solid #e4b75a;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.watch_btn:hover {
  background: #ff0000;
  color: #ffffff;
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.55);
}

/* HD BUTTON */
.hd {
  background:  #01579B;
  border: none;
  color: #ffffff;
  width: 100%;
	font-size:15px;
  font-weight: 900;
  border-radius: 5px;
  padding: 7px 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  transition: 0.25s;
}

.hd:hover {
  filter: brightness(1.15);
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.55);
}

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


.season_title {
    font-size: 12px;
    color: #fff;
    padding:10px;
}

.schedule_date_heading {
    text-align: center;
   background:  #01579B;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 12px;
}

.timezone-selector select {
    background-color: #000000;
    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;
}


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

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

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

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


.theatre_btn.active {
  background: #000000;
  color:#ffffff;	

}

.theatre_btn:hover {
  background: #0161ad;
	color:#ffffff;

}

.hd-btn {
  background: gold;
  color: #000000;
  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.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--theme_color);
    text-align: center;
    margin-bottom: 0px;
}

.mini_banner_area {
    margin-top: 0px;
    display: flex;
    margin-right:-2px;
    align-items: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #000000;
    font-weight: 700;
}

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

.hd_image {
    flex-basis: 53px;
    background: #ff0707;
    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: #ffffff;
    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);
}


/* === PRICING BOX === */
.pricing-box {
  display:none;
  background: #041e42;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  border: 12px solid #ffffff;
}

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

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

.pricing-box .button a:hover {
  background: #ff3020;
  text-decoration: underline;
  filter: brightness(1.15);
  transform: scale(1.05);
  
}


.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: #e3e3e3;
  height: 550px;
  border-radius: 5px;
  border: 12px solid #ffffff;
}


.player_area {
 margin-left: 0px;

}

/* =====================
   GENERAL TRANSITIONS
===================== */
body, h1, h2, h3, h4, h5, h6, p, span, li, a, strong, td, th,
.main_header, .Second_header, .home-main-content, .home-sidebar-content,
table, .watch_btn, .hd, .timezone-selector select, .pricing-box {
    transition: all 0.3s ease;
}

/* =====================
   LIGHT MODE (Default)
===================== */
.watch_btn {
    background: #000;
    color: #fff;
    border: 1px solid #e4b75a;
}

.hd {
    background: #01579B;
    color: #fff;
}

.timezone-selector select {
    background-color: #000;
    color: #fff;
    border: 0;
}

/* =====================
   DARK MODE
===================== */
body.dark-mode {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

/* Headers & Navbar */
body.dark-mode .main_header,
body.dark-mode .Second_header,
body.dark-mode .top_navbar {
    background-color: #1a1a1a !important;
    color: #fff !important;
}

/* Content Boxes */
body.dark-mode .home-main-content,
body.dark-mode .home-sidebar-content {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border: 1px solid #333 !important;
}

/* Tables */
body.dark-mode table,
body.dark-mode table th,
body.dark-mode table td {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border: 1px solid #333 !important;
}

/* Buttons */
body.dark-mode .watch_btn {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #ffb700 !important;
}

body.dark-mode .hd {
    background: #0d47a1 !important;
    color: #fff !important;
}

/* Timezone Selector */
body.dark-mode .timezone-selector select {
    background-color: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
}

/* Text Elements */
body.dark-mode,
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, 
body.dark-mode h4, body.dark-mode h5, body.dark-mode h6, 
body.dark-mode p, body.dark-mode span, body.dark-mode li, 
body.dark-mode a, body.dark-mode strong, body.dark-mode td, 
body.dark-mode th {
    color: #e0e0e0 !important;
}

/* Links */
body.dark-mode a {
    color: #fff !important;
    text-decoration: none;
}

/* Minibanner Text */
body.dark-mode .minibanner_text {
    color: #fff !important;
}

/* Pricing Box */
body.dark-mode .pricing-box {
    background: #222 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

/* Images & Logos */
body.dark-mode img {
    filter: brightness(0.9);
}

/* Smooth hover effect for table logos */
body.dark-mode td.teamlogo img:hover {
    transform: scale(1.2);
}

/* Optional: paragraphs background transparent */
body.dark-mode p, body.dark-mode li {
    background-color: transparent !important;
}

/* Dark Mode */
body.dark-mode #darkChat {
    background-color: #1e1e1e;   /* Dark background */
    color: #e0e0e0;              /* Light text color */
    border: 1px solid #444;      /* Dark border */
}

  body.dark-mode .scoreStripGames .item {
    color: #ffffff; /* white text for dark mode */
    background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    border-left: 1px solid rgba(255,255,255,0.2);
}

 body.dark-mode .scorestrip {
    background: #051430;
}

 body.dark-mode .main_footer {
  background: #051430;
}

body.dark-mode .premium-banner {
		 background:#041e42;
	border: 1px solid #444;
}

  @media (max-width: 992px) {
    .nav-teams {
       overflow: hidden;
    }
	  
	 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;
  }
	  

  .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;
  }
	
.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: 65px;
    height: 35px;
    font-size: 12px;

  }
	

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

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

	
.main_header {
 overflow: scroll;
    }

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

}
  .btn {
    min-width: 110px !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
  }
nav.main-navigation ul.nav li a.nav-link img {
    width: 15px; 
    height: 15px;
  }
	
  .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: 15px;
}

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