.FilterComponentWithScroll_filterContainer__QQfLR {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 30px 0px;
    border-radius: 12px;
    margin: 16px 0;
    position: relative;
    min-height: 60px;
    position: relative;
}

    @media(max-width: 767px) {.FilterComponentWithScroll_filterContainer__QQfLR {
        border-radius: 8px;
        padding: 10px 0px
}
    }

.FilterComponentWithScroll_optionsContainer__2vkLn {
    flex: 1 1;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    position: relative;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Dynamic mask based on scroll state */

.FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5.FilterComponentWithScroll_showRightGradient__1aKVu {
    mask-image: linear-gradient(to right, black 0%, black calc(100% - 300px), transparent 100%);
}

.FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5:not(.FilterComponentWithScroll_showRightGradient__1aKVu) {
    mask-image: linear-gradient(to right, black 0%, black calc(100% - 300px), transparent 100%);
}

.FilterComponentWithScroll_optionsContainer__2vkLn:not(.FilterComponentWithScroll_showLeftGradient__3fZc5).FilterComponentWithScroll_showRightGradient__1aKVu {
    mask-image: linear-gradient(to right, black 0%, black calc(100% - 300px), transparent 100%);
}

.FilterComponentWithScroll_optionsContainer__2vkLn:not(.FilterComponentWithScroll_showLeftGradient__3fZc5):not(.FilterComponentWithScroll_showRightGradient__1aKVu) {
    -webkit-mask-image: none;
    mask-image: none;
}

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

.FilterComponentWithScroll_optionsList__2Nzfm {
    display: flex;
    gap: 8px;
    padding: 4px 0;
    min-width: min-content;
    /* Remove padding-right, using spacer element instead */
}

/* Spacer element to ensure scroll area extends beyond last button */

.FilterComponentWithScroll_scrollSpacer__1nCIP {
    flex-shrink: 0;
    min-width: 120px; /* Use min-width instead of width */
    width: 120px;
    height: 40px; /* Match button height to maintain proper spacing */
    /* Add content to ensure width is respected */
}

.FilterComponentWithScroll_scrollSpacer__1nCIP::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.FilterComponentWithScroll_optionButton__ns_nG {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F0F0F0;
    color: var(--world-athletics-plus-secondary-grey);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: fit-content;
    flex-shrink: 0;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    opacity: 1;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    border: 1px solid var(--world-athletics-plus-secondary-grey);
    padding: 10px 16px;
}

@media(max-width: 767px) {

.FilterComponentWithScroll_optionButton__ns_nG {
        border-radius: 8px;
        padding: 10px 16px
}
    }

.FilterComponentWithScroll_optionButton__ns_nG:hover {
    background: #DFD0FA;
    background: var(--guangzhou-purple-hover);
    border-color: #BC94FF;
    border-color: var(--tokyo25-purple-light);
    color: #11103A;
    color: var(--world-athletics-plus-primary-violet);
}

.FilterComponentWithScroll_optionButton__ns_nG.FilterComponentWithScroll_active__2Dt0Y {
    background: #BC94FF;
    background: var(--tokyo25-purple-light);
    border-color: #BC94FF;
    border-color: var(--tokyo25-purple-light);
    color: #11103A;
    color: var(--world-athletics-plus-primary-violet);
}

.FilterComponentWithScroll_optionButton__ns_nG:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.FilterComponentWithScroll_navigationContainer__3OY-X {
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    position: absolute;
    right: 0;
    opacity: 0.95;
}

.FilterComponentWithScroll_navButton__2HeRV {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #BC94FF;
    background: var(--tokyo25-purple-light);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.FilterComponentWithScroll_navButton__2HeRV:hover {
    background: white;
    border-color: #11103A;
    border-color: var(--world-athletics-plus-primary-violet, #6b46c1);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.FilterComponentWithScroll_navButton__2HeRV:disabled {
    background: #B2ADAD80;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.FilterComponentWithScroll_leftNavButton__1qjVe {
    margin-right: 4px;
}

.FilterComponentWithScroll_rightNavButton__3gQIu {
    margin-left: 4px;
}

.FilterComponentWithScroll_navIcon__1M5Ti {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
}

/* Responsive Design */

@media (max-width: 1024px) {

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

    .FilterComponentWithScroll_navIcon__1M5Ti {
        width: 16px;
        height: 16px;
    }

    .FilterComponentWithScroll_scrollSpacer__1nCIP {
        min-width: 100px;
        width: 100px;
        height: 36px; /* Match smaller button height */
    }

    /* Adjust mask for smaller screens */
    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5.FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 30px,
                black calc(100% - 30px),
                transparent 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5:not(.FilterComponentWithScroll_showRightGradient__1aKVu) {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 30px,
                black 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn:not(.FilterComponentWithScroll_showLeftGradient__3fZc5).FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                black 0%,
                black calc(100% - 30px),
                transparent 100%
        );
    }
}

@media (max-width: 768px) {

    .FilterComponentWithScroll_navButton__2HeRV {
        width: 32px;
        height: 32px;
    }

    .FilterComponentWithScroll_navIcon__1M5Ti {
        width: 14px;
        height: 14px;
    }

    .FilterComponentWithScroll_scrollSpacer__1nCIP {
        min-width: 80px;
        width: 80px;
        height: 32px; /* Match mobile button height */
    }

    /* Adjust mask for mobile */
    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5.FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 25px,
                black calc(100% - 25px),
                transparent 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5:not(.FilterComponentWithScroll_showRightGradient__1aKVu) {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 25px,
                black 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn:not(.FilterComponentWithScroll_showLeftGradient__3fZc5).FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                black 0%,
                black calc(100% - 25px),
                transparent 100%
        );
    }
}

@media (max-width: 480px) {

    .FilterComponentWithScroll_navButton__2HeRV {
        width: 28px;
        height: 28px;
    }

    .FilterComponentWithScroll_navIcon__1M5Ti {
        width: 12px;
        height: 12px;
    }

    .FilterComponentWithScroll_scrollSpacer__1nCIP {
        min-width: 70px;
        width: 70px;
        height: 28px; /* Match small mobile button height */
    }

    /* Adjust mask for small mobile */
    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5.FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 20px,
                black calc(100% - 20px),
                transparent 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn.FilterComponentWithScroll_showLeftGradient__3fZc5:not(.FilterComponentWithScroll_showRightGradient__1aKVu) {
        mask-image: linear-gradient(
                to right,
                transparent 0px,
                black 20px,
                black 100%
        );
    }

    .FilterComponentWithScroll_optionsContainer__2vkLn:not(.FilterComponentWithScroll_showLeftGradient__3fZc5).FilterComponentWithScroll_showRightGradient__1aKVu {
        mask-image: linear-gradient(
                to right,
                black 0%,
                black calc(100% - 20px),
                transparent 100%
        );
    }
}
.styles_container__3zapI {
  display: flex;
  max-width: 100%;
  justify-content: center;
}

.styles_hr__2A-ji {
  max-width: 1365px;
  height: 1px;
  background-color: #707070;
  background-color: var(--text-colour-light);
  margin: auto;
}

.styles_line__6fV4A {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 24px;
  padding-top: 27px;
  border-top: 1px solid #707070;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 27px;
}

.styles_eventName__U_fDM {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 24px;
  text-transform: capitalize;
}

.styles_content__2tbUd {
  max-width: 1400px;
  margin: auto;
  padding: 60px 16px 20px;
  position: relative;
}

@media(max-width: 767px) {

.styles_content__2tbUd {
    padding: 50px 0 30px 16px;
    gap: 16px
}
  }

.styles_header__1giDJ {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  gap: 40px;
  flex-wrap: wrap;
}

.styles_header__1giDJ:after {
    content: none;
  }

@media (max-width: 767px) {

.styles_header__1giDJ {
    padding-bottom: 0;
    gap: 16px
}
  }

.styles_leftSide__3I-zo {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.styles_leftSide__3I-zo:after {
    content: none;
  }

.styles_rightSide__2dJBP {
  align-self: end;
}

.styles_headerTitle__QJulP {
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 767px) {

.styles_headerTitle__QJulP {
    font-size: 26px
}
  }

.styles_joinWAPlusButton__2NJVD {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  padding: 10px 24px;
  background: #a5fa64;
  background: var(--tertiary-colour);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 14px 0px #FFFFFF80;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color:  #11103A;
  color:  var(--world-athletics-plus-primary-violet);
}

@media(max-width: 767px) {

.styles_joinWAPlusButton__2NJVD {
    font-size: 16px
}
  }

.styles_joinWAPlusButton__2NJVD .styles_leftWhiteLine__1A6gQ {
    position: absolute;
    bottom: 0;
    left: 0;
  }

.styles_joinWAPlusButton__2NJVD .styles_rightWhiteLine__11-qi {
    position: absolute;
    bottom: 0;
    right: 35px;
    height: 100%;
    z-index: 0;
  }

.styles_joinWAPlusButton__2NJVD .styles_buttonText__3pxZN{
    z-index: 4;
    white-space: nowrap;


  }

.styles_play__3qJRT {
  width: 30px;
  height: 30px;
  padding: 8px 4px;
  z-index: 4;
}

.styles_titleDetails__2-ISa {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;

}

@media(max-width: 767px) {

.styles_titleDetails__2-ISa {
  font-size: 18px

}
  }

.styles_pageBackground__3KqD2 {
  background: url(/_next/static/media/background.11684f2161514c514f106d6f9007b793.png) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}

.styles_textLine__sAzLK {
  position: absolute;
  bottom: 100px;
  left: 50px;
  color: #ffffff;
  color: var(--primary-text-colour);
  width: 50%;
  font-size: 56px;
}

@media(max-width: 767px) {

.styles_textLine__sAzLK {
    bottom: 50px;
    left: 20px;
    width: 80%;
    font-size: 24px
}
  }

.styles_heading__2NECq {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 50px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  margin-bottom: 15px;
}

@media(max-width: 767px) {

.styles_heading__2NECq {
    font-size: 28px;
    margin-bottom: 16px
}
  }

.styles_strapline__1f-e9 {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  margin-bottom: 35px;
  font-size: 24px;
}

.styles_strapline__1f-e9 a {
    text-decoration: underline;
  }

.styles_selectWrap__l13Ol {
  display: flex;
  max-width: 350px;
  justify-content: space-between;
}

.styles_selectItem__C8RHu {
  max-width: 334px;
  width: 100%;
}

.styles_pageTitle__2pPTe {
  font-size: 50px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  color: #ffffff;
  color: var(--primary-text-colour);
}

@media(max-width: 767px) {

.styles_pageTitle__2pPTe {
    font-size: 28px;
    margin-left: 0;
    padding-bottom: 10px
}
  }

.styles_btnContainer__2A0RO {
  background: #bd94ff;
  background: var(--quaternary-colour);
  border: 1px solid #707070;
  border: 1px solid var(--text-colour-light);
  border-radius: 10px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

@media(max-width: 767px) {

.styles_btnContainer__2A0RO {
    font-size: 30px;
    margin-top: 5px;
    height: 60px
}
  }

.styles_title__otnxw {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

@media(max-width: 767px) {

.styles_title__otnxw {
    font-size: 26px;
    padding-bottom: 16px;
    padding-right: 16px;
    margin-bottom: 0
}
  }

.styles_title__otnxw .styles_rightPart__1ccUj {
    color: #a5fa64;
    color: var(--tertiary-colour);
  }

.styles_pageContent__28u09 {
  max-width: calc(1400px + 10%);
  max-width: calc(var(--max-content-width) + 10%);
  padding: 1rem;
  margin: auto;
}

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

.styles_pageContent__28u09 {
    padding: 1rem 0;
    max-width: 1400px;
    max-width: var(--max-content-width)
}
  }

@media (max-width: 767px) {

.styles_pageContent__28u09 {
    padding: 1rem
}
  }

.styles_playerPlaceHolder__DI4aD {
  width: 100%;
  height: 740px;
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  border-radius: 15px;
}

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

.styles_playerPlaceHolder__DI4aD {
    height: 700px;
    border-radius: 10px
}
  }

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

.styles_playerPlaceHolder__DI4aD {
    height: 546px;
    border-radius: 10px
}
  }

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

.styles_playerPlaceHolder__DI4aD {
    height: 436px;
    border-radius: 10px
}
  }

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

