
#filter-form{
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    padding-top:10px;
    padding-bottom:10px;
}

.filters .form-check {
    margin-bottom: 10px !important;
    margin-right:10px !important;
}

.filters .form-group {
    margin: 10px !important;

}

.filters .form-group > label {
    text-transform: uppercase;
    margin-bottom: 20px;
}

[data-kt-toggle-filter="on"] {
    display: none;

}

