  .search-results-header {
    border-top: 3px  #06c solid;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-top: 20px;
  } 
  .title-results-search {
    font-size: 20px;
    text-decoration: unset;
    font-weight: bold;
    width: 95%;
  }
  .title-result a{
    text-decoration: none;
  }
  .text-green {
    color:#06c ;
  }
  .text-green-keys {
    color:#06c ;
  }
  .text-green-paragraph {
    color:#06c ;
    font-size: initial;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0 1rem 0;
  }
  .it-list-wrapper .it-list a {
    font-size: smaller;
  }
  .it-list-wrapper .it-list a:hover{
    color:#06c ;
  }
  .it-content__search-page-results #it-block-italiagov-content h2 {
    color:#06c;
  }
  a.search-result__snippet {
    color: #06c;
  }
  h3.search-result__title a {
    color:#06c !important;
  }
  p.search-result__snippet {
    color: #06c;
  }
  .content-search-l{
  max-width: 83%;
  }
  .container.main-container.js-quickedit-main-content.content-search-l {
    max-width: 1320px;
  }
  .icon-search{
    height: 30px;
    background-size: cover;
    width: 30px !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' id='it-file' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7 2H6.5A1.5 1.5 0 005 3.5v17A1.5 1.5 0 006.5 22h11a1.5 1.5 0 001.5-1.5V6.3zm.3 1.7L17.3 6h-1.8a.5.5 0 01-.5-.5zM17.5 21h-11a.5.5 0 01-.5-.5v-17a.5.5 0 01.5-.5H14v2.5A1.5 1.5 0 0015.5 7H18v13.5a.5.5 0 01-.5.5zM8 9h8v1H8zm0 2h8v1H8zm0 2h4v1H8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E");
  }
  .icon-search-content{
    height: 30px;
    background-size: cover;
    width: 30px !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3E%3C/svg%3E");
  }
  .container-page-item{
    color: #06c;
    display: flex;
    align-items: center;
    border: solid;
    width: 50px;
    justify-content: center;
    border-radius: 5px;
    border-width: thin;
  }
  #views-exposed-form-search-solr-page-1 {
    background-color: white;
    height: 44px;
    align-items: center;
}
.search-container svg.form-control {
    width: 50px!important;
    height: 40px!important;
    margin-top: 0px;
    fill: #0066CC;
    background: transparent;
    box-shadow: none;
}
#edit-search-api-fulltext {
  font-size: 13px;
  width: 250px;
}
.search-input .form-control {
  border: unset;
  background: transparent;
  box-shadow: none;
}
.title-results-search a:hover {
  color: #0066CC;
  text-decoration: underline;
}

.search-results-description,
.search-results {
  color: #184f90 !important;
}

.custom-filter-header {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
  color: #435a70;
}

.form-item-search label{
  transition: .2s ease-out !important;
}
#edit-search-api-fulltext {
  z-index: 2 !important;
  position: relative;
}


/*DESKTOP*/
@media screen and (min-width:992px) {
  .search-page.view-head {
    display: none;
  }

  .search-results {
    margin-top: 80px;
  }
}
/*MOBILE*/
@media screen and (max-width:991px) {
  .search-page-wrapper {
    padding-inline: 24px;
  }
  .search-page-wrapper .view-head {
    margin-bottom: 32px;
  }
  .search-page-wrapper .view-head .views-exposed-form .form-grid {
    width: fit-content;
  }
  .search-page-wrapper .view-head .views-exposed-form .form-control {
    background: unset !important;
    font-size: inherit !important;
    width: inherit !important;
  }
}