.cbs-vehicle-list .worker {
    border-radius: 90px;
    height: 60px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-grow: unset;
    border-color: #199cdb !important;
    color: #199cdb;
}

.cbs-vehicle-list .worker .cbs-vehicle-icon {
    display: none !important;
}

.cbs-vehicle-list .worker * {
    top: 0px !important;
}

.cbs-vehicle-list .worker:not(:hover,.cbs-state-selected) {
    color: #199cdb !important;
}

.partner-dashboard ul{
    list-style: none;
}