@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Components/Controls/PreviewCard.razor.rz.scp.css */
[b-5151hf0qrp] .card {
  width: 100px;
  height: 100px;
  padding: 0px;
}

[b-5151hf0qrp] .card .image {
  height: 80px;
  text-align: center;
  align-content: space-evenly;
  position: relative;
}

[b-5151hf0qrp] .card .image .clipboard-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--colorNeutralBackground1);
  border-radius: var(--borderRadiusSmall);
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.09 2c.2-.58.76-1 1.41-1h3c.65 0 1.2.42 1.41 1h.59c.83 0 1.5.67 1.5 1.5v10c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 0 1 3 13.5v-10C3 2.67 3.67 2 4.5 2h.59ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3ZM5.09 3H4.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-.59c-.2.58-.76 1-1.41 1h-3a1.5 1.5 0 0 1-1.41-1Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body[data-theme='dark'] div[b-5151hf0qrp]  .card .image .clipboard-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.09 2c.2-.58.76-1 1.41-1h3c.65 0 1.2.42 1.41 1h.59c.83 0 1.5.67 1.5 1.5v10c0 .83-.67 1.5-1.5 1.5h-7A1.5 1.5 0 0 1 3 13.5v-10C3 2.67 3.67 2 4.5 2h.59ZM6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3ZM5.09 3H4.5a.5.5 0 0 0-.5.5v10c0 .28.22.5.5.5h7a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5h-.59c-.2.58-.76 1-1.41 1h-3a1.5 1.5 0 0 1-1.41-1Z' fill='white'/%3E%3C/svg%3E");
}

[b-5151hf0qrp] .card .image:hover .clipboard-icon {
  opacity: 1;
}

[b-5151hf0qrp] .card .name {
  height: 20px;
  display: block;
  background-color: var(--colorNeutralBackground4);
  text-align: center;
  font-size: var(--fontSizeBase200);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px 0px var(--borderRadiusMedium) var(--borderRadiusMedium);
}

/* Animation for copy feedback */
[b-5151hf0qrp] .card .image.copied {
  animation: copyPulse-b-5151hf0qrp 0.6s ease-out;
}

@keyframes copyPulse-b-5151hf0qrp {
  0% {
    transform: scale(1);
    background-color: transparent;
  }

  50% {
    transform: scale(1.1);
    background-color: var(--colorBrandBackground2);
  }

  100% {
    transform: scale(1);
    background-color: transparent;
  }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.container[b-p97ub57kvv] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 100%;
}

.header[b-p97ub57kvv] {
  padding: 12px;
}

.body[b-p97ub57kvv] {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}

.footer[b-p97ub57kvv] {
  padding: 12px;
  text-align: center;
}


#blazor-error-ui[b-p97ub57kvv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p97ub57kvv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/EmojiExplorer.razor.rz.scp.css */
[b-cl6zzaza8h] .help {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
}
/* /Components/Pages/IconExplorer.razor.rz.scp.css */
[b-ubqx8uozvc] .help {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
}
