/* Helper CSS file */

.arrow-down {
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  background-color: transparent;
  border-top: 6px solid #111;
}

.tooltip-title,
.tooltip-body,
.tooltip-link {
  background-color: #111;
  opacity: 0.9;
  text-align: left;
  padding: 6px 8px 0px 8px;
  font-size: 12px;
}

.tooltip-title {
  border-radius: 5px 5px 0px 0px
}

.tooltip-link {
  margin-bottom: 1px;
  padding-bottom: 8px;
  border-radius: 0px 0px 5px 5px
}

.help-modal {
  position: absolute;
  right: 15px;
  bottom: 56px;
}

.help-modal .help-modal__link {
  padding: 10px 13px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

.help-modal .help-modal__link:hover {
  font-weight: normal;
}

.path-home .help-modal {
  display: none;
}
