.taxi-calls .taxi-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem;
    background-color: #BBD3F6;
    border-bottom: 1px solid #DDD;
}

.taxi-calls .taxi-call .taxi-call-left {
    width: 20%;
    flex-grow: 0;
    flex-shrink: 0;
}

.taxi-calls .taxi-call .taxi-call-left-img {
    width: 50px;
    height: 50px;
}

.taxi-calls .taxi-call .taxi-call-center {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

.taxi-calls .taxi-call .taxi-call-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 32%;
    height: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #D1E1F9;
}