span.twitter-typeahead {
    width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    border: 1px solid #d7e1ee;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
}

.tt-hint {
    color: #97a7bb;
}

.tt-menu {
    width: 100%;
    margin: 6px 0 0;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #dbe5f1;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(12, 31, 55, 0.12);
}

.tt-suggestion {
    padding: 6px 8px;
    border-radius: 8px;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    cursor: pointer;
    background-color: #eef4fb;
}

.tt-suggestion p {
    margin: 0;
}

.suggestion-item {
    width: 100%;
    display: flex;
    margin-bottom: 0 !important;
}

.suggestion-item .img {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background-position: center center;
    background-size: cover;
    border: 2px solid #dce7f3;
}

.suggestion-item .text {
    width: calc(100% - 42px);
    text-align: start;
    margin-left: 12px;
}

.suggestion-item .text .name {
    width: 100%;
    float: left;
    color: #2b3b50;
    font-weight: 700;
}

.suggestion-item .text .club {
    width: 100%;
    float: left;
    color: #78889c;
}

.search-results {
    padding: 10px 0;
}

.search-results .suggestion-item {
    border: 1px solid #e2eaf4;
    border-radius: 9px;
    padding: 6px 10px;
    margin-bottom: 6px !important;
    display: flex;
    cursor: pointer;
    background: #fbfdff;
}

.search-results .suggestion-item:hover {
    background-color: #eef4fb;
}
