@media only screen and (max-device-width: 768px){
    body{
        background-image: linear-gradient(45deg, rgb(95, 128, 59), lightblue);
        color: white;
    }.filter_holder{
        width: 100%;
        height:90%;
        border: 1px solid white;
        display: block;
    }.filter_element{
        width: 100%;
        height: 100%;
        background-color: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }#formfilter{
        width: 100%;
        height: 100%;
        background-color: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }.filter_condition{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        background-color: none;
        height: 40px;
    }.search_by_text{
        height: 100%;
        width: 100%;
        border-radius: 20px;
        background-image: transparent;
        background-color: transparent;
        font-size: 16px;
        text-align: right;
        padding-right: 15px;
        border-color: black;
    }#add_items_button{
        position: absolute;
        top: 0px;
        right: 0px;
        margin-right: 10px;
        margin-top: 15px;
        border: 1px solid none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        font-weight: bold;
        background-color: orange;
    }#submitform1{
        position: absolute;
        left: 10%;
        height: 35px;
        border-radius: 20px;
        margin-left: 5px;
        width: 80px;
        background-color: transparent;
        border-color: transparent;
    }.fixed_pos_header{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }.header_parent{
        width: 100%;
        background-color: white;
        border: 1px solid white;
        color: black;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}