.tt-input,.tt-hint {
    /*width: 396px;*/
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    /*width: 422px;*/
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.tt-input-header {
    margin: 0 20px 5px 20px !important;
    padding: 3px 0 !important;
}

.tt-input-header-line {
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 0 20px 5px 20px !important;
}
.rsx-tradein-search:after {
    content: none !important;
}
.rsx-tradein-search:before {
    content: none !important;
    width: 0px !important;
}

.ng-modal-Or-container {
    margin-top: 45px;
    border-top: 1px solid #00549a;
    width: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.TradeInOrs {
    margin-top: -25px;
}

.TradeInOrIcon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-family: 'bell-slim',Helvetica,Arial,sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: #00549a;
    border: 2px solid #00549a;
}