 #filterInput {
            margin-bottom: 20px;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
          #filterInput2 {
            margin-bottom: 20px;
            padding: 10px;
            width: 100%;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        #list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        
         #list2 {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }


        .listItem {
            padding: 10px;
            margin: 5px 0;
           
            border-radius: 5px;
           
        }
        .listItem2 {
            padding: 10px;
            margin: 5px 0;
           
            border-radius: 5px;
           
            align-content:center
           
        }
        .lisinput{
             margin-right:6vw;
        }

        
        .hidden {
            display: none;
        }
        
        .filbt{
            border:1px solid grey;
            background-color:#046963;
            justify-items:center;
            text-align:center;
            color:white;
            border-radius:5px;
            padding:3%;
            margin-bottom:7px
        }
        .fitlis{
            justify-items:center;
            text-align:center;
            color:white;
            border-radius:5px;
            padding:3%;
            margin-bottom:7px;
            color:#046963
        }