.defaultSelect__control {
  position: relative;
  cursor: pointer;
}

.custom-provider-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 280px;
  max-height: 460px;
  overflow-y: auto;
  background: #142035;
  border: 1px solid rgba(75, 107, 162, .45);
  border-radius: 28px;
  padding: 16px;
  z-index: 99999;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.defaultSelect__option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  margin-bottom: 8px;
  border: 2px solid transparent;
  border-radius: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.defaultSelect__option:hover,
.defaultSelect__option.is-active {
  background: #1b2b45;
  border-color: #2b466e;
}

.defaultSelect__option img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.defaultSelect__control {
  position: relative;
  height: 46px;
  min-height: 46px;
  border-radius: 14px !important;
  background: #243150 !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.defaultSelect__value-container {
  height: 46px;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
}

.defaultSelect__single-value {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  margin: 0 !important;
  transform: none !important;
  position: static !important;
}

.defaultSelect__single-value img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.defaultSelect__indicators {
  height: 46px;
  display: flex !important;
  align-items: center !important;
  padding-right: 10px;
}

.defaultSelect__indicator-separator {
  display: none !important;
}

.defaultSelect__dropdown-indicator {
  padding: 0 !important;
  color: #6f83a8 !important;
}

.css-8mmkcg {
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
}

.providersMobileModal {
  display: none;
}

@media (max-width: 768px) {
  .providersMobileModal.is-open {
    display: flex;
  }

  .providersMobileModal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(5, 10, 20, .72);
    align-items: flex-end;
    justify-content: center;
  }

  .providersMobileModal .modalContent {
    width: 100%;
    max-width: 430px;
    background: #0f1829;
    padding: 20px 16px 16px;
    border-radius: 28px 28px 0 0;
  }

  .headProviders {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
  }

  .headProviders h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
  }

  .providersClose {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    border: 0;
    background: #17223a;
  }

  .field .input {
    height: 70px;
    border-radius: 20px;
    background: #17223a;
    display: flex;
    align-items: center;
    padding: 0 18px;
  }

  .field input {
    width: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
  }

  .floatingLabel {
    color: #657694;
    font-weight: 800;
  }

  .field .action img {
    width: 28px;
  }

  .totalProviders {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
    color: #fff;
    font-weight: 900;
  }

  .provCount {
    background: #2d8cff;
    color: #fff;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 12px;
  }

  .prowrap {
    max-height: 240px;
    overflow-y: auto;
  }

  .providers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .prov {
    height: 70px;
    border: 0;
    border-radius: 14px;
    background: #17223a;
    color: #fff;
    font-weight: 900;
  }

  .prov img {
    max-width: 120px;
    max-height: 34px;
  }

  .closeMobile {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    border: 0;
    border-radius: 16px;
    background: #17223a;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }
}

.defaultSelect__dropdown-indicator svg,
.defaultSelect__dropdown-indicator path {
  fill: #6f83a8 !important;
  color: #6f83a8 !important;
}

@media (max-width: 768px) {
  .sandwichMenu {
    display: none;
  }

  .sandwichMenu.opened {
    display: flex !important;
  }

  .headerMobile .sandwich {
    cursor: pointer;
    z-index: 1000000;
  }

  .providersMobileModal.is-open {
    display: flex !important;
  }
}




@media (max-width: 768px) {
  .modalWrapper.is-open {
    display: flex !important;
  }

  .modalWrapper {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    background: rgba(5, 10, 20, .65);
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
  }

  .modalContent {
    width: calc(100% - 32px);
    max-width: 380px;
    background: #101a2b;
    border-radius: 0;
    padding: 24px 16px 16px;
  }

  .headProviders {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 22px;
  }

  .headProviders h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 0;
  }

  .providersClose {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 14px;
    background: #17223a;
    color: #7e8eaa;
    font-size: 34px;
    font-weight: 900;
  }

  .mobProviders .field .input {
    height: 70px;
    background: #17223a;
    border-radius: 20px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    position: relative;
  }

  .mobProviders .field input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 18px;
  }

  .floatingLabel {
    position: absolute;
    left: 18px;
    color: #647493;
    font-weight: 800;
    pointer-events: none;
  }

  .mobProviders .action {
    color: #2d8cff;
    font-size: 28px;
  }

  .totalProviders {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
  }

  .provCount {
    background: #2d8cff;
    color: #fff;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 12px;
  }

  .prowrap {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 4px;
  }

  .providers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .prov {
    height: 70px;
    border: 0;
    border-radius: 14px;
    background: #17223a;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
  }

  .prov img {
    max-width: 125px;
    max-height: 36px;
  }

  .closeMobile {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    border-radius: 16px;
    font-size: 20px;
  }
}



@media (max-width: 768px) {
  .modalWrapper.is-open {
    display: flex !important;
  }

  .modalWrapper {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999999 !important;
    background: rgba(5, 10, 20, .65) !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 16px !important;
  }

  .modalWrapper .modalContent {
    width: calc(100% - 32px) !important;
    max-width: 380px !important;
    background: #101a2b !important;
    padding: 24px 16px 16px !important;
  }

  .sandwichMenu {
    display: none;
  }

  .sandwichMenu.opened {
    display: block !important;
    z-index: 999999 !important;
  }

  .headerMobile .sandwich {
    cursor: pointer;
    z-index: 9999999;
  }
}

/* MOBILE PROVIDERS MODAL */

.modalWrapper {
  display: none !important;
}

@media (max-width: 768px) {

  .modalWrapper.is-open {
    display: flex !important;
  }

  .modalWrapper {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.72);

    justify-content: center;
    align-items: flex-start;

    padding-top: 18px;
  }

  .modalWrapper .modalContent {
    width: calc(100% - 24px);
    max-width: 420px;

    max-height: calc(100vh - 36px);
    overflow-y: auto;

    border-radius: 18px;
  }
}
/* Ref-link wrappers: keep converted buttons/blocks visually identical to the original controls. */
a.newMainStyle,
a.mainBtn,
a.supportButton,
a.menu,
a.unAuthBtn,
a.playBtn,
.topHeader a,
.headerMobile a,
.bottomMenuMobile a,
.bottomBtns a,
.mobileBanners a {
    color: inherit !important;
    text-decoration: none !important;
}


@media (max-width: 700px) {
  .content > .start > .eventBanner.streamers,
  .content > .start > .banerBody.noCopy {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .content > .start {
    margin-bottom: 0 !important;
  }
}