.dropzone-rounded {
  outline: none;
}
.f-22 {
  font-size: 22px;
}
/*.d-flex{display:flex;justify-content:center;}
*/
.drop-40 {
  width: 50%;
}
.mw-200 {
  max-width: 200px;
}
.mr-3 {
  margin-right: 30px;
}
.h-60-per {
  height: 60vh;
}
.sharable-link {
  background: #ff984540;
  padding: 7px;
  border-radius: 18px;
}
.no-profile-views {
  color: var(--ms-orange);
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.no-profile-views strong {
    font-weight: 600;
}
.social-icon-wrapper {
  width: 25px;
  height: 25px;
  float: right;
  margin: 0px 5px;
}
#social-box .social-icon-wrapper button svg {
  width: 25px;
}
span.time_title {
  color: #e27235;
  margin-right: 8px;
}
p.form_time {
  font-size: 14px;
  margin: 25px 0;
}
.time_country {
  color: #e27235;
  margin-left: 5px;
}
.time_formate {
  color: #000;
  font-weight: 400;
}
span.form_sub_text {
  color: #898989;
  font-size: 15px;
}
p.form_info_text {
  text-align: center;
  color: #e27235;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}
.welcome-mentor-sub-text {
  color: #898989;
  font-size: 15px;
}
#payment-popup {
  width: 100%;
}
#payment-popup .modal-content {
  width: 50%;
  margin: auto;
}
.edit-user-details {
  min-height: 40vh;
}
.welcome-user-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000000ad;
  z-index: 100;
}
.welcome-description {
  text-align: center;
  margin-bottom: 5%;
}
.welcome-description p {
  color: #5a5957;
}
.welcome-description p strong {
  color: #000;
}
.welcome-popup {
  width: 50%;
  height: 70%;
  padding: 30px;
  text-align: center;
  background: #fff;
  border-radius: 11px;
}
.welcome-icon {
  padding-right: 2%;
  padding-bottom: 3%;
}
.welcome-question {
  margin-bottom: 5%;
}
.toast-container {
  position: fixed;
  width: 20%;
  z-index: 100;
  bottom: 100px;
  right: 50px;
}
.w-90-per {
  width: 90%;
}
.wfc-cta-login {
  display: none;
}
.wfc-cta-joinus {
  display: block;
}
@media only screen and (max-width: 639px) {
  .drop-40 {
    width: 100%;
  }
  .welcome-popup {
    width: 90%;
    height: 92%;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 11px;
  }
  .welcome-icon {
    padding-right: 2%;
    padding-bottom: 1%;
  }
  #deal-doc-viewer,
  #pitch-doc-viewer,
  #product-screenshot-viewer {
    max-width: 90vw;
  }
  .product-images-container {
    max-height: 75vh;
    min-height: 75vh;
    max-width: 75vw;
    min-width: 75vw;
    margin-bottom: 2%;
  }
  .toast-container {
    position: fixed;
    width: 80%;
    z-index: 100;
    bottom: 100px;
    right: 50px;
  }
}
.network-request.network-card .cta {
  display: flex;
  justify-content: space-around;
}
.network-request.network-card .cta a {
  line-height: 30px;
  padding: 3px 14px;
  margin-right: 5px;
}
.container > .subscription-container {
  height: 80vh;
  width: 100vw;
}
.p-20 {
  padding: 20px;
}
.br-none {
  border: none;
}
.lf-0 {
  left: 0px;
}
.d-flex-centered {
  display: flex;
  align-items: center;
}
.pdf-icon {
  max-width: 18px;
}
.h-300 {
  height: 300px;
}
.justify-center {
  justify-content: center;
}
.uploaded-file-list {
  list-style: none;
  padding: 10px 10px 0px 10px;
}
.rounded-logo {
  border-radius: 100px;
  padding: 0;
  border:1px solid #e3e3e3;
}
.doc-icon {
  width: 100px;
  background: #faebd7e8;
  margin: auto;
  border: 1px solid #c9c9c9;
  padding: 30px;
}
.doc-icon:hover {
  box-shadow: 0px 1px 5px 1px;
}
.product-image > img {
  max-width: 100%;
  height: 100px;
}
.product-images {
  margin-bottom: 2%;
  max-width: 70vw;
  min-width: 53vw;
  overflow: scroll;
  display: flex;
  flex-direction: row;
}
.product-image {
  margin-bottom: 10px;
}
.product-image-container {
  max-width: 150px;
  min-width: 150px;
  max-height: 200px;
  text-align: center;
  padding: 10px;
  border: 1px solid white;
}
.product-image-container:hover {
  border: 1px solid #f57e2a;
}
.product-images-container {
  max-height: 75vh;
  min-height: 75vh;
  max-width: 53vw;
  min-width: 53vw;
  margin-bottom: 2%;
}
#visibility-popup{
    max-width: 50vw;
}
.image-navigator {
  background: green;
  color: #da784b;
}
.image-navigator > img {
  width: 60px;
}
.zoom-image-container {
  height: 80%;
  width: 75%;
  border: 2px solid #e1d1c7;
  background: #060606e3;
}
.zoom-product-image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #0e0e0e8c;
}
.img-viewer-header {
  height: 55px;
  width: 99%;
}
.zoom-image {
  height: 86%;
  background: #8e53171a;
}
/*.pitch-day figure figcaption:hover{color:#000;cursor:pointer;}
*/
.wfc-link, .wfc-title {
  color: #e27235;
}
.wfc-title.f-16-2 {
    font-size: 18px; font-weight: 600; margin-top: 0; margin-bottom: .5rem;
}
#download-list{ color: #000; opacity: .7;}
#download-list:hover {
  color: #e27235;
  opacity: 1;
  cursor: pointer;
}

