.mydeals-overview .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:focus, .nav-link:hover {
    color: #3182CE;
}
.card.overview-right-side {
    position: fixed;
    height: 100%;
    width: -webkit-fill-available;
}
.tab-content {
  padding: 40px 0 0;
}
.btn-light {
  background: #F8F8F8;
  border-radius: 5px;
  border: 1px solid #ECECEC;
}
.pdficon-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.all-task.attachments table tr td {
  padding: .6rem;
  border-top: 0;
  border-right: 0 !important;
  border-bottom: 1px solid #E5E7ED;
  border-left: 0 !important;
}

@media (max-width: 991.98px) {
  .card.overview-right-side {
    position: unset;
}
}