
.tt-hint,
.tt-input {
    width: 100%;
    border-radius: .5rem;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
}

/* Style for the suggestions dropdown */
.tt-menu {
    width: 100%;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 1000;
}

/* Style for each suggestion */
.tt-suggestion {
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    background-color: #f2f2f2;
    /* color: #fff; */
}

.choices__list--dropdown .choices__item--selectable[data-id="1"] {
    /* padding: 0; */
}


/* Style for the suggestion group header */
.tt-suggestion.tt-group {
    padding: 8px 12px;
    font-weight: bold;
    color: #082469;
}

.twitter-typeahead {
    width: 100%;
    display: block;
    position: relative;
}

.tt-hint {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    background: none;
    z-index: 1;
}

.tt-input {
    position: relative;
    z-index: 2;
    background-color: #fff !important;
}

