.content-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 93vh;
}

.title-wrapper {
  margin-bottom: 2rem;
}

.title-wrapper .title {
  width: 100%;
  text-align: center;
}

.autocomplete-wrapper {
  justify-content: center;
}

.autocomplete-wrapper > div {
  display: flex;
  justify-content: center;
}

.autocomplete-wrapper input {
  width: 100%;
  padding: 0.5rem;
}

.button-wrapper {
  justify-content: center;
  margin-top: 2rem;
}

.button-wrapper button {
  box-shadow: none;
}

.alert-wrapper {
  display: none;
  justify-content: center;
  margin-top: 2rem;
}

.alert-ok {
  margin-top: 45px;
  margin-bottom: 35px;
  display: none;
  justify-content: center;
  font-size: 22px;
  line-height: 28px;
  color: #666;
}

.alert-ko {
  justify-content: center;
  font-size: 22px;
  line-height: 28px;
  color: #666;
}

.ico {
  padding-bottom: 7px;
}


.disclaimer {
    background-color: #f4f6f8;
    padding: 40px;
    margin: 40px 0;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
}


.description {
  text-align: center;
}

#networkList > div {
  padding: 0.3rem;
  border-style: dotted;
  margin: 1rem;
}

#map {
  height: 1px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.map-wrapper {
  display: inline-block;
}

.pac-container, .pac-item {
  cursor: pointer;
}

.pac-item:hover {
  background: #f0f0f0;
}

.text-apuacom {
    color: #e83f42 !important;
}

.titolo{
    margin-bottom: 70px;
    margin-top: 30px;
}

.form-container{
  background-color:#D7EFF9;
  }

.verifica {
    font-size: 18px;
    font-weight: 600;
    }

.indirizzo{
    color: #333333
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}    

.btn-verifica {
  color: #212529;
  background-color: #f1cd31;
  border-color: #f1cd31; }
  .btn-verifica:hover {
    color: #212529;
    background-color: #ecc310;
    border-color: #e0b90f; }
  .btn-verifica:focus, .btn-verifica.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 205, 49, 0.5); }
  .btn-verifica.disabled, .btn-verifica:disabled {
    color: #212529;
    background-color: #f1cd31;
    border-color: #f1cd31; }
  .btn-verifica:not(:disabled):not(.disabled):active, .btn-verifica:not(:disabled):not(.disabled).active,
  .show > .btn-verifica.dropdown-toggle {
    color: #212529;
    background-color: #e0b90f;
    border-color: #d4af0e; }
    .btn-verifica:not(:disabled):not(.disabled):active:focus, .btn-verifica:not(:disabled):not(.disabled).active:focus,
    .show > .btn-verifica.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 205, 49, 0.5); }
