.HelpTooltip {
    &-overlay {
        &.with-empty-message {
            display: none;
        }

        &.bs-tooltip-right {
            top: 0.5px !important;
            left: 5px !important;
        }

        &.bs-tooltip-left {
            top: 0.5px !important;
            right: 5px !important;
        }
    }
}
