#reportes-comment-menu {
  position: fixed;
  min-width: 220px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 2000;
  padding: 0.25rem 0;
}

#reportes-comment-menu .reportes-comment-menu-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 0;
  text-align: left;
  font-size: 0.95rem;
  color: #212529;
}

#reportes-comment-menu .reportes-comment-menu-item:hover,
#reportes-comment-menu .reportes-comment-menu-item:focus {
  background-color: rgba(0, 0, 0, 0.05);
  color: #212529;
}

#reportes-comment-menu .reportes-comment-menu-item:disabled {
  color: rgba(33, 37, 41, 0.5);
  cursor: not-allowed;
}

.reportes-description-with-badge,
.reportes-cell-with-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.reportes-description-label,
.reportes-cell-value {
  display: inline-flex;
  align-items: center;
  white-space: pre-wrap;
}

.reportes-comment-badge {
  font-size: 0.65rem;
  line-height: 1;
  padding: 0.25rem 0.45rem;
}
