.fundraising-detail .headiing-top h2 {
    font-size: 22px;
    color: #8E8E8E;
    font-family:var(--font-Helvetica);
}
#deal h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
#deal p{
    font-size: 13px;
    letter-spacing: 1px;
}

#company-details h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
#company-details p{
    font-size: 13px;
    letter-spacing: 1px;
}
.socil-links {
    background: #F8F8F8;
    padding: 15px;
    border-radius: 7px;
    margin: 10px 0;
}
.socil-links a{
    color: #000;
    font-size: 14px;
}

#investor-details h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
#investor-details p{
    font-size: 13px;
    letter-spacing: 1px;
}

#stage-history .table > thead {
    vertical-align: bottom;
    background: #F7FAFC;
}
#stage-history th {
    font-size: 10px;
    text-transform: uppercase;
    color: #A0AEC0;
    font-family: 'Roboto-Bold';
}

.progress-div {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.progress {
    width: 60px;
    height: 60px;
    background: none;
    position: relative;
    flex: none;
}
  
  .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  .progress .progress-left {
    left: 0;
  }
  
  .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
  }
  
  .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
  
  .progress .progress-right {
    right: 0;
  }
  
  .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
  
  .progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}
  .progress .h2.font-weight-bold {
    font-size: 16px;
}
.progress-div p {
    margin: 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem .5rem 0;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
}
.nav-link:focus, .nav-link:hover {
    color: #3182CE;
}
.card.overview-right-side {
    /* position: fixed; */
    height: 100%;
    width: -webkit-fill-available;
}
.user-profile-rightside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.user-profile-rightside p{
    margin: 0;
    font-size: 14px;
}
.investor-chat{
    position: relative;
}
.investor-chat .chat {
    position: absolute;
    right: 15px;
    top: 15px;
}
#investor-details {
    padding-bottom: 10px;
    padding-top: 15px;
}
/* new css for qa changes  */
.progress.company_progress{
    width: 40%;
    height: 23px;
    background: #eef0f2;
    position: relative;
    display: flex;
}
.progress.company_progress::after{
    content:unset;
}
.progress.company_progress .progress-bar {
    width: 100%;
    height: 100%;
    background-color: #3182CE;
    position: unset;
    border:0;

}
.deal_status {
    text-align: right;
}

.deal_status h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #ef0000;
}
/* new css */

@media (max-width: 991.98px) {
    .card.overview-right-side {
      position: unset;
  }
  }