.long-press-button[data-v-5dc6ea38] {
  position: relative;
  overflow: hidden;
}
.long-press-button[data-v-5dc6ea38]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(239, 68, 68, 0.3);
  z-index: 0;
  pointer-events: none;
}
.presss-btn-bg-warning[data-v-5dc6ea38]::before {
  background-color: rgba(250, 204, 21, 0.3);
}
.start-progress[data-v-5dc6ea38]::before {
  animation: progress-5dc6ea38 1s linear infinite;
  animation-play-state: running;
}
.long-press-button[data-v-5dc6ea38] .n-button__content {
  position: relative;
  z-index: 1;
}
@keyframes progress-5dc6ea38 {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}