::ng-deep {
    md-checkbox {
        position: relative;
        display: inline-block !important;
        margin-right: 16px;

        > .tool-tip {
            left: calc(100% + 16px);
            right: auto !important;
            width: 100% !important;
            max-width: 100% !important;
            font-weight: 400;
            line-height: 1.125;
        }
    }
}