/* Custom */
.popover[data-v-d85b17cc] {
  position: absolute;
  z-index: 2350;
  max-width: 28.75rem;
  padding: 0;
  overflow: hidden;
  font-size: 0.875rem;
  border: 1px solid var(--theme-color-border-divider-primary);
  border-radius: 8px;
  box-shadow: var(--theme-shadow-primary);
  transition: opacity 0.2s ease;
}
.popover--primary[data-v-d85b17cc] {
  background-color: var(--theme-color-surface-primary-default);
}
.popover--secondary[data-v-d85b17cc] {
  color: var(--theme-color-text-inversed);
  background-color: var(--theme-color-surface-inversed-secondary);
}
.popover--mate-gray[data-v-d85b17cc] {
  color: var(--theme-color-text-always-white);
  background-color: var(--theme-color-surface-inversed-secondary);
  backdrop-filter: blur(30px);
}
.popover-enter-from[data-v-d85b17cc],
.popover-leave-to[data-v-d85b17cc] {
  opacity: 0;
}