#search-container{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background: #f8fafc;
}
#button-container{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background: #f8fafc;
}
.riga-top {
    background: #fff5ec;
}
#keywords-preview {
    margin-top: 10px ;
    z-index: 100;
    height: auto;
    max-height: 30vh;
    width: 100%;
    background-color: #ffffff;
    display: none;
    overflow-y: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px 0px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#keywords-preview p {
    margin-left: 1%;
    font-size: 14pt;
    margin-bottom: 0.5rem;
}
#keywords-preview p span{
    font-weight: 800;
}
.searchForm .choices .choices__inner {
    border: 0!important;
}
.searchForm  .choices .choices__input--cloned {
    font-size: 1rem;
}
/* ANTEPRIMA */
#anteprima{
    width: 35%;
    position: fixed;
    right: 0;
    display: none;
    top: 0;
    background: #fff;
    z-index: 9999;
    padding: 30px;
    overflow-y: scroll;
}
.anteprima-close-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 200;
}
.evidenziato{
    background:#ff0;
}

.single-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
