: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;
  height: 100%;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--dyte-border-radius-lg, 12px);
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

header {
  display: flex;
  height: var(--dyte-space-8, 32px);
  align-items: center;
  justify-content: space-between;
  padding-left: var(--dyte-space-3, 12px);
  padding-right: var(--dyte-space-3, 12px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-900, 26 26 26) / var(--tw-bg-opacity));
}

header > div {
  display: flex;
  align-items: center;
}

dyte-button {
  display: flex;
  height: var(--dyte-space-5, 20px);
  width: var(--dyte-space-5, 20px);
  flex-direction: column;
  align-items: center;
  border-radius: 9999px;
}

dyte-button dyte-icon {
  height: var(--dyte-space-3, 12px);
  width: var(--dyte-space-3, 12px);
}

iframe {
  display: block;
  flex: 1 1 0%;
  margin: var(--dyte-space-0, 0px);
  border-width: var(--dyte-border-width-none, 0);
  border-style: none;
  padding: var(--dyte-space-0, 0px);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-video-bg, 24 24 24) / var(--tw-bg-opacity));
}

.iframe-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.block-inputs {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-left-width: var(--dyte-border-width-none, 0);
  border-top-width: var(--dyte-border-width-lg, 4px);
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(var(--dyte-colors-danger, 255 45 45) / var(--tw-border-opacity));
}

iframe {
  height: 100%;
  width: 100%;
}
