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

html {
  font-size: 10px;
  overflow-x: hidden;
}

p,
ul {
  margin: 0;
  padding: 0;
}
h3{
    color:unset !important;
    margin:unset !important;
}

@font-face {
  font-family: "poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "barlow";
  src: url(../fonts/Barlow-Medium.ttf);
}
@font-face {
  font-family: "poppins-bold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

:root {
  --poppin-font: "poppins";
  --poppin-font-2: "poppins-bold";
  --barlow-font: "barlow";
  --red-color: "#ec0139";
}

@media (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 1420px;
  }
}

/* matches section */

.matches-section {
  width: 100%;
  background-image: url(../images/football-img.jpg);
  padding: 80px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.matches-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffffbd;
  z-index: -1;
}

.match-card {
    padding: 0 25px 30px;
    border: 2.18px solid var(--Red, #ec0139);
    box-shadow: 9px 10px 10.4px 0px #00000040;
    background: var(--Blue, #084178);
    border-radius: 8px;
    margin-right: 20px;
    height: 255px;
}

.back-image {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.live-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--Blue, #084178) !important;
  padding: 4px 18px;
  width: fit-content;
  color: #fff;
  font-family: var(--poppin-font);
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 8px;
}

.heading-text {
  font-family: var(--barlow-font);
  font-weight: 800 !important;
  font-style: italic;
  font-size: 70px !important;
  text-transform: uppercase;
}

.span-color {
  color: var(--Red, #ec0139) !important;
}

.bottom-para {
  font-family: var(--poppin-font-2);
  font-weight: 500;
  font-size: 22.5px;
}

.btn-area {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn-area button {
  border: 1px solid var(--Blue, #084178);
  padding: 8px 38px;
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 8px;
  background: transparent;
  color: #084178;
  opacity: 0.5;
}

.btn-area button.active {
  background: var(--Blue, #084178);
  border: 1.4px solid var(--Red, #ec0139);
  color: #fff;
  opacity: 1;
  transition: all 0.3s linear;
}

.btns-column {
  display: flex;
  justify-content: end;
  align-items: center;
}

.card-header {
  display: flex;
  justify-content: center;
}

.status-badge {
  display: flex;
  justify-content: center;
  width: fit-content;
  background: var(--Red, #ec0139);
  padding: 5px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff;
}

.card-matches-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.team-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 40%;
}

.team-area img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.team-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.date-area {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  width: 20%;
}
.hour-left-text {
  font-size: 17px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.day-left-text {
  font-weight: 700;
  font-size: 12px;
}

/* matches section ends */

/* tournament section */

.tournament-section {
  position: relative;
  padding: 40px 10px;
  z-index: 1;
}

.stripe-img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: -1;
}

.side-bar {
  height: auto;
  background: #084178;
  border-radius: 8px;
  
}

.sec-hd {
  font-family: var(--barlow-font);
  font-weight: 800 !important;
  font-style: italic;
  font-size: 64px !important;
}

.side-bar-header {
  background: #ec0139;
  text-align: center;
  color: #fff !important;
  padding: 10px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: var(--barlow-font);
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.side-bar-header-position{
    position: sticky;
    top: 0;
    left: 0;
    width:100%;
    z-index: 999;
}

.league-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.leagues-matches {
    position: relative;
    padding: 0 15px 15px;
}

.league-container:hover {
  background: #ec0139;
}

.not-found-img {
    height: 450px !important;
    width: 100%;
    object-fit: contain;
}

.not-found-para {
  font-size: 20px;
  font-family: "poppins";
  text-align: center;
  margin-bottom: 10px;
}

.img-leagues {
  height: 50px;
  width: 50px;
  object-fit: contain;
}

.content_container {
  display: flex;
  flex-direction: column;
}

.league_name {
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom:  0 !important;
}

.league_level {
  color: #d3d3d3;
  font-weight: 500;
}

.search_inp {
  width: 300px;
  padding: 12px 10px;
  border: 1px solid #b1b1b1;
  background: #efefef;
  border-radius: 8px;
  font-size: 14px;
}
.search_inp:focus {
  outline: 2px solid skyblue;
}

.column-details {
  padding: 0 40px;
}

.top_games_block {
    background: #fff;
    box-shadow: 0 0 1px gray;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 630px !important;
    overflow: auto;
}

.top_games_block::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.top_games_block::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.top_games_block::-webkit-scrollbar-thumb {
    background-color: #ec0139; 
    border-radius: 10px;
}




.side-bar-header-2 {
  display: flex;
  justify-content: flex-start;
}

.game_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px;
    background: #ddddddad;
    border-radius: 12px;
}

.border-class {
  border-bottom: 1px solid rgba(180, 180, 180, 0.685);
}

.border-class:nth-last-child(1) {
  border-bottom: none;
}

.logo_team_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.team_group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.team_name_logo {
  display: flex;
  align-items: center;
  gap: 18px;
}

.img-leagues-2 {
    height: 28px;
    width: 25px;
    object-fit: contain;
}

.logo_game {
    width: 40px;
    height: 40px !important;
    object-fit: contain;
}

.team_name_logo span {
    font-family: var(--poppin-font);
    font-weight: 400;
    font-size: 14px;
    color: #373737;
}

.tournament_time {
  font-family: var(--poppin-font);
  font-weight: 400;
  font-size: 16px;
  color: #373737;
      display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.side-bar-2 {
  background: #efefef;
}

.tab-area {
  display: flex;
  flex-direction: column;
}
.tab-area button {
  border: none;
  text-align: start;
  background: transparent;
  padding: 20px;
  color: #5a5a5a;
  font-family: var(--poppin-font);
  font-weight: 500;
  font-size: 18px;
}

.tab-area button.active {
  background: var(--Blue, #084178);
  box-shadow: 5px 6px 12.2px 0px #00000040;
  color: #fff;
}

.winner {
  font-weight: 700 !important;
}

.result-badge {
  background: var(--Blue, #084178);
  font-family: var(--poppin-font);
  font-weight: 600 !important;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
  padding: 2px 15px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 20px;
}

.icon-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #b1b1b1;
}

/* tournament section ends */

/* single page */

/* header */

header {
  padding: 10px;
  background: #faf9fe;
  width: 100%;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

nav ul li {
  list-style: none;
  padding: 7px 20px;
  border-radius: 8px;
}

nav ul li a {
  font-family: var(--poppin-font);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #222222;
}

nav ul li.active {
  background: #ec013933;
}

nav ul li.active a {
  color: var(--Red, #ec0139);
  font-family: var(--poppin-font);
  font-weight: 700;
  font-size: 18px;
}
.search_area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-inp {
  border: none;
  width: 150px;
  border-bottom: 1px solid #a8a8a8;
  background: none;
  font-size: 14px;
  color: #656565;
  outline: none;
}

.abs-icon {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.auth-login {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--poppin-font);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #ec0139;
}

/* hero banner */
.video-area {
  width: 100%;
}

.video-area:hover .play-btn {
  display: block !important;
}

.setting-drp {
  display: none;
  position: absolute;
  top: -60px;
  left: -40px;
  background: #fff;
  width: 150px;
  border-radius: 10px;
  padding: 10px;
}

.setting-drp.active {
  display: block !important;
}

.setting-drp button {
  width: 100%;
  color: #000 !important;
  background: transparent;
  font-size: 14px !important;
  font-family: var(--barlow-font);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_banner {
  position: relative;
}
.team-score-card {
  width: 100%;
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 80px;
}

.team-score-img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.league_tournament {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tournament_score_name {
  font-family: var(--barlow-font);
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0 !important;
}

.match_time {
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 43px;
  color: #fff;
  margin-bottom: 0 !important;
}
.score_area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.teams_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.teams_info span {
  font-family: var(--poppin-font);
  font-size: 15px;
  color: #fff;
    text-align: center;
}

.goals_text {
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0 !important;
}

.play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: none;
  background-image: url(../images/play-btn-img.png);
  background-position: center;
  background-size: cover;
  background-color: transparent;
}

/* team lineups section */
.lineups_section {
  width: 100%;
  background-image: url(../images//football-sec-2.png);
  padding: 80px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.team_formation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team_placement {
  display: flex;
  align-items: center;
  gap: 15px;
}
.formation_team_img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.team_short_name {
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 27px;
}

.team_field_setup {
  font-family: var(--poppin-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 0.8;
}

.player_detail_area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.player_name {
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 22px;
}

.player_img {
  height: 27px;
  width: 27px;
  border-radius: 50%;
}
.field-img {
  width: 100%;
}

.tabs-btn-2 {
  background: #d9d9d9;
  margin: auto;
  width: fit-content;
}

.tabs-btn-2 button {
  padding: 10px 25px;
  background: transparent;
  border: none;
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 16px;
  color: #585858;
  text-transform: uppercase;
}

.tabs-btn-2 button.active {
  background:  #ec0139 !important;
  color: #fff;
}

.tabs-btn-2 {
  margin-bottom: 80px;
}

.combination_block {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 1.78px 3.55px -1.78px #0000001a;
  box-shadow: 0px 1.78px 5.33px 0px #0000001a;
  background: #e6e5e5;
  padding: 20px 30px;
  border-radius: 15px;
}

.padding-column {
  padding: 70px 30px;
}

.players-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
}

.players-list-2 li {
  justify-content: space-between;
}

.brand_section {
  padding: 60px 80px;
}

.brand-img {
  height: 180px !important;
  width: 220px !important;
  object-fit: contain;
}

/* footer */
.footer-main {
  padding: 100px 0;
  background: var(--Red, #ec0139);
  background-image: url(../images/bg-pattern.png.png);
  background-size: cover;
  background-position: bottom;
}

.sub-hd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
}

.input-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ebebeb;
  padding: 5px 10px;
  padding-left: 20px;
  border-radius: 8px;
}
.input-footer input {
  height: 48px;
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  font-family: sans-serif;
  border: none;
  outline: none;
  background: transparent;
}

.input-footer button {
  background: var(--Red, #ec0139);
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  font-family: sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.columns-ft {
  padding: 0 10px;
}
.ft-col-hd {
  font-family: var(--barlow-font);
  font-weight: 700;
  font-style: italic;
  font-size: 32px;
  color: #fff;
}
.ft-nav-links {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ft-nav-links li {
  list-style: none;
}

.ft-nav-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--poppin-font);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.ft-nav-links-2 li a {
  font-weight: 400 !important;
}

.ft-nav-links li a i {
  font-size: 10px;
}

.icon-social {
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Red, #ec0139);
}

.icon-social i {
  font-size: 18px !important;
}

.social-icons-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.social-icons-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.column-position {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footer-bottom {
  background: var(--Blue, #084178);
  padding: 10px 0;
}

.footer-bt-text {
  font-family: var(--poppin-font);
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}

.footer-bt-text .span-text-2 {
  font-weight: 700 !important;
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.audio_player {
  position: absolute;
  width: 100%;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 80px;
}

input[type="range"] {
  width: 80%;
  height: 6px;
  cursor: pointer;
  accent-color: #fff;
}

.group-area-2 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.group-area-2 button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}

.time_audio {
  font-family: var(--poppin-font);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0 !important;
}

.play-btn.active {
  display: block;
}

.btn-class {
  display: none;
  padding: 8px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #ec0139;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--barlow-font);
}

.close-btn-2 {
  display: none;
}

.side-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-btn {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.leagues {
  height: 800px;
  overflow-y: auto;
}

/* width */
.leagues::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.leagues::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.leagues::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

.column-btns {
  display: none;
}

.divider {
  display: none;
}

/* .side-bar-nav-area {
  display: none;
  justify-content: flex-end;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #0000007a;
} */

/* .side-bar-nav-area.active .side-bar-nav {
  right: 0;
} */

/* Sidebar Container */
.side-bar-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  right: -100%;
  height: 100vh;
  width: 320px;
  background: linear-gradient(135deg, #ec0139, #ff5733);
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: 1s;
}
.side-bar-nav.active {
  right: 0;
}

/* Sidebar Header */
.sider-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* Logo Styling */
.menu-logo {
  height: 70px;
  width: 70px;
  object-fit: contain;
}

/* Close Button */
.close-btn {
  color: #fff;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.close-btn:hover {
  transform: rotate(90deg) scale(1.1);
}

/* Sidebar Body */
.side-bar-body {
  padding: 20px;
  flex-grow: 1;
}

/* Menu List */
.link-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}

/* Menu Items */
.link-menu li {
  list-style: none;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 12px 18px;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.link-menu li:hover {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffdd57;
  transform: scale(1.05);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

/* Menu Links */
.link-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  flex-grow: 1;
  transition: color 0.3s ease-in-out;
}

/* Hover Text Color */
.link-menu li:hover a {
  color: #192d41;
}

/* Menu Icons */
.menu-icon {
  font-size: 20px;
  color: #fff;
}

/* single page ends */

.loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid #656565; /* Outer border */
  border-top-color: #ec0139; /* Spinner color */
  animation: spin 1s linear infinite; /* Rotating animation */
  z-index: 999;
}

.loader.active {
  display: block;
}

/* ✅ Keyframes for spinning effect */
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.input-area-2 {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* General styles */
.calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  background: linear-gradient(135deg, #084178, #192d41);
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  padding:10px;
}

.calendar-icon:hover {
  background: linear-gradient(135deg, #192d41, #084178);
  transform: scale(1.1);
}

/* Calendar Container */
.calendar-container {
  display: inline-block;
  background: linear-gradient(135deg, #084178, #192d41);
  padding: 15px 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

}

/* Header */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Days Container */
.days-container {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* Day Boxes */
.day {
  padding: 12px;
  cursor: pointer;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  width: 120px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
  color: white;
  font-weight: bold;
}

.day:hover,
.selected {
  background: #ff4c4c;
  transform: scale(1.08);
  color: #fff;
}

/* Calendar Popup */
.calendar-popup {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  padding: 20px;
  border-radius: 15px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  width: 300px;
  z-index: 10;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

.calendar-popup.active {
  display: block;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Month Navigation */
.month-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 12px;
  background: #192d41;
  border-radius: 8px;
  font-size: 15px;
  color: white;
  font-weight: bold;
}

.month-nav button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 6px 12px;
  transition: all 0.3s ease;
}

.month-nav button:hover {
  color: #ff4c4c;
  transform: scale(1.1);
}

/* Month Grid */
.month-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 10px 0;
}

/* Individual Days */
.month-day {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  background: #ff4c4c;
}

.month-day:hover {
  background: #ff4c4c;
  transform: scale(1.1);
}

.month-day.today {
  background: rgba(255, 76, 76, 0.3);
  border: 1px solid #ff4c4c;
}

.month-day.selected {
  background: #192d41;
  font-weight: bold;
  color: white;
}

input[type="checkbox"] {
  display: none;
}

.toggle-btn .toggle-slider {
  cursor: pointer;
  position: relative;
  width: 70px;
  height: 30px;
  border-radius: 30px;
  background: rgb(173, 173, 173);
  display: flex;
  transition: all 0.3s linear;
}

.toggle-btn input[type="checkbox"]:checked + .toggle-slider {
  background: #000000;
}

.toggle-btn input[type="checkbox"]:checked + .toggle-slider:after {
  content: "live";
  position: absolute;
  left: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--barlow-font);
  letter-spacing: 1px;
  color: #ffff;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-btn .toggle-slider::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ec0139;
}

.toggle-btn input[type="checkbox"]:checked + .toggle-slider::before {
  transform: translateX(40px);
}

.btn_toggle_group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.menu-btn {
  display: none;
  background: transparent;
  border: none;
  font-size: 20px;
}

.modal-body,
.modal-header {
  padding: 15px 40px !important;
}

.modal-content input {
  font-size: 15px;
  padding: 10px 20px;
  margin-bottom: 45px;
}

.modal-search {
  background: #ec0139;
  width: 100%;
  font-size: 15px;
  color: #ffff;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border: transparent;
  height: 40px;
  font-family: var(--poppin-font);
  letter-spacing: 1px;
}

.modal-content label {
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: var(--poppin-font);
}

/* General Block Styling */
.statistics_block,
.comments_block,
.events_block {
  background: linear-gradient(135deg, #ec0139 60%, #192d41 100%); /* Red to Blue Gradient */
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
  max-height: 350px; /* Set max height */
  overflow-y: auto; /* Enable scrolling */
}

/* Statistics List */
.stats_list {
  list-style: none;
  padding: 0;
  width: 100%;
}

.stats_list li {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr; /* Auto align */
  align-items: center;
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.stats_list li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}

.stats_list li:last-child {
  border-bottom: none;
}

/* Comments Section */
.comments_block {
  max-height: 300px; /* Restrict height */
  overflow-y: auto; /* Enable scrolling */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ffcc00 rgba(255, 255, 255, 0.2);
}

/* Custom Scrollbar for Chrome */
.comments_block::-webkit-scrollbar {
  width: 6px;
}

.comments_block::-webkit-scrollbar-thumb {
  background: #ffcc00; /* Gold scrollbar */
  border-radius: 10px;
}

.comments_block::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}

/* Individual Comment Styling */
.comment {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s;
  word-wrap: break-word;
}

.comment strong {
  color: #ffcc00; /* Highlighted in gold */
}

/* Events List */
.events_block {
  max-height: 300px; /* Restrict height */
  overflow-y: auto;
}

.events_list {
  list-style: none;
  padding: 0;
}

.events_list li {
  padding: 12px;
  border-left: 5px solid white;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 15px;
  transition: 0.3s;
}

.events_list li:hover {
  background: rgba(255, 255, 255, 0.3);
}

.events_list li span {
  font-weight: bold;
  color: white;
  margin-right: 10px;
}

/* Section Tabs */
.section-tab {
  display: none;
}

.section-tab.active {
  display: flex;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .statistics_block,
  .comments_block,
  .events_block {
    padding: 15px;
    text-align: center;
  }

  .stats_list li {
    grid-template-columns: 1fr; /* Stack in small screens */
  }

  .events_list li {
    text-align: center;
    border-left: none;
    border-top: 4px solid white;
    padding-top: 15px;
  }
}

.brand-slider .slick-track{
    display: flex;
    gap: 15px;
}
/*td.wg_header[colspan="3"]{*/
/*    display:flex;*/
/*    background: transparent;*/
/*}*/

td.wg_header[colspan="3"]{
    text-align: center;
}
.wg_header > span{
    display: inline-block;
    padding: 10px 25px;
    background: transparent;
    border: none;
    font-family: var(--poppin-font);
    font-weight: 600;
    font-size: 16px;
    color: #585858;
    text-transform: uppercase;
}

.wg_header .wg_active{
    background: var(--Red, #ec0139);
    color: #fff;
}

#wg-api-football-game{
    width: 60%;
    margin: auto;
}
#wg-football-game-div{
    border-width: 1px 1px 0px 1px !important;
}

.wg_data_toggle_game td div{
    font-size: 12px;
    margin-bottom: 10px;
}

.wg_text_center.wg_header{
       font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
}

.league_logo_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
}

.status_area{
    color:#ec0139;
    font-size: 11px;
    font-family:  sans-serif;
    font-weight: 700;
}

.is_live{
    position: relative;
}

.is_live:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width:5px;
    height: 70%;
    background: #ec0139;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.text_goal{
        font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
}

.qf {
    font-weight: 700;
    margin-bottom: 2px !important;
    font-size: 12px;
    font-family: sans-serif;
}

.sf {
    color: #828282;
    font-size: 11px;
    font-family: sans-serif;
}

.skeleton-image {
  width: 100%;
  height: 180px;
  background: #e0e0e0;
  border-radius: 8px;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.skeleton-image,
.skeleton-text {
  background: linear-gradient(
    90deg,
    #e0e0e0 25%,
    #f5f5f5 50%,
    #e0e0e0 75%
  );
  background-size: 200% 100%;
}
