/* Regular Latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/nflbite/assest/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY5abuWIGxA.woff2') format('woff2');
}

/* Optional: Latin Extended */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/nflbite/assest/fonts/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2') format('woff2');
}



:root {
  --heading-font: 'Titillium Web', sans-serif;
  --content-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;	

  --white: #fff;
	
  --theme_color: #030303;
  --text_color:  #202020;
  --white_color: #ffffff;
  --body_color: #F7F7F8;
  --hover_color: #E6270D;
  --menu_bg: #d2d2d2;
  --sidebar_text_color: #808080;
  --sidebar_bg_color: #F1F1F1;
  --schedule_time_color: #3d3d3d;
  --schedule_hover_color: #dcdcdc;
  --schedule_nth_child: #dcdcdc14;
  --schedule_heading_bg: #030303;
  --box-shadow: 1px 3px 15px #d3d3d3;
  --box-shadow2: inset 0px 0px 2px #d3d3d3;
  --accent-color: #17141f;
  --icon-color: #0e0e10;
  --box-shadow-dark: inset 0 -1px 0 0 hsla(0,0%,100%,.08);
  /* white */
  --header-bg: #ffffff;
  --shadow-header-1: 0 1px 2px rgb(0 0 0 / 13%),0 0px 2px rgb(0 0 0 / 8%);
  --color-background-sidebar: #ffffff;
  --color-background-alt: #efeff1;
  --color-text-alt: #1f1f23;
  --color-border: #d9d9d9a8;
  --icon-hover-color:rgb(0 0 0 / 8%);
  --icon-hover-color-alt:#60606038;
  --icon-color: #0e0e10;
  --box-shadow-white: inset 0 -1px 0 0 rgb(0 0 0 / 8%);
  --team-logo-hover: #e6e6ea;
  --schedule-bg-color: rgb(0 0 0 / 5%);
  --schedule-hover-color: rgb(0 0 0 / 8%);
}

/* Theme color change */
body.dark-theme {
  --header-bg: #0e0e10;
  --shadow-header-1:0 1px 2px rgb(92 92 92 / 13%),0 0px 2px rgb(0 0 0 / 8%);
  --color-background-sidebar: #0e0e10;
  --color-background-alt: #1f1f2347;
  --color-text: #dedee3;
  --color-border: #1e1e1e8a;
  --icon-hover-color:rgb(116 116 116 / 5%);
  --icon-color: #ffffff;
  --team-logo-hover: #121212;
  --schedule-bg-color: rgb(116 116 116 / 5%);
  --schedule-hover-color: rgba(148, 148, 148, 0.05);
  --theme_color: #F9F9F9;
  --text_color:  #e5e5e5;
  --white_color: #010101;
  --body_color: #0e0e10;
  --hover_color: #E6270D;
  --menu_bg: #141414;
  --sidebar_text_color: #808080;
  --sidebar_bg_color: #0c0c0c; 
  --schedule_time_color: #b9b9b9;
  --schedule_hover_color: #dcdcdc14;
  --schedule_nth_child: #0c0c0c;
  --schedule_heading_bg: var(--menu_bg);
  --box-shadow: 0 1px 2px rgb(151 151 151 / 20%);
  --box-shadow2: 0 1px 2px #3434348a;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
    outline: none;    
}
/*html {*/
/*  font-family: var(--font-family);*/
/*  scroll-behavior: smooth;*/
/*  font-size: 10px;*/
/*  font-weight: 400;*/
/*  color: #272727;*/
/*}*/

/*body {*/
/*    font-family: var(--font-family);*/
/*    min-height: calc(100vh - 40px);*/
/*    -webkit-font-smoothing: antialiased;*/
/*    text-rendering: optimizeSpeed;*/
/*    font-size: 1.6rem;*/
/*    line-height: 155%;*/
/*    background-color: var(--body_color);*/
/*    color: var(--text_color);*/
/*}*/

 
html {
  font-family: var(--content-font);
  font-size: 62.5%;
  scroll-behavior: smooth;

  
}

body {
    font-family: var(--content-font);
    min-height: calc(100vh - 40px);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: var(--body_color);
    color: var(--text_color);
	-webkit-tap-highlight-color: transparent;
} 


a {
    text-decoration: none;
}

p a {
  color: tomato!important;
}

ul {
list-style: none;
}

html:focus-within {
 scroll-behavior: smooth;
}

/* Make images easier to work with */
img,
picture,
svg {
max-width: 100%;
display: block;
}
  
/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
      scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
      -webkit-animation-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
      -webkit-transition-duration: 0.01ms !important;
      -o-transition-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}

