.sidebar-left {
    background: #fdfdfd;
    width: 25%;
    position: relative;
    height: fit-content;
    margin-right: 1em;
}

.filter-box {
    box-shadow: 0 0 20px 0px #0000001a;
    margin-bottom: 0.9em;
    text-align: left;
}

.filter-content {
    padding: 0;
    line-height: 22px;
    font-size: 14px;
}

.filtro .grupo-box {
    text-align: center;
    width: 75%;
}

.filter-title {
    padding: 1em 1.5em;
    font-size: 0.9em;
    border: 1px solid #d8d8d8;
    margin: 0;
    font-weight: 600;
    color: #3a3a3a;
    font-family: latob;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 40%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.filtro ol {
    margin: 0;
    padding-left: 0;
}

.filtro li {
    list-style: none;
}

.filter-content li {
    border-bottom: 1px solid #ececec;
}

.filter-content li a {
    color: #336699;
    display: block;
    padding: 0.5em 1.5em;
    line-height: 1.25;
}

.filter-content li:hover a {
    color: #FFF !important;
}

.filter-content li:hover {
    border-bottom: 1px solid #336699;
    background-color: #336699;
}

.filter-content.selecionados li a {
    background: #336699;
    height: 27px;
    display: flex;
    padding-left: 0.6em;
    align-items: center;
    color: #f7fbfb;
    border-radius: 3px;
    justify-content: space-between;
    padding-right: 0.6em;
    text-shadow: 0 0 1px black;
    box-shadow: 0 0 2px 1px #000000a3;
    overflow: hidden;
    white-space: nowrap;
}

.selecionados li {
    border-bottom: 1px solid #ececec;
    padding: 0.4em 0.5em;
}

.slidecontainer {
    display: flex;
}

.slidecontainer input {
    margin: 0 0.5em;
}

.text-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}