@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

body.kagie-bottom-nav-ready {
  padding-bottom: max(112px, calc(112px + env(safe-area-inset-bottom, 0px))) !important;
}

body.forms-application-type-ready.kagie-bottom-nav-ready {
  padding-bottom: max(132px, calc(132px + env(safe-area-inset-bottom, 0px))) !important;
}

.bottom-nav.kagie-shared-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  width: min(390px, calc(100% - 20px));
  min-height: 76px;
  background: #ffffff;
  border: 1px solid #d8e4f0;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 7px 5px;
  z-index: 1000;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-item {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  text-transform: none;
  color: #294262;
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  overflow: hidden;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-item + .bottom-nav-item::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 1px;
  height: 48px;
  transform: translateY(-50%);
  background: #dfe6ee;
  border-radius: 999px;
  pointer-events: none;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-item:hover {
  transform: translateY(-2px);
  color: #f25a22;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-item.active {
  background: #fff1ea;
  color: #f25a22;
  box-shadow: none;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 28px;
  line-height: 1;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-label {
  display: block;
  width: 100%;
  max-width: 56px;
  color: inherit;
  line-height: 1.08;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

.bottom-nav.kagie-shared-bottom-nav .bottom-nav-kicker {
  display: none;
}

@media (max-width: 360px) {
  .bottom-nav.kagie-shared-bottom-nav {
    width: calc(100% - 12px);
    min-height: 72px;
    padding: 6px 4px;
  }

  .bottom-nav.kagie-shared-bottom-nav .bottom-nav-item {
    min-height: 56px;
    gap: 4px;
    font-size: 10.5px;
  }

  .bottom-nav.kagie-shared-bottom-nav .bottom-nav-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .bottom-nav.kagie-shared-bottom-nav .bottom-nav-label {
    max-width: 52px;
  }

  .bottom-nav.kagie-shared-bottom-nav .bottom-nav-item + .bottom-nav-item::before {
    height: 42px;
  }
}
