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