
.athletesBannerImg_athletesBannerImg__1H4wl {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
    /* padding-left: 32px;
    padding-right: 32px; */
}
@media (max-width: 1024px) {
    /* .athletesBannerImg {
        padding-left: 16px;
        padding-right: 16px;
    } */
}
.athletesBannerImg_athletesBannerImg__1H4wl img {
    width: 100%;
    height: auto;
}
.WinModule_card__1NOUp{
    height:250px;
    backdrop-filter: blur(114px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 10px 12px 35px 0px #11103A1A;
    border-radius: 16px;
    margin:auto;
    position: relative;
    cursor: pointer;
}

.WinModule_image__2Tcd_{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.WinModule_entroled__3wqJD{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #B68CFF;
    color:#1E1E1E;
    text-align: center;
    min-width: 320px;
}

.WinModule_cardBody__huAn7{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    top: -6%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 350px;
    text-align: center;
    gap: 8px;
}

.WinModule_cardTitle__7gg2Q{
    background: white;
    font-family: 'World Athletics Heavy';
    font-weight: 800;
    font-size: 28px;
    padding: 0 1px;
}

.WinModule_cardButton__2L2Dm{
    padding: 9px 29px;
}

.WinModule_countdown__3HCfI{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #B68CFF;
    color:#1E1E1E;
    border-radius: 8px;
    text-align: center;
    padding: 4px 25px;
    min-width: 270px;

}

.WinModule_time__2f6wA{
    font-size: 24px;
    font-weight: 700 !important;

}

.WinModule_unit__1BFv1 {
    font-size: 14px !important;
    font-weight: 700 !important;

}

.WinModule_expired__2VUbr{
    font-size: 16px !important;
    font-weight: 700 !important;
}

@media (max-width: 1024px) {
    .WinModule_card__1NOUp{
        height:305px;
    }
}

@media (max-width: 767px) {
    .WinModule_card__1NOUp{
        height: 200px !important;
    }
}

@media (max-width: 767px) {
    .WinModule_cardTitle__7gg2Q{
        font-size: 23px;
    }

    .WinModule_cardBody__huAn7{
        top: -51px;
    }
}
.DontMissCard_DontMissCard__32x2b {
  background: white;
  color: #11103A;
  border-radius: 16px;
  background: linear-gradient(277.26deg, rgba(188, 148, 255, 0.7) -9%, rgba(17, 16, 58, 0.7) 68.45%);
  width: 550px;
  height: 223px;
  overflow: hidden;
  position: relative;
}

.DontMissCard_content__V1FZ8 {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #BC94FF;
  border-radius: 7.42px;
  padding: .5rem;
  width: 75%;
}

.DontMissCard_content__V1FZ8 h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.DontMissCard_nextEvent__T_15l {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #A5FA64;
  border-bottom-right-radius: 5px;
  padding: .5rem;
  font-weight: 700;
  box-shadow: 1px 1px 10px -1px #A5FA64CC;
}

.DontMissCard_learnMore__3OQdw {
  text-transform: uppercase;
  text-decoration: underline;
  color: white;
  text-underline-offset: 4px;
  text-decoration-color: #A5FA64;
  text-decoration-thickness: 2px;
  margin-left: auto;
}

.DontMissCard_bottom__3y4eL {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  width: 75%;
  align-items: end;
}

.DontMissCard_venue__Qi_GH {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background-color: #1E1E1E;
  font-size: 18px;
}

.DontMissCard_date__2SBBp {
  font-size: 16px;
}

.DontMissCard_image__VY77k {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.DontMissCard_Btn__3Tfbs {
  border-radius: 12px;
  padding: 5px;
  background: #11103A;
  font-size: 15px;
  color: white;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.DontMissCard_Btn__3Tfbs img {
  width: 28px;
  margin-right: 10px;
}

.DontMissCard_waPlus__1MLJZ {
  color: #A5FA64;
}

.DontMissCard_bgPurple__2YaRF {
  background: #BD94FF;
}

.DontMissCard_bgGreen__1c7FY {
  background: #A5FA64;
}

.DontMissCard_gridCard__3-LLc {
  width: 100% !important;
  max-width: none !important;
  min-width: auto !important;
}

@media (max-width: 760px) {
  .DontMissCard_DontMissCard__32x2b {
    width: 100%;
    max-width: calc(100vw - 40px); 
    min-width: 280px;
    height: 276px;
    background: none; 
    display: flex;
    flex-direction: column;
    border-radius: 10px;
  }

  .DontMissCard_DontMissCard__32x2b .DontMissCard_content__V1FZ8.DontMissCard_bgPurple__2YaRF {
    background: #BD94FF;
  }
 
  .DontMissCard_DontMissCard__32x2b .DontMissCard_content__V1FZ8.DontMissCard_bgGreen__1c7FY {
    background: #A5FA64;
  }

  .DontMissCard_DontMissCard__32x2b:has(.DontMissCard_content__V1FZ8.DontMissCard_bgPurple__2YaRF) {
    background: #BD94FF;
  }
 
  .DontMissCard_DontMissCard__32x2b:has(.DontMissCard_content__V1FZ8.DontMissCard_bgGreen__1c7FY) {
    background: #A5FA64;
  }
 
  .DontMissCard_image__VY77k {
    height: 106px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: static;
    flex-shrink: 0;
  }
 
  .DontMissCard_content__V1FZ8 {
    width: 100%;
    border-radius: 0;
    position: static;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
 
  .DontMissCard_content__V1FZ8 h3 {
    font-size: 20px;
  }
 
  .DontMissCard_bottom__3y4eL {
    width: 100%;
    align-items: flex-start;
    position: static;
    gap: 8px;
    margin-top: auto; 
    padding: 0.5rem;
  }
 
  .DontMissCard_Btn__3Tfbs {
    font-size: 13px;  
    border-radius: 5px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
  }
 
  .DontMissCard_Btn__3Tfbs img {
    width: 24px;
    margin-right: 8px;
  }
 
  .DontMissCard_venue__Qi_GH {
    font-size: 16px;
    width: fit-content;
  }
 
  .DontMissCard_date__2SBBp {
    font-size: 14px;
  }
 
  .DontMissCard_learnMore__3OQdw {
    font-size: 14px;
    align-self: flex-end;
    margin-top: 8px;
  }
 

  .DontMissCard_DontMissCard__32x2b:has(.DontMissCard_content__V1FZ8.DontMissCard_bgGreen__1c7FY) .DontMissCard_learnMore__3OQdw {
    color: #1E1E1E;
    text-decoration-color: white;
  }

}

@media (max-width: 500px) {
 .DontMissCard_textWrapper__2ouFp{
  display: flex;
  flex-direction: column;
 }
 
}
.WindModule_winTitle__2ftp-{
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

/* Carousel container for mobile */

.WindModule_carouselContainer__tCNr2 {
    margin-top: 2rem;
    margin-bottom: 2.3rem;
    height: 305px;
}

/* Carousel slide item styling */

.WindModule_carouselSlideItem__RnQ70 {
    width: 100% !important;
    /* padding: 0 10px; */
    box-sizing: border-box;
    background: transparent;
}

/* Carousel navigation buttons */

.WindModule_carouselNavButton__2RTFf {
    background-color: #bc94ff !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.WindModule_carouselNavButton__2RTFf:hover {
    background-color: #a67eea !important;
}

.WindModule_carouselNavButton__2RTFf:disabled {
    background-color: rgba(178, 173, 173, 0.5) !important;
    cursor: default;
}

/* Carousel navigation container */

.WindModule_carouselNavigation__RXIHZ {
    margin-top: 1rem;
}

.WindModule_winModuleScrollableContainer__3fmgQ {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 430px;
    display: flex;
    gap: 10px;
    scroll-snap-type: x mandatory;
    scroll-padding: 10px;

    /* Hide scrollbar */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.WindModule_winModuleScrollableContainer__3fmgQ::-webkit-scrollbar {
    display: none;
}

.WindModule_winModuleScrollableContainer__3fmgQ > * {
    scroll-snap-align: start;
}

.WindModule_arrows__1xkA5 {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.8rem;
    color:white;
    margin-bottom: 2rem;
}

.WindModule_arrowBtn__31uwV {
    border: none;
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.WindModule_arrowBtn__31uwV:not(.WindModule_disabled__1eBvH) {
    background-color: #bc94ff;
}

.WindModule_arrowBtn__31uwV.WindModule_disabled__1eBvH {
    background-color: rgba(178, 173, 173, 0.5);
    cursor: default;
}

.WindModule_arrowIcon__1YAXW {
    color: white;
    font-size: 10px;
}

@media (max-width: 1024px) {
    .WindModule_carouselContainer__tCNr2 {
        height: 460px;
    }
}

@media (max-width: 768px) {
    .WindModule_arrows__1xkA5 {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .WindModule_arrowBtn__31uwV {
        width: 36px;
        height: 36px;
    }

    .WindModule_carouselContainer__tCNr2 {
        height: 370px;
    }
    .WindModule_winModuleScrollableContainer__3fmgQ{
        height: 305px;
    }
}

@media (max-width: 480px) {
    .WindModule_carouselContainer__tCNr2 {
        height: 305px;
    }

    .WindModule_winModuleScrollableContainer__3fmgQ{
        height: 305px;
    }
}
.MyCountryEvents_tableWrapper__2GnMI {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.9rem;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%; /* Fixed: Make table span full width */
    /* hide scrollbar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.MyCountryEvents_tableWrapper__2GnMI::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.MyCountryEvents_tableContainer__1MuNr {
    border-radius: 15px;
    width: 100%; 
    overflow: hidden; 
}

.MyCountryEvents_athleteTable__yh6-E {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.MyCountryEvents_athleteTable__yh6-E thead {
    background-color: #322961; 
    color: white;
    z-index: 1;
}

.MyCountryEvents_tableBodyContainer__3RiuR .MyCountryEvents_athleteTable__yh6-E thead {
    display: none; 
}

.MyCountryEvents_athleteTable__yh6-E th, .MyCountryEvents_athleteTable__yh6-E td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 700;
    font-size: 14px;
}

.MyCountryEvents_athleteTable__yh6-E th {
    border-bottom: none;
}

.MyCountryEvents_athleteTable__yh6-E tbody tr {
    background-color: #DFD0FA;
    color:#11103A;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}

.MyCountryEvents_flag__ceg-x {
    margin-left: 8px;
    width: 20px;
}

.MyCountryEvents_flagRow__1TXrf {
    display: flex;
    align-items: center;
    font-weight: 400 !important;
}

.MyCountryEvents_sortableHeader__1sOPb {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.MyCountryEvents_sortableHeader__1sOPb:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.MyCountryEvents_headerContent__2Ec6A {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px; 
}

.MyCountryEvents_sortIcon__26-_u {
    opacity: 0.5;
    font-size: 8px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:4px;
}

.MyCountryEvents_triangleUp__1fGAQ {
    line-height: 0.6;
}

.MyCountryEvents_triangleDown__rnxkQ {
    line-height: 0.6;
}

.MyCountryEvents_sortIconActive__2Yrv9 {
    opacity: 1;
    font-size: 10px;
    color: #ffffff;
}

.MyCountryEvents_tableBodyContainer__3RiuR {
    max-height: 490px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.MyCountryEvents_tableBodyContainer__3RiuR::-webkit-scrollbar {
    width: 6px;
}

.MyCountryEvents_athlete__2uWeF {
    text-decoration: underline;
    margin-right: auto;
    font-size: 18px !important;
    text-underline-offset: 2px;
}

.MyCountryEvents_competition__CymXq {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.MyCountryEvents_discipline__2Iviq {
    font-weight: 400;
}

.MyCountryEvents_athletesTd__3W3hT {
    display: flex;
}

.MyCountryEvents_mobileTable__K_Fzv .MyCountryEvents_athletesTd__3W3hT {
    flex-direction: column;
    gap: 4px;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(1),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(1) {
    width: 16%;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(2),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(2) {
    width: 26%;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(3),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(3) {
    width: 12%;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(4),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(4) {
    width: 14%;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(5),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(5) {
    width: 13%;
}

.MyCountryEvents_athleteTable__yh6-E th:nth-child(6),
.MyCountryEvents_athleteTable__yh6-E td:nth-child(6) {
    width: 19%;
}

.MyCountryEvents_mobileWrapper__3mbLb {
    padding: 0 !important;
    background-color: transparent;
    border-radius: 0;
}

.MyCountryEvents_mobileTable__K_Fzv {
    min-width: auto;
}

.MyCountryEvents_mobileTable__K_Fzv th:nth-child(1), .MyCountryEvents_mobileTable__K_Fzv td:nth-child(1) {
    width: 20%;
}

.MyCountryEvents_mobileTable__K_Fzv th:nth-child(2), .MyCountryEvents_mobileTable__K_Fzv td:nth-child(2) {
    width: 35%;
}

.MyCountryEvents_mobileTable__K_Fzv th:nth-child(3), .MyCountryEvents_mobileTable__K_Fzv td:nth-child(3) {
    width: 25%;
}

.MyCountryEvents_mobileTable__K_Fzv th:nth-child(4), .MyCountryEvents_mobileTable__K_Fzv td:nth-child(4) {
    width: 20%;
    text-align: right;
    padding-right: 16px;
}

.MyCountryEvents_toggleHeader__3jlwO {
    text-align: center;
    cursor: default;
}

.MyCountryEvents_toggleCell__1j0MA {
    text-align: right;
    cursor: pointer;
    padding-right: 16px;
    color: #322961;
}

.MyCountryEvents_toggleArrow__36O3g {
    font-size: 12px;
    color: #322961;
    font-weight: bold;
}

.MyCountryEvents_clickableRow__3hRNO {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.MyCountryEvents_expandedRow__2H8Yq {
    background-color: #D4C1F7 !important;
}

.MyCountryEvents_expandedContent__2PmGm {
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.MyCountryEvents_expandedItem__2vrAJ {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.MyCountryEvents_expandedLabel__2r_Hf {
    font-weight: 700;
    color: #11103A;
    font-size: 14px;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family);
}

.MyCountryEvents_expandedValue__1UwuT {
    font-weight: 400;
    color: #11103A;
    font-size: 14px;
}

@media (max-width: 768px) {
    .MyCountryEvents_tableWrapper__2GnMI {
        padding: 0.5rem;
    }
    
    .MyCountryEvents_athleteTable__yh6-E th,
    .MyCountryEvents_athleteTable__yh6-E td {
        padding: 8px;
        font-size: 12px;
    }
    
    .MyCountryEvents_athlete__2uWeF {
        font-size: 14px !important;
    }
    
    .MyCountryEvents_flag__ceg-x {
        width: 16px;
    }
}

.MyCountryEvents_tableContainer__1MuNr { 
  min-width: 0; 
}

.MyCountryEvents_mobileWrapper__3mbLb {
  overflow-x: hidden;
}

.MyCountryEvents_mobileTable__K_Fzv {
  width: 100%;
  min-width: 0 !important;
  table-layout: fixed;      
}

.MyCountryEvents_mobileTable__K_Fzv th,
.MyCountryEvents_mobileTable__K_Fzv td {
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}

.MyCountryEvents_tableBodyContainer__3RiuR {
  overflow-x: hidden;
}

.WAPLusDontMiss_tabs__1AnM8 {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}

.WAPLusDontMiss_tab__1q5k8 {
  flex: 1 1;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
  cursor: pointer;
  color: white;
  border-bottom: 2px solid rgba(50, 41, 97, 1);
}

.WAPLusDontMiss_active__vFmsb {
  border-bottom: 3px solid #A5FA64;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}

/* Carousel container for mobile */

.WAPLusDontMiss_carouselContainer__1cI5T {
  margin-top: 2rem;
  margin-bottom: 2.3rem;
}

/* Carousel slide item styling */

.WAPLusDontMiss_carouselSlideItem__2MWjK {
  width: 100% !important;
  /* padding: 0 10px; */
  box-sizing: border-box;
}

/* Carousel navigation buttons */

.WAPLusDontMiss_carouselNavButton__1Kaar {
  background-color: #bc94ff !important;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.WAPLusDontMiss_carouselNavButton__1Kaar:hover {
  background-color: #a67eea !important;
}

.WAPLusDontMiss_carouselNavButton__1Kaar:disabled {
  background-color: rgba(178, 173, 173, 0.5) !important;
  cursor: default;
}

/* Carousel navigation container */

.WAPLusDontMiss_carouselNavigation__2VKF8 {
  margin-top: 1rem;
}

/* Slider container styles */

.WAPLusDontMiss_sliderContainer__3PqBs {
  margin-top: 2rem;
  margin-bottom: 2.3rem;
}

.WAPLusDontMiss_regularContainer__1xDxs {
  margin-top: 2rem;
  margin-bottom: 2.3rem;
}

/* Slider styles - replicated from MyAthletes */

.WAPLusDontMiss_cardsSlider__NcFw2 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.9rem;
  padding-right: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  gap: 0.5rem;
  /* hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  min-height: 250px; /* Accommodate card height + padding */
}

.WAPLusDontMiss_cardsSlider__NcFw2::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.WAPLusDontMiss_cardsRegular__1y5gv {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap; 
}

@media (min-width: 760px) {
  .WAPLusDontMiss_cardsRegular__1y5gv.WAPLusDontMiss_authenticated__2fDbW {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  

  .WAPLusDontMiss_cardsRegular__1y5gv.WAPLusDontMiss_authenticated__2fDbW .WAPLusDontMiss_DontMissCard__1APR- {
    width: 100% !important;
    max-width: none !important;
  }
}

.WAPLusDontMiss_cardsSlider__NcFw2 > * {
  flex-shrink: 0; 
  min-width: 400px; 
}

.WAPLusDontMiss_arrows__2V8Fy {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.8rem;
  color: white;
}

.WAPLusDontMiss_arrowBtn__3kP2e {
  border: none;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.WAPLusDontMiss_arrowBtn__3kP2e:not(.WAPLusDontMiss_disabled__3MutD) {
  background-color: #bc94ff;
}

.WAPLusDontMiss_arrowBtn__3kP2e.WAPLusDontMiss_disabled__3MutD {
  background-color: rgba(178, 173, 173, 0.5);
  cursor: default;
}

.WAPLusDontMiss_arrowIcon__2BJLA {
  color: white;
  font-size: 10px;
}

.WAPLusDontMiss_viewAll__22Nz2 {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: #A5FA64;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  .WAPLusDontMiss_carouselSlideItem__2MWjK .WAPLusDontMiss_DontMissCard__1APR- {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;
  }



}

@media (max-width: 570px) {

.WAPLusDontMiss_tab__1q5k8 {
  border-bottom: transparent;
  text-transform: unset;
}

.WAPLusDontMiss_active__vFmsb {
  border-bottom: 3px solid #A5FA64;
}

.WAPLusDontMiss_viewAll__22Nz2 {
  display: none;
}


}

.styles_playerBackground__2qp_B{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 53%;
  border-radius: 15px;
}

@media screen and (max-width: 1440px) {
  .styles_playerBackground__2qp_B{
    height: 700px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .styles_playerBackground__2qp_B{
    height: 546px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 997px) {
  .styles_playerBackground__2qp_B{
    height: 436px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 850px) {
  .styles_playerBackground__2qp_B{
    height: 350px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 700px) {
  .styles_playerBackground__2qp_B{
    height: 300px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 550px) {
  .styles_playerBackground__2qp_B{
    height: 250px;
    border-radius: 10px;
  }
}

.styles_playerBrightcove__3G9HS video-js{
  width: 100%;
  padding-top: 53%;
  object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 1440px) {
  .styles_playerBrightcove__3G9HS {
    height: 700px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .styles_playerBrightcove__3G9HS {
    height: 546px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 997px) {
  .styles_playerBrightcove__3G9HS {
    height: 436px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 850px) {
  .styles_playerBrightcove__3G9HS {
    height: 350px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 700px) {
  .styles_playerBrightcove__3G9HS {
    height: 300px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 550px) {
  .styles_playerBrightcove__3G9HS {
    height: 250px;
    border-radius: 10px;
  }
}

.styles_playButton__1slce {
  background: #ff873c;
  border-radius: 100%;
  position: absolute;
  height: 100px;
  width: 100px;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.styles_playButton__1slce .styles_triangle__e32S5 {
  border: 10px solid transparent;
  border-left: 20px solid white;
  border-right: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.styles_loadingIndicator__3pny3 {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 2;
}

.styles_loadingDot__1b8pz {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 5px;
  animation: styles_pulse__yUtzP 1.5s infinite;
}

.styles_loadingText__3Vymp {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.styles_loadingSpinner__21fo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.styles_spinner__2loih {
  animation: styles_rotate__3bwou 2s linear infinite;
  width: 100%;
  height: 100%;
}

.styles_spinnerCircle__J8Abr {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-dasharray: 128;
  stroke-dashoffset: 82;
  animation: styles_dash__3UK07 1.5s ease-in-out infinite;
}

.styles_errorMesasge__1diD7 {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  width: 90%;
  max-width: 300px;
}

.styles_errorMesasge__1diD7 p {
  margin: 0;
  line-height: 1.5;
}

.styles_errorTryLater__vO8-A {
  font-weight: 500;
  text-decoration: underline;
}

@keyframes styles_rotate__3bwou {
  100% { transform: rotate(360deg); }
}

@keyframes styles_dash__3UK07 {
  0% { stroke-dashoffset: 128; }
  50% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -128; }
}

@keyframes styles_pulse__yUtzP {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/* Shimmer animation keyframe */

@keyframes styles_shimmer__1LVRX {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/* Shimmer container */

.styles_shimmerContainer__3RyNW {
  position: relative;
  overflow: hidden;
}

/* Shimmer thumbnail - fills the entire player background */

.styles_shimmerThumbnail__3q-Ex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: styles_shimmer__1LVRX 1.5s infinite;
  border-radius: inherit;
}

/* Shimmer overlay for additional elements */

.styles_shimmerOverlay__1YAr5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Shimmer loading spinner */

.styles_shimmerPlayIcon__2c1q_ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loading spinner circle */

.styles_shimmerPlayIcon__2c1q_::before {
  content: '';
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: styles_spin__1l6eF 1s linear infinite;
}

/* Spinner rotation animation */

@keyframes styles_spin__1l6eF {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Shimmer WA Plus icon */

.styles_shimmerWaPlusIcon__19Wnb {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #d0d0d0 25%, #c0c0c0 50%, #d0d0d0 75%);
  background-size: 200px 100%;
  animation: styles_shimmer__1LVRX 1.5s infinite;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .styles_shimmerWaPlusIcon__19Wnb {
    width: 80px;
    height: 80px;
    top: -4px;
    right: -4px;
  }
}

.styles_modal__3tCbo {
  height: 100%;
  background-color: #bd94ff;
  color: #11103A;
  font-family: World Athletics;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.styles_modal__3tCbo.styles_hidden__N5LJ3 {
    display: none;
  }

@media only screen and (max-width: 767px) {
  .styles_modal__3tCbo {
    font-size: 15px;
  }
}

.styles_playIcon__2XAyz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:76px;
}

.styles_waPlusIcon__3MgyG{
    position: absolute;
    top: 0;
    right: 0;
}

.PlayList_playListGrid__2waJl{
     display: grid;
  /* 2 parts : 1 part, but each track may go down to 0 */
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 1.5rem auto 3rem;
}

.PlayList_playListGrid__2waJl > div:last-child {
  display: flex;
  flex-direction: column;
  min-height: 0; /* allow inner scrolling */
}

.PlayList_playListMain__387A0{
  width:100%;
}

.PlayList_navigation__1_0e6.PlayList_dragging__obG-u {
    cursor: grabbing;
}

.PlayList_details__1eleI{
    padding: 0 1rem;
    color: #1E1E1E;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;


}

.PlayList_title__1DCEn{
    text-transform: none;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: .8rem;
}

.PlayList_description__3fJ81{
    font-size: 16px;
    margin-bottom: 1rem;
}

.PlayList_playerContainer__25--5{
    background-color: #ADF375;
    width:100%;
    height: 100%;
    border-radius: 24px;
    padding: .5rem;
    display: flex;
    flex-direction: column;
}

.PlayList_imageContainer__1RcQj{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.PlayList_imageContainer__1RcQj .PlayList_lockIcon__hGwpB{
    position: absolute;
    top: .6rem;
    left: .6rem;
    width: 19px;
}

.PlayList_imageContainer__1RcQj .PlayList_playIcon__MVwdc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:76px;
}

.PlayList_thumbNail__1aVSG {
  width: 100%;
  aspect-ratio: 100 / 53; /* Width-to-height ratio */
  object-fit: cover;
  margin-bottom: 1.2rem; 
  border-radius: 18px;

}

.PlayList_waPlusIcon__3spFm{
    position: absolute;
    top: -2px;
    right: -2px;
}

.PlayList_Btn__14Hwe{
    border-radius: 12px;
    padding: 5px;
    background: #11103A;
    font-size: 15px;
    color:white;
    cursor:pointer;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-top:1rem ;
    margin-bottom: 2px;
    width: fit-content;
    margin-top: auto;

}

.PlayList_Btn__14Hwe img {
    width:28px;
    margin-right: 10px;
}

.PlayList_waPlus__1Aifk{
    color: #A5FA64
}

.PlayList_selectionTitleMobile__1fB9u{
    display: none;
}

@media (max-width: 1024px) {
.PlayList_playListGrid__2waJl{
  display: block;
  gap: 20px;
  width: 100%;
  max-width: none;
}
.PlayList_padding__dlN7X{
  padding-left: 1rem;
  padding-right: 1rem;
}

.PlayList_playerContainer__25--5{
    height: fit-content;
    border-radius: 12px;

}

.PlayList_thumbNail__1aVSG {
  border-radius: 8px;

}

.PlayList_imageContainer__1RcQj{
  border-radius: 8px;

}

.PlayList_playListMain__387A0{
  margin-bottom: 1.7rem;
}

.PlayList_selectionTitleMobile__1fB9u{
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .7rem;
}

.PlayList_details__1eleI{
    padding: 0;
}

.PlayList_Btn__14Hwe{
    display: none;
}

.PlayList_waPlusIcon__3spFm{
    position: absolute;
    top: -2px;
    right: -2px;
    width: 100px;
}

.PlayList_arcIcon__3VFgO{
    display: none;
}
}

@keyframes PlayList_shimmer__1BZYx {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/* Base shimmer text class */

.PlayList_shimmerText__3ALUM {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayList_shimmer__1BZYx 1.5s infinite;
  border-radius: 4px;
  color: transparent;
}

/* Main video thumbnail shimmer */

.PlayList_shimmerThumbnail__25GAb {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayList_shimmer__1BZYx 1.5s infinite;
  border-radius: 8px;
}

/* WA Plus icon shimmer */

.PlayList_shimmerIcon__1Weo5 {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayList_shimmer__1BZYx 1.5s infinite;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/* Decorative arc shimmer */

.PlayList_shimmerArc__teJL2 {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayList_shimmer__1BZYx 1.5s infinite;
  border-radius: 4px;
  width: 100px;
  height: 20px;
}

/* Title shimmer */

.PlayList_shimmerTitle__j2iek {
  height: 28px;
  width: 75%;
  margin-bottom: 12px;
}

/* Description shimmer */

.PlayList_shimmerDescription__Ks4W6 {
  height: 16px;
  width: 90%;
  margin-bottom: 8px;
}

.PlayList_shimmerDescriptionLine2__2cdsM {
  height: 16px;
  width: 70%;
  margin-bottom: 16px;
}

/* Button shimmer */

.PlayList_shimmerButton__1wZa5 {
  height: 40px;
  width: 250px;
  border-radius: 20px;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .PlayList_shimmerIcon__1Weo5 {
    width: 50px;
    height: 50px;
  }
  
  .PlayList_shimmerTitle__j2iek {
    height: 24px;
    width: 80%;
  }
  
  .PlayList_shimmerDescription__Ks4W6 {
    height: 14px;
  }
  
  .PlayList_shimmerDescriptionLine2__2cdsM {
    width: 85%;
  }
  
  .PlayList_shimmerButton__1wZa5 {
    width: 200px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .PlayList_shimmerArc__teJL2 {
    width: 80px;
    height: 16px;
  }
  
  .PlayList_shimmerTitle__j2iek {
    height: 20px;
    width: 95%;
  }
  
  .PlayList_shimmerButton__1wZa5 {
    width: 180px;
    height: 32px;
  }
  .PlayList_waPlusIcon__3spFm{
    width: 65px;
}
}
/* PlayListSide.module.css */

/* container for the whole side-pane */

.PlayListSide_PlayListSideContainer__16tvX {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  min-height: 0;       /* NEW: critical so children can size/scroll correctly */
  flex: 1 1 auto;      /* NEW: fill the right column’s height */
}

/* wrapper that holds arrows + tabs */

.PlayListSide_navContainer__MYmgQ {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  min-width: 0;
}

/* the non-scrolling “window” around your tabs */

.PlayListSide_navWindow__3bCSu {
  position: relative;
  flex: 1 1;
  overflow: hidden;      /* clip overflow but don’t scroll */
  min-width: 0;          /* allow children to shrink properly */
}

/* scrollable tabs area */

.PlayListSide_navigation__1Q7ne {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
  padding-bottom: 0;
}

.PlayListSide_navigation__1Q7ne.PlayListSide_dragging__np2pn {
  cursor: grabbing;
}

/* hide native scrollbars */

.PlayListSide_navigation__1Q7ne::-webkit-scrollbar,
.PlayListSide_PlayListSide__3dEti::-webkit-scrollbar {
  display: none;
}

.PlayListSide_navigation__1Q7ne,
.PlayListSide_PlayListSide__3dEti {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* shared fade styling */

.PlayListSide_fade__w3eJB {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;           /* width of the fade gradient */
  pointer-events: none;  /* clicks go through */
}

/* left-side fade */

.PlayListSide_fade__w3eJB.PlayListSide_left__1MhMW {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(69,69,69,0.3),     /* fade color → transparent */
    transparent
  );
}

/* right-side fade */

.PlayListSide_fade__w3eJB.PlayListSide_right__39raV {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(18,17,59,0.3),
    transparent
  );
}

/* arrow buttons */

.PlayListSide_arrow__2wb8m {
  background: rgba(157, 157, 157, .3);
  border: none;
  font-size: 1.2rem;
  color: white;
  padding: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;         /* force perfect circle */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.PlayListSide_arrow__2wb8m.PlayListSide_left__1MhMW {
  margin-right: 10px;
}

.PlayListSide_arrow__2wb8m.PlayListSide_right__39raV {
  margin-left: 10px;
}

.PlayListSide_arrow__2wb8m:disabled {
  opacity: 0.3;
  cursor: default;
}

/* individual tab */

.PlayListSide_navTab__16lu3 {
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid #ADF375;
  color: #fff;
  margin-right: 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.PlayListSide_navTab__16lu3.PlayListSide_active__1Qhci {
  background-color: #ADF375;
  border-color: #ADF375;
  color: #1E1E1E;
}

/* current tab header */

.PlayListSide_curentTab__DLVRf {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 0.7rem;
}

/* video list wrapper */

.PlayListSide_PlayListSideWrapper__21Jv5 {
  position: relative;
  flex: 1 1 auto;   /* NEW: fill remaining space */
  min-height: 0;    /* NEW: allow inner scroller to shrink */  
 height: 100%;
 min-height: 500px;
 max-height: 500px;;
}

.PlayListSide_PlayListSide__3dEti {
  overflow-y: auto; /* was scroll; auto looks better */

  height: 100%;     /* NEW: occupy wrapper's height */
}

/* bottom gradient */

.PlayListSide_gradient__3hG2j {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent 0%, #12113b 100%);
}

/* view-all link at bottom */

.PlayListSide_viewAll__bpU8I {
  flex: 0 0 auto;   /* was flex: 1; */
  margin-top: 0; /* push to bottom of the column */
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: #A5FA64;
  text-align: center;
  cursor: pointer;
  padding-top: 0.8rem;
  margin-top: auto; /* keep */
}

.PlayListSide_viewAll__bpU8I a {
  margin-top: auto;
  align-self: center;
}

@media (max-width: 1024px) {
.PlayListSide_PlayListSide__3dEti {
 display: flex;
 overflow-x: scroll;
 min-height: 0;
}



.PlayListSide_padding__3L8lw{
  padding-left: 1rem;
  padding-right: 1rem;
}

.PlayListSide_PlayListSideWrapper__21Jv5 {
  min-height:unset;
  max-height: unset; 
}

.PlayListSide_gradient__3hG2j {
  display: none;
}

.PlayListSide_curentTab__DLVRf {
 display: none;
}

.PlayListSide_navTab__16lu3 {
  border-radius: 8px;
}

}

@keyframes PlayListSide_shimmer__2I90Q {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/* Base shimmer text class */

.PlayListSide_shimmerText__3JLP6 {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayListSide_shimmer__2I90Q 1.5s infinite;
  border-radius: 4px;
  color: transparent;
}

/* Video card shimmer */

.PlayListSide_shimmerVideoCard__q3glK {
  display: flex;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.PlayListSide_shimmerVideoCard__q3glK:last-child {
  border-bottom: none;
}

.PlayListSide_shimmerVideoThumbnail__1T-pj {
  width: 120px;
  height: 68px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: PlayListSide_shimmer__2I90Q 1.5s infinite;
  border-radius: 4px;
  flex-shrink: 0;
}

.PlayListSide_shimmerVideoDetails__LR9VB {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding-left: 4px;
}

.PlayListSide_shimmerVideoTitle__1O4l4 {
  height: 16px;
  width: 90%;
  margin-top: 4px;
}

.PlayListSide_shimmerVideoMeta__3Nrxy {
  height: 12px;
  width: 65%;
}

.PlayListSide_shimmerVideoMeta2__PBLIo {
  height: 12px;
  width: 45%;
}

/* View All shimmer */

.PlayListSide_shimmerViewAll__1Qkdp {
  height: 18px;
  width: 80px;
  border-radius: 20px;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .PlayListSide_shimmerVideoCard__q3glK {
    gap: 10px;
  }
  
  .PlayListSide_shimmerVideoThumbnail__1T-pj {
    width: 100px;
    height: 56px;
  }
  
  .PlayListSide_shimmerVideoTitle__1O4l4 {
    height: 14px;
    width: 95%;
  }
  
  .PlayListSide_shimmerVideoMeta__3Nrxy,
  .PlayListSide_shimmerVideoMeta2__PBLIo {
    height: 10px;
  }
  
  .PlayListSide_shimmerVideoMeta__3Nrxy {
    width: 70%;
  }
  
  .PlayListSide_shimmerVideoMeta2__PBLIo {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .PlayListSide_shimmerVideoCard__q3glK {
    gap: 8px;
    padding: 8px 0;
  }
  
  .PlayListSide_shimmerVideoThumbnail__1T-pj {
    width: 80px;
    height: 45px;
  }
  
  .PlayListSide_shimmerVideoDetails__LR9VB {
    gap: 6px;
  }
  
  .PlayListSide_shimmerVideoTitle__1O4l4 {
    height: 12px;
  }
  
  .PlayListSide_shimmerVideoMeta__3Nrxy,
  .PlayListSide_shimmerVideoMeta2__PBLIo {
    height: 8px;
  }
  
  .PlayListSide_shimmerViewAll__1Qkdp {
    height: 16px;
    width: 70px;
  }
}
.VideoCard_videoCardContainer__1Wfmk{
    background-color: #ADF375;
    border-radius: 12px;
    width:100%;
    margin-bottom: .8rem;
    display: flex;
    color:#1E1E1E;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect */

.VideoCard_videoCardContainer__1Wfmk:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Selected state */

.VideoCard_videoCardContainer__1Wfmk.VideoCard_selected__3oio4 {
    border-color: #ffffff;
    background-color: #9cdf66; 
    box-shadow: 0 2px 8px rgba(30, 30, 30, 0.2);
}

.VideoCard_videoCardContainer__1Wfmk .VideoCard_title__30_ml{
 font-size: 16px;
 font-weight: 700;
 margin-bottom: .3rem;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 white-space: normal;
 flex: 1 1;
 font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
 font-family: var(--font-family-bold);
}

.VideoCard_videoCardContainer__1Wfmk .VideoCard_timeAgo__3_tHL{
 font-size: 14px;
 font-weight: 400;
}

.VideoCard_thumbnailContainer__3AS8G {
    width: 169px;
    height: 106px;
    overflow: hidden;
    flex-shrink: 0;
}

.VideoCard_thumbnail__1NEhY{
    width: 100%;
    object-fit: cover;
}

.VideoCard_thumbnailContainer__3AS8G{
    border-radius: 6px;
    overflow: hidden;
    margin-right: 1rem;
    position: relative;
}

.VideoCard_contentContainer__3Tr_j {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1;
    min-height: 100px;
}

.VideoCard_thumbnailContainer__3AS8G .VideoCard_videoIcon__5KUmo{
    position: absolute;
    top: -2px;
    right: -2px;
    width:50px;
}

.VideoCard_thumbnailContainer__3AS8G .VideoCard_lockIcon__17CIx{
    position: absolute;
    top: .4rem;
    left: .4rem;
    width: 11px;
}

.VideoCard_thumbnailContainer__3AS8G .VideoCard_playIcon__2Q7XA{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:34px;
}

@media (max-width: 1024px) {
.VideoCard_videoCardContainer__1Wfmk{
    width:268px;
    min-width: 268px;
    flex-direction: column;
    padding: 0;
    margin-right: .8rem;
}

.VideoCard_videoCardContainer__1Wfmk:last-child{
    margin-right: 1rem;
}

.VideoCard_videoCardContainer__1Wfmk:first-child{
    margin-left: 1rem;
}
.VideoCard_thumbnailContainer__3AS8G {
    width: 100%;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height:150px;
    
}
.VideoCard_videoCardContainer__1Wfmk .VideoCard_title__30_ml{
    padding: 8px;
}
.VideoCard_videoCardContainer__1Wfmk .VideoCard_timeAgo__3_tHL{
    display: none;
}
.VideoCard_thumbnailContainer__3AS8G .VideoCard_playIcon__2Q7XA{
    width:50px;
}
}
.WAPlusThisWeek_WAPlusThisWeekContainer__2nVUT{
    margin-top: 3rem;
}

@media (max-width: 1024px) {
.WAPlusThisWeek_padding__1bemL{
    padding-left: 1rem;
    padding-right: 1rem;
}
}
.RegisterBanner_banner__1naqS {
  background: url("../png/wa-plus-bg-register-now-section.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 75px 20px;
  color: #000;
}

.RegisterBanner_title__2pfrv {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color:#11103A;
}

.RegisterBanner_subtitle__IQ4hX {
  font-size: 18px;
  color: #11103A;
}

.RegisterBanner_button__3KD3_ {
  background-color: #A5FA64;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;

}

@media screen and (max-width: 767px) {
  .RegisterBanner_title__2pfrv {
  font-size: 25px;
}

.RegisterBanner_subtitle__IQ4hX {
  font-size: 14px;
}

.RegisterBanner_banner__1naqS{
  padding: 60px 20px;

}


}




.Countdown_countdownBox__2GRj1{
  padding-bottom: 7rem;
}

.Countdown_blur__1nh7g{
    max-width: 1400px;
    width:100%;
    height:346px;
    backdrop-filter: blur(114px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 10px 12px 35px 0px #11103A1A;
    border-radius: 16px;
    margin:auto


}

.Countdown_countdown__2i1aV{
    position: absolute;
    bottom: 0;
    left: 50%;
  transform: translate(-50%, 50%);
    background: #B68CFF;
    color:#1E1E1E;
    border-radius: 8px;
    text-align: center;
    padding: 4px 25px;
    min-width: 242px;

}

.Countdown_time__39Hs1{
  font-size: 24px;
  font-weight: 700 !important;

}

.Countdown_unit__j8Lop {
  font-size: 14px !important;
  font-weight: 700 !important;

}

.Countdown_expired__3yWN4{
  font-size: 16px !important;
  font-weight: 700 !important;
}
.NewsCard_card__31_qx {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.NewsCard_image__3OpKr {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 13px;
  height: 60%;
  object-fit: cover;
}

.NewsCard_card__31_qx:first-child .NewsCard_image__3OpKr {
  height: 75%;
}

.NewsCard_content__2lfsm {
  padding: 16px;
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.NewsCard_title__3wgpI {
  font-size: 18px;
  margin-bottom: 12px;
  flex-grow: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 88px;
}

.NewsCard_footer__2fK9K {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.NewsCard_tag__3WQMz {
  color: #7fff4d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.NewsCard_arrow__3SbLI {
  color: #7fff4d;
  font-size: 18px;
}

.NewsCard_card__31_qx:first-child .NewsCard_title__3wgpI {
  font-size: 30px;
}

.NewsCard_card__31_qx:first-child .NewsCard_tag__3WQMz {
  font-size: 18px;
}

.NewsCard_mobileRow__2zBr2 {
  flex-direction: row;
  padding: 0;
  border-radius: 10px;
  height: 113px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_image__3OpKr {
  height: 100%;
  width: 40%;
  max-width: 160px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.NewsCard_mobileRowContent__Sh4a2 {
  padding: 12px;
}

/* Mobile first card font size */

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 {
  height: 300px;
  border-radius: 10px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr {
  height: 60%;
  border-radius: 5px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_title__3wgpI {
  font-size: 20px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_title__3wgpI {
  font-size: 15px;
}

/* === Added: Keep footer at bottom for non-mobile === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_footer__2fK9K {
  margin-top: auto;
}

/* === Added: Clamp non-mobile title to 2 lines without breaking words or dangling punctuation === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_title__3wgpI {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: normal;
  word-break: keep-all;      /* keep words + punctuation together */
  overflow-wrap: break-word; /* only break long words if necessary */
}

/* 1025 (desktop wider than 1024) */

@media (max-width: 1024px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 650px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 80%; }
}

@media (max-width: 900px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 550px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 75%; }
}

/* ≤ 650px */

@media (max-width: 650px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 450px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 70%; }
}

/* ≤ 480px */

@media (max-width: 480px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 390px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 60%; }
}



.News_newsContainer__1I1JJ {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 5rem;
}

.News_header__28RlO {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  align-items: end;
}

.News_viewAll__dYrJa {
  color: white;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(165, 250, 100, 1);
  margin-left: auto;
}

.News_viewAll__dYrJa.News_mobile__15d9P {
  text-transform: uppercase;
  font-size: 16px;
}

.News_mobileViewAllContainer__-FNO9 {
  text-align: center;
  margin: auto;
}

.News_newsContainer__1I1JJ h1 {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.News_newsContainer__1I1JJ{
  margin-bottom: 2rem;
}

.News_newsGrid__toL7D {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.News_newsGrid__toL7D > * {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D :first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.News_newsGrid__toL7D.News_mobile__15d9P {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:first-child {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:not(:first-child) {
  aspect-ratio: auto;
}
.AthleteCard_card__2zhg8 {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(105, 215, 225, 1);
  position: relative;
  min-width: 430px;
  margin-right: .8rem;
  color:#1E1E1E;
}
.AthleteCard_image__1f7Fa {
  width: 40%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
}
.AthleteCard_detailsWrapper__2dAVG{
    padding: .8rem .7rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.AthleteCard_details__2fJxo {
  background: white;
  padding: 3px 12px;
  border-radius: 6px;
  margin-left: auto;
  min-width: 277px;
}
.AthleteCard_icon__2Vbl1{
    width:22px;
    cursor: pointer;
}
.AthleteCard_header__1N4lX {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.AthleteCard_name__2kVqp {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}
.AthleteCard_country__3Cm0l {
  font-size: 14px;
}
.AthleteCard_flag__3Po34 {
  width: 20px;
}
.AthleteCard_event__2ly5U {
  background-color: #173032;
  color: white;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.AthleteCard_recordRow__3W5HJ {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.AthleteCard_label__2v1xj {
  
  font-size: 14px;
}
.AthleteCard_time__3AEsB {
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
}
.AthleteCard_timeWithTags__2nR9e {
  display: flex;
  align-items: center;
  gap: 4px;
}
.AthleteCard_tag__295Yb {
  font-size: 14px;
  font-weight: 700;

}
.AthleteCard_nr__3Ko56 {
  background-color: #E3F7D2;
}
.AthleteCard_pb__pynze {
  background-color: #C2E9ED;
}
.AthleteCard_wr__1mJdE {
  background-color: #DFD0FA;
}
.AthleteCardMobile_card__hf5QF {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(105, 215, 225, 1);
  position: relative;
  height: 380px;
  min-width:277px;
  margin-right: .8rem;
  color:#1E1E1E;
}
.AthleteCardMobile_image__1uCPE {
  width: 100%;
  height:63%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
}
.AthleteCardMobile_detailsWrapper__JpC-n{
    padding: .9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.AthleteCardMobile_details__RY96V {
  background: white;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: auto;
  width:100%;
}
.AthleteCardMobile_icon__2RdCd{
    width:30px;
    cursor: pointer;
}
.AthleteCardMobile_header__1GOpP {
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.AthleteCardMobile_name__1hUb6 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}
.AthleteCardMobile_country__33dT9 {
  font-size: 14px;
}
.AthleteCardMobile_flag__2gWUw {
  width: 20px;
  margin-right: .5rem;
}
.AthleteCardMobile_event__2fJ77 {
  background-color: #173032;
  color: white;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.AthleteCardMobile_recordRow__3DwNQ {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.AthleteCardMobile_label__ceqbo {
  
  font-size: 14px;
}
.AthleteCardMobile_time__1n_B8 {
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
}
.AthleteCardMobile_timeWithTags__UCABd {
  display: flex;
  align-items: center;
  gap: 4px;
}
.AthleteCardMobile_tag__KBxFr {
  font-size: 14px;
  font-weight: 700;

}
.AthleteCardMobile_nr__LJbbJ {
  background-color: #E3F7D2;
}
.AthleteCardMobile_pb__3F_G_ {
  background-color: #C2E9ED;
}
.AthleteCardMobile_wr__KFumT {
  background-color: #DFD0FA;
}
.AthleteCardMobile_bgOrange__1CkLd {
  background: #FF873C;
}
.AthleteCardMobile_bgBlue__2FYk2 {
  background: #69D7E1;
}
.AthleteCardMobile_bgPurple__3vIJi {
  background: #BD94FF;
}
.AthleteCardMobile_bgGreen__1MgP1{
  background:#A5FA64
}
.WAPlusFollowFavourite_followFavourite__1DL-M {
  padding-top: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.WAPlusFollowFavourite_followFavourite__1DL-M h1 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 2.3rem;
}

.WAPlusFollowFavourite_cardsContainer__2eAD3 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.9rem;
  padding-right: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  /* hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.WAPlusFollowFavourite_cardsContainer__2eAD3::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.WAPlusFollowFavourite_cardsContainer__2eAD3.WAPlusFollowFavourite_mobile__3NG0q {
  background-color: transparent;
}

.WAPlusFollowFavourite_arrows__3T7hY {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.8rem;
  color:white
}

.WAPlusFollowFavourite_arrowBtn__4Q8Zg {
  border: none;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.WAPlusFollowFavourite_arrowBtn__4Q8Zg:not(.WAPlusFollowFavourite_disabled__19Kuv) {
  background-color: #bc94ff;
}

.WAPlusFollowFavourite_arrowBtn__4Q8Zg.WAPlusFollowFavourite_disabled__19Kuv {
  background-color: rgba(178, 173, 173, 0.5);
  cursor: default;
}

.WAPlusFollowFavourite_arrowIcon__1E6Dt {
  color: white;
  font-size: 10px;
}

.styles_videoContainer__27kFQ {
    position: relative;
}

.styles_vimeoPlayerContainer__kyxvD {
    height: 70vh;
    overflow: hidden;
    background-color: #11103A;
    margin: auto;
    position: relative;
}

.styles_vimeoPlayer__3e4Be {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.styles_videoButtonContainer__3CVCN {
    right: max(40px, calc(50% - 660px));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-left: auto;
}

.styles_buttonsContainer__bcmE-{
    display: flex;
    justify-content: space-between;
}

.styles_buttonContainer__QPVYk>*:not(:last-child) {
    margin-right: 20px;
}

.styles_videoButtonIcon__1nEl3 {
    width: 24px;
    height: 24px;
}

.styles_videoButton__3bKyS {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    box-shadow: none;
    background-color: #FFFFFF80;
}

.styles_waPlusSignInVideo__2sl2g {
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family);
    left: max(40px, calc(50% - 660px));
    background-color: #A5FA64;
    border-radius: 5px;
    padding: .5rem 1rem;
    font-weight: 700;
    font-size: 20px;
    z-index: 2;
    border: none;
    cursor: pointer;
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-heavy);
    text-transform: uppercase;
}

.styles_WAPlusViewContainer__jwp_l{
    max-width: 1400px;
    width:100%;
    position: absolute;
    bottom: 0px;
    left:0;
    right: 0;
    margin:auto;
    padding: 2rem 0;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
}

@media (max-width: 1440px) {
  .styles_WAPlusViewContainer__jwp_l{
    padding: 2rem 1em;

}
}

@media only screen and (max-width: 1024px) {


    .styles_vimeoPlayerContainer__kyxvD {
        width: 100%;
        height: 50vh;
        overflow: hidden;
        background-color: #11103A;
    }
    
    .styles_waPlusSignInVideo__2sl2g {
        left: 20px;
        font-size: 12px;
        padding: .4rem .8rem;
    }

}
.styles_compmode_vimeoPlayerContainer__1PuUH {
    /*max-width: 1400px;*/
    height: 70vh;
    overflow: hidden;
    background-color: white;
    margin: auto;
    position: relative;
}

.styles_compmode_vimeoPlayer__21_29 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.styles_compmode_buttonContainer__dS1mi {
    position: absolute;
    bottom: 40px;
    right: 7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.styles_compmode_buttonContainer__dS1mi>*:not(:last-child) {
    margin-right: 20px;
}

.styles_compmode_videoButtonIcon__1fYfO {
    width: 24px;
    height: 24px;
}

.styles_compmode_videoButton__32bms {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    box-shadow: none;
    background-color: #FFFFFF80;
}

@media only screen and (max-width: 1024px) {
    .styles_compmode_buttonContainer__dS1mi {
        position: absolute;
        right: 9%;
    }

    .styles_compmode_vimeoPlayerContainer__1PuUH {
        width: 100%;
        height: 50vh;
        overflow: hidden;
        background-color: white;
    }
}
/* AthleteSearchMobile.module.css */

.AthleteSearchMobile_overlay__F3u_6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: flex-end;
}

.AthleteSearchMobile_popup__38IId {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: flex;
  flex-direction: column;
  animation: AthleteSearchMobile_slideUp__BE-N_ 0.3s ease-out;
  overflow: hidden;
}

@keyframes AthleteSearchMobile_slideUp__BE-N_ {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes AthleteSearchMobile_slideDown__2pBnm {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}

.AthleteSearchMobile_popup__38IId.AthleteSearchMobile_closing__17KVo {
  animation: AthleteSearchMobile_slideDown__2pBnm 0.3s ease-in forwards;
}

.AthleteSearchMobile_header__2FDvf {
  display: flex;
  align-items: center;
  padding: 20px 16px 16px;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: nowrap;         /* NEW: don't wrap to a new line */
}

/* Let the search area take remaining space but allow shrinking */

.AthleteSearchMobile_searchWrapper__WPlzI {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 9px 0;
  border-bottom: 1px solid #1E1E1E;
  flex: 1 1 auto;            /* NEW */
  min-width: 0;              /* NEW: allow inner input to shrink */
}

/* Allow input to shrink within the wrapper */

.AthleteSearchMobile_searchInput__3IhfF {
  flex: 1 1 auto;            /* ensure it shrinks */
  min-width: 0;              /* NEW: prevents overflow pushing Cancel */
  border: none;
  outline: none;
  font-size: 18px;
  background: transparent;
  padding: 0 8px;
}

/* Keep Cancel visible and non-shrinking */

.AthleteSearchMobile_closeButton__3pNEv {
  color: #1E1E1E;
  border: none;
  cursor: pointer;
  margin-left: auto;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  flex: 0 0 auto;            /* NEW: don't shrink */
  white-space: nowrap;       /* NEW: avoid wrapping “Cancel” */
}

/* Optional: when super narrow, trim the clear icon first */

@media (max-width: 360px) {
  .AthleteSearchMobile_clearIcon__1wbzu { display: none; }
}

.AthleteSearchMobile_searchIconButton__ryrMl {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
}

.AthleteSearchMobile_clearIcon__1wbzu {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1E1E;
  margin-left: 8px;
}

.AthleteSearchMobile_filters__1eB6z {
  align-items: center;
  padding: 16px;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  flex-wrap: wrap;
}

.AthleteSearchMobile_filterLabel__F6Lh9 {
  font-weight: 600;
  color: #11103A;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}

.AthleteSearchMobile_filterSelect__26DZl {
  padding: 10px 14px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  background: #F0F0F0;
  text-transform: uppercase;
  outline: none;
  font-weight: 500;
  max-width: 136px;
}

.AthleteSearchMobile_filterSelect__26DZl{
  margin-right: 12px;
}

.AthleteSearchMobile_resultsContainer__Zan7G {
  flex: 1 1;
  overflow-y: auto;
}

.AthleteSearchMobile_loadingState__3JeC0 {
  text-align: center;
  padding: 40px 20px;
  font-size: 18px;
  color: #666;
}

.AthleteSearchMobile_noResults__Nf-DA {
  text-align: center;
  font-weight: 700;
  color: #1E1E1E;
  font-size: 18px;
  padding: 40px 20px;
}

.AthleteSearchMobile_resultsList__2cVzj {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.AthleteSearchMobile_tableWrapper__26cie {
  overflow: hidden;
  background: #ffffff;
  width:100%;

}

.AthleteSearchMobile_resultsTable__2kEJg {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #281E37;
  table-layout: fixed;
}

.AthleteSearchMobile_resultsTable__2kEJg thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.AthleteSearchMobile_resultsTable__2kEJg tbody {
  display: block;
  width: 100%;
  height:100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.AthleteSearchMobile_resultsTable__2kEJg tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-left: 1rem;
  padding-right: 1rem;
}

.AthleteSearchMobile_headerRow__rSVA5 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  background: white;
  background: 1px solid #e7e7e7;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-weight: 700;
}

.AthleteSearchMobile_resultsTable__2kEJg th,
.AthleteSearchMobile_resultsTable__2kEJg td {
  padding: 12px 8px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

/* Column widths */

.AthleteSearchMobile_followCell__1v_L0,
.AthleteSearchMobile_resultsTable__2kEJg th:first-child {
  width: 8%;
}

.AthleteSearchMobile_athleteCell__2qEgR,
.AthleteSearchMobile_resultsTable__2kEJg th:nth-child(2) {
  width: 42%;
}

.AthleteSearchMobile_disciplineCell__DjGyB,
.AthleteSearchMobile_resultsTable__2kEJg th:nth-child(3) {
  width: 43%;
}

.AthleteSearchMobile_linkCell__3tPTS,
.AthleteSearchMobile_resultsTable__2kEJg th:last-child {
  width: 7%;
}

.AthleteSearchMobile_resultRow__Ba7t5 {
  background: #ffffff;
  transition: background-color 0.2s ease;
}

.AthleteSearchMobile_resultRow__Ba7t5:hover {
  background: #f9f9f9;
}

.AthleteSearchMobile_followCell__1v_L0 {
  text-align: center;
}

.AthleteSearchMobile_athleteCell__2qEgR {
  padding-right: 12px;
}

.AthleteSearchMobile_athleteName__24Rhh {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  margin-bottom: 4px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.AthleteSearchMobile_countryInfo__1bJED {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1E1E1E;
  margin-top: 2px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.AthleteSearchMobile_flag__1_WEs {
  width: 16px;
  height: auto;
  margin-right: 6px;
}

.AthleteSearchMobile_disciplineCell__DjGyB {
  padding: 8px;
}

.AthleteSearchMobile_disciplines__3idOC {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;  
  gap: 4px;
}

.AthleteSearchMobile_disciplineItem__1ukEE {
  white-space: nowrap;
  padding: 2px 6px;
  background-color: #173032;
  color: white;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin: 1px;
}

.AthleteSearchMobile_linkCell__3tPTS {
  text-align: center;
}

.AthleteSearchMobile_profileLink__28smO {
  color: #1E1E1E;
  width: 36px;
  height: 36px;

}

/* Custom scrollbar for table tbody */

.AthleteSearchMobile_resultsTable__2kEJg tbody::-webkit-scrollbar {
  width: 6px;
}

.AthleteSearchMobile_resultsTable__2kEJg tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.AthleteSearchMobile_resultsTable__2kEJg tbody::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.AthleteSearchMobile_resultsTable__2kEJg tbody::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Custom scrollbar for webkit browsers */

.AthleteSearchMobile_resultsContainer__Zan7G::-webkit-scrollbar {
  width: 8px;
}

.AthleteSearchMobile_resultsContainer__Zan7G::-webkit-scrollbar-track {
  background: transparent;
}

.AthleteSearchMobile_resultsContainer__Zan7G::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.AthleteSearchMobile_resultsContainer__Zan7G::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Responsive adjustments */

@media (max-width: 480px) {
  .AthleteSearchMobile_resultsTable__2kEJg th,
  .AthleteSearchMobile_resultsTable__2kEJg td {
    padding: 10px 6px;
  }
  
  .AthleteSearchMobile_athleteName__24Rhh {
    font-size: 14px;
  }
  
  .AthleteSearchMobile_countryInfo__1bJED {
    font-size: 12px;
  }
  
  .AthleteSearchMobile_disciplineItem__1ukEE {
    font-size: 14px;
    padding: 1px 4px;
  }
  
  .AthleteSearchMobile_profileLink__28smO {
    width: 32px;
    height: 32px;
  }

  .AthleteSearchMobile_flag__1_WEs {
    width: 14px;
  }
}
.AthleteSearch_navbar__2JVA_ {
  position: relative;
  display: flex;
  align-items: center;
}

.AthleteSearch_addButton__HHzRo,
.AthleteSearch_cancelButton__351bY {
  background-color: #BC94FF;
  color: #11103A;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.AthleteSearch_addButton__HHzRo.AthleteSearch_mobile__21wcU{
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:8px;
}

.AthleteSearch_addIcon__yLkBc {
  margin-right: 8px;
  font-size: 20px;
  color: inherit;
}

.AthleteSearch_addIcon__yLkBc.AthleteSearch_mobile__21wcU {
  margin-right: 0;
}

.AthleteSearch_searchContainer__2BCR5 {
  position: relative;
  display: flex;
  align-items: center;
}

.AthleteSearch_searchWrapper__3osic {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 60px;
  padding: 8px 12px;
  margin-right: 12px;
}

.AthleteSearch_searchInput__1bkWx {
  flex: 1 1;
  border: none;
  outline: none;
  font-size: 20px;
  background: transparent;
  padding: 0 8px;
}

.AthleteSearch_clearIcon__1Q3eL {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.AthleteSearch_searchIconButton__j5PP1 {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AthleteSearch_resultsPopup__31-db {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 24px;
  z-index: 1000;
  margin-top: 8px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.AthleteSearch_filtersPopup__1v0sJ {
  display: flex;
  align-items: center;
  padding: 8px;
  gap: 12px;
}

.AthleteSearch_filtersPopup__1v0sJ span{
  color:white;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.AthleteSearch_filterSelect__7xfrE {
  padding: 8px 10px;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  background: #F0F0F0;
  text-transform: uppercase;
  width: auto;
  min-width: fit-content;
  outline: none;
}

/* Updated table styles for scrollable tbody */

.AthleteSearch_resultsTable__16Bul {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #281E37;
  table-layout: fixed;
}

.AthleteSearch_resultsTable__16Bul thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.AthleteSearch_resultsTable__16Bul tbody {
  display: block;
  width: 100%;
  max-height: 300px; /* Adjust this height as needed */
  overflow-y: auto;
  overflow-x: hidden;
}

.AthleteSearch_resultsTable__16Bul tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.AthleteSearch_resultsTable__16Bul th,
.AthleteSearch_resultsTable__16Bul td {
  padding: 8px;
  text-align: left;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

/* Specific column widths for consistent alignment */

.AthleteSearch_resultsTable__16Bul th:first-child,
.AthleteSearch_resultsTable__16Bul td:first-child {
  width: 50px; /* Follow star column */
}

.AthleteSearch_resultsTable__16Bul th:nth-child(2),
.AthleteSearch_resultsTable__16Bul td:nth-child(2) {
  width: 35%; /* Name column - reduced from 45% */
}

.AthleteSearch_resultsTable__16Bul th:nth-child(3),
.AthleteSearch_resultsTable__16Bul td:nth-child(3) {
  width: 35%; /* Discipline column - increased from 25% */
}

.AthleteSearch_resultsTable__16Bul th:last-child,
.AthleteSearch_resultsTable__16Bul td:last-child {
  width: 140px; /* Profile link column */
}

.AthleteSearch_resultsTable__16Bul th {
  background: #f5f5f5;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
}

.AthleteSearch_tr__3Kl-c {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #F0F0F0;
  text-transform: uppercase;
}

.AthleteSearch_flag__2d00L {
  width: 20px;
  margin-right: .5rem;
}

.AthleteSearch_name__yRDIw {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-size: 16px;
  font-weight: 700;
}

.AthleteSearch_link__-zb-F {
  background-color: #69D7E1;
  color: #1E1E1E;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 15px;
  text-wrap: nowrap;
}

.AthleteSearch_disciplines__2FvlC {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;  
  gap: 5px 5px;
}

.AthleteSearch_disciplineItem__1mnD_ {
  white-space: normal;
  overflow-wrap: break-word;
  padding: 0 5px;
  background-color: #173032;
  color: white;
  display: inline-flex;
  align-items: center;
}

.AthleteSearch_country__23Y7R {
  display: flex;
  align-items: center;
}

.AthleteSearch_noResults__cA2py {
  text-align: center;
  font-weight: 700;
  color: #1E1E1E;
  font-size: 18px;
  width: 100%;
  display: block;
  padding: 20px;
}

.AthleteSearch_tableWrapper__2a__M {
  overflow: hidden;
  border-radius: 15px;
}

/* Custom scrollbar for webkit browsers */

.AthleteSearch_resultsTable__16Bul tbody::-webkit-scrollbar {
  width: 8px;
}

.AthleteSearch_resultsTable__16Bul tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.AthleteSearch_resultsTable__16Bul tbody::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.AthleteSearch_resultsTable__16Bul tbody::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Center the whole bar for unauthenticated users */

.AthleteSearch_centeredUnauth__2u272 {
  width: 100%;
  justify-content: center; /* centers children in the navbar row */
  padding: 0 1rem;         /* global side padding for the row */
}

/* Make the search box span full width up to 1006px */

.AthleteSearch_unauthBox__1wvBI {
  width: 100%;
  max-width: 1006px;
  margin: 0 auto;   /* center within the navbar width */
}

/* Stretch popup to the full width of the search container */

.AthleteSearch_fullWidth__Hob8O {
  left: 0;
  right: 0;
}

.AthleteSearch_unauthBox__1wvBI .AthleteSearch_searchWrapper__3osic {
  width: 100%;
  margin-right: 0; /* remove right margin */
}

/* Adjust cancel button spacing & padding */

.AthleteSearch_cancelButton__351bY {
  padding: 12px 16px; /* default */
}

/* Override in unauth case */

.AthleteSearch_unauthBox__1wvBI .AthleteSearch_cancelButton__351bY {
  padding: 9px 16px;   /* tighter padding */
  margin-left: auto;   /* push to the far right */
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}
.WAPlusView_WAPlusViewBg__3DyLc{
   background: url("../png/wa-plus-indigo-bg.png");
   background-size: 100%;
}



.WAPlusView_WaWinModuleContainer__1XnAi{
    padding: 0 16px;
    max-width: 1400px;
    margin: auto;
}



.WAPlusView_WAPlusViewContainer__3iaEA{
    max-width: 1400px;
    margin:auto;
    padding: 2rem 0;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
}



.WAPlusView_WAPlusViewContainerForUltimateBanner__2RSiR{
    max-width: 1400px;
    margin:auto;
    margin-bottom: 1rem;
    padding-bottom: 4rem;

}



.WAPlusView_WAPlusViewContainerForPlaylist__2angu{
    max-width: 1400px;
    margin:auto;
}



.WAPlusView_WAPlusViewContainerForPlaylist__2angu h2{
 color: white;
 font-size: 32px;
 text-transform: uppercase;
 font-weight: 700;
 line-height: 120%;
}



.WAPlusView_WAPlusViewContainer__3iaEA h2{
 color: white;
 font-size: 32px;
 text-transform: uppercase;
 font-weight: 700;
 line-height: 120%;
}



.WAPlusView_neonLine__3GAgf {
  height: 2px;
  width: 100%;
  background: white;
  box-shadow:
    0 0 10px white,
    0 0 20px white,
    0 0 40px white,
    0 0 60px white;
}



.WAPlusView_purpleBg__9vSRi{
     background: url('../png/wa-plus-my-athletes-bg.png');
     background-size: cover;
     background-repeat: no-repeat;
}



.WAPlusView_bannerContainer__2a4ds{
  width: 60%; 
  margin: auto;
  max-width:936px;
}



.WAPlusView_favouriteStarsBanner__2vSEr img{
  width: 100%;

}



.WAPlusView_favouriteStarsParagraph__1wjtv{
  font-size: 22px;
  margin-top: 2.7rem;
  color: white;
  text-align: center;
}



@media (max-width: 1440px) {
  .WAPlusView_WAPlusViewContainer__3iaEA{
    padding: 2rem 1em;

}

 .WAPlusView_WAPlusViewContainerForUltimateBanner__2RSiR{
  padding: 2rem 1em;

}



.WAPlusView_WAPlusViewContainerForPlaylist__2angu{
    padding: 2rem 1em;

}


.WAPlusView_favouriteStarsParagraph__1wjtv{
  font-size: 22px;
  margin-top: 2.7rem;
  color: white;
  text-align: center;
}

}



@media (max-width: 1024px) {
.WAPlusView_WAPlusViewContainerForPlaylist__2angu{
    padding: 2rem 0;

}

}



@media (max-width: 767px) {
  .WAPlusView_bannerContainer__2a4ds{
  width: 85%; 
  margin: auto;
 }

 .WAPlusView_WAPlusViewContainerForUltimateBanner__2RSiR{
  padding: 2rem 0;

}

 .WAPlusView_favouriteStarsParagraph__1wjtv{
  font-size: 16px;
}


}



@media (max-width: 576px) {
  .WAPlusView_bannerContainer__2a4ds{
  width: 100%; 
 }

 .WAPlusView_WAPlusViewContainer__3iaEA h2{
 font-size: 26px;
}

.WAPlusView_WAPlusViewContainerForPlaylist__2angu h2{
 font-size: 26px;

}


}



@media (max-width: 767px) {
    .WAPlusView_WaWinModuleContainer__1XnAi{
        height: 322px;
        padding: 0 16px;
    }
}



.LatestResults_tableWrapper__1kvTj {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.9rem;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%; 
  /* hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.LatestResults_tableWrapper__1kvTj::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.LatestResults_tableContainer__2KTvt {
  border-radius: 15px;
  width: 100%; /* Fixed: Make container span full width */
  overflow: hidden; 
}

.LatestResults_athleteTable__1kE55 {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto; 
}

.LatestResults_athleteTable__1kE55 thead {
  background-color: #322961;
  color: white;
  z-index: 1;
}

.LatestResults_tableBodyContainer__F2vUG .LatestResults_athleteTable__1kE55 thead {
  display: none; 
}

.LatestResults_athleteTable__1kE55 th,
.LatestResults_athleteTable__1kE55 td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
  font-weight: 700;
  font-size: 14px;
}

.LatestResults_athleteTable__1kE55 th {
  border-bottom: none;
}

.LatestResults_athleteTable__1kE55 tbody tr {
  background-color: #DFD0FA;
  color: #11103A;
}

.LatestResults_flag__3pTtb {
  margin-left: 8px;
  width: 20px;
}

.LatestResults_flagRow__1YmtX {
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}

.LatestResults_sortableHeader__2ewcl {
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}

.LatestResults_sortableHeader__2ewcl:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.LatestResults_headerContent__1NTTe {
  display: flex;
  align-items: center;
  gap: 6px;
}

.LatestResults_sortIcon__L2mob {
  opacity: 0.5;
  font-size: 8px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.LatestResults_desktopHidden__EROKm{
  display: none;
}

.LatestResults_triangleUp__2lQeK {
  line-height: 0.6;
}

.LatestResults_triangleDown__i8U38 {
  line-height: 0.6;
}

.LatestResults_sortIconActive__3ljXu {
  opacity: 1;
  font-size: 10px;
  color: #ffffff;
}

.LatestResults_tableBodyContainer__F2vUG {
  max-height: 490px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.LatestResults_tableBodyContainer__F2vUG::-webkit-scrollbar {
  width: 6px;
}

.LatestResults_athlete__gXetZ {
  text-decoration: underline;
  margin-right: auto;
  font-size: 18px !important;
  text-underline-offset: 2px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.LatestResults_performance__2uW8B{
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.LatestResults_date__iGLDj{
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.LatestResults_competition__3oDuf {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.LatestResults_discipline__2wFiZ {
  font-weight: 400;
}

.LatestResults_athletesTd__ijMif {
  display: flex;
}

.LatestResults_mobileAthletesTd__1vVj9 {
  flex-direction: column;
  gap: 4px;
}

.LatestResults_athleteTable__1kE55 th:nth-child(1), .LatestResults_athleteTable__1kE55 td:nth-child(1) {
  width: 26%;
}

.LatestResults_athleteTable__1kE55 th:nth-child(2), .LatestResults_athleteTable__1kE55 td:nth-child(2) {
  width: 14%;
}

.LatestResults_athleteTable__1kE55 th:nth-child(3), .LatestResults_athleteTable__1kE55 td:nth-child(3) {
  width: 12%;
}

.LatestResults_athleteTable__1kE55 th:nth-child(4), .LatestResults_athleteTable__1kE55 td:nth-child(4) {
  width: 14%;
}

.LatestResults_athleteTable__1kE55 th:nth-child(5), .LatestResults_athleteTable__1kE55 td:nth-child(5) {
  width: 34%;
}

.LatestResults_mobileWrapper__3oRMN {
  padding: 0 !important;
  background-color: transparent;
  border-radius: 0;
}

.LatestResults_mobileTable__23b5I {
  min-width: auto;
}

.LatestResults_mobileTable__23b5I th:nth-child(1), .LatestResults_mobileTable__23b5I td:nth-child(1) {
  width: 34%;
}

.LatestResults_mobileTable__23b5I th:nth-child(2), .LatestResults_mobileTable__23b5I td:nth-child(2) {
  width: 26%;
}

.LatestResults_mobileTable__23b5I th:nth-child(3), .LatestResults_mobileTable__23b5I td:nth-child(3) {
  width: 25%;
}

.LatestResults_mobileTable__23b5I th:nth-child(4), .LatestResults_mobileTable__23b5I td:nth-child(4) {
  width: 15%; 
  text-align: right;
  padding: 8px 4px;
  min-width: 24px;
}

.LatestResults_toggleHeader__3vupg {
  text-align: center;
  cursor: default;
}

.LatestResults_toggleCell__3G5fv {

  padding: 8px 4px;

}

.LatestResults_toggleArrow__AGJ2B {
  font-size: 12px;
  color: #322961;
  font-weight: bold;
}

.LatestResults_clickableRow__24-uq {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.LatestResults_expandedRow__1g7SR {
  background-color: #D4C1F7 !important;
}

.LatestResults_expandedContent__ij5qi {
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.LatestResults_expandedItem__3kjeh {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.LatestResults_expandedLabel__1tVD1 {
  font-weight: 700;
  color: #11103A;
  font-size: 14px;
}

.LatestResults_expandedValue__1YoRW {
  font-weight: 400;
  color: #11103A;
  font-size: 14px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.LatestResults_btnLoadMore__F59rj{
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color:#A5FA64 ;
  margin-top:1rem;
}

.LatestResults_btnContainer__1fm2A{
  display: flex;
  justify-content: center;
  width:100%;
}

@media (max-width: 1024px) {
  .LatestResults_mobileHidden__1A8Ii{
    display: none;

  }

  .LatestResults_desktopHidden__EROKm{
  display: unset;
}
}

@media (max-width: 768px) {
  .LatestResults_tableWrapper__1kvTj {
    padding: 0.5rem;
  }
  
  .LatestResults_athleteTable__1kE55 th,
  .LatestResults_athleteTable__1kE55 td {
    padding: 8px;
    font-size: 12px;
  }
  
  .LatestResults_athlete__gXetZ {
    font-size: 14px !important;
  }
  
  .LatestResults_flag__3pTtb {
    width: 16px;
  }
}
.AthleteCard_card__246Ap {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(105, 215, 225, 1);
  position: relative;
  min-width: 430px;
  margin-right: .8rem;
  color:#1E1E1E;
}
.AthleteCard_image__3wR7F {
  width: 40%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
}
.AthleteCard_detailsWrapper__SGqnR{
    padding: .8rem .7rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.AthleteCard_details__35K5e {
  background: white;
  padding: 3px 12px;
  border-radius: 6px;
  margin-left: auto;
  min-width: 277px;
}
.AthleteCard_icon__18ugo{
    width:22px;
    cursor: pointer;
}
.AthleteCard_header__2VoB6 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.AthleteCard_name__3DJXO {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}
.AthleteCard_country__H7ydM {
  font-size: 14px;
}
.AthleteCard_flag__1dej8 {
  width: 20px;
}
.AthleteCard_event__1ixtv {
  background-color: #173032;
  color: white;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.AthleteCard_recordRow__cHoRc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.AthleteCard_label__39b2S {
  
  font-size: 14px;
}
.AthleteCard_time__3cvhZ {
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
}
.AthleteCard_timeWithTags__rRAuG {
  display: flex;
  align-items: center;
  gap: 4px;
}
.AthleteCard_tag__33oDz {
  font-size: 14px;
  font-weight: 700;

}
.AthleteCard_nr__3JP6B {
  background-color: #E3F7D2;
}
.AthleteCard_pb__3zjyR {
  background-color: #C2E9ED;
}
.AthleteCard_wr__3LFGJ {
  background-color: #DFD0FA;
}
/* Add these shimmer styles to your AthleteCard.module.css file */
/* Shimmer animation keyframe */
@keyframes AthleteCard_shimmer__2lmsl {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
/* Base shimmer effect */
.AthleteCard_shimmerCard__2E2lH {
  pointer-events: none;
}
.AthleteCard_shimmerImage__33D_M {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: AthleteCard_shimmer__2lmsl 1.5s infinite;
}
.AthleteCard_shimmerIcon__2prh7 {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: AthleteCard_shimmer__2lmsl 1.5s infinite;
  border-radius: 50%;
}
.AthleteCard_shimmerText__3c2pL {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: AthleteCard_shimmer__2lmsl 1.5s infinite;
  border-radius: 4px;
  color: transparent;
}
/* Specific shimmer element sizes to match your layout */
.AthleteCard_shimmerName__1kMyO {
  height: 18px;
  width: 120px;
  margin-bottom: 4px;
}
.AthleteCard_shimmerCountry__HrexP {
  height: 14px;
  width: 40px;
}
.AthleteCard_shimmerFlag__3BfYF {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200px 100%;
  animation: AthleteCard_shimmer__2lmsl 1.5s infinite;
  border-radius: 2px;
}
.AthleteCard_shimmerEvent__1U8-z {
  height: 16px;
  width: 100px;
  margin-bottom: 8px;
}
.AthleteCard_shimmerLabel__ao9VL {
  height: 14px;
  width: 80px;
}
.AthleteCard_shimmerTime__3Apjc {
  height: 14px;
  width: 60px;
}
.AthleteCardMobile_card__3qM8K {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(105, 215, 225, 1);
  position: relative;
  height: 380px;
  min-width:277px;
  margin-right: .8rem;
  color:#1E1E1E;
}
.AthleteCardMobile_image__2NGd0 {
  width: 100%;
  height:63%;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
}
.AthleteCardMobile_detailsWrapper__1DAPd{
    padding: .9rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}
.AthleteCardMobile_details__2syPO {
  background: white;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: auto;
  width:100%;
}
.AthleteCardMobile_icon__3Z870{
    width:30px;
    cursor: pointer;
}
.AthleteCardMobile_header__3aw7U {
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.AthleteCardMobile_name__36O4o {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: #1E1E1E;
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}
.AthleteCardMobile_country__3ggK- {
  font-size: 14px;
}
.AthleteCardMobile_flag__1xEYP {
  width: 20px;
  margin-right: .5rem;
}
.AthleteCardMobile_event__1VEff {
  background-color: #173032;
  color: white;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.AthleteCardMobile_recordRow__jU66_ {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.AthleteCardMobile_label__1FCGQ {
  
  font-size: 14px;
}
.AthleteCardMobile_time__3PXu4 {
  font-weight: 700;
  font-size: 14px;
  margin-left: 8px;
}
.AthleteCardMobile_timeWithTags__39jIy {
  display: flex;
  align-items: center;
  gap: 4px;
}
.AthleteCardMobile_tag__1l4Sa {
  font-size: 14px;
  font-weight: 700;

}
.AthleteCardMobile_nr__2ifOP {
  background-color: #E3F7D2;
}
.AthleteCardMobile_pb__-UAgx {
  background-color: #C2E9ED;
}
.AthleteCardMobile_wr__1CyRl {
  background-color: #DFD0FA;
}
.AthleteCardMobile_bgOrange__2_JR2 {
  background: #FF873C;
}
.AthleteCardMobile_bgBlue__1_x-F {
  background: #69D7E1;
}
.AthleteCardMobile_bgPurple__2LOnJ {
  background: #BD94FF;
}
.AthleteCardMobile_bgGreen__26h_2{
  background:#A5FA64
}
.MyAthletes_followFavourite__1R8so {
  padding-top: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.MyAthletes_followFavourite__1R8so h2 {
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.MyAthletes_cardsContainer__3kVe0 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0.9rem;
  padding-right: 0;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.2);
  /* hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.MyAthletes_cardsContainer__3kVe0.MyAthletes_mobile__S1zHs {
  background-color: transparent;
}

.MyAthletes_cardsContainer__3kVe0::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.MyAthletes_arrows__3zXg3 {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 0.8rem;
  color: white
}

.MyAthletes_arrowBtn__1rYlI {
  border: none;
  outline: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.MyAthletes_arrowBtn__1rYlI:not(.MyAthletes_disabled__17h9L) {
  background-color: #bc94ff;
}

.MyAthletes_arrowBtn__1rYlI.MyAthletes_disabled__17h9L {
  background-color: rgba(178, 173, 173, 0.5);
  cursor: default;
}

.MyAthletes_arrowIcon__2ZYf5 {
  color: white;
  font-size: 10px;
}

.MyAthletes_WAPlusViewContainer__r3Gja{
    max-width: 1400px;
    margin:auto;
    padding: 2rem 0;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
}

@media (max-width: 1440px) {
  .MyAthletes_WAPlusViewContainer__r3Gja{
    padding: 2rem 1em;

}
}

.EditPanel_panel__1sMnl{
  background: rgba(17, 16, 58, 0.5);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top:0;
  right: 0;
  width: 315px;
  padding: 10px;
}

.EditPanel_panel__1sMnl .EditPanel_panelTitle__2Hzxv {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: .5rem;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.EditPanel_editBtnDesktop__3upfn{
  width:100%;
  border:1px solid #ADF375;
  border-radius: 12px;
  color: white;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  padding:8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.EditPanel_editBtnDesktop__3upfn img{
  margin-right: 10px;
  width: 13px;
}

.EditPanel_federations__21VRi{
  display: flex;
}

.EditPanel_federations__21VRi p {
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  margin-right: 4px;
}

.EditPanel_federation__2kbmB {
  padding:7px 10px;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  border-radius: 30px;
  margin-right: .5rem;
}

/* --- Flag + Shimmer --- */

.EditPanel_flagWrap__2w-Ik {
  position: relative;
  width: 20px;
  height: 14px; 
  overflow: hidden;
  border-radius: 2px;
}

.EditPanel_flagImg__2dybl,
.EditPanel_flagImgHidden__29smH {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity .2s ease;
}

.EditPanel_flagImg__2dybl {
  opacity: 1;
}

.EditPanel_flagImgHidden__29smH {
  opacity: 0;        
  pointer-events: none;
}

.EditPanel_flagSkeleton__2ccZT {
  position: absolute;  
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.12) 25%,
    rgba(255,255,255,0.24) 37%,
    rgba(255,255,255,0.12) 63%
  );
  background-size: 400% 100%;
  animation: EditPanel_shimmer__3uZZJ 1.2s ease-in-out infinite;
}

.EditPanel_editBtnMobile__11DvA{
  display: none;
}

@keyframes EditPanel_shimmer__3uZZJ {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.EditPanel_federation__2kbmB img{
  width:20px;
}

@media (max-width: 1440px) {
  .EditPanel_panel__1sMnl{
    right: 1em;
  }
}

@media (max-width: 1024px) {
  .EditPanel_panel__1sMnl{
    position: static;
    border-radius:16px;
    margin: 2rem auto;
    margin-bottom: 0;
    width: fit-content;
    max-width:315px ;
  }

  .EditPanel_panelContentWrapperMobile__3K9MD{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin:auto;
  }

  .EditPanel_editBtnDesktop__3upfn{
    display: none;
  }

  .EditPanel_editBtnMobile__11DvA{
    display: block;
    margin-left: 10px;
  }

  .EditPanel_editBtnMobile__11DvA img{
    width:24px;
  }

  .EditPanel_panel__1sMnl .EditPanel_panelTitle__2Hzxv {
    text-align: center;
    font-size: 16px;
  }

  .EditPanel_federations__21VRi{
    width:fit-content;
    margin: 0;
  }
}

.LandingDashboard_dashboard__3SyZS{

    padding-bottom: 2rem;
    position: relative;
    background: url("../png/wa-plus-landing-bg.png");
    background-size: cover;
    background-repeat: no-repeat;

}

.LandingDashboard_main__2vzBR{
    position: relative;
}

.LandingDashboard_dashboardWrapper__gl7Rw{
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.LandingDashboard_waPlusLogo__1czfM{
    margin:auto;
    width: 30%;
    max-width: 558px;
    padding-top: 60px;;
}

.LandingDashboard_tags__jgvAq{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding-top: 35px;
    gap: 1rem;
    cursor: pointer;
}

.LandingDashboard_tag__22k9B{
    border-radius: 8px;
    background: rgba(17, 16, 58, 0.38);
    padding:1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.LandingDashboard_tag__22k9B img{
    height: 44px;
    margin-bottom: 1.2rem;
}

.LandingDashboard_tag__22k9B p{
    font-size: 20px;
    color:#A5FA64;
    text-align: center;
}

.LandingDashboard_title__KvkYt{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin:auto;
    color: white;
    margin-top: 1.5rem;
    width: fit-content;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}

.LandingDashboard_green__1mzPK{
    color:#A5FA64;
}

.LandingDashboard_waPlusPurple__2zxyl{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}

@media (max-width: 1440px) {
.LandingDashboard_dashboardWrapper__gl7Rw{
    padding: 0 1em;

}

}

@media (max-width: 1024px) {
.LandingDashboard_tags__jgvAq{

    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);

}

.LandingDashboard_title__KvkYt{
    font-size: 16px;
}

.LandingDashboard_waPlusLogo__1czfM{
    width: 235px;
    max-width: 235px;

}

.LandingDashboard_tag__22k9B{
    flex-direction: row;
    align-items: center;
    
}

.LandingDashboard_tag__22k9B img{
  width:30px;
  height:30px;
  margin-right: 1rem;
  margin-bottom: 0;
}

.LandingDashboard_tag__22k9B p{
  flex:1 1;
  text-wrap: wrap;
  font-size: 14px;
  text-align: left;
}
}
.RequiredSettingsModal_overlay__ZjtsL { 
  position: fixed; 
  inset: 0; 
  background: rgba(0,0,0,.6); 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  z-index: 9999; 
} 

.RequiredSettingsModal_modal__eFXQe { 
  position: relative; 
  background: #11103a; 
  border-radius: 16px; 
  padding: 32px; 
  width: 90%; 
  max-width: 700px; 
} 

.RequiredSettingsModal_close__1TerH { 
  position: absolute; 
  right: 16px; 
  top: 16px; 
  background: transparent; 
  border: 0; 
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.RequiredSettingsModal_close__1TerH img {
  width: 100%;
  height: 100%;
} 

.RequiredSettingsModal_header__3kI-o {
  text-align: center;
  margin-bottom: 32px;
} 

.RequiredSettingsModal_logo__H3cDp {
  width: 188px;
  margin:auto;
  margin-bottom: 15px;
  
} 

.RequiredSettingsModal_title__1Mgt6 { 
  color: #fff; 
  margin: 0; 
  font-size: 20px;
  font-weight: 400;
} 

.RequiredSettingsModal_fields__3OnA7 { 
  display: flex;
  flex-direction: column;
  gap: 24px; 
  margin-bottom: 1rem;
} 

.RequiredSettingsModal_field__DwJOP {
  display: flex;
  flex-direction: column;
  gap: 8px;
} 

.RequiredSettingsModal_label__3m6ey { 
  color: #fff; 
  font-size: 16px;
  font-weight: 400; 
} 

.RequiredSettingsModal_select__AMFxV { 
  width: 100%; 
  padding: 10px 30px; 
  border-radius: 60px; 
  border: none; 
  background: #322961; 
  color: #fff; 
  font-size: 16px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
} 

.RequiredSettingsModal_select__AMFxV:focus {
  outline: none;
} 

.RequiredSettingsModal_buttons__32ArV { 
  display: flex; 
  flex-direction: column;
  align-items: center;
  gap: 16px; 
} 

.RequiredSettingsModal_confirm__94HOk { 
  background: #a5fa64; 
  color: #1e1e1e; 
  border: none; 
  padding: 8px 24px; 
  border-radius: 8px; 
  cursor: pointer; 
  font-weight: 700; 
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 120px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold)
} 

.RequiredSettingsModal_confirm__94HOk:disabled {
  opacity: 0.7;
  cursor: not-allowed;
} 

.RequiredSettingsModal_cancel__46MiE { 
  background: transparent; 
  border: none; 
  color: #fff; 
  cursor: pointer; 
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-decoration-color: #a5fa64;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
} 

.RequiredSettingsModal_cancel__46MiE:disabled {
  opacity: 0.7;
  cursor: not-allowed;
} 

.RequiredSettingsModal_error__3f0xh { 
  color: #ff8080; 
  margin-top: 8px; 
  text-align: center;
  margin-bottom: 1rem;
} 

@media only screen and (max-width: 600px) {
    .RequiredSettingsModal_title__1Mgt6 { 
  font-size: 16px;

} 
}
.EditDashboard_editDashboardOverlay__1xT6A {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;          
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;       
}
.EditDashboard_editDashboardWrapper__iniwn {
  width: 83%;
  max-width: 1300px;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.EditDashboard_left__3qNHG{
    width: 153px;
    background: linear-gradient(82.84deg, rgba(188, 148, 255, 1) -96.47%, rgba(17, 16, 58, 1) 138.07%);
    position: relative;
    overflow: hidden;

}
.EditDashboard_right__1E4G0{

    height: 100%;
    flex:1 1;
    position: relative;

 
}
.EditDashboard_square__10jED{
    position: absolute;
    right: -3px;
    top: 140px;
    width: 50%;
    height: 29%;
    border:1px solid #ADF375;
    
}
.EditDashboard_logo1__3W6QA{
    position: absolute;
    top: 50px;
    right: 0;
    width:109px
}
.EditDashboard_logo2__tahio{
    position: absolute;
    top: 170px;
    left: 0;
    width:55px

}
.EditDashboard_title__2vJcm{
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #BC94FF;
    text-decoration-thickness: 3px;
    margin-bottom: .8rem;
}
.EditDashboard_modal__2elP7 {
  background: linear-gradient(0deg, #11103A, #11103A);
  color: white;
  padding: 1.5rem;
  padding-bottom: 1rem;
  margin: auto;
}
.EditDashboard_subtitle__23SwI {
  margin-bottom: 1.5rem;
  color: white;
}
.EditDashboard_label__2YrAn {
  display: block;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.EditDashboard_select__3GJRR {
  padding: 0.6rem;
  border-radius: 30px;
  border: none;
  background-color: #29284E;
  color:white;
  outline: none;
}
.EditDashboard_editIcon__C-t2N {
  font-size: 12px;
}
.EditDashboard_preferences__2vMPl {
  margin-top: 1.5rem;

}
.EditDashboard_wrapper__hCjgc {
  max-height: 70vh;
  overflow-y: scroll;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: white rgba(223, 208, 250, 0.1);
}
/* WebKit/Blink */
.EditDashboard_wrapper__hCjgc::-webkit-scrollbar {
  width: 15px;
  border-radius: 40px;

}
.EditDashboard_wrapper__hCjgc::-webkit-scrollbar-track {
  background: rgba(223, 208, 250, 0.1);
  border-radius: 40px;
}
.EditDashboard_wrapper__hCjgc::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 40px;
  border: 3px solid rgba(223, 208, 250, 0.1);
}
.EditDashboard_preferences__2vMPl h2{
    margin-bottom: .8rem;
    font-size: 18px;
    font-weight: 700;
}
.EditDashboard_toggleRow__WlrBh {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
/* Base toggle styles */
.EditDashboard_toggle__3_rtf {
  width: 40px;
  min-width: 40px;
  height: 22px;
  appearance: none;
  border-radius: 30px;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-right: 1rem;
  transition: background-color 0.3s ease;
}
.EditDashboard_toggle__3_rtf::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #11103A;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
/* Unchecked state - white background */
.EditDashboard_toggleUnchecked__2ZPjX {
  background-color: white;
}
/* Checked state - green background with slider moved */
.EditDashboard_toggleChecked__1Sgmc {
  background-color: #A5FA64;
}
.EditDashboard_toggleChecked__1Sgmc::before {
  transform: translateX(18px);
}
/* Hover effects */
.EditDashboard_toggleUnchecked__2ZPjX:hover {
  background-color: #f0f0f0;
}
.EditDashboard_toggleChecked__1Sgmc:hover {
  background-color: #97eb57;
}
/* Focus states for accessibility */
.EditDashboard_toggle__3_rtf:focus {
  box-shadow: 0 0 0 2px rgba(165, 250, 100, 0.3);
}
.EditDashboard_profileLink__3jCai {
  margin-top: .6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #A5FA64;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  width: fit-content;
  color: #1E1E1E;
  font-weight: 500;
  cursor: pointer;
}
.EditDashboard_question__11hgh{
  margin-top: 1.7rem;
  font-size: 18px;
  font-weight: 700;
}
.EditDashboard_profileLink__3jCai:hover{
    background-color: #97eb57;
}
.EditDashboard_buttons__3AoZo {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.EditDashboard_cancel__3Me7V {
  background: transparent;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}
.EditDashboard_confirm__1tz3P {
  background-color: #A5FA64;
  color: #1E1E1E;
  padding: 0.5rem 1.2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.EditDashboard_confirm__1tz3P:hover{
  background-color: #97eb57;
}
.EditDashboard_toggleLabel__37pX4{
    display: block;
    font-weight: 700;
}
.EditDashboard_description__2hYEo{
    font-size: 12px;
}
.EditDashboard_close__1k1eU{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 3;

}
.EditDashboard_close__1k1eU img{
    width: 20px;
}
.EditDashboard_countries__1rPG2{
  display: flex;
}
.EditDashboard_mobileBgContainer__XeneU{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  top:0;
  overflow: hidden;
  z-index: -1;
  display: none;
}
.EditDashboard_mobileBgContainer__XeneU img{
  height:100%
}
.EditDashboard_shimmerContainer__3_rmd {
  margin-top: 2rem;
}
.EditDashboard_shimmerLine__2imcN {
  height: 20px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(188, 148, 255, 0.1) 25%,
    rgba(188, 148, 255, 0.3) 50%,
    rgba(188, 148, 255, 0.1) 75%
  );
  background-size: 200% 100%;
  animation: EditDashboard_shimmer__GPFfc 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
@keyframes EditDashboard_shimmer__GPFfc {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media (max-width: 767px) {
  .EditDashboard_editDashboardWrapper__iniwn{
    max-width:none;
    width:100%;
    height: 100%;
    border-radius: 0;
  }

  .EditDashboard_mobileBgContainer__XeneU{
    display:block
  }

  .EditDashboard_close__1k1eU{
    border-radius: 50%;
    padding:8px;
    background: rgba(255, 255, 255, 0.6);
;
  }

  .EditDashboard_close__1k1eU img{
    width:14px;
    height:14px;
  }


  .EditDashboard_title__2vJcm, .EditDashboard_subtitle__23SwI{
    padding: 0 1rem;
  }

  
  .EditDashboard_title__2vJcm{
    padding-top: 1rem;
  }


  .EditDashboard_modal__2elP7{
    height: 100dvh;                
    display: flex;
    flex-direction: column;
    background: #11103A;         
    padding:0;
  }


  .EditDashboard_header__11X7G{
    position: sticky;
    top: 0;
    z-index: 2;
    position: relative;

  }

  .EditDashboard_left__3qNHG{
    display: none;
  }

  .EditDashboard_wrapperParent__yciBE{
    flex: 1 1;                    
    display: flex;
    flex-direction: column;
    min-height: 0;            
  }

  .EditDashboard_wrapper__hCjgc{
    flex: 1 1;                       
    min-height: 0;            
    overflow-y: auto;             
    margin-bottom: 0;            
    max-height: none;            
    padding: 0 1rem
  }


  .EditDashboard_buttons__3AoZo {
    position: sticky;
    bottom: 0;
    z-index: 2;
    margin-top: 0;               
    padding: 0.75rem 1rem;    
    background: #11103A;         
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 1rem;
  }

  .EditDashboard_shimmerContainer__3_rmd {
    flex: 1 1;
    overflow-y: auto;
    padding: 0 1rem;
  }

  .EditDashboard_countries__1rPG2{
    display: flex;
    flex-direction: column;
  }
}
