:host {
  line-height: initial;
  font-family: var(--dyte-font-family, sans-serif);

  font-feature-settings: normal;
  font-variation-settings: normal;
}

p {
  margin: var(--dyte-space-0, 0px);
  padding: var(--dyte-space-0, 0px);
}


:host {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--dyte-border-radius-sm, 4px);
  padding: var(--dyte-space-1, 4px);
}

p {
  margin: var(--dyte-space-0, 0px);
  padding-left: var(--dyte-space-2, 8px);
  padding-right: var(--dyte-space-2, 8px);
}

input {
  margin: var(--dyte-space-0, 0px);
  width: var(--dyte-space-6, 24px);
  padding: var(--dyte-space-2, 8px);
  border-width: var(--dyte-border-width-sm, 1px);
  border-style: solid;
  border-color: rgb(var(--dyte-colors-text-600, 255 255 255 / 0.52));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  text-align: center;
  color: rgb(var(--dyte-colors-text-900, 255 255 255 / 0.88));
  border-radius: var(--dyte-border-radius-sm, 4px);
  font-size: 16px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  margin: var(--dyte-space-0, 0px);
  appearance: none;
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
