/* Customer-only refinements. Loaded after the legacy stylesheet so these rules
   remain the final cascade without changing administrator or employee views. */

body.customer-session #customerPortalBar {
  display: none !important;
}

body.customer-session #matingView {
  padding-top: 0;
}

body.customer-session .farm-bottom-nav {
  min-height: 72px;
}

body.customer-session .farm-bottom-nav > [data-go="homeView"],
body.customer-session .farm-bottom-nav > .customer-turtle-nav {
  position: absolute;
  top: -12px;
  display: grid;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 5px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 9px 22px rgba(20, 113, 61, 0.22);
}

body.customer-session .farm-bottom-nav > [data-go="homeView"] {
  left: calc(50% - 42px);
}

body.customer-session .farm-bottom-nav > .customer-turtle-nav {
  left: calc(50% + 42px);
  color: #21844d;
  background: linear-gradient(145deg, #f3fbf6, #e4f5ea);
}

body.customer-session .farm-bottom-nav > .customer-turtle-nav .farm-nav-icon,
body.customer-session .farm-bottom-nav > .customer-turtle-nav.active .farm-nav-icon {
  width: 38px;
  height: 38px;
  color: currentColor;
  background: transparent;
  box-shadow: none;
}

body.customer-session .farm-bottom-nav > .customer-turtle-nav .farm-nav-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.9;
}

body.customer-session .farm-bottom-nav > .customer-turtle-nav.active {
  color: #fff;
  background: linear-gradient(145deg, #29aa60, #158447);
}

body.customer-session .farm-bottom-nav > [data-go="homeView"]:active,
body.customer-session .farm-bottom-nav > .customer-turtle-nav:active {
  transform: translateX(-50%) scale(0.96);
}

body.customer-session .farm-bottom-nav > .customer-turtle-nav .farm-nav-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
