@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --text-green: #001544;
  --text-primary: #001544;
  --text-gold-dark: #E64946;
  --text-gold: #E64946;
  --text-btn-green: #001544;
  --text-pale-white: #eeeeee;
}

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

a {
  color: var(--text-green);
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;

}

.text-primary {
  color: var(--text-gold) !important;

}

.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}

@media(min-width:600px) {
  h1.text-white.header-text-banner-big {
    line-height: 40px;
    font-size: 31px;
    font-weight: 700;
  }

  h1.text-white.header-text-banner-big>span.text-green {

    font-size: 25px;

  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quantico', sans-serif;
}

.bg-dark {
  background: var(--text-green) !important;
}

.bg-primary {
  background: var(--text-gold) !important;
}

.btn.bg-primary:hover {
  background: transparent !important;
  border: 1px solid white !important;
}

@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }

  .btn {
    font-size: 13px;
  }

  .banner-cl {
    padding: 54px 6px 0px 6px;
  }

  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;
  }

  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 3px 2px !important;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .hideSM {
    display: none;
  }

  .hideLG {
    display: block !important;
  }
}

.hideLG {
  display: none;
}

.bg-light {
  background-color: var(--text-green) !important;
}

@media(min-width:600px) {
  .black_bar {

    margin: 0px 0px 8px 0px !important;
  }
}

.btn-light {
  background: white !important;
  color: black !important;

}

.btn-light:hover {
  color: white !important;
  background: black !important;
  border: 1px solid;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.btn-success {
  color: #fff;
  background-color: #28A745 !important !important;
  /* border-color: #28A745; */
}

.btn-info {
  color: #fff;
  background-color: #030e20 !important;
  border-color: #336799;
}

.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}

.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid var(--text-green)40;
  border-radius: 4px;
  text-align: center;
}

.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: var(--text-green);
  margin: 0px 6px;
  margin-bottom: 12px;
}

.log-a:hover {
  color: black !important;
}

.well {
  min-height: 20px;
  padding: 19px 9px !important;
}

.footer-section {
  background-color: #ffffff00 !important;
  /* color: #000000; */
  border-top: 2px solid var(--text-gold);

}

.footer-section .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #969988;
}

.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}

.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}


.tap_heading,
.footer-content :is(h1, h2, h3, h4, h5, h6),
.black_bar {
  text-align: center;
  color: var(--text-green);
  padding: 4px;
  /* font-family: 'Audiowide'; */
  text-transform: uppercase;
  font-size: 19px !important;
  font-weight: 700 !important;
  /* box-shadow: 1px -5px 20px gray, -1px -2px gray, -3px 2px 4px gray, -1px 0px 4px white; */
  /* border-bottom: 1px dashed; */
  margin-bottom: 7px;
  margin: 0px 17px 8px 17px;
  border-bottom: 1px solid;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;

}

.btn-blue-light {


  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border-radius: 12px;
  border: 0px solid;
  font-weight: 800;

  background: #336799 !important;
  border: 1px solid #336799 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  font-weight: 900;
  font-weight: normal;
  line-height: normal;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #89690c;
  border-color: #89690c;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}

.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  /* border-bottom: 2px solid var(--text-green); */
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: white;


}

.nav-link {
  font-family: 'Quantico';
  font-weight: normal;
}

.table>thead>tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}

.banner-cl {
  background: #021a42f2;
}

body {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
  font-size: 14px;
  line-height: 21px margin: 0;
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}

.breadcum {
  padding-top: 102px;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  margin-bottom: 22px;
}

.well {
  min-height: 20px;
  padding: 0px 0px !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, var(--text-green), var(--text-green));
  color: white;
}

.pricing {
  text-align: center;
}

.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}

.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}

.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}

.blog-title-wrap p {
  color: var(--text-green);
  font-size: 16px;
  line-height: 20px;
}

.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}

.blog-img-wrap>a>img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}

.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}

.blog-title-wrap>h3 {
  margin-top: 3px;
}

.p-1 {
  padding: 4px;
}

.border-right-dt {
  border-right: 2px solid #ffffff;
}

