: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 {
  margin-left: var(--dyte-space-2, 8px);
  margin-right: var(--dyte-space-2, 8px);
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 16px;
}

:host([size='sm']) {
  margin-left: var(--dyte-space-1, 4px);
  margin-right: var(--dyte-space-1, 4px);
  font-size: 12px;
}

:host([size='sm']) .center {
  margin-left: var(--dyte-space-0, 0px);
  margin-right: var(--dyte-space-0, 0px);
}

:host([size='sm']) dyte-button {
  height: var(--dyte-space-7, 28px);
  width: var(--dyte-space-7, 28px);
}

:host([size='sm']) dyte-button dyte-icon {
  height: var(--dyte-space-4, 16px);
  width: var(--dyte-space-4, 16px);
}

dyte-button {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.center {
  margin-left: var(--dyte-space-2, 8px);
  margin-right: var(--dyte-space-2, 8px);
  color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
}

.center .page {
  color: rgb(var(--dyte-colors-text-900, 255 255 255 / 0.88));
}

.center .slash {
  margin-left: var(--dyte-space-0\.5, 2px);
  margin-right: var(--dyte-space-0\.5, 2px);
}

.center .pages {
  align-self: flex-end;
  font-size: 12px;
}

:host([variant='rounded']) {
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
}

:host([variant='rounded']) dyte-button {
  border-radius: 9999px;
  border-width: var(--dyte-border-width-none, 0);
  border-style: none;
  background-color: transparent;
  color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:host([variant='rounded']) dyte-button:not([disabled]):hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-600, 60 60 60) / var(--tw-bg-opacity));
}

:host([variant='rounded']) dyte-button:not([disabled]):focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-600, 60 60 60) / var(--tw-bg-opacity));
}

:host([variant='grid']) {
  margin-left: var(--dyte-space-0, 0px);
  margin-right: var(--dyte-space-0, 0px);
}

:host([variant='grid']) dyte-button {
  position: absolute;
  top: 50%;
  height: var(--dyte-space-20, 80px);
  width: var(--dyte-space-20, 80px);
  opacity: 0.2;
  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;
}

:host([variant='grid']) dyte-button:hover {
  opacity: 1;
}

:host([variant='grid']) dyte-button {
    transform: translateY(-50%);
  }

:host([variant='grid']) dyte-button.prev {
  left: var(--dyte-space-0, 0px);
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:host([variant='grid']) dyte-button.next {
  right: var(--dyte-space-0, 0px);
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

:host([variant='grid']) dyte-button.auto {
  left: var(--dyte-space-0, 0px);
  right: var(--dyte-space-0, 0px);
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

:host([variant='grid']) .dots {
  position: absolute;
  left: 50%;
  bottom: var(--dyte-space-3, 12px);
  display: flex;
  align-items: center;
    transform: translateX(-50%);
}

:host([variant='grid']) .dots .dot {
  margin-right: var(--dyte-space-2, 8px);
  height: var(--dyte-space-2, 8px);
  width: var(--dyte-space-2, 8px);
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-bg-opacity));
}

:host([variant='grid']) .dots .dot:last-child {
  margin-right: var(--dyte-space-0, 0px);
}

:host([variant='grid']) .dots .dot.active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));
}

:host([variant='grid'][size='sm']) dyte-button {
  height: var(--dyte-space-14, 56px);
  width: var(--dyte-space-14, 56px);
  opacity: 0.1;
}
