

.dropdown--help {
  width: 340px;
  top: calc(var(--total-header) + 6px);
  right: 56px;
}


.help-placeholder {
  padding: 30px 16px;
  text-align: center;
  direction: rtl;
  color: var(--color-text-dim);
}

.help-placeholder i {
  font-size: 2.5rem;
  color: var(--color-border-light);
  margin-bottom: 10px;
}

.help-placeholder p {
  font-size: 0.8rem;
  line-height: 1.6;
}
