/* Search bar in modal */
/* .modal .modal-dialog .modal-content {
  box-shadow: 4px 4px 4px #0463c5,
             -3px -3px 4px #0463c5,
              4px -4px 4px #0463c5,
             -4px 4px 4px #0463c5;
  background-color: #f1f8f6;
 }
.modal .modal-dialog .modal-content .modal-body {
  margin-left: 1rem;
  margin-right: 2rem;
}
.modal .modal-dialog .modal-content .modal-header{
  margin-left: 1rem;
  margin-right: 1rem; 
}
.search-results-header {
  border-top: 3px  #06c solid;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 20px;
}
.title-results-search {
  font-size: 30px;
  text-decoration: unset;
  font-weight: bold;
}
.title-result a{
  text-decoration: none;
}
.text-green {
  color:#003366 ;
}
.text-green-keys {
  color:#003366 ;
}
.text-green-paragraph {
  color:#003366 ;
  font-size: initial;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0 1rem 0;
}
.it-list-wrapper .it-list a {
  color:#003366 ;
  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 {
  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;  
}
input#edit-fulltext {
  outline: unset !important;
  outline-offset: unset !important;
  height: 0.5rem !important;
}
.search-input .form-control{
  border: unset;
  background: transparent;
  box-shadow: none;
}
.search-input input:-ms-input-placeholder,
.search-input input::-ms-input-placeholder,
.search-input input::placeholder{
  color: #0066CC;
}
.search-container svg.form-control{
  width: 50px!important;
  height: 50px!important;
  margin-top: 0px;
  fill: #0066CC;
  background: transparent;
  box-shadow: none;
}
#views-exposed-form-search-page-1{
  background-color: white;
  height: 44px;
  align-items: center;
}
#edit-fulltext{
  font-size: 13px;
  width: 250px;
} */





