: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: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.leave-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--dyte-border-radius-md, 8px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-900, 26 26 26) / var(--tw-bg-opacity));
  padding: var(--dyte-space-4, 16px);
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

.leave-modal .header h2 {
  margin: var(--dyte-space-0, 0px);
  margin-bottom: var(--dyte-space-3, 12px);
}

.leave-modal .content {
  font-size: 14px;
}

.leave-message p {
  margin-top: var(--dyte-space-3, 12px);
  margin-bottom: var(--dyte-space-3, 12px);
}

.leave-meeting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--dyte-space-2, 8px);
}

.leave-meeting dyte-button {
  flex: 1 1 0%;
}

.end-meeting {
  margin-top: var(--dyte-space-2, 8px);
}

.message {
  margin-bottom: var(--dyte-space-4, 16px);
}

label {
  display: flex;
  align-items: center;
}

input[type='checkbox'] {
  margin-right: var(--dyte-space-2, 8px);
  accent-color: rgb(var(--dyte-colors-brand-500, 33 96 253));
}
