: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);
}

.scrollbar {
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--dyte-scrollbar-color, rgb(var(--dyte-colors-background-600, 60 60 60)))
    var(--dyte-scrollbar-background, transparent);
}

/* For WebKit */
.scrollbar::-webkit-scrollbar {
  height: var(--dyte-space-1\.5, 6px);
  width: var(--dyte-space-1\.5, 6px);
  border-radius: 9999px;
  background-color: var(--dyte-scrollbar-background, transparent);
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: var(--dyte-scrollbar-color, rgb(var(--dyte-colors-background-600, 60 60 60)));
}

:host::-webkit-scrollbar {
  width: var(--dyte-space-1\.5, 6px);
  border-radius: var(--dyte-border-radius-md, 8px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
}

:host::-webkit-scrollbar-thumb {
  border-radius: var(--dyte-border-radius-md, 8px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-bg-opacity));
}

:host(.stage) {
  box-sizing: border-box;
  display: block;
  width: 512px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
  padding: var(--dyte-space-6, 24px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: auto;
  border-radius: var(--dyte-border-radius-md, 8px);
  line-height: 1.25;
}

:host(.stage) dyte-participant-setup {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}

:host(.stage) .container dyte-button {
  flex-grow: 1;
  padding: var(--dyte-space-1, 4px);
    width: 50%;
}

:host(.stage) .container dyte-button:nth-child(1) {
  margin-right: var(--dyte-space-1\.5, 6px);
}

:host(.stage) .container dyte-button:nth-child(2) {
  margin-left: var(--dyte-space-1\.5, 6px);
}

:host(.stage) h2 {
  font-size: 24px;
  font-weight: 500;
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

:host(.stage) header {
  padding-left: var(--dyte-space-4, 16px);
  padding-right: var(--dyte-space-4, 16px);
}

:host(.stage) .summary {
  padding: var(--dyte-space-4, 16px);
}

.deny-access {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-bg-opacity));
}

.container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-around;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mobile breakpoint */

/* Use mobile styling for portrait views */

@media (orientation: portrait) {
  /* :host {
    @apply p-0;
  }
  .summary {
    @apply w-full p-0;
  } */
}
