.search-notizie.searcher_box {
    border-top: 1px solid #E3E6FA;
    padding: 6px !important;
    background: #FFF;
    box-shadow: 0 6px 12px 0 rgba(0,0,0, 0.08);
    position: relative;
    z-index: 5;
}
.search-notizie form {
    width: 100%;
}
.search-notizie .search_container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 !important;
}
.search-notizie .serach_field,
.search-notizie .cat_select {
    margin: 0;
    border-radius: 4px;
    font-family: OpenSans, sans-serif;
    height: 36px;
    font-style: normal;
}
.search-notizie .serach_field {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #E3E6FA;
    background: #fff;
    line-height: 20px;
    color: #50556C;
    font-size: 12px;
    font-weight: 600;
}
.search-notizie .serach_field::placeholder {
    color: #747BAC;
    font-weight: 400;
}
.search-notizie .cat_select#cerca_categoria {
    background: #F2F4FF;
    padding: 10px 20px 10px 9px !important;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    color: #50556C;
    border: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4' fill='none'%3E%3Cpath d='M5.29973 0.000299972L0.634634 -2.31625e-07C-0.0403662 -2.6113e-07 -0.202066 0.3905 0.275134 0.8677L2.27643 2.8691L2.40153 2.9943C2.71263 3.3054 3.22183 3.3054 3.53293 2.9943L3.65803 2.8692L5.65933 0.8681C6.13663 0.3909 5.97473 0.000400002 5.29973 0.000299972Z' fill='%2350556C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: inherit;
    width: calc(100% - 46px) !important;
    margin: 0 !important;
}
.search-notizie .cerca_btn {
    border-radius: 4px;
    background: #F2F4FF;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    height: 36px;
}
.search-notizie .cerca_btn_icon{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
}
.search-notizie .cerca_btn_icon::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M19.0107 18.02L14.4907 13.4999C15.697 12.0699 16.4277 10.2263 16.4277 8.2134C16.4277 3.6846 12.7431 0 8.2138 0C3.6845 0 0 3.6845 0 8.2133C0 12.7421 3.6846 16.4267 8.2139 16.4267C10.2268 16.4267 12.0703 15.6962 13.5005 14.4901L18.0205 19.0102C18.1572 19.1469 18.3369 19.2153 18.5156 19.2153C18.6943 19.2153 18.874 19.1469 19.0107 19.0102C19.2841 18.7368 19.2841 18.2934 19.0107 18.02ZM1.4004 8.2133C1.4004 4.4565 4.457 1.4003 8.2139 1.4003C11.9708 1.4003 15.0274 4.4565 15.0274 8.2133C15.0274 11.9701 11.9708 15.0263 8.2139 15.0263C4.457 15.0263 1.4004 11.9701 1.4004 8.2133Z' fill='%2350556C'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 500px){
    .search-notizie.searcher_box {
        padding: 8px !important;
        box-shadow: 0 4px 12px 0 rgba(0,0,0, 0.08);
    }
    .search-notizie .search_container {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .search-notizie .cat_select#cerca_categoria {
        width: auto !important;
    }     
}