/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1B1E25;
    /* color: #ffffff; */
    overflow-x: clip;
  }
  
  a {
      text-decoration: none;
  }
  
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;o
  }
  
  /* Header */
  .header {
    background-color: #0dcaf0;
    color: #fff;
    padding: 10px 0;
    height: 50px;
    display: flex ;
    align-items: center;
  }
  
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo img {
    height: 40px;
  }
  
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .nav ul li {
    margin: 0 15px;
  }
  
  .nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }

  .avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-right: 5px;
    background-color: #353a45;
  }

  .avatar h5 {
    text-transform: capitalize;
    font-weight: 700;
  }
  
  .user_balance {
    display: flex;
        align-items: center;
        gap: 10px;
    }

    .balance {
      padding: 5px;
    background: red;
    border-radius: 5px;
    }
    .dashboard_links {
      /* display: flex; */
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 10000;
        width: 150px;
        padding: 10px;
        gap: 5px;
        background: #353a45;
    }
    
    .dash_links {
      
        padding: 5px;
    }
    
    .dash_links:hover {
      background: red;
        
    }
    
    .account_id {
      background: #0D9737;
        padding: 10px;
        display: flex;
            gap: 5px;
    }
  .auth-buttons {
    display: flex;
        align-items: center;
        /* width: 200px; */
  }
  .auth-buttons .btn {
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 8px 16px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
  }
  
  .auth-buttons .btn.login {
    background-color: transparent;
    border: 1px solid #fff;
  }
  
  .load_game h5 {
      font-size: 12px;
  }
  
  /* Hero Section */
  .hero {
    background-color: #1C1F26;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    display: none;
    width: 100%;
    /* height: 100px; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .box-action {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5px 10px;
  }

  .game-menu {
    display: flex;
        flex-direction: column;
        font-size: 12px;
        color: #12c849;
        font-weight: 700;
  }

  .game-menu i, .live_head i {
    color: #f4f4f4;
  }

  .live_match_box {
    display: flex;
    /* width: 100%; */
    align-items: center;
  }
  .live_match {
    display: flex;
        /* width: 300px; */
        flex-direction: column;
        background-color: #2D3039;
        /* border-radius: 15px; */
  }
  .live_matches {
    display: flex;
    overflow: hidden; /* Prevent showing half slides */
    transition: transform 0.5s ease-in-out;
  }
  

  
  .live_match {
    flex: 0 0 300px; /* Ensure proper alignment */
    /* margin-right: 15px; */
  }
  
  .live_head {
    display: flex;
    justify-content: space-between;
    color: red;
    align-items: center;
    font-size: 10px;
    padding: 10px;
  }

  .live_game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  
  .live_league a {
      text-decoration: none;
      color: #0dcaf0;
  }

  .live_team {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .live_team img, .team_img {
    width:40px;
    max-height: 40px;
  }
  .live_team p {
    font-size: 8px;
    color: #0dcaf0;

  }


  .live_odd {
    width: 70px;
    height: 30px;
    background-color: #1b1e25 !important;
    margin: 5px;
    font-size: 12px;
    border:none;
    color: #12c849;
  }

  .odds-btn.flash {
    background-color: #ff0;
    transition: background-color 0.3s ease;
  }


  .live_btn {
    display: flex;
    justify-content: space-between;
  }

  .live_badge {
    background: green;
    padding: 3px;
  }

  .live_time {
    display: flex;
        align-items: center;
         color: #fff;
        font-size: 8px;
        padding: 0px 3px 0px 0;
    gap: 2px;
    text-align:center;
  }
  .live_score {
    color: gold;
    font-size: 10px;
  }

  .live_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 8px;
    gap: 5px;
  }

  .live_slider_wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
  }
  
  .live_match_container {
    width: 100%;
    overflow-x: clip;
  }
  

  .live_matches {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease-in-out;
  }
  
  
  .live_matches a {
      text-decoration: none;
  }
  
 
  
  .slide_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
  }
  
  .slide_btn:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  
  .left {
    left: 10px;
  }
  
  .right {
    right: 10px;
  }
  

  .category {
    height: 30px;
    display: flex;
    /* gap: 10px; */
    align-items: center;
    /* padding: 5px; */
  }

  .btndiv {
    display: flex;
    /* padding: 5px; */
    height: 100%;
    align-items: center;
  }

  .active {
    border-bottom: 3px solid #0D9737;

  }

  .btndiv:hover,  .odds_name:hover {
    border-bottom: 4px solid red;
  }

  .categoryBtn {
    text-decoration: none;
    font-weight: 700;
    margin-left: 15px;
    color: #f4f4f4;
  } 
  
 
  
  .hero .cta {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  
  /* Betting Cards Section */
  .betting-cards {
    padding: 5px 0;
    width: 100%;
    display: flex;
    background: #e7e7e7;


  }

  .league_section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 20%;
    margin: 0 15px;
    max-width: 250px;
    padding: 0 10px;


  }

  
  .top_leagues, .all_leagues {
    display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        
    }

    .box_option {
      display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    /* gap: 10px; */
    text-decoration: none;
    /* width: 90%; */
    }

    .leagues {
      display: flex;
    justify-content: space-between;
    margin: 10px 0;
    color: rgb(106, 3, 146);
    align-items: center;
    text-decoration: none;
    }

    .list_item {
      list-style: none;

    }

    .count {
      background: red;
      padding: 4px;
      border-radius: 50px 25px;
      font-size: 8px;
      color: white;
    }

    .league {
      color: rgb(106, 3, 146);
    }

    .league_list {
     margin-left: 10px;
    }
    .countries {
      text-decoration: none;
      color: #f4f4f4;
      font-weight: 600;
      background: #535861;
    width: 100%;
    display: flex;
    padding: 5px;
    margin: 5px 0;
    justify-content: space-between;
    }

    .countries i {
      margin-right: 10px;
    }
    .betslip {
      width: 25%;
      max-width: 350px;
      display: flex;
      flex-direction: column;
      background: #353A45;
      padding: 5px;

    }
    .betslip_head {
      display: flex;
      align-items: center;
          flex-direction: column;
          color: white;
         
    }
    .betslip_title {
      display: flex
      ;
          align-items: center;
          gap: 5px;
          margin: 5px;
      }
    
  .betslip_body {
    /* min-height: 300px; */
    max-height: 700px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* padding: 5px; */
    width: 100%;
    background: #e7e7e7;
    overflow: scroll;

  }

  .bet_item {
    /* height: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 5px;
  }
  .item_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10px;
    margin: 5px 0;
  }

  .bet_options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10px;
    margin: 5px 0;
  }

  .item_match {
    font-size: 10px;
    color: #7f7f7f;
    margin: 0;
  }

  .bet_type {
    width: 100%;
    display: flex;
    gap: 5px;
    justify-content: space-between;
  }

  .bet_type_btn {
    padding: 15px 20px;
    background-color:#0D9737;
    border: none;
    border-radius: 5px 5px 0 0;
    color: #fff;
  }
  .btn_active {
    background: #e7e7e7;
    color: #1B1E25;
  }
  .bet_container {
    width: 55%;
  }


  /* Check Bet Modal */

  .check-bet-modal {
    position: fixed;
    top: 50%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .modal-content {
    background: #343a40;
    padding: 20px;
    border-radius: 6px;
    width: 300px;
    text-align: center;
  }

  .check_bet_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .check_bet_btn button {
    background: #0D9737;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }

   /* Odds Section */

  .options {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    /* height: 20px; */
    text-decoration: none;
    align-items: center;
    padding: 10px 0;
    background: #353A45;
    /*flex-wrap: wrap;*/
    overflow: scroll;

  }

  .odds_name {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    padding: 5px;
    /* background: #333333a1; */
    /* border-radius: 5px; */

  }
 
  .match-group {
    display: flex;
    flex-direction: column;
  }
.match, .date {
  display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.match-date {
  display: flex;
    width: 75px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.match_league {
  font-size:6px;
  color:red;
}
.match-time {
  font-size: 10px;
}

.game_teams {
  display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
}

.odd_box {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.odd_group {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.market_odds {
  display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.question_name {
  background: #353A45;
    margin: 5px 0;
    color: #f4f4f4;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

@keyframes flash {
  0% { background-color: #ffc107; } /* Highlight color */
  100% { background-color: inherit; }
}

.odds-btn.flash {
  animation: flash 0.4s ease-in-out;
}

.live-badge {
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  margin-left: 5px;
  border-radius: 4px;
}



 /* Deposits Section */

.deposit-section {
  display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 10px;
}

.confirm {
  height: 400px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    background: #353a45;
    align-items: center;
}

.confirm_card {
  display: flex
;
    flex-direction: column;
    width: 300px;
    align-items: center;
    gap: 10px;
    color: #f4f4f4;
    padding: 20px;
}

.confirm_head {
  display: flex
  ;
      flex-direction: column;
      align-items: center;
      gap: 10px;
}

.confirm_details {
  display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      font-size: 12px;
      width: 100%;
}
.confirm_span {
  display: flex;
      justify-content: space-between;
      width: 100%;
}

.booking_icon {
  display: flex;
    gap: 10px;
}

.btn_normal {
  margin-top: 15px;
    padding: 10px;
    background: red;
}
.confirm_head i {
  border-radius: 50px;
    /* padding: 15px; */
    width: 30px;
    height: 30px;
    background: #12c849;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.confirm_head h5 {
  font-size: 12px;
    font-weight: 700;
}
.confirm_buttons {
  display: flex;
      align-items: center;
      width: 100%;
}
.confirm_card hr {
  color: #1b1e25;
    height: 1px;
    width: 100%;
}
#depositForm {
  display: flex;
  min-height: 500px;
  width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding: 10px;
      background-color: #353a45;
      border-radius: 15px;
}
#depositForm input, #depositForm select  {
  width: 250px;
    border: none;
    background: #1c1f26;
    color: #fff;
    /* height: 35px; */
}

#bankTransferDetails {
  display: flex;
    margin-top: 15px;
    gap: 10px;
    flex-direction: column;
}

#bankTransferDetails strong {
  color: #12c849;
}

#depositForm .form-group {
  display: flex;
    gap: 10px;
    width: 100%;
    margin: 10px 0;
    align-items: center;
}

#bankTransferDetails .form-group {
  display: flex;
  flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 10px 0;
    align-items: flex-start;
}

#bankTransferDetails ul {
  list-style: none;
}


.btn_submit {
  margin-top: 15px;
  background: #0d9737;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.odd_btn_name {
  display: flex;
      width: 30%;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
}

  .cards {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  
  .card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .teams, .space {
    display: flex;
    width: 100px;
    margin: 0 10px;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
  }
  
  .team_link {
      color: #000;
  }

  .second_odd {
    display: flex;
    margin-left: 15px;
  }
  
  .odds {
    display: flex;
    gap: 1px;
    align-items: center;
    /* flex-wrap: wrap; */
    /* max-width: 250px; */
     /*width: 200px; */
    justify-content: space-between;
  }

  .odds-option {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 30px;
    width: 150px;
    justify-content: space-between;
    
  }

  .date {
    height: 30px;
    background-color: #747474;
    color: white;
  }

  .dynamic-odds-header {
    font-size: 12px;
  }
  
  .odds-btn {
    background-color: #0D9737;
    color: #fff;
    border: none;
    padding: 5px 7px;
    width: 65px;
    cursor: pointer;
    /* border-radius: 4px; */
  }

  .active_odd {
    background-color: red;
    color: #1b1e25;
  }

  .more {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .more a {
    font-size: 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #0dcaf0;
    text-decoration: none;
  }

  .more-count {
    font-size: 10px;
    color: #f4f4f4;
    padding: 8px 5px;
    background: red;
    border-radius: 5px 0 0 5px;
  }

  .stake {
    display: flex;
        color: #f4f4f4;
        justify-content: space-between;
        align-items: center;
        height: 50px;
  }

  .stake h6 {
    display: flex;
    gap: 5px;
    width: 120px;
  }

  #total_odds {
    color: gold;
  }
  
  .amount {
    display: flex;
    align-items: center;
  }

  .currency {
    padding: 2px 5px;
    background: #535861;
  }

  #amount {
    width: 100px;
    border: none;
    background: #fff;
    color: #1c1f26;
    height: 25px;
  }

  .price_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .clear, .menu_icon {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #535861;
    color: #f4f4f4;
    cursor: pointer;
  }

  .price {
    display: flex;
    flex-direction: column;
  }

  .price h6 {
    display: flex;
    color: #f4f4f4;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }

  .price h5 {
    display: flex;
    color: #f4f4f4;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
  }

  .book, .bet_now {
    width: 100%;
    padding: 10px;
    color: #f4f4f4;
    background-color: #0D9737;
    border: none;
    margin: 10px 0;
  }
  /* Footer */
  .footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    /* padding: 20px 0; */
    margin-top: 40px;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .mobile_footer {
    display: none;
  }
  .slide {
    background-color: #1B1E25;
  }

  .swiper-container {
    width: 100%;
    height: 150px;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next, .swiper-button-prev {
    color: white;
  }
  .swiper-pagination-bullet-active {
    background: white;
  }

  .bet_con {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .card {
    background: #353a45;
    color: white;
  }

  #betTabs {
    display: flex;
        justify-content: space-between;
        width: 80%;
        gap: 40px;
        list-style: none;
        margin: 0 0 20px;
  }

  .booking_confirm {
    width: 100%;
    /* height: 200px; */
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    color: #f4f4f4;
    background-color: #1b1e25;
  }

  .booking_confirm_card {
    width: 100%;
    margin: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .booking_confirm_head {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .booking_confirm_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
  }

  .booking_confirm_span {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .booking_confirm_buttons {
    display: flex;
    align-items: center;
    width: 300px;
  }

  .loadbet {
    display: none;
           
  }

  .mobile_league {
    display: none;
  }


 /* Extra Small Devices (Phones) */
@media (max-width: 480px) {
  /* Your styles for small screens */
.nav, .second_odd, .second_option, .second_space, .head_category {
    display: none;
  }
  .league_section {
    display: none;

  }
  .betslip {
    display: none;
            position: fixed;
            max-width: 100%;
            bottom: 0;
            width: 100%;
            height: 600px;
            right: 0;
            justify-content: flex-start;
            z-index: 1000;

  }

  .booking_confirm {
    height: 360px;
  }
  .more {
    display: none;

  }

  .odds {
    flex-wrap: nowrap;

  }

.teams {
  align-items: flex-start;
   
    font-size: 10px;
}
  
  .odds-option, .day {
    margin-left: 10px;
  }

  .bet_container {
    width: 100%;
  }

  .match {
    margin: 5px 5px;
  }

  .match-box {
    margin: 0 0 50px 0;
  }

  .open_betslip {
    display: flex;
  }

  .close_betslip {
    display: none;
  }

  .swiper-container { 
    height: 100px;
  }

  .hero {
    display: flex;
  }

  .betting-cards {   
    background: #1C1F26;
    color: #f4f4f4;
}

.odds-btn {
  background-color: #2D3039;
  color: #12c849;
}

.odds-btn:active, live_odd:active {
  background-color: #12c849;
  color: #f4f4f4;
}
/*.live_odd.active_odd {*/
/*  background-color: #1a73e8;*/
/*  color: #fff;*/
/*  border: 1px solid #1a73e8;*/
/*}*/

.date {
  background-color: #2D3039;
}
.logo img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}
.auth-buttons .btn {
  margin-right: 10px;
  padding: 5px 10px;
}
.header {
  background-color: #0dcaf0;

}

.team_link {
    color: #fff;
}


.category, .options {
  background-color: #1c1f26;
}

.categoryBtn {
color: #f4f4f4;
}

.footer {
  display: none;
}



.mobile_footer {
  display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    padding: 10px 5px;
    justify-content: space-between;
    color: white;
    background-color: #2D3039;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000;
}

.footer_tab, .mobile_footer_button {
  display: flex;
      flex-direction: column;
      align-items: center;
      width: 100px;
      font-size: 14px;
}


.footer_tab_bet {
  /*margin-top: -20px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 50px; */
  padding: 10px 15px 0px;
  border-radius: 25px 25px 0 0;
  background-color: red;
  justify-content: space-between;
  width: 75px;
  height: 70px;
}

.footer_tab_bet h3, .footer_tab_bet p {
    margin: 5px;
    font-size: 12px;
}

.footer_tab_bet hr {
        margin: 0;
    border-bottom: 1px solid;
    width: 100%;
    color: #0dcaf0;
}

.mobile_footer_button {
     text-decoration: none;
     color: #fff;
}

.betslip_body {
  /* min-height: 350px; */
  background: transparent;
  padding: 10px;
}

.loadbet {
 
          position: absolute;
          z-index: 100000;
          width: 70%;
          background: #1c1f26;
          top: 0;
          height: 100vh;
          padding: 10px;
          border-radius: 10px 0 0 10px;
          right: 0;
          justify-content: center;
}
.close_load {
  
  padding: 0 0 5px;
        color: red;
        font-size: 30px;
        display: flex
;
        justify-content: flex-start;
        margin: 0 0 10px 0;
}

#booking_code_input {
  width: 180px;
  height: 35px;
  border-radius: 5px;
  color:#1C1F26;
}

#load_booking_btn {
  background: #0d9737;
    padding: 5px;
    font-weight: 700;
    border-radius: 5px;
}
.bet_footer {
  padding: 10px;
}

.show {
  display: flex;
}

.btn_active {
  background: red;
  color: #ffffff;

}



.bet_type_btn {
  padding: 25px 35px;

}

.active_odd {
  background-color: #0D9737 !important;
  color: #fff;
}

.mobile_league{
 
  position: absolute;
  z-index: 100000;
  width: 80%;
  background: #1c1f26;
  top: 0;
  height: 100vh;
  padding: 10px;
  border-radius: 0 10px  10px 0;
  left: 0; 
  flex-direction: column;
  overflow: scroll;
}

.mobile_league_section {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    color: white;
}

.leagues_mobile {
  color: #f4f4f4;
}


}


/* Small Devices (Tablets & Large Phones) */
@media (min-width: 481px) and (max-width: 768px) {
  /* Your styles for tablets */
  
  .odds-btn {
    font-size: 14px;
    padding: 6px 10px;
    min-width: 40px;
  }

  .match .teams span {
    font-size: 13px;
  }

  .match-time, .match_league {
    font-size: 12px;
  }
}

/* Medium Devices (Small Laptops) */
@media (min-width: 769px) and (max-width: 992px) {
  /* Your styles for small laptops */
 
}

/* Large Devices (Desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
  /* Your styles for desktops */
  .odds-option {
    display: flex
;
    gap: 10px;
    align-items: center;
    margin: 0 10px;
    width: 130px;
    justify-content: space-between;
    padding: 0 10px;
}
}

/* Extra Large Screens (Large Desktops, 4K) */
@media (min-width: 1201px) {
  /* Your styles for large screens */

}
