    #device-search-container {
            width: 100%;
            max-width: 500px;
        }

        #device-search-input {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        #device-list {
            list-style-type: none;
            padding: 0;
            margin-bottom: 10px;
            max-height: 300px;
            overflow-y: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        #device-list li {
            padding: 10px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
        }

        #device-list li:hover {
            background-color: #f5f5f5;
        }
        
        #device-search-input {
        
     background: #f8f8f8;
  color: black;

        }
