.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    background-color: #ffffff;
    border-radius: 12px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tt-dataset {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
}

.tt-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;



    border: 1px solid #DDDDDD;
    border-radius: 12px !important;
    font-size: 14px;
    font-family: var(--title-font-family);
    padding-left: 50px;

}

.tt-suggestion {
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
    padding: 18px 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
}

.tt-menu {
    max-height: 350px;
    overflow-y: auto;
}