﻿
*,
*::before,
*::after {
    box-sizing: border-box;
}



.timeline {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

    .timeline::after {
        content: '';
        position: absolute;
        width: 2px;
        background: #007bff69;/* #006E51;*/
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
    }

._container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

    ._container.left {
        left: 0;
    }

    ._container.right {
        left: 50%;
    }

    ._container::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: -8px;
        background: #ffffff;
        border: 2px solid #007bff69; /*#006E51;*/
        border-radius: 16px;
        z-index: 1;
    }

    ._container.right::after {
        left: -8px;
    }

    ._container::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        top: calc(50% - 1px);
        right: 8px;
        background: #007bff69; /*#006E51;*/
        z-index: 1;
    }

    ._container.right::before {
        left: 8px;
    }

    ._container .date {
        position: absolute;
        display: inline-block;
        top: calc(50% - 8px);
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #999; /* #006E51;*/
        text-transform: capitalize;
        /*letter-spacing: 1px;*/
        z-index: 1;
    }

    ._container.left .date {
        right: -140px;
    }

    ._container.right .date {
        left: -140px;
    }

    ._container .icon {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 9px 0;
        top: calc(50% - 20px);
        /*background: #F6D155;*/
        border: 2px solid #007bff69;/* #006E51;*/
        border-radius: 40px;
        text-align: center;
        font-size: 15px;
        /*color: #006E51;*/
        z-index: 1;
    }

    ._container.left .icon {
        right: 56px;
    }

    ._container.right .icon {
        left: 56px;
    }

    ._container .content {
        padding: 30px 90px 30px 30px;
        background: #6c757d30;  /*#F6D155;*/
        position: relative;
        border-radius: 5px;
    }

    ._container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius:5px;
    }

    ._container .content h2 {
        margin: 0px;
        font-size: 17px;
        font-weight: normal;
        color: #007bff; /*#006E51;*/
        line-height: 15px;
    }

    ._container .content p {
        margin: 0;
        font-size: 13px;
        line-height: 13px;
        color: #545151;
    }
.actorName {
    font-size: 12px;
    color: #9e9e9e;
}
.actor {
    font-size: 10px;
    color: #9e9e9e;
}
#step-popup .dx-popup-content {
    overflow: auto;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    ._container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

        ._container.right {
            left: 0%;
        }

            ._container.left::after,
            ._container.right::after {
                left: 82px;
            }

            ._container.left::before,
            ._container.right::before {
                left: 100px;
                border-color: transparent #006E51 transparent transparent;
            }

            ._container.left .date,
            ._container.right .date {
                right: auto;
                left: 15px;
            }

            ._container.left .icon,
            ._container.right .icon {
                right: auto;
                left: 146px;
            }

            ._container.left .content,
            ._container.right .content {
                padding: 30px 30px 30px 90px;
                border-radius: 5px;
            }
}
