/* Filter */
.bg__annotation-filter {
    background: $clGrey;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: $annotationColumnFilterHeight;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
    user-select: none;

    input {
        margin: 0;
        vertical-align: middle;
    }

    label {
        padding-left: 5px;
        line-height: $annotationColumnFilterHeight;
        font-size: 12px;
        font-weight: 600;
    }
}
