* {
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  html {
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  } 
  body {
    overflow-y: visible;
    position: relative;
    height: unset;
    background-color: #f5f5f5;
  
  }
  /* html, body {
    overflow-x: hidden;
    margin: 0;
  } */
   html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
  a{
      text-decoration: none;
      color: #000;
  }
  a:hover{
      color: rgba(227, 166, 22, 1);
  }
  .btn-primary {
      --bs-btn-color: #fff;
      --bs-btn-bg: #e3a616;
      --bs-btn-border-color: #e3a616;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #b7840d;
      --bs-btn-hover-border-color: #b7840d;
      --bs-btn-focus-shadow-rgb: 49,132,253;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #b7840d;
      --bs-btn-active-border-color: #0a53be;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #e3a616;
      --bs-btn-disabled-border-color: #e3a616;
  }
  .bg-header{
      background: #000;
  }
  .navbar-nav li a {
      color: #fff;
      font-size: 18px;
      padding: 10px 20px !important;
  }
  .navbar-nav li a:hover{
      color: rgba(227, 166, 22, 1);
  }
  .navbar-brand{
      color: #fff;
      font-weight: bold;
  }
  .navbar-brand:hover{
      color: #fff;
  }
  .navbar-brand:focus, .navbar-brand:hover {
      color: #fff;
  }
  .dropdown ul li a {
      color: #666;
  }
  .dropdown-toggle::after {
      display: none;
  }
  .dropdown ul li a i {
      margin-right: 5px;
  }
  .dropdown .dropdown-toggle {
      padding: 10px 0 !important;
  }
  .theme-btn, .theme-btn:hover, .theme-btn:focus {
      background: rgba(227, 166, 22, 1) !important;
      border-color: rgba(227, 166, 22, 1) !important;
      color: #fff !important;
  }
  .theme-btn-outline{
      background: transparent;
      border-color: rgba(227, 166, 22, 1) !important;
      color: #fff !important;
  }
  .theme-btn-outline:hover, .theme-btn-outline:focus{
      background: rgba(227, 166, 22, 1) !important;
      border-color: rgba(227, 166, 22, 1) !important;
      color: #fff !important;
  }
  
  .btn-outline-primary {
      --bs-btn-color: rgba(227, 166, 22, 1);
      --bs-btn-border-color: rgba(227, 166, 22, 1);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: rgba(227, 166, 22, 1);
      --bs-btn-hover-border-color: rgba(227, 166, 22, 1);
      --bs-btn-focus-shadow-rgb: 13,110,253;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: rgba(227, 166, 22, 1);
      --bs-btn-active-border-color: rgba(227, 166, 22, 1);
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: rgba(227, 166, 22, 1);
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: rgba(227, 166, 22, 1);
      --bs-gradient: none;
  }
  .nav {
      --bs-nav-link-padding-x: 1rem;
      --bs-nav-link-padding-y: 0.5rem;
      --bs-nav-link-font-weight: ;
      --bs-nav-link-color: rgba(227, 166, 22, 1);
      --bs-nav-link-hover-color: rgba(227, 166, 22, 1);
      --bs-nav-link-disabled-color: var(--bs-secondary-color);
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
  }
  .dropdown-item.active, .dropdown-item:active {
      color: #fff !important;
      text-decoration: none;
      background-color: rgba(227, 166, 22, 1);
  }
  .content-section{
      padding-top: 50px;
      padding-bottom: 50px;
  }
      .section-title{
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          margin-bottom: 12px;
      }
      .events-card  {
        margin: auto;
        border-radius: 12px;
        min-height: 100%;
        border: none;
        background-color: #333333 !important;
      }
      .events-card .card-header {
        background-color: #333333;
        border-bottom: none;
        display: flex;
        align-items: center;
        padding: 10px 20px 0;
        font-size: 14px;
        border-radius: 12px;
        overflow: hidden;
        color: #fff;
      }
      .events-card .card-header img {
        width: 30px;
        margin-right: 10px;
      }
      .events-card .card-body {
          padding: 20px;
          justify-content: space-between;
          display: flex;
          flex-direction: column;
      }
      .events-card .match-info {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        color: #fff;
      }
      .events-card .head-to-head {
        font-size: 12px;
        color: #fff;
        margin-top: 0;
      }
      .btn-group .btn {
        width: 50%;
        font-size: 14px;
        padding: 10px 0;
        border-radius: 5px !important;
        overflow: hidden;
      }
      .btn-yes, .btn-yes:hover {
        background-color: #e6f5f0 !important;
        color: #08843e !important;
        border: none;
        font-weight: bold;
      }
      .btn-no, .btn-no:hover {
        background-color: #fdf3f2 !important;
        color: #de240d !important;
        border: none;
        font-weight: bold;
      }
  
      .events-card .match-img{
          border-radius: 6px;
          overflow: hidden;
      }
  
      .featured-card  {
        margin: auto;
        border-radius: 12px;
        border: none;
      }
      .featured-card .card-body {
        padding: 20px;
      }
      .featured-card .match-info {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
      }
      .featured-card .head-to-head {
        font-size: 12px;
        color: #6c757d;
        margin-top: 10px;
      }
      .featured-card .category-name{
          font-weight: 600;
          line-height: 24px;
          color: #165bb7;
      }
      .featured-card .match-img{
          border-radius: 6px;
          overflow: hidden;
      }
      .featured-card .feature-post-date{
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
      }
  
  tbody, td, tfoot, th, thead, tr {
      padding: 15px !important;
  }
  
  
  /* Social */
  .footer-social {
      cursor: default;
      line-height: 1;
      text-align: center;
      padding: 40px 0;
  }
  
  .footer-social a {
      margin:0 10px;
  }
  
  .footer-social a:first-child {
      margin-left:0;
  }
  
  .footer-social a:last-child {
      margin-right:0;
  }
  
  .footer-social a > i {
      font-size:24px;
      line-height:24px;
      color:#fff;
      width:1.2em;
      text-align:center;
      transition:all .3s;
  }
  .footer-social a:hover > i{
      color: rgba(227, 166, 22, 1);
  }
  
  header .nav-link:focus, header .nav-link:hover {
      color: #fff;
  }
  .profile-edit-icon {
      bottom: 10px;
      margin: 0px auto;
      text-align: center;
      left: 65px;
      right: 0;
      background: rgba(227, 166, 22, 1);
      display: flex;
      width: 30px;
      height: 30px;
      border-radius: 100px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
  }
  .navbar-toggler-icon{
      background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  } 
  
  /* footer  */
  footer{
      background-color: #333333;
  }
  footer hr{
      border-color: #fff;
  }
  .widget-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 4px;
      color: #fff;
  }
  
  .footer-links {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  .footer-links li {
      margin-bottom: 5px;
  }
  
  .footer-links li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      color: #fff;
  }
  .footer-links li a:hover{
      color: rgba(227, 166, 22, 1);
  }
  
  .eventportfoliopage{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .category-menu, .trade_tabs{
      margin-top: 70px;
  }
  .fantasy-games {
    margin-bottom: 20px;
  }
  
  .fantasy-games ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .fantasy-games ul li a {
            font-size: 14px;
          line-height: 20px;
          color: #000;
    text-transform: capitalize;
    padding: 12px 16px;
    border-bottom: 2px solid #f5f5f5;
  }
  .fantasy-games ul li a.active, .fantasy-games ul li a:hover{
      border-bottom: 2px solid rgba(227, 166, 22, 1);
      color: rgba(227, 166, 22, 1);
  }
  .menu-slider .slider-item {
      padding: 10px 12px;
      border-radius: 8px;
      border-bottom: 2px solid #333333;
      height: 44px;
      display: flex;
      align-items: center;
      background: #333333 ;
  }
  .menu-slider .slider-item a {
      display: flex;
      gap: 10px;
  }
  
  .menu-slider .slider-item a img {
      width: 24px;
      height: 24px;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
  }
  .menu-slider .slider-item a span {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
  }
  
  .menu-slider-sec .owl-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transform: translate(0px, -23px);
  }
  
  .menu-slider-sec .owl-carousel .owl-nav button.owl-next, .menu-slider-sec .owl-carousel .owl-nav button.owl-prev, .menu-slider-sec .owl-carousel button.owl-dot {
      color: #fff;
      font-size: 25px;
      line-height: 1;
      width: 20px;
      height: 45px;
      background-color: rgba(227, 166, 22, 1);
      border-radius: 5px;
  }
  
  .menu-slider-sec .owl-carousel .owl-nav button.owl-next {
      position: absolute;
      right: 0;
  }
  
  .menu-slider-sec .owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      left: 0;
  }
  
  .breadcrumb-section {
      margin-top: 100px;
  }
  
  .add-whislist-icon a {
      font-size: 18px;
      color: #000;
  }
  
  
  .single-match-details .match-info {
      font-size: 28px;
      line-height: 34px;
      margin: 0;
  }
  
  .category-title .match-info {
      font-size: 28px;
      line-height: 34px;
      margin: 0;
  }
  .category-title .match-img img{
      width: 50px;
      height: 50px;
  }
  
  .card{
      border-radius: 20px;
  }
  .overview-title{
      font-size: 24px;
      color: #000;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .overview-card-title{
      font-size: 20px;
      color: #000;
      margin-bottom: 15px;
  }
  .about-title{
      font-size: 24px;
      color: #000;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .style-event-overview-col {
      flex: 1 1;
  }
  .style-event-overview-title{
      font-weight: bold;
      color: #000;
      font-size: 18px;
  }
  .style-event-overview-description{
      color: #000;
  }
  
  .custom-nav-rounded .nav-item .nav-link {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 24px;
    margin-right: 10px;
    padding: 5px 30px;
    color: #111;
}
  .custom-nav-rounded .nav-item .nav-link.active{
      background-color: rgba(227, 166, 22, 1);
      color: #fff !important;
  }
  
  .custom-search {
      position: relative;
  }
  .enter-number {
      position: relative;
      width: 100%;
      border-radius: 10px;
      height: 50px;
  }
  .enter-number span {
      border-right: 1px solid #d5d5d5;
      color: #000;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0px;
      width: 50px;
      z-index: 2;
      bottom: 0;
      margin: auto 0;
      height: 20px;
      border-radius: 0;
  }
  .enter-number input {
      background-color: #fff;
      border: 1px solid #e8e8e8;
      box-sizing: border-box;
      color: #000;
      float: left;
      height: 50px;
      position: relative;
      padding: 15px 15px 15px 65px;
      width: 100%;
      z-index: 1;
      outline: 0;
      border-radius: 10px;
  }
  
  .otp-input {
    width: calc(100% / 6);
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
  }
  .otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  .language-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
  }
  
  .language-option.selected {
    border-color: #007bff;
    background-color: #e9f5ff;
  }
  
  .language-option input[type="radio"] {
    accent-color: #007bff;
    cursor: pointer;
  }
  
  .tabs-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #282A36; /* Dark background */
    padding: 10px;
    border-radius: 20px;
  }
  
  .tabs-wrapper {
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE */
  }
  
  .tabs-wrapper::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
  }
  
  .tabs {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .tab {
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 10px;
    cursor: pointer;
    background-color: #44475A;
    transition: background-color 0.3s ease;
  }
  
  .tab.active {
    background-color: #6272A4;
  }
  
  .tab:hover {
    background-color: #6272A4;
  }
  
  .scroll-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
  }
  
  .scroll-btn:hover {
    color: #6272A4;
  }
  .stats-box {
    width: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    background-color: white;
  }
  
  .runs {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .percentage {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
  }
  
  .bar {
    display: flex;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #eee;
  }
  
  .green-bar {
    height: 100%;
    background-color: #08843e;
  }
  
  .red-bar {
    height: 100%;
    background-color: #de240d;
  }
  
  .order-widget {
    width: 300px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
  }
  
  .toggle-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .toggle {
    width: 48%;
    padding: 8px 0;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .toggle.active {
    background-color: #08843e;
    color: #fff;
  }
  
  .toggle:not(.active) {
    background-color: #fdf3f2;
    color: #de240d;
  }
  
  .set-price-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 0;
    cursor: pointer;
  }
  
  .price-section,
  .quantity-section {
    margin-bottom: 15px;
  }
  
  .price-label,
  .quantity-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .price-controls,
  .quantity-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .decrement,
  .increment {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  .price-value,
  .quantity-value {
    font-size: 16px;
    font-weight: bold;
  }
  
  .qty-info {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
  }
  
  .total-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  
  .you-put,
  .you-get {
    font-size: 16px;
    font-weight: bold;
  }
  
  .you-put span,
  .you-get span {
    font-size: 12px;
    color: #888;
  }
  
  .advanced-options {
    background: none;
    border: none;
    color: #007bff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .place-order {
    width: 100%;
    padding: 10px;
    background: #08843e;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  
  
  .profit-widget {
    width: 100%;
    background: white;
    padding: 15px 0;
    text-align: left;
  }
  
  .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
  
  .badge {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 5px;
    color: white;
  }
  
  .badge.green {
    background-color: #d4f8d4;
    color: #28a745;
  }
  
  .badge.red {
    background-color: #f8d7da;
    color: #dc3545;
  }
  
  .badge.blue {
    background-color: #d4e7f8;
    color: #007bff;
  }
  
  .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #007bff;
  }
  
  input:checked + .slider:before {
    transform: translateX(20px);
  }
  .price-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .quantity-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .price-section,
  .quantity-section {
    margin-bottom: 15px;
  }
  
  .price-label,
  .quantity-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .price-controls,
  .quantity-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .decrement,
  .increment {
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .price-value,
  .quantity-value {
    font-size: 16px;
    font-weight: bold;
  }
  .profit-widget-items {
      box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  .accordion-button:not(.collapsed){
      background: transparent;
  }
  @media (max-width: 767px){
      .fantasy-games ul {
          overflow-y: hidden;
          flex-wrap: inherit;
          overflow-x: scroll;
      }
      .footer-links {
          margin-bottom: 30px;
      }
      .navbar-nav li a {
          padding: 10px 0 !important;
      }
      .style-event-overview-col{
          margin-bottom: 20px;
      }
      .fantasy-games ul li a{
          display: block;
          width: 100px;
      }
  }



/* Default state for .nav-link */
#pills-tab .nav-link {
    color: #000;
}

/* Hover and focus states for .nav-link */
#pills-tab .nav-link:hover,
#pills-tab .nav-link:focus {
    color: #000;
}


/* Default style for nav links */
.nav-link {
    color: #ffffff; /* Set your default color here */
    transition: color 0.3s ease;
  }
  
  /* Active style for nav links */
  .nav-link.active {
    color: rgba(227, 166, 22, 1) !important; /* Active color */
  }

  .tab-link{
    color: #111;
  }

  /* Loader */

  /* Loader Container - Centers the Loader */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(207, 207, 207, 0.3); /* Optional: Slight dark overlay */
  z-index: 9999;
}

  .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #292929 #292929 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after,
  .loader::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent rgba(227, 166, 22, 1) rgba(227, 166, 22, 1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
  }
  .loader::before {
    width: 32px;
    height: 32px;
    border-color: #292929 #292929 transparent transparent;
    animation: rotation 1.5s linear infinite;
  }
      
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
      





  .fade-in {
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  



  .profile-dropdown {
    position: relative;
    display: inline-block;
  }
  
  .profile-dropdown .dropdown-menu {
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    min-width: 150px;
  }
  
  .profile-dropdown .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
  }
  
  .profile-dropdown .dropdown-menu li:hover {
    background: #f0f0f0;
  }
  



  