/* TYPEAHEAD STYLES */

.twitter-typeahead {
    width:100%;
}
.twitter-typeahead #thGuestName.typeahead {
    background:#ffffff !important;
}
.twitter-typeahead .tt-menu {
    width:100%;
    text-align: center;
    background:#ffffff;
    font-size:15px;
    filter:drop-shadow(0 10px 10px rgb(0 0 0 / 0.05));
    font-family: 'Nunito Sans', sans-serif;
}
.twitter-typeahead .tt-menu .tt-suggestion {
    padding-top:1em;
    padding-bottom:1em;
    opacity:0.5;
    transition: opacity ease-in-out 100ms;
    border-bottom: 1px solid #e1e1ee
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
    cursor: pointer;
    opacity: 1;
}
.twitter-typeahead .tt-menu .tt-suggestion:last-child {
    padding-bottom:1em;
    border-bottom:none;
}