.border-left-dt {
  border-left: 2px solid #ffffff;
}

@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }

  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }

  .border-right-dt {
    border-right: 0px;
  }

  .border-left-dt {
    border-left: 0px;
  }

  .blog-title-wrap {
    /* padding: 20px; */
    padding: 0px 5px 8px 14px;
  }

  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .blog-title-wrap>h3 {
    margin-top: 0px;
  }

  .blog-img-wrap>a>img {
    height: 80px;
    /* width: 94px; */
  }

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0px !important;
  }
}

.widget-title {
  /* position: absolute; */
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}

.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}

.widget-title>span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}

.widget-title>span:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}

.widget-title>span:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}

.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: 'Quantico', cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}

.well>p {
  margin: 0 0 4px;
}

.padding-50 {
  padding-top: 80px;
}

.btn-green {
  color: white;
  border: 1px solid #f8f9fa;
  background: var(--text-green);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  padding: 14px;
  border-radius: 12px;
  border: 0px solid;
}

.btn-gold {

  color: black;
  border: 1px solid #f8f9fa;
  background: #d5d5d5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border-radius: 12px;
  border: 0px solid;
  font-weight: 800;
  text-align: left;
  align-content: center;

}

.btn-gold:hover {
  background: var(--text-green);
  color: white;
  /* border: 1px solid var(--text-green); */
}

.btn-green:hover {
  background: var(--text-gold);
  color: white;
  /* border: 1px solid var(--text-green); */
}

@media (max-width: 978px) {

  .btn-red,
  .btn-green {
    font-size: 12px;
  }

  .padding-top-39 {
    padding-top: 49px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}

.plan-name {
  background: white;
  height: 55px;
  /* border-bottom-left-radius: 44px; */
  /* border-bottom-right-radius: 44px; */
  display: flex;
  text-align: center;
  font-family: 'Fira Sans';
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: var(--text-green);
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  font-size: 13px;
  color: #212529;
  /* font-weight: 600; */
}


.logo_image {
  height: 33px;
  width: auto;
}

@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  /* border-bottom: 1px solid; */
  transition: border-color 0.3s ease-in-out;
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}

.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}

.header-font-audio {
  font-size: 18px;
}

.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}

@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }

  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }
}

@media(max-width:600px) {
  .header-text-banner-big {
    font-size: 27px !important;

    margin-top: 62px;
  }

  h1.text-white.header-text-banner-big {
    line-height: 38px;
    font-size: 45px !important;
  }

  h1.text-white.header-text-banner-big>span.text-green {
    font-size: 25px;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .nopaddingrightsmall {
    padding-right: 0px !important;
  }

  .nopaddingleftsmall {
    padding-left: 0px !important;
  }

}


/* INVESTMENT BAR */

.investment-bar-first {
  background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62)100%), url(../images/stadium.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-item.active .page-link {

  color: #fff;
  background-color: var(--text-green);
  border-color: var(--text-green);
}

.page-link {

  color: var(--text-green);

}

.td-block-title {
  text-align: center !important;
  color: var(--text-green);
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: 'Quantico';
}

.icon-bar-1 {
  width: 24px;
}

.icon-bar {
  background-color: #fff;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 1px;
}

.fixed-top {


  box-shadow: 0px 8px 10px -4px #9d9f1847;

}

/* 
body > .container {
  background-color: #ffffff!important;
}
.container-bg {
  background: #ffffff!important;
} */

@media (min-width: 768px) and (max-width:7000px) {

  .nav-item>.nav-link {

    margin-left: 35px !important;

    padding-right: 21px !important;

    padding-left: 21px !important;
    position: relative;
  }



  .nav-item>.nav-link:after {
    /* display:block; */
    content: '';
    height: 3px;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 4px solid var(--text-gold-dark);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
  }

  .nav-item>.nav-link:hover:after {
    transform: scaleX(1);
  }


}

.tds-button>a {
  border: 1px solid;
  width: 90%;
}

.bg-black {
  background: black;
}



#intcontainer {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  -webkit-animation: promoFadeIn .33s ease-in;
  animation: promoFadeIn .33s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgba(0, 0, 0, .5);
  pointer-events: all;
  display: none;
}

