.dialog-nnDbXk_L {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  text-align: left;
}
html.theme-dark .dialog-nnDbXk_L {
  background-color: #1e222d;
}
.dialog-nnDbXk_L.rounded-nnDbXk_L {
  border-radius: 6px;
}
.dialog-nnDbXk_L.shadowed-nnDbXk_L {
  box-shadow: 0 2px 4px #0003;
}
html.theme-dark .dialog-nnDbXk_L.shadowed-nnDbXk_L {
  box-shadow: 0 2px 4px #0006;
}
.dialog-nnDbXk_L.fullscreen-nnDbXk_L {
  bottom: 0;
  height: 100%;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.dialog-nnDbXk_L.darker-nnDbXk_L {
  background-color: #fff;
}
html.theme-dark .dialog-nnDbXk_L.darker-nnDbXk_L {
  background-color: #131722;
}
.backdrop-nnDbXk_L {
  background-color: #9598a1;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateZ(0);
  z-index: -1;
}
html.theme-dark .backdrop-nnDbXk_L {
  background-color: #0c0e15;
}
.dialog-UExGRfA_ {
  max-width: 380px;
  min-width: 280px;
  position: fixed;
  width: 100%;
}
.dialog-UExGRfA_ [data-dragg-area="true"] {
  cursor: grab;
}
.dialog-UExGRfA_ [data-dragg-area="true"].dragging-UExGRfA_ {
  cursor: grabbing;
}
.dialogAnimatedAppearance-UExGRfA_ {
  animation-duration: 0.3s;
  animation-name: dialogAnimation-UExGRfA_;
  transform-origin: 0 0;
}
@keyframes dialogAnimation-UExGRfA_ {
  0% {
    opacity: 0;
    transform: translate(var(--animationTranslateStartX), var(--animationTranslateStartY)) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(var(--animationTranslateEndX), var(--animationTranslateEndY)) scale(1);
  }
}
.dialogTooltip-UExGRfA_ {
  color: #fff;
  font-size: 14px;
  left: 50%;
  line-height: 21px;
  max-width: 540px;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: max-content;
}
@media screen and (max-width: 768px) {
  .dialogTooltip-UExGRfA_ {
    max-width: 240px;
  }
}
