.sv-sopbil .fa.fa-lock-alt {
  font-size: 13px;
  font-weight: 300;
}
.sv-sopbil .ui-autocomplete {
  border: 1px solid #c8e7ed;
  height: 110px;
  overflow-x: hidden;
}
.sv-sopbil .ui-menu-item {
  padding: 0;
}
.sv-sopbil option:hover {
  background-color: rgba(200, 231, 237, 0.6);
  cursor: pointer;
}
.sv-sopbil div[search],
.sv-sopbil div[result] {
  width: 591px;
  background-color: white;
  padding: 25px 20px 5px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border-radius: 4px;
  border: solid 1px rgba(200, 231, 237, 0.6);
  margin-top: 45px;
  margin-bottom: 55px;
}
.sv-sopbil .env-button {
  border-radius: 30px;
  font-size: 13px;
  line-height: 1.6em;
  margin: 1em 0;
  padding: 12px 25px 10px;
  transition: all 0.5s;
}
.sv-sopbil .env-button.main {
  background: #204560;
  color: #fff;
  margin-right: 16px;
}
.sv-sopbil .env-button.secondary {
  background: #fff;
  color: #204560;
  border: solid 1px rgba(200, 231, 237, 0.6);
}
.sv-sopbil input.env-form-input {
  border-color: #c8e7ed;
  height: 48px;
  padding: 0 12px 0 20px;
}
.sv-sopbil input.env-form-input::placeholder {
  font-weight: 300;
  color: #8a8a91;
}
.sv-sopbil .env-form-element__label {
  color: #4c4d4b;
  font-size: 14px;
  font-family: brhendrix-bold, sans-serif;
}
.sv-sopbil #address {
  width: 392px;
}
.sv-sopbil #number {
  width: 186px;
}
.sv-sopbil h1.env-text {
  color: #204560;
  font-family: brhendrix-bold, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  margin: 0 0 .25em;
}
.sv-sopbil h2.env-text {
  color: #204560;
  font-family: brhendrix-bold, sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 .25em;
}
.sv-sopbil .address {
  border-bottom: 1px solid rgba(200, 231, 237, 0.6);
  padding: 20px 0 16px 0;
}
.sv-sopbil .categories {
  border-bottom: 1px solid rgba(200, 231, 237, 0.6);
  display: flex;
  flex-direction: column;
  padding: 20px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .sv-sopbil .categories {
    flex-direction: row;
  }
}
.sv-sopbil .buttons {
  display: inline-block;
  padding: 20px 0 16px 0;
}
.sv-sopbil .categories div {
  width: auto;
  padding: .5em;
}
.sv-sopbil span.missing-address {
  width: 170px;
  border-radius: 2px;
  background-color: #ae4b44;
  font-size: 10px;
  color: #ffffff;
  padding: 5px;
  margin: 2px;
}