.styles_playerPlaceHolder__DI4aD {
    height: 350px;
    border-radius: 10px
}
  }

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

.styles_playerPlaceHolder__DI4aD {
    height: 300px;
    border-radius: 10px
}
  }

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

.styles_playerPlaceHolder__DI4aD {
    height: 250px;
    border-radius: 10px
}
  }

.styles_ebuPlayerContainer__23Jxc {
  width: 100%;
  max-width: 1400px;
  height: calc(min(100vw, 1400px) * 2.096);
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  border-radius: 15px;
  margin: 0 auto;
}

.styles_ebuPlayerIframe__1cBak {
  width: 100%;
  height: 100%;
}

.styles_playerBrightcove__232ZO video-js {
  width: 100%;
  height: 740px;
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  border-radius: 15px;

}

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

.styles_playerBrightcove__232ZO video-js {
    height: 700px;
    border-radius: 10px

}
  }

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

.styles_playerBrightcove__232ZO video-js {
    height: 546px;
    border-radius: 10px

}
  }

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

.styles_playerBrightcove__232ZO video-js {
    height: 436px;
    border-radius: 10px

}
  }

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

.styles_playerBrightcove__232ZO video-js {
    height: 350px;
    border-radius: 10px

}
  }

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

.styles_playerBrightcove__232ZO video-js {
    height: 300px;
    border-radius: 10px

}
  }

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