.wfc-link:hover {
  color: #000;
  cursor: pointer;
}
.underlined {
  text-decoration: underline;
}
.startup-logo {
  padding: 3px;
  background: #dadada;
}
.startup-logo:hover {
  cursor: pointer;
}
.portfolio-col {
  background: #e8ecec;
  padding: 10px;
  margin: 10px;
}
#deal-doc-viewer,
#pitch-doc-viewer,
#product-screenshot-viewer,
#burn_rate_info,
#market-channels,
#payment-confirmation{
  max-width: 1110px;
}
#pitch-deck-edit-1{
  max-width: 1240px;
}
#pitch-deck-edit {
  max-width: 920px;
}
#extra-startup-info {
  max-width: 1240px;
}
#startup-about-info{
  max-width: 1440px;
}
#list-popup {
  max-width: 800px;
  height: 800px;
}
.investors-list {
  max-height: 500px;
  min-height:500px;
  overflow: auto;
}
.investors-listQASectotion{
  max-height: 900px !important;
  min-height:500px !important;
  overflow: hidden !important;
}
.investors-list .custom-invest .investor-table {
  max-height: 500px;
  overflow: auto;
}
.no-shadow {
  box-shadow: none;
}
.deal-doc-viewer-body {
  max-height: 80vh;
  overflow: scroll;
  margin-bottom: 3%;
}
.doc {
  width: 30%;
}
.image-doc:hover {
  box-shadow: 1px 1px 6px 1px #31312e;
}
.image-doc {
  width: 30%;
  padding: 10px;
  margin: 5px;
  box-shadow: 1px 1px 6px 1px #fff;
}
.docs {
  width: 100%;
  height: 100%;
}
.word-break {
  word-break: break-word;
}
.keep-up {
  flex-direction: row;
}
.bg-wfc {
  background: #f17e08;
}
@media only screen and (max-width: 1199px) {
  .wfc-cta-login {
    display: block;
    margin-top: 14px;
  }
  /*.wfc-cta-joinus {
    display: none;
  }*/
}
@media only screen and (max-width: 991px) {
  .keep-up {
    flex-direction: column-reverse;
  }
}
.wfc-calendar {
  cursor: pointer;
}
.wfc-pointer {
  cursor: pointer;
}
.svg-calendar {
  color: green;
}
.date-picker-wrapper {
  box-shadow: 1px 1px 7px 3px #151111;
  position: absolute;
}
.Calendar__day.-selected,
.Calendar__day.-selectedStart,
.Calendar__day.-selectedEnd {
  background: #1fa2dc;
  color: #fff;
}
.error-abs {
  position: absolute;
  bottom: -10px;
}
.pitch-edit-ico {
  position: absolute;
  right: 22px;
  margin-top: -11px;
}
.pitch-edit-ico-2 {
  position: absolute;
  right: 22px;
  top: 17px;
}
.z-id-1 {
  z-index: 1;
}
.smaller-view > .dropzone {
  padding: 1rem;
}
.pitch-card-1 {
  background-color: #f2f2f4;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 1rem;
  min-height: 75px;
}
.font-20 {
  font-size: 20px;
}
.h-100-per {
  height: 100%;
}
/* .display-linebreak {
  white-space: pre-line;
  word-break: break-all;
} */
 .description-linebreak{
  white-space: pre-line;
  word-wrap: break-word;
}
.aligned-checkbox input[type='checkbox'] + label{
    position: initial;
    padding: 11px;
}
.btn-wfc-default{
    background: #fff;
    color: #000;
}
.h-350-px{
    max-height: 276px;
    min-height: 294px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 103%;
    padding-top: 25px;
}
.business-highlight-container{
   max-height: 75vh;
   overflow-y: auto;
}

