.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {

    cursor: default !important;
    background: #fff !important;
    border-color: #e2e5ec !important;
}

.edit-driver{
    cursor: pointer;
}

#routeStart + .select2-container--default{
    width: 87% !important;
}

.dis + .select2-container--default .select2-selection__rendered{
    background-color: #ddd;
}
::ng-deep .common-lookup{
    .ui-table-wrapper{
        max-height: 542px;
        overflow-x: hidden;
    }
    th {
        position: sticky;
        top: 0;
    }
}
