

#c_grid-116273709439190{
    display: none !important;
}
.SelectionCenter .select-process-bar {
    position: relative;
    background-color: #ededed;
    /* margin-top: 20px; */
    height: 5px;


    margin-bottom: 30px !important;
}
.SelectionCenter .select-process-bar .dot
 {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 0, 0, .3);
    border-radius: 50%;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.SelectionCenter .select-process-bar .dot:after {
    position: absolute;
    content: '';
    background-color: #FF0000;
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
}
.SelectionCenter .select-process-bar .dot-o {
    position: absolute;
    top: 14px;
    left: -10px;
    color: #000;
}
.SelectionCenter .select-process-bar .process-bar {
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0px;
    width: 0px;
    height: 5px;
}



