.status-checker-details .status-label{height:25px;border-radius:5px;background-color:#9a9a9a;font-size:12px;font-weight:bold}
.status-checker-details .status-label.inProgress{background-color:#9a9a9a}
.status-checker-details .status-label.approved{background-color:#03954b}
.status-checker-details .status-label.rejected{background-color:red}
.status-checker-details .status-label.cancelled{background-color:#ff8000}
.status-checker-details .status-checker-timeline .time-line-item>div:last-of-type{margin-left:-17.5px}
.status-checker-details .status-checker-timeline .time-line-item:not(:last-of-type)>div:last-of-type{border-left:2px solid #dadada;padding-bottom:50px}
.status-checker-details .status-checker-timeline .timeline-icon{z-index:2;position:relative}
.status-checker-details .status-checker-timeline .timeline-icon>div{z-index:3;display:flex;justify-content:center;align-items:center;height:35px;width:35px;border:1px solid red;border-radius:35px}
.status-checker-details .status-checker-timeline .timeline-icon::before{z-index:-1;top:-7.5px;left:-7.5px;content:" ";height:50px;width:50px;border-radius:35px;position:absolute;background:white}