@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Presentation/Web/Components/IconeCopiar/IconeCopiar.razor.rz.scp.css */
.botao-copiar[b-ba2fud4l6d] {
  cursor: pointer;
}

.botao-copiar:hover[b-ba2fud4l6d] {
  color: #0d6efd;
}

.botao-copiar:active[b-ba2fud4l6d] {
  color: rgb(108, 221, 108);
}
/* /Presentation/Web/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kumvvacgz5] {
  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-kumvvacgz5] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Presentation/Web/Pages/AI/Chat/Index.razor.rz.scp.css */
/* Efeito visual quando uma habilidade está ativa no chat.
   Glow roxo pulsante em harmonia com bg-gradient-1 (azul). */
.skill-active-glow[b-a7us1umdjk] {
  border: 1px solid rgba(138, 43, 226, 0.6) !important;
  box-shadow:
    0 0 0 2px rgba(138, 43, 226, 0.25),
    0 0 18px 2px rgba(138, 43, 226, 0.55);
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  animation: skill-pulse-b-a7us1umdjk 2.4s ease-in-out infinite;
}

@keyframes skill-pulse-b-a7us1umdjk {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(138, 43, 226, 0.2),
      0 0 14px 1px rgba(138, 43, 226, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(138, 43, 226, 0.35),
      0 0 24px 4px rgba(138, 43, 226, 0.7);
  }
}

.no-styled-input[b-a7us1umdjk] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  outline: none;
  background: transparent;

  font: inherit;
  color: inherit;
}

.no-styled-button[b-a7us1umdjk] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  outline: none;
  background: transparent;

  font: inherit;
  color: inherit;

  cursor: pointer;
}

/* Botão de copiar mensagem no chat — aparece suavemente no hover do card */
.chat-message-card[b-a7us1umdjk] {
  position: relative;
  transition: box-shadow 0.25s ease;
}

.chat-message-actions[b-a7us1umdjk] {
  position: absolute;
  bottom: 6px;
  right: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.chat-message-card:hover .chat-message-actions[b-a7us1umdjk] {
  opacity: 1;
}

.chat-copy-btn[b-a7us1umdjk] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

/* Variantes de cor conforme o remetente */
.bg-gradient-1 .chat-copy-btn[b-a7us1umdjk] {
  background: rgba(255, 255, 255, 0.22);
  color: var(--text-color-soft);
}

.chat-copy-btn:hover[b-a7us1umdjk] {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.12);
}

.bg-gradient-1 .chat-copy-btn:hover[b-a7us1umdjk] {
  background: rgba(255, 255, 255, 0.38);
}

.chat-copy-btn:active[b-a7us1umdjk] {
  transform: scale(0.95);
}
/* /Presentation/Web/Pages/AI/ChatV2/Index.razor.rz.scp.css */
/* Efeito visual quando uma habilidade está ativa no chat.
   Glow roxo pulsante em harmonia com bg-gradient-1 (azul). */
.skill-active-glow[b-mtdcfpxiuv] {
  border: 1px solid rgba(138, 43, 226, 0.6) !important;
  box-shadow:
    0 0 0 2px rgba(138, 43, 226, 0.25),
    0 0 18px 2px rgba(138, 43, 226, 0.55);
  transition:
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  animation: skill-pulse-b-mtdcfpxiuv 2.4s ease-in-out infinite;
}

@keyframes skill-pulse-b-mtdcfpxiuv {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(138, 43, 226, 0.2),
      0 0 14px 1px rgba(138, 43, 226, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(138, 43, 226, 0.35),
      0 0 24px 4px rgba(138, 43, 226, 0.7);
  }
}

.no-styled-input[b-mtdcfpxiuv] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  outline: none;
  background: transparent;

  font: inherit;
  color: inherit;
}

.no-styled-button[b-mtdcfpxiuv] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  border: none;
  outline: none;
  background: transparent;

  font: inherit;
  color: inherit;

  cursor: pointer;
}

/* Botão de copiar mensagem no chat — aparece suavemente no hover do card */
.chat-message-card[b-mtdcfpxiuv] {
  position: relative;
  transition: box-shadow 0.25s ease;
}

.chat-message-actions[b-mtdcfpxiuv] {
  position: absolute;
  bottom: 6px;
  right: 8px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.chat-message-card:hover .chat-message-actions[b-mtdcfpxiuv] {
  opacity: 1;
}

.chat-copy-btn[b-mtdcfpxiuv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

/* Variantes de cor conforme o remetente */
.bg-gradient-1 .chat-copy-btn[b-mtdcfpxiuv] {
  background: rgba(255, 255, 255, 0.22);
  color: var(--text-color-soft);
}

.chat-copy-btn:hover[b-mtdcfpxiuv] {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.12);
}

.bg-gradient-1 .chat-copy-btn:hover[b-mtdcfpxiuv] {
  background: rgba(255, 255, 255, 0.38);
}

.chat-copy-btn:active[b-mtdcfpxiuv] {
  transform: scale(0.95);
}

.chat-input-textarea[b-mtdcfpxiuv] {
  min-height: 84px;
  resize: vertical;
}

.pending-attachments[b-mtdcfpxiuv] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow: auto;
}

.pending-attachment-item[b-mtdcfpxiuv],
.chat-attachment-item[b-mtdcfpxiuv] {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.06);
}

.pending-attachment-thumb[b-mtdcfpxiuv],
.chat-attachment-thumb[b-mtdcfpxiuv] {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
}

.pending-attachment-icon[b-mtdcfpxiuv],
.chat-attachment-icon[b-mtdcfpxiuv] {
  font-size: 1.15rem;
  opacity: 0.85;
}

.pending-attachment-meta[b-mtdcfpxiuv],
.chat-attachment-meta[b-mtdcfpxiuv] {
  min-width: 0;
  flex: 1;
}

.pending-attachment-name[b-mtdcfpxiuv],
.chat-attachment-name[b-mtdcfpxiuv] {
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pending-attachment-type[b-mtdcfpxiuv],
.chat-attachment-type[b-mtdcfpxiuv] {
  font-size: 0.75rem;
  opacity: 0.75;
}

.pending-attachment-remove[b-mtdcfpxiuv] {
  border: none;
  background: transparent;
  color: inherit;
  opacity: 0.75;
}

.pending-attachment-remove:hover[b-mtdcfpxiuv] {
  opacity: 1;
}

.attachment-download-link[b-mtdcfpxiuv] {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

.attachment-download-link:hover[b-mtdcfpxiuv] {
  opacity: 1;
}

.chat-attachments[b-mtdcfpxiuv] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
/* /Presentation/Web/Pages/Dashboards/MeusClientes/_LInhaDaTabelaDeClientes.razor.rz.scp.css */
tr.highlight td[b-xw67nlouzk] {
  background-color: rgb(71, 71, 227);
  color: white;
}
