html.crb-exact-route,
body.crb-exact-route {
  overflow: hidden !important;
  background: #090f1e !important;
}

body.crb-exact-route::before {
  content: "";
  position: fixed;
  z-index: 1030;
  inset: 0;
  background: #090f1e;
  pointer-events: auto;
}

body.crb-exact-route .header_top,
body.crb-exact-route .header_wraper {
  position: relative !important;
  z-index: 1040 !important;
}

body.crb-exact-route .crb-host-header {
  position: relative !important;
  z-index: 1040 !important;
}

body.crb-exact-route .bl-betslip-panel,
body.crb-exact-route .bl-betslip-toggle,
body.crb-exact-route .bl-mobile-slip-button,
body.crb-exact-route .mobileSlip {
  display: none !important;
}

#crbet-exact-frame {
  position: fixed;
  z-index: 1035;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 1px;
  border: 0;
  background: #090f1e;
  visibility: hidden;
}

@media (max-width: 1100px) {
  #crbet-exact-frame {
    right: auto;
    left: 0;
    width: 100vw;
  }
}

@media (max-width: 600px), (max-width: 1200px) and (pointer: coarse) {
  body.crb-exact-route .crb-mobile-nav-host {
    position: fixed !important;
    z-index: 1050 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    min-height: calc(60px + env(safe-area-inset-bottom)) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    box-sizing: border-box !important;
    background: linear-gradient(100deg, #211812, #0c0b0a) !important;
  }

  body.crb-exact-route .mobileMenu.crb-mobile-nav {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    width: 100% !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255, 121, 0, 0.22) !important;
    background: linear-gradient(100deg, #211812, #0c0b0a) !important;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.34) !important;
  }
}
