: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 {
  width: 100%;
}

.emoji-parent {
  box-sizing: border-box;
  display: inline-flex;
  height: var(--dyte-space-64, 256px);
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  padding: var(--dyte-space-2, 8px);
  padding-bottom: var(--dyte-space-0, 0px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

.close-parent {
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  padding: var(--dyte-space-0, 0px);
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}

#emoji-grid {
  margin-top: var(--dyte-space-2, 8px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  grid-auto-rows: minmax(min-content, max-content);
}

#loader {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

input {
  display: block;
  height: var(--dyte-space-8, 32px);
  padding-left: var(--dyte-space-2, 8px);
  padding-right: var(--dyte-space-2, 8px);
  font-size: 14px;
  border-width: var(--dyte-border-width-none, 0);
  border-style: solid;
  border-style: none;
  border-color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-background-800, 30 30 30) / var(--tw-bg-opacity));
  color: rgb(var(--dyte-colors-text-900, 255 255 255 / 0.88));
}

input::-moz-placeholder {
  color: rgb(var(--dyte-colors-text-700, 255 255 255 / 0.64));
}

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

input {
  border-radius: var(--dyte-border-radius-sm, 4px);
  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;

  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-300, 73 124 253) / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(var(--dyte-colors-brand-300, 73 124 253) / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}

.emoji {
  height: var(--dyte-space-10, 40px);
  width: var(--dyte-space-10, 40px);
  font-size: 20px;
  color: rgb(var(--dyte-colors-text-1000, 255 255 255));
}
