
.innovate-dropdown .category-dropdown{
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    width: 350px;
    display: inline-block;
}
.innovate-dropdown .form-control{
    width: 350px;
    min-width: 350px;
    display: inline-block;
    border-radius: 5px;
    height: 49px;
    font-size: 18px;
    color: #666666;
    background: #F6F6F6;
    margin:0;
    padding-right: 40px;
    padding-left: 15px;
    appearance: none;              
    -webkit-appearance: none;     
    -moz-appearance: none;  
    position: relative;   
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
}
.table-scroll > div {
    max-width: 1400px;
    min-width: 1400px;
}
.innovate-table {
    width: 100%;
    font-size: 17px;
    border: 1px solid #E7E7E7;
    border-left: none;
    border-right: none;
}
.innovate-table .row {
    display: flex;
    border-bottom: 1px solid #E7E7E7;
}
.innovate-table .table-head .row-head {
    background: #2A91AA;
    color: #fff;
    font-weight: 600;
}
.innovate-table .table-head .row-head .col-phase,
.innovate-table .table-head .row-head .col-hold {
    background: #11AEB8;
}
.innovate-table .cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    box-sizing: border-box;
}
.innovate-table .table-head .cell{
    text-align: center;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 4px;
}
.innovate-table .table-body .cell {
    background: #F9F9F9;
    border-left: 1px solid #E7E7E7;
}
.innovate-table .col-target {
    flex: 0 0 10%;
    min-width: 150px;
}
.innovate-table .col-indication {
    flex: 0 0 10%;
    min-width: 150px;
}
.innovate-table .col-study {
    flex: 0 0 10%;
    min-width: 150px;
}
.innovate-table .col-phase,
.innovate-table .col-hold {
    flex: 1 1 0;
    min-width: 150px;
}
.innovate-table .col-milestone {
    flex: 0 0 15%;
    min-width: 180px;
}
.innovate-table .table-body .title {
    color: #222222;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}
.innovate-table .table-body .sub {
    color: #666666;
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}
.innovate-table .group-phases{
    position: relative;
    flex: 1 1 0;              
    display: flex;
    min-width: 440px;
    border-left: 1px solid #E7E7E7;
    background: #F9F9F9;       
}
.innovate-table .group-phases .col-phase{
    flex: 1 1 0;
    border-left: 1px solid #E7E7E7;
}
.innovate-table .group-phases .col-phase:first-child{ 
    border-left: 0; 
}
.progress-cell{
    position: absolute;
    left: 0; 
    right: 0;       
    top: 50%;
    transform: translateY(-50%);
    padding: 0;         
    pointer-events: none;
}
.progress-track{
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;     
    overflow: hidden;
}
.progress-bar{
    position: absolute;
    left: 0; top: 0;
    height: 100%;
    width: 0%;
    background: #b7dbe2;     
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: width 1.5s ease;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.progress-text{
    position: absolute;
    right: -44px;              
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #222;
    font-weight: 600;
    display: none;
}
.progress-bar.width-25 { 
    width: 13%; 
}
.progress-bar.width-50 { 
    width: 37%; 
}
.progress-bar.width-75 { 
    width: 62%; 
}
.progress-bar.width-100 { 
    width: 88%; 
}
.progress-text {
        padding-right: 23px;
    font-size: 17px;
    color: #111111;
    font-weight: 600;
}
.col-milestone .img-box {
    margin-top: 8px;
    width: 100%;
    height: 70px;
    background: #efefef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #bbb;
    text-align: center;
    line-height: 1.1;
}
@media (max-width: 1000px) {
    .innovate-table,
    .innovate-table .table-body .title,
    .innovate-table .table-body .sub {
        font-size: 15px;
    }
    .progress-text {
        font-size: 16px;
    }
    .innovate-dropdown .category-dropdown {
        margin-bottom: 10px;
        margin-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }
    .innovate-dropdown .form-control {
        min-width: unset;
        border-radius: 5px;
        height: 35px;
        font-size: 15px;
    }
}
@media (max-width: 400px) {
    .innovate-dropdown .category-dropdown {
        width: 100%;
    }
    .innovate-dropdown .form-control {
        min-width: 100%;
        width: 100%;
    }
}