   /* #greetings_section .select2-selection textarea {
        border: none !important;
        color: #6a6a6a !important;
        font-size: calc(1.3rem + 0.6vw) !important;
    }*/
.slider .slider-left .slider-search .tab-content {
    height: auto !important;
}
.twitter-typeahead { width: 100%; } 
    .Typeahead-input {
        position: relative;
        vertical-align: top;
        background-color: transparent;
        width: 100%;
    }
    .twitter-typeahead pre {
        position: absolute;
        visibility: hidden;
        white-space: pre;
        font-family: Volte;
        font-size: 28px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        word-spacing: 0px;
        letter-spacing: 0px;
        text-indent: 0px;
        text-rendering: auto;
        text-transform: none;
        display: none;
    }
    .tt-suggestion {
        
        padding: 10px 40px;
        font-size: 15px;
        line-height: 30px;
        background: #fff;
        color: #8a8a8a;
    }

    .tt-hint {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 1;
        background: none 0% 0% / auto repeat scroll padding-box padding-box rgb(255,255,255);
        right: 0;
        width: 100%;
        display: none;
    }

    .tt-menu {
        width: 100%;
        margin-left: 18px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 100;
        display: none;
    }

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #8a8a8a;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;

    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-highlight {
        font-weight: 500;
    }
