/* #region help-icon */
/* TO_DO remove .field-help css later */
.help-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 19px;
    background: url('/local/templates/recycled/assets/svg/help-icon.svg') no-repeat;
    background-position: center;
    cursor: pointer;
}
.help-icon__unset {
    position: unset;
}
.help-icon::after {
    content: "";
}
.help-icon.active::after {
    color: #373C4E;
    content: attr(data-content);
    position: absolute;
    /* left: 50%; */
    bottom: calc(100%);
    background-color: white;
    font-size: 16px;
    border: 1px solid rgba(55, 60, 78, 0.60);
    border-radius: 5px;
    padding: 8px;
}
/* #endregion */