/* [project]/UIKit/packages/components/Label/Label.module.scss.module.css [app-client] (css) */
.Label-module-scss-module__jyS20G__Label:not([data-focus-modality="pointer"] *):has(input:focus-visible, textarea:focus-visible, select:focus-visible, [role="combobox"]:focus-visible, [role="spinbutton"]:focus-visible) {
  outline-offset: var(--focus-ring-offset);
  outline: auto;
}

.Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__ReadOnly, .Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__Disabled {
  pointer-events: none;
  opacity: .4;
}

.Label-module-scss-module__jyS20G__Label:has(input:disabled, textarea:disabled, select:disabled, [role="combobox"]:disabled) {
  pointer-events: none;
  opacity: .4;
}

.Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__ReadOnly, .Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__ReadOnly *, .Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__Disabled, .Label-module-scss-module__jyS20G__Label.Label-module-scss-module__jyS20G__Disabled * {
  cursor: not-allowed;
}

.Label-module-scss-module__jyS20G__Label:has(input:disabled, textarea:disabled, select:disabled, [role="combobox"]:disabled) {
  cursor: not-allowed;
}

.Label-module-scss-module__jyS20G__Label:has(input:disabled, textarea:disabled, select:disabled, [role="combobox"]:disabled) * {
  cursor: not-allowed;
}

.Label-module-scss-module__jyS20G__VisuallyHidden {
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

/* [project]/UIKit/packages/components/Input/Input.module.scss.module.css [app-client] (css) */
.Input-module-scss-module__oyLtBW__Input {
  width: 100%;
  outline: 0 !important;
}

.Input-module-scss-module__oyLtBW__Input::placeholder {
  color: var(--placeholder-color, currentColor);
  opacity: var(--placeholder-opacity, .4);
}

.Input-module-scss-module__oyLtBW__NumberWithStepper {
  appearance: textfield;
}

.Input-module-scss-module__oyLtBW__NumberWithStepper::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.Input-module-scss-module__oyLtBW__NumberWithStepper::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

/* [project]/UIKit/packages/components/Textarea/Textarea.module.scss.module.css [app-client] (css) */
.Textarea-module-scss-module__chbjNa__Textarea {
  resize: none;
  width: 100%;
  outline: 0 !important;
}

.Textarea-module-scss-module__chbjNa__Textarea::placeholder {
  color: var(--placeholder-color, currentColor);
  opacity: var(--placeholder-opacity, .4);
}

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