:root {
}

/* the container must be positioned relative: */

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  color: #444444;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/* when hovering an item: */

.autocomplete-items div:hover {
  background-color: #e9e9e9;
  color: #444444;
}

/* when navigating through the items using the arrow keys: */

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.btn {
  border-radius: 20px;
  border: none;
  width: 200px;
  display: block;
  margin: 0 auto;
  line-height: 25px;
}

.progress {
  height: 2rem;
}

.progress .progress-bar {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.step_content {
  display: none;
}

/* ***** Style Star Rating Widget **** */

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

/* **** CSS Magic to Highlight Stars on Hover **** */

.rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.stella {
  color: #FFD700;
  font-size: 1.25em;
}

.td-form-wrapper {
  background-color: transparent;
  border-radius: unset;
  margin: unset;
  border: unset;
}

.navbar-brand img {
  height: 100px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.navbar-brand.js-scrolling img {
  height: 50px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

