.question-wrapper {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 4px;
  cursor: pointer;
  transition: all .26s ease-in-out;
  border: 1px solid rgba(8,154,252,.20);
  border-radius: 100%;
  background: #fff;

  &.desaturated {
    width: 26px;
    height: 26px;
    padding: 0;

    .question {
      color: #11b6f8;
      background-image: none;
      background-color: #fff;
    }
  }
}

.question {
  font-size: 14px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  transition: color .26s ease, background-color .26s ease;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 100%;
  background-color: #11b6f8;
  background-image: linear-gradient(-224deg, #1cdef4 0%, #00acff 100%);
}

.tooltip.help {
  position: absolute;
  z-index: 5;
  width: 236px;
  padding: 22px;
  color: #fff;
  background: #0ec2e0;

  .tooltip-title {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }

  .ok-button {
    margin-top: 10px;
    padding: 8px 0 10px;
    border-radius: 3px;
    background: #007aff;
  }
}
