: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 {
  box-sizing: border-box;
  padding: var(--dyte-space-4, 16px);
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: center;

  --dyte-controlbar-button-background-color: rgb(var(--dyte-colors-background-700, 44 44 44));
}

.container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: var(--dyte-space-4, 16px);
}

.metadata {
  width: 100%;
  max-width: var(--dyte-space-80, 320px);
}

.label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.label p {
  margin-top: var(--dyte-space-0, 0px);
  margin-bottom: var(--dyte-space-2, 8px);
  display: inline-block;
  font-size: 16px;
}

.container-tile {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 584px;
  flex-direction: column;
  gap: var(--dyte-space-2, 8px);
}

.name {
  margin: var(--dyte-space-0, 0px);
  margin-bottom: var(--dyte-space-6, 24px);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

input {
  margin-bottom: var(--dyte-space-6, 24px);
  display: block;
  height: var(--dyte-space-10, 40px);
  width: 100%;
  max-width: var(--dyte-space-80, 320px);
  border-radius: var(--dyte-border-radius-sm, 4px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-1000, 8 8 8) / var(--tw-bg-opacity));
  padding-left: var(--dyte-space-3, 12px);
  padding-right: var(--dyte-space-3, 12px);
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
  box-sizing: border-box;
  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::-moz-placeholder {
  color: rgb(var(--dyte-colors-text-600, 255 255 255 / 0.52));
}

input::placeholder {
  color: rgb(var(--dyte-colors-text-600, 255 255 255 / 0.52));
}

input {
  border: var(--dyte-border-width-sm, 1px) solid rgb(var(--dyte-colors-background-600, 60 60 60));
}

input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(var(--dyte-colors-brand-500, 33 96 253) / var(--tw-border-opacity));
}

dyte-spinner {
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
  --icon-size: var(--dyte-space-8, 32px);
}

:host([size='sm']) .container, 
:host([size='md']) .container {
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}

:host([size='sm']) .container-tile, 
:host([size='md']) .container-tile {
  height: -moz-min-content;
  height: min-content;
  flex-direction: column;
  justify-content: center;
}

dyte-participant-tile {
  height: auto;
  width: 100%;
  max-width: 584px;
}

.media-selectors {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media-selectors .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.no-network-badge {
  margin-top: var(--dyte-space-2, 8px);
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--dyte-border-radius-sm, 4px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));
  background-color: rgba(var(--dyte-colors-danger, 255 45 45) / 0.1);
  padding-top: var(--dyte-space-1, 4px);
  padding-bottom: var(--dyte-space-1, 4px);
  font-size: 12px;
  color: rgba(var(--dyte-colors-danger, 255 45 45) / 0.75);
}

.no-network-badge dyte-icon {
  margin-left: var(--dyte-space-2, 8px);
  margin-right: var(--dyte-space-2, 8px);
}
