.view .top {
  background-color: #012A49;
}

.view .top .left {
  color: #FFF
}

.view .top .api-meta {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: 320px;
}

.view .top .api-host {
  float: none;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  margin-left: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view .top .build-info {
  margin-left: 0;
  font-size: 11px;
  line-height: 1.35;
}

.view .top .build-front {
  color: rgba(255, 255, 255, 0.75);
}

.view .user-info {
  margin-top: -8px;
}

.view .user-info .title {
  color: #FFF;
}

.view .user-info .subtitle {
  color: #00AAFF;
  background: #FFF;
  border-radius: 6px;
  padding: 4px 14px;
  text-align: center;
  font-size: 12px;
}

.icon-center {
  font-size: 18px;
  left: 5px;
}

input[type="number"],
select,
textarea,
input[type="password"] {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 12px;
  color: #333;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="number"]:focus,
select:focus,
textarea:focus,
input[type="password"]:focus {
  border-color: #62b4af;
  box-shadow: 0 0 0 3px rgba(98, 180, 175, 0.2);
  outline: none;
}

.fontPrint {
  font-size: 14px !important;
}

.marginRelatorio {
  margin-top: 10px
}

.sh-select-loading-below {
  font-size: 12px;
  color: #6b7280;
  padding: 6px 4px 0 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sh-select-loading-below .sh-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #d1d5db;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: sh-spin 0.7s linear infinite;
}

@keyframes sh-spin {
  to {
    transform: rotate(360deg);
  }
}

.table {
  margin-bottom: 2px !important;
}

.conceitos-page {
  max-width: 900px;
}

.conceitos-header {
  margin-bottom: 24px;
}

.conceitos-intro {
  color: #6b7280;
  font-size: 14px;
  margin-top: -8px;
}

.knowledge-block {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.knowledge-block-header {
  padding: 16px 20px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.knowledge-block-header:hover {
  background-color: #f9fafb;
}

.knowledge-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.knowledge-block-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #012A49;
}

.knowledge-block-icon {
  display: inline-block;
  color: #62b4af;
  font-size: 14px;
  transition: transform 0.15s ease;
}

.knowledge-block-icon.is-open {
  transform: rotate(90deg);
}

.knowledge-block-resumo {
  margin: 8px 0 0 22px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.knowledge-block-tags {
  margin: 10px 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.knowledge-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #0369a1;
  background: #e0f2fe;
  border-radius: 4px;
  padding: 2px 8px;
}

.knowledge-block-body {
  border-top: 1px solid #e5e7eb;
  padding: 8px 20px 16px;
  background: #fafbfc;
}

.knowledge-section {
  padding: 12px 0;
  border-bottom: 1px solid #eef0f2;
}

.knowledge-section:last-child {
  border-bottom: none;
}

.knowledge-section h5 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #374151;
}

.knowledge-section p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.knowledge-section p:last-child {
  margin-bottom: 0;
}

.knowledge-section code {
  font-size: 13px;
  color: #b45309;
  background: #fff7ed;
  padding: 1px 5px;
  border-radius: 3px;
}

.th-with-help {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.column-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  min-width: 15px;
  padding: 0;
  border: 1px solid #93c5fd;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  opacity: 1;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.th-with-help:hover .column-help,
.column-help:hover {
  background: #dbeafe;
  border-color: #60a5fa;
  color: #1d4ed8;
}

.column-help-bubble {
  position: fixed;
  z-index: 10050;
  transform: translateX(-50%);
  max-width: 195px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  color: #475569;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.07);
  pointer-events: none;
}

.sync-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 4px;
  padding: 3px 8px;
}

.sync-badge--yes {
  color: #166534;
  background: #dcfce7;
}

.sync-badge--no {
  color: #b45309;
  background: #ffedd5;
}

.sync-badge--unknown {
  color: #64748b;
  background: #f1f5f9;
}

.sync-id-cell {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: monospace;
  font-size: 12px;
}

@media print {
  .titleRelatorio {
    font-size: 10px !important;
  }

  .fontPrint {
    font-size: 8px !important;
  }

  body {
    page-break-before: always;
  }

  #supporthero-button {
    display: none !important;
  }

  .qtdDevices {
    display: none;
  }

  .menu,
  .selectEmp {
    display: none;
  }

  .top {
    display: none;
  }

  .clr {
    clear: none;
    display: none;
  }

  .search {
    display: none;
  }

  .user-info {
    display: none;
  }

  .view .body-view {
    padding-left: 0 !important;
  }
}