    /* Basic styling for the autocomplete */
    #suggestions {
        /*border: 1px solid #ccc;*/
        max-height: 150px;
        overflow-y: auto;
        position: absolute;
        background-color: white;
        width: 100%;
        z-index: 3 !important;
      }
      #suggestions li {
        padding: 8px;
        cursor: pointer;
      }
      #suggestions li:hover {
        background-color: #f0f0f0;
      }
      .search-container {
        width: 300px !important;
        height: 40px !important;
        margin-right: 10px !important;
        margin-top: 0px !important;
      }