* {
    font-family: 'Tahoma', sans-serif;  /* Replace 'Roboto' with your chosen font and provide a fallback like 'sans-serif', 'serif', etc. */
}

@keyframes shineAnimation {
    0% {
        background-position: -200% 0;
    }
    50% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.shine-animation {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    background-size: 200% 100%;
    animation: shineAnimation 5s linear infinite;
}


.clickable {
    cursor: pointer;
    text-decoration: underline;
    color: white !important;
}

.odd-clickable {
    cursor: pointer;
}

.collapse {
    display: none;
}

.league-header td {
    cursor: pointer;
    background-color: #f7f7f7;  // or any other color
    font-weight: bold;
}

.table-wrapper .table {
    display: none;
}

.table {
font-size: 0.6rem;
    border-radius: 10px;  /* Adjust as per your preference */
    overflow: hidden; 
}

.table-success tr td:first-child, 
.table-success tr th:first-child {
    direction: ltr !important;
    text-align: right !important;
}



@media (min-width: 768px) {
  .table {
font-size: 1rem; 
 }
  }


.container_leaders {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_tables h3, .container_tables .h3 {
font-size: 1rem;
color: green;
cursor: pointer;
text-align: end;
margin-bottom: 0;
}


.table-leaders
{
font-size: 0.6rem;
    border-radius: 10px;  /* Adjust as per your preference */
    overflow: hidden;     /* This will make sure inner elements do not spill out */
}


.trophy-img {
height: 40px;
}


@media (min-width: 768px) {
.trophy-img {
height: 50px;
}
  }


@media (min-width: 768px) {
 .table-leaders {
font-size: 0.8rem;
}
  }

body {
background-color: #F5F5F5 !important;
}

.nav {
    --bs-nav-link-padding-x: 0.2rem !important;
    --bs-nav-link-padding-y: 0.5rem !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

ul {
    padding-inline-start: 15px;
}

@media (min-width: 768px) {
 .container_tables h3, .container_tables .h3 {
font-size: 1.5rem;
color: green;
cursor: pointer;
text-align: end;
margin-bottom: 0
}
  }


.league-icon {
height: 30px;
}


@media (min-width: 768px) {
.league-icon {
height: 50px;
}
  }

.nav-link.active {
    background-color: #d1e7dd !important;
    border-color: #d1e7dd !important;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../assets/img/Background.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

header.masthead:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.0;
}

header.masthead h1, header.masthead .h1 {
  font-size: 1.2rem;
color: white;
}

header.masthead h2, header.masthead .h2 {
color: gold;
    font-size: 0.8rem;
  }


@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 2.5rem;
color: white;
  }
  header.masthead h2, header.masthead .h2 {
    font-size: 2rem;
color: gold;
  }

}


.rtl-text {
    direction: rtl;
}


.gold-trophy {
    color: #DAA520;
}


.hidden {
    display: none;
}

.date-row {
    cursor: pointer;
}

.click-box {
    background-color: #198754;
    padding: 5px 5px;  
    border-radius: 5px; 
    cursor: pointer;    
    display: inline-block; 
    transition: background-color 0.3s ease;  
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            font-weight: bold;
}


@media (min-width: 768px) {
  .odds-cells {
width: 80%
  }
}

.click-box:hover {
    background-color: lightgrey;  
    color: #023020;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}


.odds-cells {
    text-align: center !important;  
    width: 50px;
}

@media (min-width: 768px) {
  .odds-cells {
width: 100px;
  }
}


.centered-table {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

.bg-custom {
    background-color: #D1E7DD;
}

.text-gold {
    color: #DAA520; 
}

i.bi-trophy-fill {
    margin-left: 5px;  /* Adjust as necessary */
    margin-right: 5px; /* Adjust as necessary */
}

    .navbar-icon-link {
      font-size: calc(0.8 * 40px); /* Adjust the multiplier and base size to fit your navbar height */
      color: #ffffff; /* This sets the icon color to white */
            text-decoration: none; /* Removes the underline text decoration */
    }
    
    /* Override Bootstrap's default anchor color */
    .navbar-icon-link:hover,
    .navbar-icon-link:focus {
      color: #ffffff; /* This sets the icon color to white */
      text-decoration: none; /* Removes the underline text decoration */
    }
    
.table-winners td {
  text-align: center;       /* Center horizontally */
  vertical-align: middle;   /* Center vertically */
}

.table-leaders td {
  text-align: center;       /* Center horizontally */
  vertical-align: middle;   /* Center vertically */
}

.custom-width {
    width: 90% !important; /* !important ensures that this style overrides any other width properties */
    margin: 0 auto; /* This will center the table within the container */
}

.homepage-countdown-value {
    font-size: 40px;
    font-weight: bold;
}

.homepage-next-draw-text {
        font-weight: bold;
        color: #DC143C;
}
