.panel-filter {

    .filter-label {
        text-decoration: underline;
        margin-bottom: 8px;
        display: block;
    }

    /*> div > div:not(:last-child),*/
     .separator  {
         content: "";
         height: 60px;
         display: block; width: 5px; margin: 4px;
        border-right: 1px solid #dee2eb;
    }
}


.panel-filter .label {
    text-decoration: underline;
    margin-bottom: 8px;
}