ion-popover[data-v-fb53cbd2] {
  --background: transparent;
  --box-shadow: none;
  --border-radius: 0;
  --backdrop-opacity: .1;
}
ion-popover[data-v-fb53cbd2]::part(content) {
  min-width: 500px;
}
ion-popover[data-v-fb53cbd2] {
  top: -20px;
  width: 100%;
}
.account-badge[data-v-fb53cbd2] {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 8px;
  right: 2px;
  font-size: 10px;
  border-radius: 50%;
  border: 3px solid var(--np-navigation);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--ion-color-success);
}
.np-side-nav[data-v-fb53cbd2] {
  position: sticky;
  left: 0px;
  top: 0px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  --background: var(--np-navigation);
  flex-basis: auto;
  /* set aut margin for last element */
}
.np-side-nav .side-nav-footer[data-v-fb53cbd2] {
  margin-top: auto;
}
.np-side-nav .expand-button[data-v-fb53cbd2] {
  float: right;
  position: absolute;
  vertical-align: middle;
  right: -10px;
  bottom: 48px;
  width: 48px;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  border-radius: 14px;
  padding-top: 4px;
  background: var(--ion-color-success);
  cursor: pointer;
  overflow: visible;
  z-index: 99999;
  transition: all 0.3s;
}
.np-side-nav .expand-button[data-v-fb53cbd2]:hover {
  background: var(--ion-color-success-shade);
  height: 40px;
  padding-top: 5px;
  bottom: 46px;
}
.np-side-nav .chat-button[data-v-fb53cbd2] {
  position: absolute;
  right: 2px;
  bottom: 96px;
  width: 48px;
  height: 36px;
  border-radius: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: var(--ion-color-tertiary);
  cursor: pointer;
  overflow: visible;
  z-index: 99999;
  transition: all 0.3s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-side-nav .chat-button[data-v-fb53cbd2]:hover {
  background: var(--ion-color-tertiary-shade);
  height: 40px;
  padding-top: 5px;
  bottom: 94px;
}
.np-side-nav .chat-button .chat-button-label[data-v-fb53cbd2] {
  font-size: 12px;
  color: white;
  margin-left: 8px;
}
.np-nav-item[data-v-fb53cbd2] {
  line-height: 39px;
  transition: all 0.5s;
  cursor: pointer;
}
.np-nav-item[data-v-fb53cbd2]:hover {
  background: var(--np-navigation-900);
}
.np-nav-item-selected[data-v-fb53cbd2] {
  background: var(--np-navigation-700);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  margin-left: 8px;
}
.sidebar-text[data-v-fb53cbd2] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onboarding-radial-wrap[data-v-fb53cbd2] {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.onboarding-radial-wrap[data-v-fb53cbd2] .progress-circle {
  display: block;
  line-height: 0;
}
.onboarding-radial-wrap[data-v-fb53cbd2] .progress-circle svg {
  display: block;
  transform: translateY(0px);
}
.onboarding-radial-icon[data-v-fb53cbd2] {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1;
  color: var(--ion-color-secondary);
  pointer-events: none;
}
.onboarding-popover[data-v-fb53cbd2] {
  --width: 320px;
  --background: #1f2a3d;
  --color: #f2f6ff;
  --box-shadow: 0 10px 28px rgba(8, 14, 28, 0.45);
  --border-radius: 12px;
}
.onboarding-popover__card[data-v-fb53cbd2] {
  padding: 12px;
  color: #eef4ff;
}
.onboarding-popover__header[data-v-fb53cbd2] {
  padding: 2px 4px 10px;
}
.onboarding-popover__title-row[data-v-fb53cbd2] {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #f2f6ff;
}
.onboarding-popover__percent[data-v-fb53cbd2] {
  color: #c6d4ef;
}
.onboarding-popover__progress[data-v-fb53cbd2] {
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.onboarding-popover__progress-fill[data-v-fb53cbd2] {
  height: 100%;
  background: #61d89f;
  border-radius: 8px;
  transition: width 0.25s ease;
}
.onboarding-popover__list[data-v-fb53cbd2] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.onboarding-popover__item[data-v-fb53cbd2] {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  color: #eef4ff;
  text-align: left;
  padding: 8px 6px;
  border-radius: 8px;
  cursor: pointer;
}
.onboarding-popover__item[data-v-fb53cbd2]:hover {
  background: rgba(255, 255, 255, 0.08);
}
.onboarding-popover__item-main[data-v-fb53cbd2] {
  flex: 1;
  min-width: 0;
}
.onboarding-popover__item-title[data-v-fb53cbd2] {
  font-size: 14px;
  font-weight: 600;
  color: #f5f9ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onboarding-popover__item-subtitle[data-v-fb53cbd2] {
  font-size: 12px;
  color: #b9c8e6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.onboarding-popover__item-status[data-v-fb53cbd2] {
  color: #9fb3d8;
}
.nav-icon-active[data-v-fb53cbd2] {
  color: white !important;
  filter: drop-shadow(0 0 3px rgba(var(--ion-color-secondary-rgb, 255, 255, 255), 0.9)) drop-shadow(0 0 8px rgba(var(--ion-color-secondary-rgb, 255, 255, 255), 0.9)) drop-shadow(0 0 16px rgba(var(--ion-color-secondary-rgb, 255, 255, 255), 0.63)) drop-shadow(0 0 30px rgba(var(--ion-color-secondary-rgb, 255, 255, 255), 0.45));
}
.np-nav-dock-item[data-v-fb53cbd2] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.pulse[data-v-fb53cbd2] {
  animation: pulse-fb53cbd2 3s infinite;
  position: relative;
  z-index: 500;
}
@keyframes pulse-fb53cbd2 {
0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}