/* Reset default browser styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}





/* Navbar styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo img {
  height: 50px;
}

/* Buttons */
.navbar-btn button {
  margin: 0 5px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sign-btn {
  background-color: blue;
  color: white;
  font-weight: 600;
}

.logn-in {
  border: 1px solid red;
  background-color: rgb(255, 187, 0);
  color: rgb(0, 0, 0);
  font-weight: 600;
}

/* Main content area spacing */
.main-content {
  padding: 60px 0;
}


.carousel-item  img{
    object-fit: cover;
}

.footer {
    justify-content: center;
    background: #0e1a24;
    color: white;
    text-align: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
}
.powered span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.logos img {
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}

.warning {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.warning .age {
  background: #ffc107;
  color: black;
  padding: 5px 12px;
  border-radius: 50%;
  font-weight: bold;
}

.payments h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.icons img {
  height: 30px;
  margin: 0 10px;
}

.links {
  margin-top: 20px;
}

.links a {
  color: #bbb;
  margin: 0 10px;
  font-size: 14px;
  text-decoration: none;
}

.links a:hover {
  color: white;
}

.chat-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #92d050;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.chat-btn img {
  height: 20px;
}

.chat-btn:hover {
  background: #7bbf3e;
}


main{
    position: sticky;
}

/*  */


.topbar {
  background-color: #0e1a2a;
  padding: 10px 20px;
  border-bottom: 1px solid #1e2c40;
  padding-top: 20px;
}

.nav {
  display: flex;
  justify-content: center;
}

.nav-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.nav-items li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nav-items li:hover {
  color: #f2c94c;
}

.nav-items img {
  width: 20px;
  height: 20px;
}

.content {
  text-align: center;
  padding: 60px 20px;
}

.illustration {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.message {
  margin-top: 30px;
  font-size: 16px;
  color: #ccc;
}

.copyright {
    margin-top: 20px;
}

.age{
    padding: 10px  !important;
}

.pragmatic{
    height: 60px !important;
    margin-bottom: 20px;
}

.warningh2{
    font-size: 15px;
    font-weight: bold;
}

.powered span{
    font-size: 12px;
    font-weight: bold;
}


.navbar-btn  button{
    padding: 10px 70px;
    border-radius: 10px;
}

.logo img{
    height: 30px;
}
/*  */


    .sidebar {
      width: 100%;
      background: #f5f5f5;
      padding: 10px;
      float: left;
      height: 100vh;
    }

    .sidebar h3 {
      margin-bottom: 10px;
    }

    .sidebar ul {
      list-style: none;
    }

    .sidebar ul li {
      padding: 3px;
      
    }

    .main-content {
   width: 100%;
    }

    .match-table {
      width: 100%;
      border-collapse: collapse;
    }

    .match-table th, .match-table td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: center;
    }

    .match-table th {
      background: #1e293b;
      color: white;
    }

    .match-table tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    .odds {
      background-color: #e0f2fe;
      color: #0284c7;
      padding: 5px;
      border-radius: 4px;
      margin: 2px 0;
    }

    .tooltip {
      position: relative;
      display: inline-block;
    }

    .tooltip .tooltiptext {
      visibility: hidden;
      width: 180px;
      background-color: #1f2937;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -90px;
      opacity: 0;
      transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }

  .navbarr {
    display: flex;
    margin: 5px 0px;
    background-color: black;
    border-radius: 2px;
}

  .navbarr a {
    color: white;
    text-decoration: none;
    padding: 0px 5px;
}
    .slider li{
      padding: 0px;
    }

    .search-input{
      padding: 5px 300px;
    }

#tab-loading {
    display: none;
    height: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff; /* white background */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#tab-loading img {
    width: 80px;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

#tab-loading p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444;
    margin: 0;
}

/* Optional spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.sidebar ul{
  padding: 0px !important;
}

.sidebar h5{
  background-color: black;
  color: white;
  font-size: 15px;
  padding: 10px;

}

.search-container{
  margin-bottom: 25px;
  margin-top: 0px;
}


.event-bar {
  display: flex;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
}

.event {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.event:last-child {
  border-right: none;
}

.event img {
  width: 20px;
  margin-right: 8px;
}

.event-info {
    font-size: 12px;
    margin-right: 22px;
}
.event-info strong {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.event-info span {
  display: block;
  font-size: 12px;
  color: #555;
}

.status {
  font-size: 12px;
  color: #999;
}

.tabs {
  display: flex;
  background: #0f172a; /* dark background */
}

.tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: #f8f9fc;
  color: #0f172a;
  cursor: pointer;
  font-weight: 500;
}

.tab.active {
  background: #a1a1a1;
  color: white;
}

.fullfrom{
  background-color: white !important;
}


.betslip-title{
  background-color: black;
  color: white;
}

.checkboxx{
  display: flex;
  padding: 8px 0px;
  
}

.pop{
  background: #333;
  color:white;
  padding: 8px;
}

.poplur{
  display: flex;
  flex-direction: column;
}

.poplur a{
  color: black;
  text-decoration: none;
}
