/*--------------------------------------------------------------

  Template Name: Eme eCommerce HTML5 Template.
  Template URI: #
  Description: Eme is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.suggestions{
  position: absolute;
  background-color: white;
  top: 102%;
  width: 82%;
  padding: 2%;
  max-height: 80vh;
  overflow-y: scroll;
}

.suggestions li{
  padding: 5px;
  border-bottom: 1px solid rgb(197, 197, 197);
  cursor: pointer;
}