.form-select.form-select-transparent, .datepicker-filter {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #716D66 !important;
    display: flex;
    align-items: center;
    font-size: 95%;
    margin-left: 10px;
    cursor: pointer;
}

.content{
    overflow-y: scroll;
    height: 425px;
}

#list-filter, #header_list
{
    margin-bottom: 20px;
}
#filter-body
{
    padding-left: 0px;
}
.filter-and{
    padding: 10px;
    background-color: #F4F4F4;
    border-style: solid;
    border-width: 6px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 10px;
    list-style: none;
}
.delete-filter
{
    margin-left: 5px;
}
.delete-filter i
{
    color: white;
}
.filter-or
{
    margin-top: 20px;
}