.term-search {
    margin-top: 12px;
    width: 100%;
}
.field-box .term-search {
    margin-top: 0;
}
#ProfiloCandidato .fastinfo .term-search {
    margin-top: 0;
}
.search-bar {
    position: relative;
    display: flex !important;
    align-items: center;
}
.search-bar__icon {
    position: absolute;
    left: .6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem !important;
    color: var(--primary, var(--mainColor, #000000));
}
.search-bar__help {
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem !important;
    color: var(--primary, var(--mainColor, #000000));
}
.search-bar__help:hover {
    cursor: pointer;
}
.search-bar__help__info-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    margin: 3px;
    border-radius: .25rem;
    padding: .5rem;
    font-size: .85em !important;
    background-color: #232F34;
    color: #ffffff;
}
.search-bar__help:hover .search-bar__help__info-box {
    display: block;
}
.search-bar__help__info-box:hover {
    cursor: default;
}
.search-bar__input {
    width: 100%;
    border-radius: 4px;
    height: 2.8rem;
    border: 1px solid #CCD1D9;
    padding-left: 2.5rem;
    outline: none;
}
.search-bar__button {
    margin-top: 0 !important;
    white-space: nowrap;
}
.search-bar__input + .search-bar__button {
    margin: 0 0 0 4px !important;
}
.suggested-terms-container {
    display: none;
}
.terms-container,
.suggested-terms-container_used {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    width: 100%;
}
#ProfiloCandidato .fastinfo .terms-container {
    margin-top: 0;
}
.terms-container input[type="range"] {
    display: none;
}
.terms-container_set-weight {
    flex-direction: column;
}
.terms-container_set-weight input[type="range"] {
    display: inline-block;
}
.terms-container__term {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 4px 4px 0;
}
#ProfiloCandidato .fastinfo .terms-container__term {
    margin: 4px 4px 0 0;
}
.terms-container__term__tag {
    padding: 0 .65rem;
    border-radius: 1rem;
    border: 1px solid transparent;
    background-color: #caedff;
    color: rgba(0,0,0,0.85);
    font-weight: 600;
    height: 2rem;
    line-height: 1.85rem;
    position: relative;
}
.terms-container__term__tag_suggested {
    background-color: #e6e9ed;
    color: #434a54;
}
.terms-container__term__tag_no-action {
    background-color: #E6E9ED;
}
.terms-container_set-weight .terms-container__term__tag {
    max-width: 150px !important;
}
.terms-container__term__tag:hover {
    border-color: #006097;
    padding-right: 5rem;
    min-width: 6rem;
    cursor: default;
}
.terms-container__term__tag_suggested:hover {
    border-color: #434A54;
}
.terms-container__term__tag_single-action:hover {
    padding-right: 3rem;
}
.terms-container__term__tag_no-action:hover {
    border-color: #CCD1D9;
    padding: 0 .65rem;
    cursor: not-allowed;
}
.terms-container__term__label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.terms-container__term__actions {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    color: #006097;
    background-color: #caedff;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-left: 1px solid #006097;
}
.terms-container__term__actions_suggested {
    color: #434a54;
    background-color: #e6e9ed;
    border-left: 1px solid #434a54;
}
.terms-container__term__tag:hover .terms-container__term__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms-container__term__actions__action {
    width: 2rem;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-right: 1px solid transparent;
    cursor: pointer;
}
.terms-container__term__actions__action:not(:last-child) {
    border-color: #006097;
}
.widget-autocomplete-field {
    padding: .8rem 0 !important;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
}
.widget-autocomplete-field .ui-menu-item {
    padding: 0 !important;
    border: 0 !important;
}
.widget-autocomplete-field .ui-menu-item-wrapper,
.widget-autocomplete-field .ui-menu-item .ui-corner-all {
    font-size: 13px !important;
    padding: .5rem .8rem !important;
    border-radius: 0 !important;
}
.widget-autocomplete-field .ui-menu-item-wrapper.ui-state-active,
.widget-autocomplete-field .ui-menu-item .ui-corner-all.ui-state-hover {
    background-color: #077ff8 !important;
    color: #ffffff !important;
    border: 0 !important;
}

.ui-autocomplete {
    z-index: 99999;
}