/* Site heading */
h1 {
  font-family: var(--heading-font); 
  font-weight: 700;
  line-height: 105%;
  font-size: 3rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

h2 {
  font-family: var(--heading-font); 
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

h3 {
  font-family: var(--heading-font); 
  font-weight: 700;
  font-size: 1.8rem;
}

.home-main-content h3 {
  font-size: 2.4rem;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

.home-main-content ul {
  list-style: disc;
  margin-left: 2rem;
  margin-block: 1rem;
}

h4 {
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

h5 {
  font-family: var(--heading-font); 
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

h6 {
  font-family: var(--heading-font); 
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 112%;
}

/* Reusable component */
.mobile_menu {
  display: none;
}

.btn_effect svg {
  cursor: pointer;
  padding: 4px;
  border: 1px solid transparent;
  color: var(--icon-color);
  fill: var(--icon-color);
  border-radius: 4px;
}

.btn_effect svg:hover{
  background-color:  var(--icon-hover-color);
  color: var(--icon-color);
  fill: var(--icon-color);;
}

.wrapper {
  max-width: 2600rem;
  margin: auto;
}

.place-items-center{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

/* darkmode */
.checkbox-wrapper .tgl {
  display: none;
}

.checkbox-wrapper .tgl + .tgl-btn {
  background: #3c3c3c36;
  border-radius: 2rem;
  padding: 5px;
  transition: all 0.4s ease;
  outline: 0;
  display: block;
  width: 6rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrapper .tgl + .tgl-btn::before, .checkbox-wrapper .tgl + .tgl-btn::after {
  position: relative;
  display: block;
  content: "";
  height: 100%;
}

.checkbox-wrapper .tgl + .tgl-btn::before {
  display: none;
  width: 50%;
}

.checkbox-wrapper .tgl + .tgl-btn::after {
  left: 0;
  border-radius: 50%;
  background: #fff;
  width: unset;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
  box-shadow: 0 0.15em 0.3em rgb(0 0 0 / 15%), 0 0.2em 0.5em rgb(0 0 0 / 30%);
}

.dark-theme .checkbox-wrapper .tgl + .tgl-btn {
  background: #3c3c3e47;
}

.dark-theme .checkbox-wrapper .tgl + .tgl-btn:after {
  transform: translateX(150%);
  background: #000000;
}

.checkbox-wrapper .icon {
  width: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-invert);
}

.checkbox-wrapper .icon_sun {
  left: 10%;
}

.checkbox-wrapper .icon_moon {
  right: 10%;
}

.icon.icon_sun {
  fill: #FF7400;
  z-index: 9;
}

.dark-theme .icon.icon_sun {
  fill: #9FA4A5;
}

.icon.icon_moon {
  fill: #202020;
  z-index: 9;
}

.dark-theme .icon.icon_moon {
  fill: #FF7400;
}

/* tooltip */
[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:after {
  opacity: 0;
  z-index: 10;
  line-height: 1.5;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
  pointer-events: none;
  color: var(--white_color);
  font-size: 12px !important;
  content: attr(data-tooltip);
  text-shadow: none !important;
  -webkit-font-smoothing: auto;
  font-style: normal !important;
  font-weight: normal !important;
  background: var(--theme_color);
  transition: all 0.2s ease-in;
  text-transform: capitalize;
  border-radius: 4px;
}

[data-tooltip]:not([data-tooltip-disabled=true]):not(.tooltip-disabled):hover:after {
  opacity: 1;
  transition-delay: 0.2s;
    border-radius: 4px;
}

[data-tooltip][data-tooltip-pos=up]:after {
  left: 50%;
  bottom: 100%;
  margin-bottom: 10px;
  transform: translate(-50%, 10px);
  transform-origin: top;
}

[data-tooltip][data-tooltip-pos=up]:hover:after, [data-tooltip][data-tooltip-pos=up][data-tooltip-visible]:after {
  transform: translate(-50%, 0);
}


[data-tooltip][data-tooltip-pos=down]:after {
  left: 50%;
  top: 100%;
  margin-top: 10px;
  transform: translate(-50%, -10px);
}

[data-tooltip][data-tooltip-pos=down]:hover:after, [data-tooltip][data-tooltip-pos=down][data-tooltip-visible]:after {
  transform: translate(-50%, 0);
}


[data-tooltip][data-tooltip-pos=left]:after {
  top: 50%;
  right: 100%;
  margin-right: 10px;
  transform: translate(10px, -50%);
}

[data-tooltip][data-tooltip-pos=left]:hover:after, [data-tooltip][data-tooltip-pos=left][data-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[data-tooltip][data-tooltip-pos=right]:after {
  top: 50%;
  left: 100%;
  margin-left: 10px;
  transform: translate(-10px, -50%);
}

[data-tooltip][data-tooltip-pos=right]:hover:after, [data-tooltip][data-tooltip-pos=right][data-tooltip-visible]:after {
  transform: translate(0, -50%);
}

[data-tooltip][data-tooltip-break]:after {
  white-space: pre;
}

/*------- new------*/

 .upcoming-status {
    color: #f90 !important;
    font-weight: bold;
}
 .live-status {
    color: red !important;
    animation: blink 3s infinite;
	font-weight: bold;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
