:root {
      --PageSpinner-background: #161a2a;
      --Circle-background: #161a2a;
      --LoadingScreen-color-from: #ffac2c;
      --LoadingScreen-color-to: #FFF;
      --Circle-color: rgba(255, 172, 44, 1);
    }
    
    .contentBlock {
      padding: 24px 20px;
      background: #1e2338;
      color: #e0e0e0;
      font-size: 15px;
      line-height: 1.75;
      border-top: 2px solid #ffac2c;
    }
    .contentBlock h1, .contentBlock h2, .contentBlock h3 {
      color: #ffac2c;
    }
    .contentBlock table {
      width: 100%;
      border-collapse: collapse;
      margin: 12px 0;
    }
    .contentBlock th, .contentBlock td {
      border: 1px solid #333;
      padding: 8px 12px;
      text-align: left;
    }
    .contentBlock th {
      background: #161a2a;
      color: #ffac2c;
    }
    .contentBlock img {
      max-width: 100%;
      height: auto;
    }
    .contentBlock ul, .contentBlock ol {
      padding-left: 20px;
    }

.App.App--isBrowser {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
}

.Sidebar.Sidebar--Left {
    width: 185px;
    min-width: 185px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    background: #161a2a;
}

.Content.ScrollToElement {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.Sidebar.Sidebar--Right {
    width: 300px;
    min-width: 300px;
    flex-shrink: 0;
    background: #161a2a;
}

.OM-Icon--discipline {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.Sidebar.Sidebar--Left::-webkit-scrollbar { width: 3px; }
.Sidebar.Sidebar--Left::-webkit-scrollbar-thumb { background: #333; }

.BannerWidgetMainSlider img {
    width: 100%;
    height: auto;
    display: block;
}

body, html {
    background: #161a2a !important;
    color: #fff !important;
}

.App.App--isBrowser,
.RootContent,
.Content.ScrollToElement,
.SportsStaticContent,
.SectionContent,
#AppContainer {
    background: #161a2a !important;
}

.MatchList,
.MatchList__Header,
.MatchListGroup,
.MatchListGroup__Content,
.MatchListGroup__Header,
.EventItem,
.EventItem__MatchDetails {
    background: #1e2338 !important;
    color: #fff !important;
    border-color: #2a3050 !important;
}

.SportsFilter {
    background: #1e2338 !important;
    color: #ccc !important;
    border-bottom: 1px solid #2a3050 !important;
}

.OM-Tabs--LiveUpcoming,
.OM-Slider--LiveUpcoming {
    background: #161a2a !important;
}

.OddsButton {
    background: #1a2035 !important;
    border: 1px solid #2a3050 !important;
    color: #f5a623 !important;
}
.OddsButton:hover {
    background: #f5a623 !important;
    color: #000 !important;
}

.MatchListGroup__Header {
    background: #161a2a !important;
    border-bottom: 1px solid #2a3050 !important;
}

.OM-Nav, .AllSportsNav {
    background: #161a2a !important;
}

.BannerWidgetMainSlider {
    background: #1e2338 !important;
}

.GameCategoriesWrapper,
.CasinoGames,
.GamesWrapper,
.GamesSwipeable {
    background: #161a2a !important;
}

.BoxTitle, .GamesContainerTitle {
    color: #fff !important;
}

.OM-Slider__ControlButton {
    background: #1e2338 !important;
    color: #fff !important;
}

* {
    scrollbar-color: #2a3050 #161a2a;
}

.MatchList__MainButton {
    background: transparent !important;
    border: 1px solid #2a3050 !important;
    color: #ccc !important;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.BettingArea {
    background: #1e2338 !important;
    color: #fff !important;
}
.BettingArea__Header {
    background: #161a2a !important;
    border-bottom: 1px solid #2a3050 !important;
}

.Widget__Header, .OM-MenuHeader {
    background: #161a2a !important;
    color: #fff !important;
    border-bottom: 1px solid #2a3050 !important;
}
.MenuItem__Anchor, .OM-MenuItem__Action {
    color: #ccc !important;
}
.MenuItem__Anchor:hover, .OM-MenuItem__Action:hover {
    color: #f5a623 !important;
    background: #1e2338 !important;
}

.SimpleSearchTrigger {
    background: #f5a623 !important;
    color: #000 !important;
    border-radius: 4px !important;
    margin: 8px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.OM-PopularLinksMenu .OM-MenuHeader {
    background: #f5a623 !important;
    color: #000 !important;
}

.SectionHeader {
    border-bottom: 1px solid #2a3050 !important;
}
.OperatorAccountContainer {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.ButtonRegister {
    background: #ffac2c !important;
    color: #000 !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}
.ButtonLogin {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}
.HeaderContainer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 16px !important;
}
.OperatorHeaderContainer {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.footer-wrapper {
    background: #161a2a;
    color: #ccc;
    margin-top: 40px;
}

.footer-main { border-bottom: 1px solid #1e2338; }
.footer-main-contained {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding: 32px 24px;
    max-width: 100%;
    box-sizing: border-box;
}

.footer-main-col:first-child {
    min-width: 200px;
    max-width: 220px;
    margin-right: 48px;
}
.footer-logo-wrapper svg {
    width: 176px;
    height: auto;
    display: block;
    margin-bottom: 16px;
}

.footer-social-wrapper {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-icon { text-decoration: none; }
.footer-social-icon figure { margin: 0; }
.footer-social-icon img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: block;
}

.footer-main-col:nth-child(2) {
    min-width: 220px;
    margin-right: 48px;
}
.footer-nav-list { list-style: none; padding: 0; margin: 0; }
.footer-nav-item { margin-bottom: 18px; }
.footer-nav-item a {
    color: #ffac2c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.footer-nav-item a:hover { color: #fff; }

.footer-externalPaymentMethods,
.footer-externalVendors { display: none; }

.footer-externalSponsors { flex: 1; }
.footer-external-logo-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 16px;
}
.footer-externalSponsors .footer-external-logo-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 260px;
    margin-left: auto;
    margin-right: 0;
}
.footer-externalSponsors .footer-external-logo-item figure { margin: 0; }
.footer-externalSponsors .footer-external-logo-item img {
    width: 120px;
    height: 85px;
    object-fit: contain;
    display: block;
}

.footer-secondary { background: #0d1121; }
.footer-secondary-contained {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 24px;
    max-width: 100%;
    box-sizing: border-box;
}
.footer-secondary-col-1 { flex: 1; }
.footer-secondary-col-1 p {
    font-size: 11px;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.5;
}

.footer-externalLicence {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.footer-externalLicence .footer-external-logo-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-externalLicence img {
    width: 70px;
    height: auto;
}

.ScrollToTopButton {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    background: #ffac2c;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.ScrollToTopButton svg { fill: #000; }

.footer-externalSponsors {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}
.footer-external-logo-title {
    text-align: right;
    width: 100%;
}
.footer-externalSponsors .footer-external-logo-list {
    margin-left: 0;
}

body, html { background: #161a2a !important; }
.RootContent, #AppContainer { background: #161a2a !important; }

@media (max-width: 768px) {

  
  .Sidebar--Left,
  .Sidebar--Right { display: none !important; }

  
  .App.App--isBrowser {
    flex-direction: column !important;
  }

  
  .Content.ScrollToElement {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  
  .SectionHeader { position: sticky; top: 0; z-index: 1000; }
  .HeaderContainer { flex-direction: row !important; align-items: center !important; }
  .OperatorHeaderContainer { flex-direction: row !important; align-items: center !important; padding: 6px 10px !important; }
  .OperatorAccountContainer {
    flex-direction: row !important;
    gap: 6px !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
  }
  .OperatorLogo svg { width: 110px !important; }
  .IosAppPageLinkWrapper svg,
  .WhatsappIconWrapper svg { width: 20px !important; height: 20px !important; }
  .IosAppPageLinkWrapper,
  .WhatsappIconWrapper { width: 28px !important; height: 28px !important; }
  .ButtonRegister { padding: 6px 10px !important; font-size: 11px !important; }
  .ButtonLogin { font-size: 11px !important; }
  .LanguageSelectorWrapper { padding: 3px 5px !important; }

  
  .OperatorMainMenu .Menu {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    flex-wrap: nowrap !important;
  }
  .OperatorMainMenu .MenuItem a { padding: 8px 10px !important; font-size: 12px !important; }

  
  .OM-Nav, .AllSportsNav, .LiveSportsNav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .OM-Slider__Container { flex-wrap: nowrap !important; }

  
  .BannerWidgetMainSlider img { width: 100% !important; height: auto !important; }

  
  .MatchList, .MatchList__Header, .EventItem { font-size: 11px !important; }
  .EventItem__OddsGroup { flex-wrap: wrap !important; }
  .EventItem__ButtonsGroup { min-width: auto !important; }
  .OddsButton { padding: 4px 6px !important; font-size: 11px !important; }

  
  .SportsFilter { flex-direction: column !important; gap: 6px !important; }

  
  .OM-Tabs--LiveUpcoming { overflow-x: auto !important; }

  
  .GamesListContainer {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    padding: 6px !important;
  }
  .ListGame { width: auto !important; }
  .GameThumb { width: 100% !important; height: auto !important; }
  .GameTitle { font-size: 10px !important; }

  
  .BoxTitle { font-size: 14px !important; padding: 10px !important; }

  
  .GameCategoriesWrapper { width: 100% !important; }

  
  .contentBlock { padding: 12px !important; font-size: 13px !important; }

  
  .footer-main-contained {
    flex-direction: column !important;
    padding: 20px 16px !important;
    gap: 24px !important;
  }
  .footer-main-col:first-child { max-width: 100% !important; margin-right: 0 !important; }
  .footer-main-col:nth-child(2) { margin-right: 0 !important; }
  .footer-externalSponsors { margin-left: 0 !important; align-items: flex-start !important; }
  .footer-externalSponsors .footer-external-logo-list { margin-left: 0 !important; }
  .footer-external-logo-title { text-align: left !important; }
  .footer-secondary-contained {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 16px !important;
  }
  .footer-externalLicence { flex-wrap: wrap !important; gap: 10px !important; }

  
  .MobileBottomNav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #161a2a;
    border-top: 1px solid #2a3050;
    display: flex !important;
    z-index: 9999;
    height: 56px;
  }
  .MobileBottomNav a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    font-size: 9px;
    gap: 3px;
    border-right: 1px solid #2a3050;
  }
  .MobileBottomNav a:last-child { border-right: none; }
  .MobileBottomNav a svg { width: 20px; height: 20px; fill: #ccc; }
  .MobileBottomNav a.active { color: #ffac2c; }
  .MobileBottomNav a.active svg { fill: #ffac2c; }

  
  body { padding-bottom: 56px !important; }
}

@media (max-width: 480px) {
  .OperatorLogo svg { width: 90px !important; }
  .ButtonRegister { display: none !important; }
}

@media (max-width: 768px) {

  
  .Sidebar--Left, .Sidebar--Right { display: none !important; }
  .App.App--isBrowser { flex-direction: column !important; }
  .Content.ScrollToElement { width: 100% !important; min-width: 0 !important; }

  
  .HeaderContainer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 0 10px !important;
    gap: 8px !important;
  }

  
  .OperatorLogo {
    order: 1 !important;
    flex-shrink: 0 !important;
  }
  .OperatorLogo svg { width: 100px !important; }

  
  .OperatorHeaderContainer {
    order: 3 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  
  .OperatorMainMenu { display: none !important; }

  
  .OperatorAccountContainer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
  }

  
  .OperatorMobileNavMock {
    order: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
  }
  .OperatorMobileNavMock::before {
    content: "☰" !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 1 !important;
  }

  
  .IosAppPageLinkWrapper, .WhatsappIconWrapper {
    width: 30px !important; height: 30px !important;
  }
  .IosAppPageLinkWrapper svg, .WhatsappIconWrapper svg {
    width: 18px !important; height: 18px !important;
  }
  .ButtonRegister {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }
  button.ButtonLogin, .ButtonLogin {
    font-size: 11px !important;
  }
  .LanguageSelectorWrapper { padding: 3px 5px !important; }
  .LanguageSelectorSVGFlag svg { width: 24px !important; height: 14px !important; }

  
  .MobileQuickNav {
    display: flex !important;
    background: #0f1420 !important;
    border-bottom: 1px solid #2a3050 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .MobileQuickNav::-webkit-scrollbar { display: none !important; }
  .MobileQuickNav a {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 8px 12px !important;
    color: #ccc !important;
    text-decoration: none !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    border-right: 1px solid #2a3050 !important;
  }

  
  .OM-Nav, .AllSportsNav, .LiveSportsNav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .BannerWidgetMainSlider img { width: 100% !important; height: auto !important; }
  .MatchList, .EventItem { font-size: 11px !important; }
  .OddsButton { padding: 4px 6px !important; font-size: 11px !important; }

  
  .GamesListContainer {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    padding: 6px !important;
  }
  .GameThumb { width: 100% !important; height: auto !important; }

  
  .footer-main-contained {
    flex-direction: column !important;
    padding: 20px 16px !important;
    gap: 24px !important;
  }
  .footer-main-col:first-child { max-width: 100% !important; margin-right: 0 !important; }
  .footer-externalSponsors { margin-left: 0 !important; align-items: flex-start !important; }
  .footer-secondary-contained { flex-direction: column !important; padding: 16px !important; }
  .footer-externalLicence { flex-wrap: wrap !important; }

  
  .MobileBottomNav { display: flex !important; }
  body { padding-bottom: 56px !important; }
}

@media (min-width: 769px) {
  .MobileQuickNav, .MobileBottomNav { display: none !important; }
  .OperatorMobileNavMock { display: none !important; }
}

.MobileBottomNav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #161a2a;
  border-top: 1px solid #2a3050;
  z-index: 9999;
  height: 56px;
}
.MobileBottomNav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ccc;
  text-decoration: none;
  font-size: 9px;
  gap: 3px;
  border-right: 1px solid #2a3050;
}
.MobileBottomNav a:last-child { border-right: none; }
.MobileBottomNav a img { width: 24px; height: 24px; object-fit: contain; filter: brightness(0.7); }
.MobileBottomNav a.active img { filter: brightness(1) sepia(1) hue-rotate(5deg) saturate(5); }
.MobileBottomNav a.active { color: #ffac2c; }

.BannerWidgetMainSlider { position: relative; overflow: hidden; background: #1a1f35; }
.PSlider { position: relative; }
.PSlide img { width: 100%; max-height: 320px; object-fit: cover; display: block; }

.PSliderBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.45);
    border: none;
    cursor: pointer;
    width: 36px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
}
.PSliderBtn:hover { background: rgba(0,0,0,0.7); }
.PSliderBtn--Prev { left: 0; border-radius: 0 4px 4px 0; }
.PSliderBtn--Next { right: 0; border-radius: 4px 0 0 4px; }

.PSliderDots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}
.PDot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.2s;
}
.PDot--Active { background: #ffac2c; }

@media (max-width: 768px) {
    .BannerWidgetMainSlider { min-height: auto !important; }
    .PSlide img {
        width: 100% !important;
        height: 180px !important;
        max-height: 180px !important;
        object-fit: cover !important;
        object-position: center !important;
    }
    .PSliderBtn { width: 28px; height: 48px; }
}

.GameTitle {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    font-size: 12px !important;
    color: #fff !important;
    margin: 4px 0 0 !important;
    font-weight: 500 !important;
}

.NewGameRibbon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffac2c !important;
    color: #000 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 2px 6px !important;
    border-radius: 3px !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    vertical-align: middle !important;
}

@media (max-width: 768px) {
    .footer-main-col:first-child {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }
    .footer-social-wrapper {
        justify-content: center !important;
    }
    .footer-main-col:nth-child(2) {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .footer-nav-list {
        align-items: center !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .footer-nav-item {
        width: 100% !important;
        text-align: center !important;
    }
    .footer-nav-item a {
        display: block !important;
        text-align: center !important;
    }
    .footer-externalSponsors {
        align-items: center !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .footer-external-logo-title {
        text-align: center !important;
        width: 100% !important;
    }
    .footer-externalSponsors .footer-external-logo-list {
        justify-content: center !important;
        margin-left: 0 !important;
    }
}

#tr-layer .cls-1{fill:none}#tr-layer .cls-2{clip-path:url(#clip-path)}#tr-layer .cls-3{fill:#d00027}#tr-layer .cls-4{fill:#fff}

.content { padding: 24px; color: #ccc; font-size: 14px; line-height: 1.7; }
.content h1 { font-size: 26px; font-weight: 700; color: #fff; margin: 0 0 16px; }
.content h2 { font-size: 20px; font-weight: 600; color: #ffac2c; margin: 24px 0 12px; }
.content h3 { font-size: 17px; font-weight: 600; color: #fff; margin: 20px 0 10px; }
.content h4 { font-size: 15px; font-weight: 600; color: #ccc; margin: 16px 0 8px; }
.content p { margin: 0 0 12px; }
.content ul { margin: 0 0 12px 20px; padding: 0; }
.content ul li { margin-bottom: 6px; list-style: disc; }
.content ol { margin: 0 0 12px 20px; padding: 0; }
.content ol li { margin-bottom: 6px; list-style: decimal; }
.content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 13px; }
.content table th { background: #1e2338; color: #ffac2c; padding: 10px 14px; text-align: left; border-bottom: 2px solid #2a3050; }
.content table td { padding: 9px 14px; border-bottom: 1px solid #2a3050; color: #ccc; }
.content table tr:hover td { background: #1a1f35; }
.content img { max-width: 100%; border-radius: 6px; margin: 12px 0; display: block; }

.Sidebar--Left {
    overflow-y: auto !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
.Sidebar--Left::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}



@media (max-width: 768px) {
    .SectionHeader {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    .OperatorMaxwidth.HeaderContainer {
        width: 100% !important;
        max-width: 100% !important;
        padding: 6px 10px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

}


.SectionHeader,
header#HeaderElement {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
}

.OperatorMaxwidth,
.OperatorMaxwidth.HeaderContainer,
.OperatorMaxwidth.ComponentLayout {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.OperatorHeaderContainer {
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

.OperatorAccountContainer {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

.OperatorMainMenu {
    width: 100% !important;
    overflow: hidden !important;
}

.OperatorMainMenu .Menu {
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    min-width: 0 !important;
}

.OperatorMainMenu .MenuItem {
    flex-shrink: 1 !important;
    min-width: 0 !important;
}

.OperatorMainMenu .MenuItem a,
.OperatorMainMenu .MenuItem span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: clamp(10px, 1vw, 13px) !important;
    padding: 10px clamp(4px, 0.8vw, 12px) !important;
}
