/*
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:#1a1a1a;
  font-family: 'Roboto', sans-serif;
}

.main_header {
  width: 100%;
background: linear-gradient(to right, #111, #001f35, #0b0b0b, #001f35);
  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: 35px;
  width: auto;
  display: block;
}


.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: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
   
}

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

 .home-main-content {
      background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
      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: #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 {
  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: 17px;
    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: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  border-top: 2px 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;
}

 
/* 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 === */
.NFL_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: 900;
    text-transform: capitalize;
}

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

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

td.teamvs span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    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;
    border: 1px solid #006AB7 !important;
    color: #fff;
    border-radius: 5px;
	font-size:13px;
    font-weight: 900;
   background:  #000;
    width: 75px;
    height: 37px;
}

 button.watch_btn {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-flex; 
    align-items: center;  
    justify-content: center;  
    padding: 8px 16px;
    height: 40px;          
    line-height: 1;          
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
  }


.hd {
    text-align: center !important;
    border: 1px solid #0084ef !important;
    color: #fff;
    border-radius: 5px;
	font-size: 17px;
    font-weight: 900;
    background:  #000;
    width: 50px;
    height: 38px;
	vertical-align:middle;
}

.watch_btn:hover,
.hd:hover {
    background:#0084ef;
    color: #fff;
    text-decoration: none;
}
.watch_btn:active,
.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;
  margin-right:2px;	
  margin-left: 5px; 
}

/* === 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;
  font-weight:900;
  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.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 #525252;
    color: #ffffff;
   background: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
    font-weight: 700;
}

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

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



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

/* Hover effect */
.stream-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 195, 255, 0.4);
}

/* Animation for subtle gradient motion */
@keyframes darkGradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


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

.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: linear-gradient(to right, #111, #001f35, #0b0b0b, #000);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

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



/* === PRICING BOX === */
.pricing-box {

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


.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(to right, #111, #001f35, #0b0b0b, #000);
  height: 550px;
  border-radius: 5px;
  border: 1px solid #525252;
}

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

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


  .stream-card {
background: linear-gradient(to right, #111, #001f35, #000, #001f35);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 1px solid #4c4848;
  }

  .stream-card:hover {
    transform: translateY(-5px);
    background: radial-gradient(circle at 50% 0%,rgba(255,94,0,.4),transparent 70%);
 
  }

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

  .stream-title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
  }


.main_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px; 
  width: 100%;
  background: linear-gradient(
    90deg,
    #ff007f,
    #ff6f00,
    #f9ff00,
    #00ff88,
    #00c3ff,
    #7f00ff,
    #ff007f
  );
  background-size: 400% 100%;
  animation: moveBorder 5s linear infinite;
  border-radius: 2px;
}

/* Gradient flow animation */
@keyframes moveBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Gradient button */
.btn-primary {
  background: linear-gradient(
    90deg,
    #ff007f,
    #ff6f00,
    #f9ff00,
    #00ff88,
    #00c3ff,
    #7f00ff,
    #ff007f
  );
  background-size: 400% 100%;
  color: #000;
  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;
}

/* Hover effect */
.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(255, 0, 127, 0.5);
}

/* Animation keyframes */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}



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

  .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;
  } 
  
.NFL_schedule_shot_code {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.left-content {
  margin-left:5px;
  margin-right: 5px;    
}  
    
  .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%;
} 

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

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

    .hd {
	font-size: 15px;
    font-weight: 900;
    width: 45px;
    height: 38px;

} 


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

  .btn {
    min-width: 110px !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
		
		
  }

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