.custom-search-tabs {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.custom-search-tabs {
    border-bottom: 1px solid #ddd;
}
.custom-search-tabs .tab-link {
    background: transparent;
    position: relative;
    padding: .5rem 0 .5rem 0;
    border: 0;
    font-weight: 500;
}
.custom-search-tabs .tab-link.active {
    background: transparent;
    color: #225DD7;
    font-weight: bold;
}
.custom-search-tabs .tab-link.active::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #225DD7;
}
.search-results-count {
    color: #00000080;
    font-size: 85%;
}
.pretitle-search {
    color: #00000080;
    display: block;
    font-size: 1rem;
    text-transform: uppercase;        
}
.cs.input-group {
    margin-bottom: 1.5rem;
    position: relative;
}
.cs.input-group #s {
    padding-right: 4rem;
    border-radius: 0;
    padding-top: 21px;
    padding-bottom: 21px;
}
.cs.input-group .input-group-append {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.cs.input-group .input-group-append #searchsubmit {
    border-color: transparent !important;
    background-color: transparent !important;
    text-indent: -9999px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'21.341\' height=\'21.341\'%3E%3Cpath d=\'m21.341 19.67-4.287-4.287a9.544 9.544 0 1 0-1.671 1.671l4.287 4.287ZM2.362 9.533A7.171 7.171 0 1 1 9.533 16.7a7.179 7.179 0 0 1-7.171-7.167\' fill=\'%23225dd7\'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 4rem;
    padding-top: 21px;
    padding-bottom: 21px;
}
/**/
#didasearch {
    background: #fff;
    border: 1px solid #1C315D;
    border-right-color: transparent;
    flex-basis: 45%
}
#didasearch ~ .cs.input-group {
    width: 55%;
}
#s {
    border-color: #1C315D;
}
.didasearch {
    display: flex;
}
.didasearch #s {
    border-left-color: transparent;
}
#didasearch_chosen {
    flex-basis: 45%;
    height: 68px;
}
#didasearch_chosen ~ .cs.input-group {
    flex-basis: 55%;
}
#didasearch_chosen .chosen-single {
    border-radius: 0;
    background: transparent;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 16px;
    text-decoration-color: #fff !important;
    border-right: transparent;
    border-color: #1C315D;
    box-shadow: none;
}
#didasearch_chosen a:hover span {
    text-decoration: none !important;
    color: rgb(51, 51, 51) !important;
    text-decoration-color: #fff !important;
}
#didasearch_chosen .chosen-drop {
    box-shadow: none;
    border-radius: 0;
    border-color: #1C315D;
    border-top: 1px solid;
    padding: 14px 0 14px 0;
}
#didasearch_chosen .chosen-results {
    padding: 0 14px 0 14px;
}
#didasearch_chosen .chosen-results li {
    font-family: "titillium-web", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #1A315D;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 0px 0px;
}
#didasearch_chosen .chosen-results li.highlighted {
  color: #FFFFFF;
  background: #225DD7;
}
#didasearch_chosen .group-result {
    font-weight: 900 !important;
    color: #225dd7 !important;
}
#didasearch_chosen .group-option {
    font-weight: 500 !important;
}
#didasearch_chosen .group-result ~ .group-option {
    padding-left: 1.5rem !important;
}
.didasearch .chosen-container-single .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.784' height='7.56' viewBox='0 0 14.784 7.56'%3E%3Cpath id='Trazado_1256' data-name='Trazado 1256' d='M0,13.8,4,9.2,6,6.9,0,0' transform='translate(14.292 0.566) rotate(90)' fill='none' stroke='%23707070' stroke-miterlimit='10' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 15px 15px !important;
    background-position: center !important;
}
.didasearch .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.784' height='7.56' viewBox='0 0 14.784 7.56'%3E%3Cpath id='Trazado_1256' data-name='Trazado 1256' d='M0,0,6,6.9,4,9.2,0,13.8' transform='translate(0.492 7.128) rotate(-90)' fill='none' stroke='%23707070' stroke-miterlimit='10' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 15px 15px !important;
    background-position: center !important;
}
.chosen-container-single .chosen-single div {
    right: 20px !important;
}
.didasearch .cs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 68px;
    background-color: #1C315D;
    transform: rotate(6deg);
    transform-origin: bottom right;
    transition: height 1s;
    z-index: 1;
}
.cs.input-group #s:focus {
    outline: none;
    box-shadow: none;
}
.didasearch .cs.input-group {
    margin-bottom: 0;
}
.cs.input-group #s::placeholder {
  color: #666666;
}
.cs.input-group #s:focus::placeholder {
  color: #225DD7;
}
.didasearchresults {
    border: 1px solid #1C315D;
    border-top: 0;
    padding: 1rem;
}
.didasearchresults + p.search-results-count {
    margin-top: 1rem;
}
/**/
.cds_ghost .elementor-post__meta-data,
.master_ghost .elementor-post__meta-data,
.unipi_persone .elementor-post__meta-data {
    display: none;
}
.sresult {
    border-bottom: 1px solid #DADADAA1;
    padding: 22px 0px 22px 0px
}
.sresult h3 {
    font-size: 18px !important;
    margin: 0;
}
.sresult h3 a {
    text-decoration: none;
    color: rgb(34, 93, 215);
}
.sexcerpt a,
.sexcerpt a:hover {
    text-decoration: none !important;
    color: #000000 !important;
}
.sexcerpt p {
    margin-bottom: 0 !important;
    font-size: 16px;
}
.didasearchresults .target > .sresult:first-child {
    padding-top: 0;
}
.didasearchresults .target > .sresult:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.didasearchresults .search-results-count {
    margin-bottom: 0;
    text-transform: uppercase;
}
.didasearchresults .search-results-count + article {
    padding-top: .5rem;
}
.search-results-footer {
    font-size: 16px;
    margin-top: .5rem;
}
.see-all-results {
    text-decoration: none !important;
    font-weight: 600;
    color: #1A315D;
}
.see-all-results::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: .75rem;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.033' height='16.034' viewBox='0 0 16.033 16.034'%3E%3Cg id='Grupo_4113' data-name='Grupo 4113' transform='translate(155 -1819.982)'%3E%3Cpath id='Trazado_1009' data-name='Trazado 1009' d='M8.044.354l7.663,7.663L8.044,15.68' transform='translate(-155.381 1819.982)' fill='none' stroke='%231a315d' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3Cline id='Línea_1058' data-name='Línea 1058' x1='15.326' transform='translate(-155 1828)' fill='none' stroke='%231a315d' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}
.cs.input-group > .form-control:focus {
    z-index: 0;
}

