.k-select {
    width: 2.5rem;
}
#modalCallIn 
{
    color: black;
}
#closeHistory
{
    text-align: center;
    margin-bottom: 0.5em;
}
#tableHeads th
{
    font-size: 1.2rem;
}

:host.ui-autocomplete .ui-autocomplete-input 
{
   border-radius: 0px;
}
// .p-autocomplete
// {
//     width: 100%;
 
// }
.selected{
    background-color: #b93cc7 !important;
    color: white;
}


.kt-badge--ETA{
    color: white;
    background: #b93cc7;
    font-weight: 900;
    border-radius:10px;
}

.activeRouteCode{
    color: white !important;
    background: #4d2e99 !important;
}

.activeRoute{
    color: white !important;
    background: #4d2e99 !important;
}