/* OmicsCloud Input Help System Styles */

.input-help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin-left: 2px;
  border-radius: 50%;
  line-height: 1;
  vertical-align: middle;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.input-help-icon:hover {
  color: #325D88;
  background-color: rgba(50, 93, 136, 0.08);
}

.input-help-file-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.input-help-file-control {
  flex: 1 1 auto;
  min-width: 0;
}

.input-help-file-control > .input-group {
  width: 100%;
}

.input-help-file-control > .progress {
  width: 100%;
  margin-bottom: 0;
}

.input-help-file-icon {
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 10px;
}

.popover {
  min-width: 300px;
  max-width: 400px;
  z-index: 99998;
}

.popover-content {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.5;
}