.business-highlight-container-2{
    overflow: hidden;
    /* padding-right: 2px; */
}
.f-12{
    font-size: 12px;
}
.f-16{
    font-size: 16px;
}
.f-16-2{
  font-size: 16px;
}
.smaller-btn{
  min-width: 60px;
  line-height: 9px;
  height: 25px;
}
.startup-tab.tabsection { position:relative; }
.editico-2{display:inline-block;font-size:16px;font-weight:normal; background: #e27235; width: 32px; line-height: 32px; border-radius: 4px;  text-align: center;}
.delete-pic.btn-primary{display:inline-block;font-size:16px;font-weight:normal; background: #e27235; padding:0; min-width: 32px; border:none; height: auto; border-radius: 4px;line-height: 32px; margin-left: 10px;}

.startup-tab .btn-primary.addnew-2{position:absolute;width:auto;top:-55px;right:165px;text-align:center;}
.startup-tab .btn-primary.addnew-3{position:absolute;width:auto;top:-55px;right:0;text-align:center;}

/*.startup-tab .btn-primary.addnew-2{position:absolute;width:auto;top:-55px;right:180px;text-align:center;border-radius:10px;box-shadow:none;border:1px solid var(--ms-orange);color:var(--ms-white);padding:5px 1.5rem 2px 1.5rem;line-height:40px;min-width:inherit;font-size:1rem;}
.startup-tab .btn-primary.addnew-3{position:absolute;width:auto;top:-55px;right:0;text-align:center;border-radius:10px;box-shadow:none;border:1px solid var(--ms-orange);color:var(--ms-white);padding:5px 1.5rem 2px 1.5rem;line-height:40px;min-width:inherit;font-size:1rem;}*/
.startup-tab .wfc-link{color: crimson;display:none;position:absolute;width:auto;top:4px;right:70px;text-align:center;border-radius:0;box-shadow:none;border:none;padding:0;line-height:35px;min-width:inherit;font-size:1rem;background-color:transparent;}
.startup-tab .wfc-link-2{right:200px;}
.bushigh .collapse.show .filter-sec,.startup-tab .collapse.show .wfc-link{display:block;}
.startup-tab .wfc-link:hover{background-color:transparent;opacity:0.5;}
.edit-ico.wfc-link{color:var(--ms-orange);display:block;right:20px;}
.del-ico.wfc-link{color:var(--ms-orange);display:block;right:15px;top:8px;z-index: 100;}
.kpi-symbol { position: absolute; top: 15px; left: -5px; text-align: right; width: 25px; font-size: 14px; }
.view-more-link{position: absolute; right: 30px; margin-top: 8px; z-index: 2;}
.min-65-vh{min-height: 65vh;}
.highlighted{margin: 0px 4px; border: 2px solid #fff;}
.f-18{font-size: 18px;}
.box-selected{ border-color: #d67715; }
.box-selected-specific{ border-color: #3B3FC5; }
.kpi-icon{width: 38px; height: 38px;border: 2px solid;border-radius: 37px;margin-top: 3px;}
.investor-intent{}
.applicant-name .notification-2{ position: absolute; top: -3px; right: 0; z-index: 5;}
.pdf-download-btn{ background: transparent; width: 85%; height: 77%; position: absolute; top: 13%; left: 31%; cursor: pointer;}
.ans p{ margin-bottom: -5px;}
.react-pdf__Page__textContent{display:none;}
.overview_col-auto .item { width: auto;}
p.alert.disclaimer-xxs.alert-info {
  font-size: 14px;
}
.react-datepicker__input-container input, #quarterly{background-color:transparent;box-shadow:none;border-radius: 7px;border:1px solid #e27235;color:var(--ms-dark);height:40px;padding:10px;min-width: 200px;background-color: #ffede4;}
.react-datepicker__input-container input:focus{background-color: transparent; border:1px solid #007bff; outline: none;}
#quarterly:focus{background-color: transparent; border:1px solid #007bff; outline: none;}

.milestone-image{width: 60px; border-radius: 57px; height: 60px;}

.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected{background-color: #e27235;}
.react-datepicker__header{background-color: #ffeeba;min-height: 60px;}
.react-datepicker__navigation{background-color: #e27235a8; color: #fff; border-radius: 20px;top: 14px;}
.react-datepicker__navigation-icon--previous{top: 4px;left: -1px;}
.react-datepicker__navigation-icon--next{top: 4px;left: -1px;}
.react-datepicker__navigation-icon:before, .react-datepicker__navigation-icon:hover{border-color: #fff;}

/* month range picker */
.react-datepicker__month--selected, .react-datepicker__month--keyboard-selected,
.react-datepicker__month-text--selected, .react-datepicker__month-text--keyboard-selected{background-color: #e27235;}
.react-datepicker__month-text .react-datepicker__month-selected .react-datepicker__month--keyboard-selected:hover{background-color: #e27235;}
.react-datepicker__month .react-datepicker__month-text{width: auto; margin: 10px 20px; padding: 5px;}

/* quarter range picker */
.react-datepicker__quarter-wrapper{display: flex;}
.react-datepicker__quarter, .react-datepicker__quarter-text{width: auto; margin: 25px 40px; padding: 5px;}
.react-datepicker__quarter:hover, .react-datepicker__quarter-selected, .react-datepicker__quarter-selected:hover{background-color: #e27235;color: #fff; font-weight: bold;border-radius:6px;}

.fa-success{color: #51da51;}
.fa-inactive{color: #b4bbb4;}
.startup-tab .accordion .card-header .btn img{width: 36%;margin-right:0px;max-width: 6%;}
#y-max  input, #y-min  input{min-width: 100px;}
.right-20{right: 20px;}
.right-20-per{right: 20%;}
.right-5{right: 5px;}
.right-2{right: 2px;}
.top-n3{top: 3px;}
.highlight p, .highlight p ul li{margin-bottom: 1px;}
.highlight ul{margin-bottom: 0.5rem;}
.mx-w-80{max-width: 70%;}

.wfc-theme-color, .wfc-text{color: #e27235;}
.filters button{box-shadow: none;}
.filters-sec-monthly-updates, .filters-sec-monthly-updates .accordion{width: 100%;}

.kpi-data { background-color: #ffede4; }
.kpi-data table tr td { font-size: 12px; color: #000;}
.kpi-data table tr th { opacity: 1;color: #e27235;}

/* Date picker for partner referral page css */
.Calendar__day.-selected, .Calendar__day.-selectedStart, .Calendar__day.-selectedEnd {
  background: var(--ms-orange) !important;
}

.custom-date-picker-calendar-class {
  z-index: 0 !important;
  width: 175px !important;
  font-size: small;
}
.text-orange-theme {color: var(--ms-orange);}
.mtb-auto {margin-top: auto !important; margin-bottom: auto !important;}

.referral-investment-main-table tbody {
  display: block !important;
  max-height: 500px !important;
  overflow: auto !important;
}
.referral-investment-main-table thead,
.referral-investment-main-table tbody tr {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
}
.referral-investment-main-table thead {
  width: calc(100% - 1em) !important;
}
.table .payout-summary-tr {
  border-top: 2px solid #dee2e6;
}
.table .payout-summary-tr th {
  border-bottom: 0 !important;
}

.z-index-100{z-index: 100;}
#high-month, #high-year{ width: 100px;}
.milestone-date{position: absolute;margin-top:80px;}
.kpi-filters .accordion{ width: 100%;}
#quarterly, .font-14{font-size: 14px;}
div[disabled]{
 pointer-events: none;
 opacity: 0.7;
 color: #000;
}
.top-30-per{top: 30%;}
#credits tr td, #credits tr th{font-size: 14px;}
.info-icon:hover{ color: #000;}
#popover-credit{max-width: 300px;width: 100%; font-size: 12px;}
#funding_details .row .col-md-4 span{display: flex;margin-top: 8px;}
#funding-thanks-popup{max-height: 500px; min-height: 500px;margin-top: 100px;}
.funding_details-wrapper{max-height: 320px; min-height: 320px; overflow-y:scroll;overflow-x:hidden;}
.opacity-0{opacity: 0;}
.user-profile-bio-section {
  white-space: pre-line;
  word-break: break-all;
}
.referral-investor-info-table tbody {
  display: block !important;
  max-height: 250px !important;
  overflow: auto !important;
}
.referral-investor-info-table thead,
.referral-investor-info-table tbody tr {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
}
.referral-investor-info-table thead {
  width: calc(100% - 1em) !important;
}
