button:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}

.R044Q04iz5RdVesnYi4jxw\=\= {
  position: relative;
  display: inline-block;
}

.swyWpxyRSAoDF7GY6VLzXw\=\= {
  cursor: pointer;
  font-size: 30px; /* Icon size */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.FyqjZLXcKwj169BBkNmeIQ\=\= {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 30px 60px 0px rgba(164, 172, 178, 0.2);
  z-index: 1;
  border-radius: 8px;
}

.uCm\+DY-xJQ\+KbNbZCU7\+jg\=\= {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
}

.uCm\+DY-xJQ\+KbNbZCU7\+jg\=\=:hover {
  background-color: #f1f1f1;
}

.uCm\+DY-xJQ\+KbNbZCU7\+jg\=\=:first-child:hover {
  border-radius: 8px 8px 0 0;
}

.uCm\+DY-xJQ\+KbNbZCU7\+jg\=\=:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.qwLRhBolqi8yifTSRpOTTQ\=\= {
  color: #ebebec;
  margin: 0 10%;
}

/* Odometer roll for the seconds chip (Figma 31155:18841). A style module rather
   than Tailwind because of the keyframes and the custom easing.

   The strip stacks the outgoing value above the incoming one and travels up by
   exactly one line-height, so a falling count reads as rolling upward. Keep
   1.375rem in step with the strip's row height in seconds-reel, or the roll
   lands off-register. `forwards` stops a mid-animation re-render snapping back. */
.h82ll8G5HngML4ydJL-GDA\=\= {
  animation: VvY38ve5fKxn4RBwKUxxlg\=\= 230ms cubic-bezier(0.5, 0, 0.5, 1) forwards;
}
@keyframes VvY38ve5fKxn4RBwKUxxlg\=\= {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-1.375rem);
  }
}
/* Reduced motion: land on the new value without travelling. */
@media (prefers-reduced-motion: reduce) {
  .h82ll8G5HngML4ydJL-GDA\=\= {
    animation-duration: 1ms;
  }
}

/* Pill fill (Figma 31150:12852) — radial wash from white out to green-300 at
   70%. A style module because Tailwind has no gradient stop for this. */
._6J9l9L9ebGwvld5a6\+oDBg\=\= {
  background: radial-gradient(
    ellipse at center,
    var(--white, #fff) 0%,
    rgb(219 240 233 / 70%) 100%
  );
}
/* No paused pill in the design, so reuse the paused chips' neutral grey. */
._2LGiwwbbykRCWfotnBvQFQ\=\= {
  background: var(--grey-100);
}

.drop-zone-wrapper {
  display: inline-block;
  width: 100%;
}

.drop-zone-wrapper input {
  display: none;
}

.drop-zone-wrapper.hover {
  transform: scale(0.95);
}

.drop-zone-wrapper:hover {
  cursor: pointer;
}

.loader-background {
  margin-top: 2.5rem;
  height: 5rem;
  width: 5rem;
  background: white !important;
}

span[class^='dot-'] {
  opacity: 0;
}

.dot-one {
  animation: dot-one 2s infinite linear;
}

.dot-two {
  animation: dot-two 2s infinite linear;
}

.dot-three {
  animation: dot-three 2s infinite linear;
}

@keyframes dot-one {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-three {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.drop-zone-area {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 1.25rem;

  background-color: #f8fbff;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%234996FCFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
}

.drop-zone-text {
  margin-top: 0.25rem;
  text-align: center;
}

.drop-zone-text > .drop-icon {
    filter: invert(97%) sepia(3%) saturate(6%) hue-rotate(77deg) brightness(98%)
      contrast(79%);
    width: 60px;
  }

.drop-zone-text > p {
  font-size: 1rem;
}

.drop-zone-text {
  width: 100%;
}

.drop-zone-text-color {
  color: #0081e5;
}

.drop-zone-text-blue-color {
  color: var(--mint-gray-900);
}

.drop-zone-text-disabled {
  color: lightgray;
}

.browse-file-button {
  float: left;
  margin-left: 0px;
  margin-top: 1.25rem;
}

.QjKxE6UogS68BYvj3sz\+fw\=\= {
  position: absolute;
  padding: 0.25rem;
  text-align: left;
  white-space: normal;
  color: #fff;
  background: black;
  border-radius: 6px;
  right: 0px;
  z-index: 20;
  transition: opacity 0.3s;
}

.fP8laSKHcHWJGQ8oZPDoJg\=\= {
  transform: rotate(-135deg);
  width: 10px;
  height: 15px;
  background-image: -webkit-linear-gradient(135deg, black 50%, transparent 50%);
  right: 10px;
  top: -6px;
  z-index: 0;
}

