.table>:not(caption)>*>*{
    background-color: transparent !important;
    border-color: transparent !important;
}
.progress-table{
    font-weight: 400;
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    letter-spacing: normal;  width: 80%; margin-left: auto; margin-right: auto;
}
.progress-table th{
    font-weight:600; 
    font-size: 18px;
}
.progress-table td{
    vertical-align: middle;  font-weight:600;  
}
.progress-table strong{
    font-weight:600; 
}
.progress-table h3{
    font-size:18px;
}
.gradient-box { 
    min-height: 590px;
    width: 110px;
    background: linear-gradient(180deg, rgba(241, 158, 159, 0.5), rgba(211, 176, 37, 0.5));
    border-radius: 75px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px; 
    justify-content: space-around;
    align-items: center;
}

.text-vertical { 
    font-size: 18px;
    font-weight: 600; 
    text-align: center;
    transform: rotate(-90deg);  
    width: 175px;
    height: 55px;
}
.td-align-center{
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.td-space-h{
    height: 30px;
}
.progress-table .progress{
    background-color: transparent; 
    border: solid 1px #f0f0f0; 
    padding: 1px;
}
.progress-table .progress-bar{
    height: 28px;     
    background: linear-gradient(90deg, rgb(185, 185, 185) 40%, rgba(211, 176, 37, 1) 100%);
    border-radius: 30px;
}
.progress-table .progress-bar-color-y{ 
    background: linear-gradient(90deg, rgb(185, 185, 185) 40%, rgba(249, 237, 50, 1) 100%); 
}
.progress-table .progress-bar-color-p{ 
    background: linear-gradient(90deg, rgb(185, 185, 185) 40%, rgba(241, 158, 159, 1) 100%); 
}
.progress-table .progress-bar-color-p2{ 
    background: linear-gradient(90deg, rgb(185, 185, 185) 40%, rgba(240, 204, 204, 1) 100%); 
}
.progress-table .progress, .progress-table  .progress-stacked { 
    height: 32px; 
    border-radius: 30px;
}
.column-w{
    width: 80px;
}
@media (max-width:1024px) {
.td-align-center {
    width: 210px;
}
.progress-table{
    width: 100%; margin-left: 0; margin-right: 0;
}
}
@media (max-width:991px) {
    .gradient-box { 
        width: 60px; 
    }
    .column-w{
        width: 60px;
    }
.progress-table{ 
    font-size: 13px; 
}
.text-vertical {
    font-size: 13px; 
    width: 136px;
    height: 30px; 
    line-height: 1.1;
}
.td-align-center {
    width: 118px;
}
.progress-table th{ 
    font-size: 16px;
} 
.progress-table h3{
    font-size:16px;
}
}

@media (max-width:767px) {
    .progress-table td, .progress-table th{
        padding: 5px !important;
    }
    .progress-table th{
       font-size: 10px;
    }
    .gradient-box {
        width: 29px;
        padding:1px;
        min-height: 370px;
    }
    .column-w{
        width: 30px;
    }
.progress-table{ 
    font-size: 11px; 
}
.text-vertical {
    font-size: 11px;
    width: 162px;
    height: 15px;
    line-height: 1; 
} 
.td-align-center {
    width: auto;
}
.progress-table .progress-bar{
    height:18px;      
}
.progress-table .progress, .progress-table  .progress-stacked { 
    height: 22px;  
}
.td-space-h {
    height: 26px;
}
.progress-table h3{
    font-size:15px;
}
}
@media (max-width:480px) {
    .progress-table{
        width: 485px;
    }
    .sm-overflow {
        overflow-x: scroll;
        width: 100%;
        padding-bottom: 15px;
         
}
}
@media (max-width:425px) {
.progress-table .progress-bar{
    height:14px;      
}
.progress-table .progress, .progress-table  .progress-stacked { 
    height: 18px;  
}
.gradient-box { 
    min-height: 355px;
}
}



 