/* FuelDash R219 — sole owner of account-route and navigation geometry. */

html,
html body {
  background: #000000 !important;
  background-color: #000000 !important;
}

html body.fd-account-route-open {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: none !important;
  background: #000000 !important;
}

html body.fd-account-route-open #app {
  display: none !important;
}

html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"] {
  position: fixed !important;
  z-index: 2147483646 !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100dvh !important;
  min-height: 0 !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: none !important;
  background: #000000 !important;
  background-image: none !important;
  opacity: 1 !important;
  transform: none !important;
}

html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"] > .fd-feature-shell {
  display: flex !important;
  flex-direction: column !important;
  width: min(100%, 480px) !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
  overscroll-behavior: none !important;
  background: #000000 !important;
  background-image: none !important;
}

html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"] .fd-feature-content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-y: contain !important;
  -webkit-overflow-scrolling: touch !important;
  padding: 0 16px calc(24px + env(safe-area-inset-bottom)) !important;
  background: #000000 !important;
  background-image: none !important;
}

html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"] :is(.fd-feature-shell, .fd-feature-content)::before,
html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"] :is(.fd-feature-shell, .fd-feature-content)::after,
html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"]::before,
html body.fd-account-route-open .fd-feature-page[data-fd-feature-view="account"]::after {
  content: none !important;
  display: none !important;
}

html[data-fd-theme="dark"] body #app .fuel-tab-bar,
html body #app .fuel-tab-bar,
html body .fd-fast-nav {
  border: 1px solid #ff625a !important;
  background: #ff3b30 !important;
  background-color: #ff3b30 !important;
  background-image: none !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .58) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

html body #app .fuel-tab-bar > button,
html body .fd-fast-nav > span {
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

html body #app .fuel-tab-bar > button.is-active,
html body #app .fuel-tab-bar > button[aria-current="page"],
html body .fd-fast-nav > span:first-child {
  background: #080808 !important;
  background-color: #080808 !important;
  color: #ffffff !important;
}

html body #app .fuel-tab-bar > button > svg {
  fill: none !important;
  stroke: currentColor !important;
}

html body #app .fuel-tab-bar > button > svg [fill="currentColor"] {
  fill: currentColor !important;
  stroke: none !important;
}

html body #app .fuel-tab-bar > button > small {
  color: currentColor !important;
}
