:root {
  --b: 18, 18, 18 !important;
  --header: 18, 18, 18 !important;
  --menu: 18, 18, 18 !important;
      --tab-navigation: 18, 18, 18 !important;
  --shiny-cta-bg: #000000 !important;
  --shiny-cta-bg-subtle: #1a1818 !important;
  --shiny-cta-fg: #ffffff !important;
  --shiny-cta-highlight: blue !important;
  --shiny-cta-highlight-subtle: #8484ff !important;
}
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px !important;
}
.nav-menu-container.header-navigation:first-child {
  position: relative;
  border-radius: var(--border-radius);
  z-index: 1;
  background-color: #FACC2B;
}

.nav-menu-container.header-navigation:first-child .nav-menu {
    border-start-start-radius: var(--border-radius);
    border-end-start-radius: var(--border-radius);
    justify-content: center !important;
}
.HeaderWidget_header__uD5JM {
    background: #4f4f4f !important;
}
.game-details-container-inner-bc:not(.live-score-bg-pistolshooting):before {
    background: rgb(39 107 63 / 40%) !important;
}

a {
    color: #FFFFFF !important;
}

.print-help-content * {
    background: rgba(var(--b), 1) !important;
    color: #FFF !important;
}
.hdr-main-content-bc, .logo {
    background: linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgb(67 67 67) 100%) !important;
}
@keyframes change {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: true;
}
button.btn.s-small.sign-in:before {
    content: "";
    width: 105%;
    height: 105%;
    border-radius: 8px;
    background-image: linear-gradient(var(--rotate), #ffffff, #b3b3b3, #858585, #c1c1c1, #ebebeb);
    position: absolute;
    z-index: -1;
    top: 0%;
    animation: change 2.5s linear infinite;
    box-shadow: 0 0 8px 0px #e0e0e0;
}
button.btn.s-small.sign-in {
    background: #cdcdcd !important;
    padding: 0 8px;
    color: rgba(var(--hero-sc), 1);
    text-decoration: none !important;
    max-width: 84px;
    margin-inline-start: 10px;
    width: auto;
    height: 28px;
}
.header-icon-text[class*=bc-i] {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
}
.hdr-time-bc {
    display: none;
}
.switch-popup-wrapper.in-auth-popup {
    padding: 10px 0 0;
    display: none;
}

.header-custom-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;