#verifica_copertura{
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
  
   
}

#verifica_copertura form{
    text-align: left;
}
.content-wrapper{
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 0 auto;
}
.content-wrapper,
#indirizzo-wrapper{margin-top: 20px;}

#comune,
.autoComplete_wrapper>ul>li {
text-transform: uppercase;
}

input::placeholder{
    text-transform: capitalize;
}
   
.autoComplete_wrapper>ul{
    overflow:auto
}
.autoComplete_wrapper>ul>li mark {
    background-color: transparent;
    color: #000;
    font-weight: 700;
}

.no_result{
    background: rgba(0,0,0, 0)!important;
    border: 1px solid red;
    color: red;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.submit {
    text-align: center;
}

.submit {
    width: 350px;
    margin: 30px auto;
    
}
.submit button{
    background-color: var(--black);
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;

}


/* results */
/*==================== VARIABLES CSS ====================*/
:root {
    /*========== Colors ==========*/
   
    --white-color: #FFF;
    --black: rgba(0,0,0,0.8);
   
    
  
    /*========== Font and typography ==========*/
    
    --biggest-font-size: 1.75rem;
    --normal-font-size: .938rem;
    --h2-font-size: 1.25rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --tiny-font-size: .625rem;
  
    /*========== Margenes Bottom ==========*/
    --mb-0-25: .25rem;
    --mb-0-5: .5rem;
    --mb-1: 1rem;
    --mb-1-25: 1.25rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
  }
  
  @media screen and (min-width: 968px) {
    :root {
      --biggest-font-size: 2.125rem;
      --h2-font-size: 1.5rem;
      --normal-font-size: 1rem;
      --small-font-size: .875rem;
      --smaller-font-size: .813rem;
      --tiny-font-size: .688rem;
    }
  }
  
  /*==================== BASE ====================*/
 
  
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  /*==================== REUSABLE CSS CLASSES ====================*/
  .search-details{
    text-transform: capitalize;
    text-align: left;

}
  .container_results {
    max-width: 1240px;
    margin: 0 auto;
  
  }
  
  .grid-results {
    display: grid;
  }
  
  /*==================== CARD PRICING ====================*/
  .card {
    padding: 3rem 0;
  }
  
  .card__container {
    gap: 3rem 1.25rem;
    margin: 0 auto;
  }
  
  .card__content {
    position: relative;
   background: #fff;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 1.75rem;
    box-shadow: 0 12px 24px #ccc;
    transition: .4s;
    min-width: 350px;
  }
  
  .card__content:hover {
    box-shadow: 0 16px 24px #ddd;
  }
  
  .card__header-img {
    width: 50px;
    height: 50px;
  }
  
  .card__header-circle {
    width: 60px;
    height: 60px;
    background-color: #e4dada;
    border-radius: 50%;
    margin-bottom: var(--mb-1);
    place-items: center;
  }
  
  .card__header-subtitle {
    display: block;
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
  }
  
  .card__header-title {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 1rem;
  }
  
 .card__tecnical--info{
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    
 }
  
  .card__list {
    row-gap: .5rem;
    margin-bottom: 1.5rem;
  }
  
  .card__list-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--black);
  }

  
  .card__button {
    padding: 1.25rem;
    border: none;
    font-size: var(--normal-font-size);
    border-radius: .5rem;
    background: var(--black);
    color: #fff;
    cursor: pointer;
    transition: .4s;
  }
  
  .card__button:hover {
    box-shadow: 0 12px 24px hsla(var(--hue-color), 97%, 54%, 0.2);
  }
  
  /*==================== MEDIA QUERIES ====================*/
  /* For small devices */
  @media screen and (max-width: 320px) {
    
    .card__content {
      padding: 2rem 1.25rem;
      border-radius: 1rem;
    }
  }
  
  /* For medium devices */
  @media screen and (min-width: 568px) {
    .card__container {
      grid-template-columns: repeat(2, 1fr);
    }
   
    .card__content {
      grid-template-rows: repeat(2, max-content);
      text-align: left;
    }
    .card__button {
      align-self: flex-end;
    }
  }
  
  /* For large devices */
  @media screen and (min-width: 968px) {
    .container_results {
      margin-left: auto;
      margin-right: auto;
    }
    .card {
      
      align-items: center;
    }
    .card__container {
      grid-template-columns: repeat(3, 1fr);
    }
    .card__header-circle {
      margin-bottom: 1.5rem;
    }
    .card__header-subtitle {
      font-size: 15px;
    }
  }

  .new-search-button{
    padding: 10px 25px;
    border-radius: 7px;
    color: #fff;
    background: var(--black);
  }





/*   MODAL    */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
  .modal.modal--open {
    animation: fadeIn 0.1s ease-in-out forwards;
    display: flex;
  }
 
  .modal-content {
    position: relative;
    background-color: #fff;
    margin: 2rem;
    padding: 2rem;
    border-radius: 0.25rem;
    width: 50%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
  .modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
  }
  .modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
  }

  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    user-select: none;
  }
  .modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
  }