/* #header.active{
    transform: translateX(0);
} */

.show{
    display: block;
}

.rolagemBTNFilter{
    top: 60px !important;
}

.rolagemFilter{
    top: 62px !important;
}

   /* FILTER */
#filter-overlay{
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: fixed;
    top: 105px;
    right: 0;
    width: auto;
    height: 90vh;
    z-index: 100;
    font-weight: 300;
    transform: translateX(100%);
    transition: transform 0.8s ease-out;
    overflow-y:auto;
    background: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px rgb(213, 219, 220);
    font-size: 0.9rem !important;
    transition: 0.5s;
    min-width: 200px;
}

#filter-overlay.active {
    transform: translateX(0);
}


.closeBarraLeft{
    position: absolute;
    top: 5px;
    right: 7px;
    height: 35px;
    width: 35px;
    background-color: red;
    border: none;
    border: solid 1px red;
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    z-index: 101;
}


#filters{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

#filters label{
    margin-bottom: 5px;
}

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

.filter-data button, .filter-data input {
    border: none;
    background-color: rgb(144,224,239);
    width: 40px;
    text-align: center;
}

.filter-data input{
    width: 100% !important;
}

.filter-data div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filter-data-group-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}

#sltPeriodoEncomenda, #btnTxtSearchData, #sltGestorLoja, #filters select{
    border: none;
    text-align: center;
    margin-bottom: 10px;
}

#btnTxtSearchData{
    padding: 0 30px;
}

#btnTxtSearchData:hover, .filter-data button:hover{
    cursor: pointer;
    background-color: rgb(0,119,182);
    color: rgb(255, 255, 255);
}

/* barra de pesquisa */
#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;
    border-radius: 4px;
    gap: 10px;
    margin-left: 75px;
    margin-right: 75px;
}

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

#sltEstadoEncomenda{
    width: 100%;
}

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

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

#txtSearchGestorEncomenda{
    width: 100%;
}

#btnSearchGestorEncomenda{
    width: 40px;
}

#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(3,4,94) !important;
    transition: 0.5s;
}

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

#containerPorMrk{
    border: solid 0.5px rgb(0,180,216);
    border-radius: 6px;
    height: 45px;
    padding: 7px 5px;
}

#containerPorMrk > input[type="checkbox"]{
    width: 25px;
    height: 25px;
}

@media (min-width: 751px ) and (max-width: 1100px){


}

@media (max-width: 750px) {

    .rolagemBTNFilter{
        top: 10px !important;
    }

    .rolagemFilter{
        top: 0px !important;
    }
    
    #filter-overlay{
        top: 62px;
        height: 100vh;
    }
    #btnSearchGestorEncomenda{
        width: 40px;
    }

    #bar-group{
        margin-left: 45px;
        margin-right: 45px;
    }

    #btn-filter{
        position: fixed;
        top: 9px;
        right: 8px;
        height: 45px;
        width: 45px;
        border: none;
        padding-right: 0px;
        font-size: 2.2rem !important;
        background-color: transparent;
        z-index: 90;
        border-radius: 50%;
        color:rgb(3,4,94) !important;
    }

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



}