.projectTimeLine .nav_link_taps {
    color: #9B8C77 !important;
    font-size: 19px !important;
}

.projectTimeLine .nav-pills .nav_link_taps.active,
.nav-pills .show>.nav_link_taps {
    color: #45361F !important;
    background-color: transparent !important;
    font-weight: 600;
}

.projectTimeLine .nav-pills .nav_link_taps.active::after,
.nav-pills .show>.nav_link_taps::after {
    content: "";
    border: 1px solid #45361F;
    width: 53px;
    position: absolute;
    top: 79%;
    margin-top: 0px;
    left: 19px;
}

.projectTimeLine .circular-progress {
    height: 60px;
    width: 60px;
    background: conic-gradient(#2C82B2 3.6deg, #BBCDD6 0deg);
}

.projectTimeLine .circular-progress::before {
    height: 50px;
    width: 50px;
}

.projectTimeLine .progress-value {
    font-size: 18px;
    color: #2C82B2;
}

.documents_table{
    table-layout: fixed;
}

.documents_table th{
    width: 202px;
}



@media (max-width: 768px) { 
    .project_timeline_main{
        padding: 5px 40px;
    }
    
 }