.dialog__backdrop {
  height: var(--app-height);
  min-height: var(--app-height);
  max-height: var(--app-height);
  transform-origin: bottom center;
  position: relative;
  z-index: -1;
}.floating-btn[data-v-7d30fd3d] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 38px;
}
.grow-from-point-enter-active[data-v-7d30fd3d],
.grow-from-point-leave-active[data-v-7d30fd3d] {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.grow-from-point-enter[data-v-7d30fd3d],
.grow-from-point-leave-to[data-v-7d30fd3d] {
  transform: scale(0);
}
.grow-enter-active[data-v-7d30fd3d],
.grow-leave-active[data-v-7d30fd3d],
.shrink-on-leave-leave-active[data-v-7d30fd3d] {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.grow-enter[data-v-7d30fd3d],
.grow-leave-to[data-v-7d30fd3d],
.shrink-on-leave-leave-to[data-v-7d30fd3d] {
  transform: translateY(100%);
}.chip-container .icon_container {
  --size: 24px;
  width: var(--size);
  height: var(--size);
}
.chip-container .icon_container .icon {
  height: 100%;
  width: 100%;
  object-fit: cover;
}