
.autocomplete-result[data-v-c02c3d22] {
    border-bottom: 1px solid rgba(53, 53, 53, 0.1);
    padding: 5px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.autocomplete-result[data-v-c02c3d22]:hover {
    background-color: rgba(53, 53, 53, 0.1);
}




































































/*.v-spinner
{
    margin: 100px auto;
    text-align: center;
}
*/
@-webkit-keyframes v-pulseStretchDelay
{
0%,
    80%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-opacity: 1;             
                opacity: 1;
}
45%
    {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        -webkit-opacity: 0.7;             
                opacity: 0.7;
}
}
@keyframes v-pulseStretchDelay
{
0%,
    80%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-opacity: 1;             
                opacity: 1;
}
45%
    {
        -webkit-transform: scale(0.1);
                transform: scale(0.1);
        -webkit-opacity: 0.7;             
                opacity: 0.7;
}
}


.v-spinner
{
/*	  font-size: 10px; 

    width: 60px;
    height: 40px;*/
    /*margin: 25px auto;*/
    text-align: center;
}
.v-spinner .v-clip
{
    -webkit-animation: v-clipDelay 0.75s 0s infinite linear;
            animation: v-clipDelay 0.75s 0s infinite linear;
    -webkit-animation-fill-mode: both;
	          animation-fill-mode: both;

    display: inline-block;
}
@-webkit-keyframes v-clipDelay
{
0%
    {
        -webkit-transform: rotate(0deg) scale(1);
                transform: rotate(0deg) scale(1);
}
50%
    {
        -webkit-transform: rotate(180deg) scale(0.8);
                transform: rotate(180deg) scale(0.8);
}
100%
    {
        -webkit-transform: rotate(360deg) scale(1);
                transform: rotate(360deg) scale(1);
}
}
@keyframes v-clipDelay
{
0%
    {
        -webkit-transform: rotate(0deg) scale(1);
                transform: rotate(0deg) scale(1);
}
50%
    {
        -webkit-transform: rotate(180deg) scale(0.8);
                transform: rotate(180deg) scale(0.8);
}
100%
    {
        -webkit-transform: rotate(360deg) scale(1);
                transform: rotate(360deg) scale(1);
}
}


.autocomplete-results[data-v-44a3ff9e] {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(53, 53, 53, 0.1);
  border-bottom: none;
  border-top: none;
}
.location-search-input[data-v-44a3ff9e] {
  display: flex;
  position: relative;
}
#food-finder-location[data-v-44a3ff9e] {
  width: 100%;
  height: 50px;
  padding-left: 5px;
}
.v-spinner[data-v-44a3ff9e] {
  position: absolute;
  right: 5px;
  top: 8px;
}