.styles_playerBrightcove__232ZO video-js {
    height: 250px;
    border-radius: 10px

}
  }

.styles_image__1LWOq {
  width: 30px;
  height: 30px;
  margin-left: 50px;
}

@media(max-width: 767px) {

.styles_image__1LWOq {
    width: 18px;
    height: 18px
}
  }

.styles_icons__2t3rF {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 25px 0 25px;
}

@media(max-width: 767px) {

.styles_icons__2t3rF {
    margin: 12px 0 12px
}
  }

.styles_registerButton__2PQCc {
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  padding: 10px 25px;
  box-sizing: border-box;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  background-color: #ff873c;
  background-color: var(--primary-colour);
  width: 100%;
  height: 48px;
  color: #FFFFFF;
  font-size: 22px;
  max-width: 310px;
  margin: auto;
  text-transform: inherit;
}

@media (max-width: 767px) {

.styles_registerButton__2PQCc {
    font-size: 18px
}
  }

.styles_registerButton__2PQCc:hover {
    color: #ff873c;
    color: var(--primary-colour);
    border: 1px solid #0E0E0E;
    border: 1px solid var(--primary-dark);
    background-color: #0E0E0E;
    background-color: var(--primary-dark);
  }

.styles_Login__2yUha h3 {
    color: #262626;
    color: var(--primary-gray);
    font-size: 50px;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin: 0 0 20px;
  }

