﻿.bus-sol-flow-chart {
    padding: 50px 0;
    text-align: center;
}

.bus-sol-flow-chart>h4 {
    border: solid 3px #BBBCBC;
    border-radius: 30px;
    display: inline-block;
    padding: 11px 22px 13px 22px;
    margin: 0;
}

.bsf-end-timeline {
    border: none !important;
    background-color: #43524E;
    color: #FFFFFF;
}

.bus-sol-flow {
    display: flex;
}

.bus-sol-flow>div {
    width: 50%;
    display: flex;
}

.bus-sol-flow>div>div {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.bsf-card {
    border-radius: 26px;
    padding: 30px;
    margin: 15px 30px;
}

.bus-sol-flow-left .bsf-timeline {
    background: linear-gradient(180deg, rgba(82, 92, 90, 0) 0%, rgba(82, 92, 90, 1) 12%, rgba(82, 92, 90, 1) 100%);
}

.bus-sol-flow-right .bsf-timeline {
    background: linear-gradient(180deg, rgba(1, 145, 109, 0) 0%, rgba(1, 145, 109, 1) 12%, rgba(1, 145, 109, 1) 100%);
}

.bsf-timeline {
    flex-shrink: 0;
    width: 16px;
    height: 100%;
}

.bus-sol-flow-left {
    margin-right: 8px;
}

.bus-sol-flow-right {
    margin-left: 8px;
}

.bus-sol-flow-left .bsf-card {
    background-color: #DDDEDF;
}

.bus-sol-flow-right .bsf-card {
    background-color: #F4F5F5;
}

.bus-sol-flow-right .bsf-title>p {
    color: rgba(1, 145, 109, 1);
}

.bsf-title>div {
    float: right;
    display: flex;
}

.bsf-title>div>div {
    display: flex;
}

.bsf-title>p {
    float: left;
}

.bsf-title:after {
    content: "";
    clear: both;
    display: table;
}

.bsf-card>span>div>p {
    padding-right: 12px;
}

.bsf-user {
    width: 40px;
    height: 40px;
    position: relative;
    top: -8px;
    padding: 4px;
    border-radius: 40px;
    box-sizing: content-box;
}

.bsf-user-first {
    position: relative;
    left: 15px;
    z-index: 1;
    margin-left: -15px;
}

.bus-sol-flow-left .bsf-user {
    background-color: #DDDEDF;
}

.bus-sol-flow-right .bsf-user {
    background-color: #F4F5F5;
}

.bsf-user img {
    width: 40px;
    border-radius: 40px;
}

.bus-sol-flow-left>div>h4 {
    color: #666666;
}

.bsf-invert {
    background-color: rgba(1, 145, 109, 1) !important;
    color: #FFFFFF !important;
}

.bsf-card>div>span>div {
    width: 55px;
    padding: 22px;
    box-sizing: content-box;
    border-radius: 55px;
}

.bsf-bot {
    background-color: rgba(1, 145, 109, 1) !important;
}

.bsf-bot>img {
    filter: brightness(0) invert(1);
    width: 55px;
}

.bsf-manual {
    background-color: #CACACD;
}

.bsf-manual>img {
    filter: grayscale(100%);
    width: 55px;
}

.bsf-assisted {
    background-color: #EAEAEA;
}

.bsf-assisted>img {
    width: 55px;
}

.bsf-card>div,
.bsf-card>div>span {
    display: flex;
}

.bus-sol-flow-right .bsf-card>div,
.bus-sol-flow-right .bsf-card>div>span {
    flex-direction: row-reverse;
}

.bsf-card>div {
    position: relative;
    margin: 20px 0;
}

.bus-sol-flow-left .bsf-card>div>div {
    width: 63px;
    height: 50%;
    border-bottom: solid 3px rgba(82, 92, 90, 1);
    border-right: solid 3px rgba(82, 92, 90, 1);
    border-bottom-right-radius: 20px;
    position: absolute;
    right: -63px;
    top: 0;
}

.bus-sol-flow-right .bsf-card>div>div {
    width: 63px;
    height: 50%;
    border-bottom: solid 3px rgba(1, 145, 109, 1);
    border-left: solid 3px rgba(1, 145, 109, 1);
    border-bottom-left-radius: 20px;
    position: absolute;
    left: -63px;
    top: 0;
}

.bsf-card>div>span>p {
    margin: 0 20px;
}

.bus-sol-flow-left .bsf-card>div>span {
    text-align: right;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.bus-sol-flow-right .bsf-card>div>span {
    text-align: left;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media (max-width: 767.98px) {
    .bsf-card>div>span {
        flex-direction: column-reverse !important;
    }
    .bsf-card>div>span>p {
        text-align: center;
    }
    .bus-sol-flow-left .bsf-timeline {
        background: linear-gradient(180deg, rgba(82, 92, 90, 0) 0%, rgba(82, 92, 90, 1) 5%, rgba(82, 92, 90, 1) 100%);
    }
    .bus-sol-flow-right .bsf-timeline {
        background: linear-gradient(180deg, rgba(1, 145, 109, 0) 0%, rgba(1, 145, 109, 1) 5%, rgba(1, 145, 109, 1) 100%);
    }
    .bsf-title>div {
        flex-direction: column;
    }
    .bsf-title>p,
    .bsf-title>div {
        float: none;
    }
    .bsf-card>span>div>p {
        padding-right: 0;
    }
    .bsf-title>div>div {
        justify-content: center;
    }
    .bsf-card {
        padding: 10px;
        margin: 15px 10px;
    }
    .bus-sol-flow-right .bsf-card>div>div {
        width: 80px;
        height: 50px;
        left: -23px;
    }
    .bus-sol-flow-left .bsf-card>div>div {
        width: 80px;
        height: 50px;
        right: -23px;
    }
    .bsf-card>div>span>p {
        margin: 0;
    }
    .bsf-manual,
    .bsf-assisted,
    .bsf-bot {
        z-index: 1
    }
}