div.multi-step-form-page-content {
  font-family: "Inter";
  margin-top: 3em;
}

div.personal-details-form-section {
  padding: 2em 2em;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

label.multi-step-form-label {
  font-size: 0.9em;
  color: #6b7276;
}

p.form-title {
  font-size: 1.1em;
}

.btn.next-step-btn {
  background: #eb5b49;
  font: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: white;
}

p.policy-details-card-title {
  font: "Montserrat", sans-serif;
  color: #a6483f;
  font-weight: 500;
  font-size: 1.3em;
}

div.policy-details-card {
  font-family: "Inter";
  background: #f3fafc;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
  margin: auto;
}

span.policy-category-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 190%;
  color: #eb5b49;
}

span.policy-card-small-text {
  font-size: 10px;
  color: #6b7276;
}

span.policy-card-date {
  font-size: 12px;
  color: #111111;
}

div.fit-content {
  width: 100%;
}

div.border-right-dashed {
  border-right: 1px dashed rgba(17, 17, 17, 0.2);
}

span.policy-aud {
  font-size: 13px;
  color: #6b7276;
}

span.policy-amount {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
}

img.insurance-card-img {
  max-width: 80px;
}

form .error {
  color: red;
}
.page-indicator.dot {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cbcbcb;
  align-items: center;
  display: inline-block;
}
.page-indicator.dot.active {
  background-color: #597cee;
}

.page-indicator.dot.visited {
  background-color: green;
}

.page-list {
  display: flex;
  list-style: none;
}
.connect {
  border: 1px solid #cbcbcb;
  width: 7em;
}
.indicators {
  position: relative;
  right: 10%;
  margin-bottom: 20px;
  margin-top: 20px;
}
div.current-address {
  padding: 2em 2em;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
a.previous-button {
  color: #7a7f81;
  margin-right: 20px;
  margin-top: 5px;
  text-decoration: none;
}

div.contact,
div.visa,
div.family-members {
  padding: 2em 2em;
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10vh;
}
div.buttonPositioning {
  margin-top: 30px;
}

a#addMembers {
  border: none;
  background: none;
  color: #609aac;
}

a#addMembers:hover {
  cursor: pointer;
}

.autocomplete-results {
  position: absolute;
  display: none;
  background-color: white;
  width: 95%;
  height: auto;
  overflow: auto;
  z-index: 1000;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-sizing: border-box;
}

.autocomplete-item {
  color: black;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #d9d9d9;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.9rem;
}
.autocomplete-item:hover {
  cursor: pointer;
  color: blue;
}

@media only screen and (max-width: 600px) {
  .autocomplete-results {
    width: 90%;
  }
}
/* icons */
.autocomplete-icon {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
}
.autocomplete-icon:hover {
  color: red;
}

.autocomplete-item:hover .autocomplete-icon {
  content: url(../assets/locality-selected.svg);
  width: 20px;
  height: 20px;
}
