.divStarted:hover{
    background-color: #D9182B;
    color: #ffffff;
}
.flyout-title{
    font-size: 25px;
    position: absolute;
    z-index: 1;
    top: 1rem;
    display: flex;
    align-items: center;
    height: 28px;
}
.span-route{
    border-radius: 2rem;
    height: auto;
    width: auto;
    padding: 0.75rem 0.75rem;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.route-cont{
    padding: 2px;
    text-align: center;
}

.clicked {background: #000 !important; color:#FFF !important; border-color:#000!important}

.ng-select.custom .ng-value-label {
    padding: 12px !important;
    display: block;
}

.ng-select{width: 100%;}

// .ng-select.custom ::ng-deep .ng-select-container  {            
//     min-height: 0px;
//     border-radius: 0;
// }