: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 {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
}

input {
}

* {
  box-sizing: border-box;
}

.ctr {
  margin-top: var(--dyte-space-2, 8px);
  margin-bottom: var(--dyte-space-2, 8px);
  box-sizing: border-box;
  padding-left: var(--dyte-space-3, 12px);
  padding-right: var(--dyte-space-3, 12px);
  padding-top: var(--dyte-space-0, 0px);
  padding-bottom: var(--dyte-space-0, 0px);
  overflow-y: auto;
  flex-grow: 1;
  flex-basis: 0;
}
.ctr.virtualised {
  overflow-y: hidden;
}

.search {
  position: sticky;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: var(--dyte-border-radius-sm, 4px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-bg-opacity));
  margin-left: var(--dyte-space-3, 12px);
  margin-right: var(--dyte-space-3, 12px);
  margin-top: var(--dyte-space-0, 0px);
  margin-bottom: var(--dyte-space-0, 0px);
}

.search dyte-icon {
  margin-left: var(--dyte-space-2, 8px);
  margin-right: var(--dyte-space-2, 8px);
  height: var(--dyte-space-5, 20px);
  width: var(--dyte-space-5, 20px);
  color: rgb(var(--dyte-colors-text-600, 255 255 255 / 0.52));
}

.search input {
  box-sizing: border-box;
  height: var(--dyte-space-9, 36px);
  width: 100%;
  padding-right: var(--dyte-space-2, 8px);
  border-width: var(--dyte-border-width-none, 0);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-700, 44 44 44) / var(--tw-bg-opacity));
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: var(--dyte-border-radius-sm, 4px);
  font-size: 14px;
}

.search input::-moz-placeholder {
  color: rgb(var(--dyte-colors-text-800, 255 255 255 / 0.76));
}

.search input::placeholder {
  color: rgb(var(--dyte-colors-text-800, 255 255 255 / 0.76));
}

:host([size='md']) .search {
  margin-top: var(--dyte-space-4, 16px) !important;
  margin-bottom: var(--dyte-space-4, 16px) !important;
}

:host([size='sm']) .search {
  margin-top: var(--dyte-space-4, 16px) !important;
  margin-bottom: var(--dyte-space-4, 16px) !important;
}
.no-pending-requests {
  margin-top: var(--dyte-space-4, 16px);
  margin-bottom: var(--dyte-space-4, 16px);
  text-align: center;
  font-size: 12px;
  color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
}
