/*** Icons for Managers ***/

.icon-help {
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("../icons/svg-2006/help.svg");
            mask-image: url("../icons/svg-2006/help.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #98A2B3;
    cursor: pointer;
}

.icon-help:hover {
    background-color: #667085;
}