@media(max-width: 767px) {

.styles_Login__2yUha h3 {
      font-size: 28px;
      margin: 20px 0 10px
  }
    }

.styles_Login__2yUha h3 p {
      font-size: 34px;
      font-family: 'World Athletics'
,
Arial
,
sans-serif;
      font-family: var(--font-family-regular);
    }

@media(max-width: 767px) {

.styles_Login__2yUha h3 p {
        font-size: 24px
    }
      }

.styles_root__2XgrY {
  display: block;
  margin: auto;
}

.styles_icon__onJF1 {
  position: absolute;
  top: 25px;
  right: 25px
}

.styles_rootLogin__10eS8 {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 6px;
  background-color: rgba(40, 30, 55, .92);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.styles_loginText__1FOom {
  color: #262626;
  color: var(--primary-gray);
  font-size: 26px;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  margin-bottom: 10px;
}

@media (max-width: 767px) {

.styles_loginText__1FOom {
    font-size: 22px
}
  }

.styles_fixed__16gLf {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

.styles_fakeImage__28Zqt {
  width: 100%;
  height: 740px;
  border: 1px solid #ff873c;
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  border-radius: 15px;
}

.styles_playButton__A4_Ti {
  background: #ff873c;
  border-radius: 100%;
  position: absolute;
  height: 100px;
  width: 100px;
  opacity: 0.6;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.styles_playButton__A4_Ti .styles_triangle__28Kda {
    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%)
  }

/* Loading indicator styles */

.styles_loadingIndicator__1oPMo {
  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__1AV8z {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 5px;
  animation: styles_pulse__FB0Vd 1.5s infinite;
}

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

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

.styles_spinner__3YSAF {
  animation: styles_rotate__2tP5H 2s linear infinite;
  width: 100%;
  height: 100%;
}

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

/* Error player styles */

.styles_errorMessage__2d3a0 {
  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_errorMessage__2d3a0 p {
  margin: 0;
  line-height: 1.5;
}

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

/* Player container background setup */

.styles_playerBackground__38cpN {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* Animations */

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

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

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