.subscribers-list-filter .cbx + .label-cbx::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #475669;
    box-sizing: border-box;
    cursor: pointer;
}

.subscribers-list-filter .cbx:checked + .label-cbx::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #475669;
    box-sizing: border-box;
    cursor: pointer;
}

.subscribers-list-filter .cbx + .label-cbx {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: normal;
    padding-left: 35px;
}

.subscribers-list-filter .cbx:checked + .label-cbx::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 15px;
    height: 15px;
    background: url(/i/checkmark.svg) no-repeat;
    cursor: pointer;
}

.suggest-dd {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 100;
    max-height: 450px;
    overflow-y: auto;
}

.suggest-dd:empty {
    display: none !important;
}

.suggest-dd-res-category {
    padding: 5px 10px;
    font-weight: bold;
}

.suggest-dd-res-i a {
    display: inline-block;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
}

.suggest-dd-res-i a:hover {
    background-color: #f1f9ff;
}

.suggest-dd-res-img {
    float: left;
    margin-right: 5px;
}
