.ui-autocomplete{
/*background-color: white;
padding: 5px 15px;*/
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;

}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.ui-autocomplete .ui-menu-item{
/*padding: 5px;*/
}


:root {
   /* font-size: 18px;*/
}

::selection {
  /*  background-color: #F6BE25;*/
}

html, body {
    /*margin: 0;
    min-height: 100%;*/
}

body {
   /* background-color: #F4F8F9;
    background-color: #F6BE25;
    font-family: sans-serif;
    user-select: none;*/
}

.container {
  /*  left: 50%;
    position: absolute;
    perspective: 500px;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

h1 {
/*    color: rgba(0, 0, 0, .4);
    font-size: 2rem;
    margin: 0 0 40px;*/
}

.textbox {
   /* box-sizing: border-box;
    display: inline-block;
    perspective: 500px;
    position: relative;
    text-align: left;*/
}

.textbox input {
    /*background-color: #fff;
    border: none;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    font-size: 1rem;
    outline: none;
    padding: 10px 14px;*/
}

.textbox input::placeholder {
    /*color: #ccc;*/
}

