: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 {
  height: 100%;
  width: 100%;
  max-width: var(--dyte-space-96, 384px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  border-width: var(--dyte-border-width-sm, 1px);
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-border-opacity));
}

:host([view='sidebar']) {
  right: var(--dyte-space-2, 8px);
  overflow: clip;
  border-radius: var(--dyte-border-radius-lg, 12px);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(var(--dyte-colors-background-900, 26 26 26));
  --tw-shadow: var(--tw-shadow-colored);
}

:host([view='full-screen']) {
  top: var(--dyte-space-0, 0px);
  right: var(--dyte-space-0, 0px);
  bottom: var(--dyte-space-0, 0px);
  left: var(--dyte-space-0, 0px);
  max-width: 100%;
}

:host(.floating) {
  position: absolute !important;
  top: var(--dyte-space-0, 0px);
  right: var(--dyte-space-0, 0px);
  bottom: var(--dyte-space-0, 0px);
  left: var(--dyte-space-0, 0px);
  left: auto;
  z-index: 50;
}

.pinned-state {
  position: absolute;
  right: var(--dyte-space-1, 4px);
  display: inline-flex;
  width: var(--dyte-space-2, 8px);
  justify-content: flex-end;
}
