: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: flex;
  height: var(--dyte-space-32, 128px);
  width: var(--dyte-space-32, 128px);
  align-items: center;
  justify-content: center;
  font-size: 28px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--dyte-colors-brand-500, 33 96 253) / var(--tw-bg-opacity));
  color: rgb(var(--dyte-colors-text-on-brand-1000, var(--dyte-colors-text-1000, 255 255 255)));
  overflow: clip;
  border-radius: 9999px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

dyte-icon {
  height: 50%;
  width: 50%;
}

.image-ctr {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --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-600, 255 255 255 / 0.52));
}

img {
  height: var(--dyte-space-0, 0px);
  width: var(--dyte-space-0, 0px);
  -o-object-fit: cover;
     object-fit: cover;
}

img.loaded {
  height: 100%;
  width: 100%;
}

.initials {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

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

.image img {
  display: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image img.loaded {
  display: block;
}

/* Variants */

:host([variant='hexagon']) {
  border-radius: var(--dyte-border-radius-none, 0);
  clip-path: polygon(50% 0, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

:host([variant='square']) {
  border-radius: var(--dyte-border-radius-none, 0);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/** Sizes */

:host([size='sm']) {
  height: var(--dyte-space-14, 56px);
  width: var(--dyte-space-14, 56px);
  font-size: 12px;
}

:host([size='md']) {
  height: var(--dyte-space-28, 112px);
  width: var(--dyte-space-28, 112px);
}

:host([size='lg']) {
  height: var(--dyte-space-32, 128px);
  width: var(--dyte-space-32, 128px);
}