.intwindow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  height: auto;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  border: 8px solid #ccc;
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all;
  border: 4px solid #000956;
}

.intclose1 {
  position: absolute;
  right: -11px;
  top: -14px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 19px;
  background: #f5ecdb;
  color: #ea0f0f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overscroll-behavior: contain;
  font-weight: 900;
  cursor: pointer;
  z-index: 600;
}

.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgb(29 27 27 / 78%);
  pointer-events: all;
  display: none;
}

.w100p {
  max-width: 400px;
}

@media(max-width:600px) {
  .w100p {
    max-width: 320px;
  }

}

.store_header {
  text-align: center;
  margin-bottom: 15px;
}

.storeBox {
  width: 97%;
  background: #000000;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  min-height: 85px;
  border-radius: 14px;
}


.storeBox:before {
  content: '';
  background-color: #aaa538;
  background-color: #fff;
  padding-top: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: -1;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .4s cubic-bezier(.8, .13, .21, .9);
  -moz-transition: all .4s cubic-bezier(.8, .13, .21, .9);
  -o-transition: all .4s cubic-bezier(.8, .13, .21, .9);
  transition: all .4s cubic-bezier(.8, .13, .21, .9);
}


@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 24px;
    font-size: 18px !important;
  }

  .padding-50 {
    padding-top: 1px !important;
  }

  .header-text-banner-big,
  .header-text-banner-small {
    padding-left: 20px;
  }

  .header-text-banner-big {
    font-size: 27px !important;
    margin-top: 1px;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
    margin-bottom: 7px;
    background: #c5c5c54d;
    padding: 5px;
  }

  .container,
  .container-md,
  .container-sm {

    padding-left: 1px;
    padding-right: 1px;
  }
}


.alert {

  font-family: 'Ubuntu';
  text-align: center;
}

.alert-warning {
  background-color: wheat;
  border-color: #faebcc;
  margin: 0px;
}

.alert.alert-danger {

  border-radius: 4px;

  color: black;
  margin-top: 15px;
  line-height: normal;
  padding-bottom: 0px !;
}

.alert.alert-danger p {
  padding: bottom 2px;
  margin-bottom: 0px;
}

.btn-gold:hover {
  color: whitesmoke !important;
  border: 1px solid !important;
}

.border-round {

  padding: 10px 3px;
  border-radius: 30px;

}

.storeBox {

  background: var(--text-green);

}

span.bold_time {
  background: var(--text-btn-green);
  padding: 5px 7px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 7px;
}

/* span.bold_tip {
  background: var(--text-btn-green);
  padding: 5px 7px;
  color: white;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  min-width: 175px;

  border-radius: 7px;
  justify-content: center;
} */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(0 0 0 / 0%);
}

.rollover-btn {

  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border-radius: 12px;
  border: 0px solid;
  font-weight: 800;
  text-align: left;
}

.dropdown-menu.show {
  background: var(--text-green);
  color: white;

}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 3.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  /* border-bottom: 1px solid whie; */
  border: 0;
  border-bottom: 1px solid gray;
}

.tips-spacing {
  padding-top: 19px;
  padding-bottom: 27px;
  padding-left: 0px;
  padding-right: 0px;
}

.container-fluid {

  padding-left: 5px;
  padding-right: 5px;
}


.match_bar {

  width: 67%;
}

.match_league {
  width: 4%;
  padding-left: 9px !important;
}

@media (max-width: 978px) {

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 8px 2px !important;
  }

  .match_bar {

    width: 41%;
  }
}

@media(max-width:767px) {
  .match_league {
    width: 1%;
    padding-left: 9px !important;
  }
}

.btn-gold {

  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;

  align-content: center;
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: 16px 3px;
  background: #adadad1a;
  border-bottom: 3px solid white;
}

.tabs ul li a {

  line-height: normal;
}


.footer-section .footer-top {
  padding: 31px 0 20px;

}



