.bg-color {
    background-color: #eee;
    border: 2px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}

.group-dot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff8d15;
}

.fa-icon-customize {
    color: #fff;
}

.dot-onprocess {
    height: 70px;
    width: 70px;
    border: 2px solid gold;
}

.dot-onprocess .fa-icon-customize {
    font-size: 30px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ff8d15;
    border-radius: 50%;
    margin: 5px;
}

.line {
    width: 100px;
    height: 3px;
    background-color: #ff8d15;
}

.gy-color {
    background-color: #aaa;
}

.card-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #ff8d15;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-s {
    /* position: absolute; */
    width: 5px;
    height: 100px;
    background-color: #ff8d15;
    margin: auto;
    display: flex;
}


.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-disable {
    width: 10px;
    height: 10px;
    background-color: #aaa;
}

.line-s-grey {
    background-color: #aaa;
}

.text-grey {
    color: #aaa;
}