/* [project]/components/ui/LoadingDots/LoadingDots.module.css [app-client] (css) */
.LoadingDots-module__yaQm_a__root {
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 1.75rem;
}

.LoadingDots-module__yaQm_a__root span {
  height: .5rem;
  width: .5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  animation-name: LoadingDots-module__yaQm_a__blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  margin: 0 2px;
}

.LoadingDots-module__yaQm_a__root span:nth-of-type(2) {
  animation-delay: .2s;
}

.LoadingDots-module__yaQm_a__root span:nth-of-type(3) {
  animation-delay: .4s;
}

@keyframes LoadingDots-module__yaQm_a__blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}


/* [project]/components/ui/Button/Button.module.css [app-client] (css) */
.Button-module__LCT47W__root {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: .125rem;
  border-width: 1px;
  border-color: #0000;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  animation-duration: .15s;
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Button-module__LCT47W__root:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Button-module__LCT47W__root:focus {
  outline: 2px solid #0000;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: .5;
}

.Button-module__LCT47W__root[data-active] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.Button-module__LCT47W__loading {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.Button-module__LCT47W__slim {
  transform: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-transform: none;
}

.Button-module__LCT47W__disabled, .Button-module__LCT47W__disabled:hover {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  filter: grayscale();
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
}


/*# sourceMappingURL=components_ui_bc777e._.css.map*/
