#btn-filter.rolagemBTNFilter{
    top: 62px;
    transition: top 0.3s ease-in-out;
}

#filter-overlay.rolagemFilter{
    top: 62px;
    height: calc(100vh - 62px);
}

#filter-overlay{
    flex-direction: column;
    position: fixed;
    display: flex;
    top: 105px;
    right: -280px;
    width: 280px;
    height: calc(100vh - 100px);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 20px;
    background-color: #fff;
    overflow-y: scroll;

    transition: right 0.3s ease-out;
}

#filter-overlay.showItem{
    right: 0;
}

#filter-overlay.rolagemFilter, #filter-overlay.showItem{
    transition: top 0.3s ease-out, right 0.3s ease-in-out;
}

#filters{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#filters > div{
    display: flex;
    flex-direction: column;
}

#filters > div > label{
    font-size: 1.1rem !important;
    margin-bottom: 5px;
    font-weight: 500 !important;
}

#filters > div > select, .filter-data-group-btn > button, .filter-data > input{
    border: none !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: solid 0.5px #DCDFE6 !important;
    height: 40px !important;
}

.filter-data > input{
    text-align: center;
}

.filter-data-group-btn{
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    margin-top: 5px;
}

.filter-data-group-btn > button{
    color: #fff !important;
    width: 45px !important;
    height: 35px !important;
    background-color: rgb(0,119,182) !important;
    font-weight: 600 !important;
}

.filter-data-group-btn > button:hover{
    background-color: rgb(0,119,182) !important;
}

.filter-data{
    display: flex;
    flex-direction: column;
}

#btnTxtSearchData{
    background-color: rgb(0,119,182) !important;
    color: #fff !important;
    font-weight: 600 !important;
}

#btn-filter{
    position: fixed;
    top: 111px;
    right: 0px;
    /* height: 45px; */
    /* width: 45px; */
    border: none;
    padding-right: 50px;
    font-size: 2.2rem !important;
    /* background-color: #CCC; */
    z-index: 90;
    border-radius: 0%;
    color:rgb(0,119,182);
    transition: 0.5s;

    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 6px 0 0 6px;
    background-color: rgba(0,119,182, 0.2);
}

#btn-filter:hover{
    cursor: pointer;
    color: #fff !important;
    background: rgb(0,119,182);
}

#bar-search{
    position: relative;
    font-size: 0.9rem !important;
    background: rgb(255,255,255);
    box-shadow: 0 2px 2px rgb(213, 219, 220);
    padding: 7px;
    height: 60px;
    border: solid 1px #ccc;
    align-content: center;
}

#bar-group{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 75px;
    margin-right: 75px;
}

#search-estado{
    width: 160%;
    height: 35px;
}

#sltEstadoEncomenda{
    width: 100%;
    border: solid 0.5px #DCDFE6 !important;
}

#bar-search-group{
    width: 100%;
    display: flex;
    flex-direction: row;
}

#bar-search-group div{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#txtSearchGestorEncomenda{
    border: solid 0.5px #DCDFE6 !important;
    width: 100%;
}

#btnSearchGestorEncomenda{
    width: 40px;
}


@media (max-width: 750px){

    #filter-overlay.rolagemFilter, #filter-overlay.showItem{
        transition: right 0.3s ease-in-out, top 0.3s ease-out;
    }

    .mobile{
        display: block;
    }

    .desktop{
        display: none;
    }

    #btn-filter{
        top: 8px;
    }

    #filter-overlay{
        top: 65px;
        height: 88vh;
    }

    #filter-overlay.rolagemFilter{
        top: 7px;
        height: 97vh;
    }

    .closeBarraLeft{
        position: absolute;
        top: 5px;
        right: 10px;
        height: 35px;
        width: 35px;
        background-color: red;
        border: none;
        border: solid 1px red;
        border-radius: 50%;
        color: #FFF;
        cursor: pointer;
        z-index: 101;
        box-shadow: 3px 2px 8px rgba(255, 0, 0, 0.3);
    }
}