.footer-bottom .footer-bottom-share ul li a {
  font-size: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 0%;
  line-height: 32px;
  text-align: center;
  color: #fff;
  transition: all 0.4s ease 0s;
  background: #2a0c0c00;

}



/* NEW TABLE CSS
 */
.live-score-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.live-score-table thead {
  background-color: var(--text-green);
  color: white;
}

.live-score-table th {
  padding: 12px 8px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.live-score-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

/* Match status coloring */
.match-live {
  background-color: #fff9f9;
}

.match-live:hover {
  background-color: #fff0f0;
}

.match-finished {
  background-color: #f9f9f9;
}

.match-finished:hover {
  background-color: #f0f0f0;
}

.match-upcoming:hover {
  background-color: #f8f9fa;
}

/* Status badges */
.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  min-width: 50px;
}

.status-badge.live {
  background-color: #e74c3c;
  color: white;
  animation: pulse 1.5s infinite;
}

.status-badge.finished {
  background-color: #95a5a6;
  color: white;
}

.status-badge.upcoming {
  background-color: #3498db;
  color: white;
}

/* League info */
.league-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.league-icon {
  display: flex;
  align-items: center;
}

/* Match info */
.match-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.team {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-team {
  text-align: right;
}

.away-team {
  text-align: left;
}

.scores {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 60px;
  justify-content: center;
  font-weight: bold;
}

.home-score,
.away-score {
  min-width: 20px;
  text-align: center;
}

.vs {
  color: #7f8c8d;
  font-weight: normal;
}

/* Score progress */
.score-progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.score-breakdown {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #7f8c8d;
}

.match-events {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.event {
  font-size: 14px;
  cursor: help;
}

/* Tip badges */
.tip-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  background-color: #3498db;
  color: white;
}

.tip-badge.correct {
  background-color: #27ae60;
}

.tip-badge.incorrect {
  background-color: #e74c3c;
}

/* Bet button */
.bet-btn {
  display: inline-block;
  padding: 6px 12px;
  background-color: #27ae60;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  transition: background-color 0.2s;
}

.bet-btn:hover {
  background-color: #2ecc71;
}

/* Pre-match info */
.pre-match-info {
  font-size: 12px;
  color: #7f8c8d;
  text-align: center;
}

/* Animation for live matches */
@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .live-score-table {
    font-size: 13px;
  }

  .league-name,
  .pre-match-info {
    /* display: none; */
  }

  .league-cell {
    width: 40px;
  }

  .status-badge {
    min-width: 40px;
    padding: 2px 4px;
  }

  .bet-btn {
    padding: 4px 8px;
  }
}

/* Base Styles */
.scores-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 100%;
  /* margin: 0 auto; */
}

/* Desktop Table (hidden on mobile) */
.desktop-view {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

/* Mobile Cards (hidden on desktop) */
.mobile-view {
  display: none;
  flex-direction: column;
  gap: 10px;
}

/* Match Card Styling */
.match-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-header {
  padding: 10px 12px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.league-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.league-icon {
  display: flex;
  align-items: center;
}

.league-name {
  font-size: 13px;
  font-weight: 500;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
}

.status-badge {
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

.status-badge.live {
  background-color: #e74c3c;
  color: white;
  animation: pulse 1.5s infinite;
}

.status-badge.finished {
  background-color: #95a5a6;
  color: white;
}

.status-badge.upcoming {
  background-color: #3498db;
  color: white;
}

.card-body {
  padding: 12px;
}

.teams {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.team {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-team {
  text-align: right;
  padding-right: 8px;
}

.away-team {
  text-align: left;
  padding-left: 8px;
}

.score {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 16px;
  min-width: 50px;
  justify-content: center;
}

.upcoming-teams {
  justify-content: center;
  gap: 8px;
}

.upcoming-teams .vs {
  color: #7f8c8d;
}

.match-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #7f8c8d;
}

.events {
  display: flex;
  gap: 5px;
}

.event {
  cursor: help;
}

.half-time,
.odds {
  font-size: 12px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid #eee;
  background: #f8f9fa;
}

.tip-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  background-color: #3498db;
  color: white;
}

.tip-badge.correct {
  background-color: #27ae60;
}

.tip-badge.incorrect {
  background-color: #e74c3c;
}

.bet-btn {
  display: inline-block;
  padding: 6px 12px;
  background-color: #27ae60;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  transition: background-color 0.2s;
}

.bet-btn:hover {
  background-color: #2ecc71;
}

/* Status-specific styling */
.match-live {
  border-left: 3px solid #e74c3c;
}

.match-finished {
  border-left: 3px solid #95a5a6;
}

.match-upcoming {
  border-left: 3px solid #3498db;
}

/* Animations */
@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }

  .view-stats {
    margin: 0 auto;

  }

  .mobile-view {
    display: flex;
  }

  .league-name {
    max-width: 100px;
  }
}

@media (min-width: 769px) {
  .mobile-view {
    display: none;
  }
}

/* Main Card Styling */
.prediction-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.prediction-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.card-header {
  background-color: #2c3e50;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
}

/* Tab Styling */
.tabs {
  position: relative;
  background: white;
  width: 100%;
}

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 6px;
}

