
/*# sourceMappingURL=custom.min.css.map */
.report-main .project-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.report-main .project-data .content-box{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 20%;
    border-right: 1px solid #CBCBCB;
    padding:0 24px
}
.report-main .project-data .content-box:last-child{
    border: none;
}
.report-main .project-data .content-box p{
    color: var(--vz-heading-color);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
} 
.report-main .project-data .content-box h4{
    color: #4B38B3;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  
} 
/* .report-main .text-muted{
    color: red !important;
} */

.title-with-remove-btn{
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    border: none;
}
.title-with-remove-btn .card-header{
    background: transparent;
    border:none;
    padding: 0;
}
.title-with-remove-btn .card-header .text-reset :hover span{
        color:#DF3D12;
}
.inner-box{
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}
.outer-box{
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}