.s-suggest {
    cursor: text;
    background-color: #fff;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    outline: none;
    border: 1px solid #dee2e6;
    padding: 0.2rem 0.75rem;
    border-radius: 0.25rem;
}
.s-suggest a.tag {
    cursor: default;
    float: left;
    display: inline-block;
    border: 1px solid #dee2e6;
    padding: 2px 6px 1px 9px;
    margin: 0 3px 3px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    color: #616161;
    background-color: #f1f3f2;
}
.s-suggest span.close {
    font-size: 17px;
    margin-left: 4px;
    opacity: 1;
    color: #616161;
}
.s-suggest span.close:hover {
    cursor: pointer;
    color: #4a90e4;
}
.s-suggest .measurer {
    position: absolute;
    top: -1000px;
    visibility: hidden;
}
.s-suggest input {
    border: none;
    box-shadow: none;
    outline: none;
    float: left;
    padding: 0;
    margin: 0.25rem 0.25rem;
}
.s-suggest input:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.s-suggest .tt-input {
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-suggest .typeahead {
    width: 100% !important;
}

.uneditable-input.s-suggest {
    width: 100% !important;
}

/*.suggest-wrapper .uneditable-input.s-suggest {*/
/*    width: 100% !important;*/
/*}*/

.focus {
    outline: 0;
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.s-disabled {
    background-color: #efefef;
}
.s-disabled input.tt-hint {
    display: none;
}

.s-suggest .tt-hint{
    width: 100%;
}

.tt-query, .tt-hint {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: none;
    border: 1px solid #ccc;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
    background-color: transparent;
}

.tt-menu {
    min-width: 200px;
    margin: 8px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: inherit;
    line-height: inherit;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--primary);
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: var(--primary);
}
.tt-suggestion p {
    margin: 0;
}

.tt-open{
    max-height: 422px;
    overflow-y: auto;
}