.tabs li {
  flex: 1;
  text-align: center;
}

.tabs li a {
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #7f8c8d;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.tabs li a.active {
  background-color: #2c3e50;
  color: white;
}

.tabs li a:hover:not(.active) {
  background-color: #e0e0e0;
}

.tabs li a span {
  display: block;
  line-height: 1.3;
}

/* Table Styling */
.predictions-container {
  padding: 15px;
}

.predictions-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;

  border-radius: 8px;
  overflow: hidden;
}

.predictions-table thead {
  background-color: #00154426;
  color: #050505;
}

.predictions-table th,
.predictions-table td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.predictions-table tbody tr {
  transition: all 0.3s ease;
  background-color: white;
}

.predictions-table tbody tr:hover {
  background-color: #f8f9fa;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.predictions-table .match_league {
  font-weight: 500;
  color: #34495e;
}

.predictions-table .bold_time {
  font-weight: 600;
  color: #ecf5ff;
}



.predictions-table .bold_tip {
  font-weight: 700;
  color: #e74c3c;
}

.predictions-table img {
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 3px;
}

.match_bar {
  font-weight: 500;
}

/* No Games Message */
.no-games-message {
  padding: 20px;
  text-align: center;
  background-color: #fff8e1;
  border-radius: 8px;
  margin: 15px;
  color: #e67e22;
  font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .predictions-table td,
  .predictions-table th {
    padding: 8px 5px;
    font-size: 14px;
  }

  .card-header {
    padding: 12px 15px;
    font-size: 16px;
  }

  .tabs li a {
    padding: 8px 3px;
    font-size: 14px;
  }
}


.predictions-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.predictions-table tbody tr {
  transition: all 0.2s ease;
  background-color: #ffffff;
}

.predictions-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.predictions-table tbody tr:hover {
  background-color: #f1f5fd;
  transform: translateX(2px);
}

.predictions-table td {
  padding: 12px 8px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
}

.match-date {
  font-size: 0.85rem;
  font-weight: 500;
  color: #4a5568;
  white-space: nowrap;
}

.league-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.league-logo {
  width: 23px;
  height: 23px;
  object-fit: contain;
  margin-right: 8px;
  border-radius: 3px;
}

.league-text {
  font-size: 0.85rem;
  text-align: center;
}

.country-name {
  color: #4a5568;
}

.league-name {
  color: #2d3748;
  font-weight: 500;
}

.match-details {
  font-size: 0.95rem;
  color: #2d3748;
}

.match_vs {
  color: #e53e3e;
  font-weight: 600;
  margin: 0 4px;
}

.prediction-tip {
  font-weight: 700;
  color: #092970;
  font-size: 0.9rem;
  padding: 1px 8px;
  width: 100%;
  max-width: 170px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 4px;
  background-color: #9b9b9b36;
}

