.routes-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.routes-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 100%;
}

.routes-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;

    margin-bottom: 8px;
}

.routes-single-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;

}

.routes-place-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    width: 100%;
    height: 32px;
    margin-bottom: 8px;
}

.routes-input {
    width: calc(100% - 4px);
    margin-right: 4px;
}

.routes-icon {
    height: 24px;
    width: 24px;
    margin-right: 16px;
    cursor: pointer;
}

