.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

.loader
{
	background: url(/loading.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

.input-group .fake-query {
  border: none !important;
  box-shadow: none;
  padding: 0px;
  flex-grow: 1;
  color: var(--Noir, #1D1814);
  font-family: Rubik;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.054px;
  background: none;
}

.input-group .fake-query:focus {
  outline: none;
}

.mandatoryMarker {
  color: #a94442;
}