@media (max-width: 768px) {
  .predictions-table td {
    padding: 10px 6px;
    font-size: 0.85rem;
  }

  .league-text {
    font-size: 0.8rem;
  }

  .match-details {
    font-size: 0.85rem;
  }

  .prediction-tip {
    font-size: 0.8rem;
  }
}

.predictions-table td {

  font-size: 13px;
  font-family: Verdana, BlinkMacSystemFont, -apple-system, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
}

.prediction-tip {
  background: #f8f1e5;
  color: #d35400;

  border-radius: 15px;

  text-align: center;
}


/* Base Styles */


.match-container-box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.main-section {
  flex-grow: 1;
}

/* Header Styles */
.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.75rem 1.75rem;
  margin-bottom: 0.625rem;
  min-height: 60px;
}

.nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid #1E1E1E;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  color: #1E1E1E;
  background-color: rgba(30, 30, 30, 0.4);
  flex-shrink: 0;
  text-decoration: none;
}

.match-section p {
  margin-bottom: 0px !important;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  margin-left: -0.125rem;
}

.arrow-icon.right {
  transform: rotate(-90deg);
  margin-right: -0.125rem;
  margin-left: 0;
}

.header-content {
  text-align: center;
}

.header-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #001544;
  margin-bottom: 0.25rem;
}

.header-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #333333;
}

.calendar-icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 370px) {
  .calendar-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* Date Navigation */
.date-navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.625rem;
  overflow: hidden;
}

.date-link {
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.875rem 0;
  text-align: center;
  text-decoration: none;
  color: #1E1E1E;
  background-color: white;
  transition: all 0.2s ease;
}

.date-link:hover {
  background-color: #e6eee7;
  border-bottom: 4px solid #001544;
}

.date-link.active {
  background-color: #e6eee7;
  border-bottom: 4px solid #001544;
}

/* Match Section */
.match-section {
  margin-bottom: 0.5rem;
}

.league-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: #e6ebea;
  padding: 0.625rem;
  margin-bottom: 0.5rem;
}

.league-logo {
  width: 14.875px;
  height: 18.228px;
}

