.ginner-container{
    max-width:1500px !important;
    height:900px !important; 
}

@media only screen and (max-width:700px){

    .fourColGrid{
        grid-template-columns:1fr 1fr;
    }

    .threeColGrid{
        grid-template-columns:1fr;
    }

    .twoColGrid{
        grid-template-columns:1fr;
    }

    .filtreAvansate{
        grid-template-columns:1fr 1fr;
    }

}

@media only screen and (max-width:650px){
    .homePageGrid{
        grid-template-columns:1fr;
    }
}

@media only screen and (max-width:550px){
    .ordersContainer{
        display:none;
    }

    .posContainer {
        display:block !important;
    }
}

@media only screen and (max-width: 500px){

    .editContainer{
        font-size: larger;
    }

    .editContainer input, .editContainer select, .editContainer textarea{
        font-size:14px;
    }

    input[type="submit"], a, button{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .filtreAvansate{
        font-size: larger;
    }
}
@media only screen and (max-width: 400px){

    .filtreAvansate{
        font-size: larger;
        grid-template-columns: 1fr;
    }

    .containerEroare{
        left:5%;
    }

    .twoColGrid, .threeColGrid{
        gap: 10px;
    }
}