.league-name {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.match-list {
  display: grid;
  gap: 0.5rem;
  width: 100%;
}

.match-item {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

@media (min-width: 992px) {
  .match-item {
    flex-direction: row;
  }
}

.match-item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Match Info */
.match-info {
  display: flex;
  flex-direction: column;
  background-color: #E6E6E6;
  gap: 0.375rem;
  padding: 0.475rem 0;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

@media (min-width: 360px) {
  .match-info {
    flex-direction: row;
    gap: 0;
  }
}

.match-item:hover .match-info {
  background-color: white;
}

.match-time-teams {
  display: flex;
  width: 100%;
}

@media (max-width: 670px) {
  .match-time-teams {
    width: 100%;
  }
}

.time-container {
  padding: 0 0.625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 24%;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.2px;
}

.match-status {
  font-weight: 600;
  color: #757575;
}

.teams-list {
  width: 76%;
  padding: 0 0.375rem;
  display: grid;
  gap: 0.375rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .teams-list {
    width: 294px;
    padding: 0 1.25rem;
  }
}

.team-row {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.team-name {
  flex-grow: 1;
}

.team-score {
  flex-shrink: 0;
  width: 26px;
}

/* Stats Mobile */
.stats-mobile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0 0.25rem;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .stats-mobile {
    display: none;
  }
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}

.stat-label {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 100%;
  color: #5A5A5A;
  text-transform: uppercase;
}

/* Match Details */
.match-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0.625rem;
  background-color: #F5F5F5;
  flex-grow: 1;
  transition: all 0.2s ease;
}

@media (min-width: 992px) {
  .match-details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    gap: 0;
  }
}

.match-item:hover .match-details {
  background-color: white;
}

/* Stats Desktop */
.stats-desktop {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 0.25rem;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .stats-desktop {
    display: grid;
  }
}

/* Detail Containers */
.picks-container,
.odds-container,
.scores-container,
.view-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.detail-label {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 100%;
  color: #5A5A5A;
  text-transform: uppercase;
}

.picks-value {
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 9999px;
  padding: 0.3125rem 0.9375rem;
  font-weight: 800;
  font-size: 0.82875rem;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.odds-value {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 0.3125rem 0;
}

.scores-value {
  background-color: #E6E6E6;
  border-radius: 9999px;
  padding: 0.3125rem 0.5625rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.2px;
}

.view-stats {
  /* display: none; */
}

@media (min-width: 992px) {
  .view-stats {
    display: flex;
  }
}

.stats-link {
  border: 1px solid #001544;
  color: #001544;
  border-radius: 9999px;
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  text-decoration: none;
  text-transform: capitalize;
}

/* Progress Circle Styles */
.progress-circle {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.progress-text {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  color: #1E1E1E;
}

.point {
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #1E1E1E;
  border-radius: 50%;
  transform: rotate(calc(var(--i) * 36deg)) translateY(-15px);
}

.point.medium {
  background-color: #1E1E1E;
}

   /* Base Styles */


    .match-container-box {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .main-section {
        flex-grow: 1;
    }

    /* Header Styles */
    .header-container {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border-radius: 0.5rem;
        padding: 0.75rem 1.75rem;
        margin-bottom: 0.625rem;
        min-height: 60px;
    }

    .nav-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        border: 2px solid #1E1E1E;
        border-radius: 50%;
        height: 1.5rem;
        width: 1.5rem;
        color: #1E1E1E;
        background-color: rgba(30, 30, 30, 0.4);
        flex-shrink: 0;
        text-decoration: none;
    }

    .match-section p {
        margin-bottom: 0px !important;
    }

    .arrow-icon {
        width: 24px;
        height: 24px;
        transform: rotate(90deg);
        margin-left: -0.125rem;
    }

    .arrow-icon.right {
        transform: rotate(-90deg);
        margin-right: -0.125rem;
        margin-left: 0;
    }

    .header-content {
        text-align: center;
    }

    .header-title {
        font-weight: 700;
        font-size: 1.25rem;
        color: #001544;
        margin-bottom: 0.25rem;
    }

    .header-date {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.75rem;
        color: #333333;
    }

    .calendar-icon {
        width: 1rem;
        height: 1rem;
    }

    @media (min-width: 370px) {
        .calendar-icon {
            width: 1.5rem;
            height: 1.5rem;
        }
    }

    /* Date Navigation */
    .date-navigation {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-radius: 0.5rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        margin-bottom: 0.625rem;
        overflow: hidden;
    }

    .date-link {
        font-weight: 700;
        font-size: 0.875rem;
        padding: 0.875rem 0;
        text-align: center;
        text-decoration: none;
        color: #1E1E1E;
        background-color: white;
        transition: all 0.2s ease;
    }

    .date-link:hover {
        background-color: #e6eee7;
        border-bottom: 4px solid #001544;
    }

    .date-link.active {
        background-color: #e6eee7;
        border-bottom: 4px solid #001544;
    }

    /* Match Section */
    .match-section {
        margin-bottom: 0.5rem;
    }

    .league-header {
        display: flex;
        align-items: center;
        gap: 0.625rem;
        background-color: #e6ebea;
        padding: 0.625rem;
        margin-bottom: 0.5rem;
    }

    .league-logo {
        width: 14.875px;
        height: 18.228px;
    }

    .league-name {
        font-weight: 600;
        font-size: 0.9375rem;
        line-height: 1.125rem;
    }

    .match-list {
        display: grid;
        gap: 0.5rem;
        width: 100%;
    }

    .match-item {
        display: flex;
        flex-direction: column;
        border-radius: 0.5rem;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    @media (min-width: 992px) {
        .match-item {
            flex-direction: row;
        }
    }

    .match-item:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    /* Match Info */
    .match-info {
        display: flex;
        flex-direction: column;
        background-color: #E6E6E6;
        gap: 0.375rem;
        padding: 0.475rem 0;
        flex-shrink: 0;
        transition: all 0.2s ease;
    }

    @media (min-width: 360px) {
        .match-info {
            flex-direction: row;
            gap: 0;
        }
    }

    .match-item:hover .match-info {
        background-color: white;
    }

    .match-time-teams {
        display: flex;
        width: 100%;
    }

    @media (max-width: 670px) {
        .match-time-teams {
            width: 100%;
        }
        .match-details {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.625rem;
    display: grid
;
    padding: 0.625rem;
    background-color: #F5F5F5;
    flex-grow: 1;
    grid-template-columns: repeat(4, 1fr);
    transition: all 0.2s ease;
}
    }

    .time-container {
        padding: 0 0.625rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 24%;
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.2px;
    }

    .match-status {
        font-weight: 600;
        color: #757575;
    }

    .teams-list {
        width: 76%;
        padding: 0 0.375rem;
        display: grid;
        gap: 0.375rem;
        font-weight: 600;
    }

    @media (min-width: 992px) {
        .teams-list {
            width: 294px;
            padding: 0 1.25rem;
        }
    }

    .team-row {
        display: flex;
        justify-content: space-between;
        gap: 1.25rem;
    }

    .team-name {
        flex-grow: 1;
    }

    .team-score {
        flex-shrink: 0;
        width: 26px;
    }

    /* Stats Mobile */
    .stats-mobile {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        padding: 0 0.25rem;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 0;
    }

    @media (min-width: 992px) {
        .stats-mobile {
            display: none;
        }
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.3125rem;
    }

    .stat-label {
        font-weight: 700;
        font-size: 0.6875rem;
        line-height: 100%;
        color: #5A5A5A;
        text-transform: uppercase;
    }

    /* Match Details */
    .match-details {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.625rem;
        padding: 0.625rem;
        background-color: #F5F5F5;
        flex-grow: 1;
        transition: all 0.2s ease;
    }

    @media (min-width: 992px) {
        .match-details {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            padding: 0;
            gap: 0;
        }
    }

    .match-item:hover .match-details {
        background-color: white;
    }

    /* Stats Desktop */
    .stats-desktop {
        display: none;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        padding: 0 0.25rem;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 0;
    }

    @media (min-width: 992px) {
        .stats-desktop {
            display: grid;
        }
    }

    /* Detail Containers */
    .picks-container,
    .odds-container,
    .scores-container,
    .view-stats {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.375rem;
    }

    .detail-label {
        font-weight: 700;
        font-size: 0.6875rem;
        line-height: 100%;
        color: #5A5A5A;
        text-transform: uppercase;
    }

    .picks-value {
        background-color: white;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
        border-radius: 9999px;
        padding: 0.3125rem 0.9375rem;
        font-weight: 800;
        font-size: 0.82875rem;
        line-height: 100%;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .odds-value {
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 100%;
        padding: 0.3125rem 0;
    }

    .scores-value {
        background-color: #E6E6E6;
        border-radius: 9999px;
        padding: 0.3125rem 0.5625rem;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.125rem;
        letter-spacing: 0.2px;
    }

    .view-stats {
        display: none;
    }

    @media (min-width: 992px) {
        .view-stats {
            display: flex;
        }
        .picks-value span {
    display: none;
}
    }
    
    @media (max-width: 992px) {
    .view-stats {
    display: block;
  
}
.scores-container {
    display: none;
}
.odds-container {
    display: none;
}
    .view-stats {
        margin: 0;
    }
    p.detail-label {
    display: none;
}
}
    .stats-link {
        border: 1px solid #001544;
        color: #001544;
        border-radius: 9999px;
        padding: 0.375rem 0.75rem;
        font-weight: 700;
        font-size: 0.8125rem;
        line-height: 100%;
        text-decoration: none;
        text-transform: capitalize;
    }

    /* Progress Circle Styles */
    .progress-circle {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle {
        width: 40px;
        height: 40px;
        position: relative;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .circle::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
    }

    .progress-text {
        position: absolute;
        font-size: 10px;
        font-weight: bold;
        color: #1E1E1E;
    }

    .point {
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #1E1E1E;
        border-radius: 50%;
        transform: rotate(calc(var(--i) * 36deg)) translateY(-15px);
    }

    .point.medium {
        background-color: #1E1E1E;
    }