/************ OVERIDE ************/
body {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.btn-close {
    background-size: 40% !important;
}

/* This made the lines btwn accordions thicker */
.XXaccordion-item {
    border: 1px solid #dee2e6;
}

.nav-tabs-bordered {
    border-bottom: 1px solid #ebeef4
}

.accordion-button:hover, button.nav-link:hover {
    background-color: #f4f4f571;
}

/*Make placeholder lighter */
::placeholder {
	color: #bdbdbd !important;
	opacity: 1 !important; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
	color: #bdbdbd !important;
  }


div.companyLogo, div.companyLogo_smaller {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}
div.companyLogo {
    width: 85px;
    text-align: center; 
    margin: 1em 0 !important;
}
div.companyLogo_smaller {
    height:30px;width: 30px;
}

div.dealAboutContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

span.companyLogo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
			
img.companyLogo, img.companyLogo_smaller {
    width: 100%;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}
img.companyLogo {
    max-height: 80px;max-width: 80px;
}
img.companyLogo_smaller {
    max-height: 40px;max-width: 40px;
}

.spinner {
	animation: rotation 2s infinite linear;
	opacity: 0.5;
}
@keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
}

.borderedDiv {
	display:flex;
	border: 1px solid #dfe1e5;
	border-radius: 3px;
	padding: 2%;
	margin-bottom: 2%;
}

.actionOptionDropdown {
	z-index: 1900;
}

.pageHeader {
    color: #004666;
    font-weight: 500;
}

.pageFooter {
    color: #525252;
    background-color: #f5f5f5;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-size: x-small;
    text-align: center;
    vertical-align: bottom;
    padding-top: 2px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .dealFeatureShowcaseSubscriptionFooter {
    font-size: x-small;
    color: #525252;
  }

/************* START USER TYPES ***********/




span.memberInvestor, span.activeDeal {
    background-color: lightgreen;
    border: 1px dotted green;
    color: green;
}

span.associateMemberInvestor {
    background-color: rgb(194, 243, 194);
    border: 1px dotted rgb(5, 46, 5);
    color: rgb(5, 46, 5);
}


span.founderUser {
    background-color: lightskyblue;
    border: 1px dotted navy;
    color: navy;
}
span.outsideInvestor {
    background-color:#FFFFCC;
    border:1px dotted #44444470;
    color:#444444;
}
span.resignedInvestor, span.completedDeal {
    background-color:#CCCCCC;
    border:1px dotted black;
    color:black;
}
span.pendingInvestor, span.pendingDeal {
    background-color: #ffc107;
    border:1px dotted #444444;
    color:#000000;
}
span.revokedInvestor {
    background-color:#f54d4d;
    border:1px dotted black;
    color:white;
}
span.prospectiveInvestorMember {
    background-color:#b1b1b1;
    border:1px dotted black;
    color:black;
}
span.groupStaff {
    background-color: green;
    border:1px dotted black;
    color:white;
}
/************* END USER TYPES ***********/


/************** START VOTING RESULTS ********/
button.votingResultsYes, .votingResultsYes, .votingResultsYes:visited {
    background-color: #00AF33;
    color: #FFFFFF; 
    font-weight: normal;
    width: 50px;
    text-align: center;
    font-size: x-small !important;
}	
button.votingResultsMaybe, .votingResultsMaybe, .votingResultsMaybe:visited {
    background-color: #dee2e6;
    border-color: #cccccc;
    color: #000000;
    font-weight: normal;
    width: 50px;
    text-align: center;
    font-size: x-small !important;
}
button.votingResultsNo, .votingResultsNo, .votingResultsNo:visited {
    background-color: #FF0000;
    color: #FFFFFF; 
    font-weight: normal;
    width: 50px;
    text-align: center;
    font-size: x-small !important;
}


td.votingResultsYes, td.votingResultsMaybe, td.votingResultsNo {
    text-align:left;
}
/************** END VOTING RESULTS ********/


.keyTable {
	border: solid 1px rgba(0,0,0,0.1);
}

.pixelate {
	color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px; 
}

a.linkWithoutStyle {
    color: inherit;
}

/* This is for the border to indicate how the user voted, or to highlight something to do */
.highlightedOption {
    border-top-color:#808085;
    border-top-width: 2px;
}


div.darkShadowDiv, div.lightShadowDiv, div.alertShadowDiv, div.errorShadowDiv, div.confirmationShadowDiv, div.newsletterShadowDiv, div.customDealQuestionsOnDeal, div.dealTagSummaryShadowDiv, div.blueskyCalculationShadowDiv {
    overflow: hidden;
    width: auto;
    max-width: 100%;
    border: 1px solid #d6d6d666;
    padding: 5px;	
    border-radius: 15px;	
}
div.darkShadowDiv {
    background-color: #c3c3c370;
}
#newsletter_shadowDiv, div.lightShadowDiv, div.customDealQuestionsOnDeal {
    background-color: #fbfbfb;
}

div.dealTagSummaryShadowDiv {
    background-color: #0070a20a;
}

div.blueskyCalculationShadowDiv {
    background-color: #0070a226;
}


div.newsletterShadowDiv {
    background-color: #E8E8E8;
}
div.errorShadowDiv {
    border: 1px solid red;
    background-color: #FFCCCC;
}
div.confirmationShadowDiv {
    border: 1px solid green;
    background-color: #d2f8d2;
}

div.dealTagSummaryShadowDiv {
    padding: 10px;
    margin-bottom:30px;
}

div.alertShadowDiv {
    border: 1px solid #ffecb5;
    background-color: #fff3cd;
    color: #664d03;
}





.indicator {
	height: 6px;
	width: 6px;
	background-color: darkslategray;
	border-radius: 50%;
	display: inline-block;
}

.environmentMessage, .allstageInAllstageMessage, .workspaceIndication, .founderViewingAsInvestor {
    font-size: small;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}	

.environmentMessage {
    background-color: orange;
    color: #000000;
}

.workspaceIndication {
    background-color: #d1edfa;
    color: #000000;
}


.allstageInAllstageMessage, .founderViewingAsInvestor {
    background-color: #0070a2;
    color: white;
}
a.founderViewingAsInvestor {
    background-color: #0070a2;
    color: #d3f4fb; 
    text-decoration: underline;
}




hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: visible;
}


/**** PREVIOUS CSS *****/

.dropdown-item {
    z-index: 10000;
}

.checkboxFilterDiv {
	font-weight: 400;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #666666;
}

p.checkboxFilterContainer, p.tallCheckboxFilterContainer {
	overflow: auto; 
	margin-bottom: 0em;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px 8px;
}


p.checkboxFilterContainer {
	max-height: 100px; 
}

p.tallCheckboxFilterContainer {
	max-height: 200px; 
}

.imageShadowCard {
	margin: 5px 0px 5px;
	width: 50px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	text-align: center;
}
.imageShadowCardContainer {
	font-size: x-small;
}

span.memberInvestor, span.associateMemberInvestor, span.outsideInvestor, span.resignedInvestor, span.revokedInvestor, span.groupStaff, span.pendingInvestor, span.founderUser, span.activeDeal, span.pendingDeal, span.completedDeal, div.demoIndication, div.feedback_6, div.feedback_5, div.feedback_4, div.feedback_3-5, div.feedback_3, div.feedback_2, div.feedback_1, div.feedback_Yes, div.feedback_No, div.feedback_Maybe, div.feedback_More, div.feedback_Same, div.feedback_Less, div.feedback_comments, div.feedback_concerns, div.feedback_compellingAspects {
    padding: 5px 11px 5px 11px;
	vertical-align: baseline;
	text-align: center;
	font-weight: bold;
	font-size: small;
    margin-left: 2px;
    margin-right: 2px;
    width: 78px;
    min-width: 78px;
    max-width: 78px;
}

div.feedback_compellingAspects, div.feedback_concerns, div.feedback_comments {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

div.feedback_comments, div.feedback_concerns, div.feedback_compellingAspects {
    text-align: left;
    font-weight: normal;
    border-radius: 6px;
    padding: 10px !important;
}

div.demoIndication, div.feedback_Yes, div.feedback_No, div.feedback_Maybe, div.feedback_More, div.feedback_Same, div.feedback_Less, div.feedback_comments, div.feedback_concerns, div.feedback_compellingAspects {
    padding: 5px 11px 5px 11px;
}


div.feedback_6, div.feedback_5, div.feedback_4, div.feedback_3-5, div.feedback_3, div.feedback_2, div.feedback_1, div.demoIndication {
	width: 25px;
	margin-left: 2px;
	margin-right: 2px;
}



div.feedback_6, div.feedback_Yes, div.feedback_More  {
	background-color: green;
	border: 1px solid green;
	color: white !important;
}

div.feedback_5 {
	background-color: #18b811cc;
	border: 1px solid green;
	color: #343a40 !important;
}
div.feedback_4, div.feedback_compellingAspects {
	background-color: #a6fca25e;
	border: 1px solid green;
    color: #343a40 !important;
}

div.feedback_3-5, div.feedback_Same, div.feedback_Maybe, div.feedback_comments {
	background-color: #CFCFCF;
	border: 1px solid #343a40;
    color: #343a40 !important;
}



div.feedback_3, div.feedback_concerns  {
	background-color: #faa49d73;
	border: 1px solid #f7231447;
    color: #343a40 !important;
}
div.feedback_2 {
	background-color: #fe170896;
	border: 1px solid #f7231470;
    color: #343a40 !important;
}
div.feedback_1, div.feedback_No, div.feedback_Less {
	background-color: #fd1605;
	border: 1px solid #6c0801;
	color: white !important;
}
div.feedback_1 > label, div.feedback_6 > label, div.feedback_More > label, div.feedback_Less > label, div.feedback_No > label, div.feedback_Yes > label {
	color: white;
}

div.demoIndication {
	background-color: #f8fa91;
	border: 1px solid #CACACA;
	color: #333333;
}

tr.dealFeedback_fields_even, tr.dealFeedback_qualitative_even {background: #fbfbfb70; font-size: small}
tr.dealFeedback_fields_odd, tr.dealFeedback_qualitative_odd {background: #ebebeb4f; font-size: small}
tr.dealFeedback_qualitative_odd, tr.dealFeedback_qualitative_even {
    border-bottom: solid 1px #808080;
}
td.dealFeedback_fields_cellPadding {
    background: #fff;
    border-top-style: hidden;
    border-bottom-style: hidden;
}



tr.dealFeedback_fields_even, tr.dealFeedback_fields_odd {
    height: 24px;
}

td.dealFeedback_fields_even, td.dealFeedback_fields_odd, td.dealFeedback_qualitative_even, td.dealFeedback_qualitative_odd {
    font-size: small;
    border: solid 1px lightgray; 
}
td.dealFeedback_fields_even, td.dealFeedback_fields_odd {
    vertical-align: top;
}

th.dealFeedback {
    border-right: solid 1px gray; 
    XXXborder-left: solid 1px gray;
}
.dealFeedback {
    font-size: small;
}
li.dealFeedback {
    margin: 5px 0;
}


.dealFeedbackOverall {
    border-bottom-width:0px !important;
}

.investorEmailSelector, .filteredUserTextArea {
    font-size: x-small !important;
    margin-top:50px;
    margin-top:20px;
}



input.clickableCancel, button.clickableCancel, input.clickableCancelSmall, button.clickableCancelSmall {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: #000000;
}


input.clickableSmall, button.clickableSmall, input.clickableCancelSmall, button.clickableCancelSmall {
	font-size:x-small;
	padding: .20rem;
}

.copyButtonStyle {
	position: relative;
    display: inline-block;
    padding: 2.7px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    XXvertical-align: middle;
    cursor: pointer;
    background-color: #eee;
	border: 1px solid #d5d5d5;
    background-image: linear-gradient(#fcfcfc,#eee);
    border-radius: 3px;
    user-select: none;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	margin-left: -2.4px;
}

label.required:after {
    content:" *" !important;
    color: red !important;
}
	


/* This just overrides whats in allstage*/
.required:after {
    content: "" !important;
}

addDealLabelSubtext, addMemberLabelSubtext {
    font-size: xx-small !important;
    font-style: italic;
}


/**** PREVIOUS NEWSLETTER CSS *****/


span.newsletter {
    font-size: x-small;
    background:transparent;
}
.newsLetterLabel {
    font-weight: bold;
    font-size: x-small;
}
.newsletter {
    background: #fbfbfb70;
    padding: 0;
    width: 100%;
    spacing: 0;
    color: #000000;
    font-size: small;
    font-family: 'Univers Next Pro',sans-serif;
    color: #525252;
    border-collapse: collapse;
}

/***** deal and member filters *******/
.dealFilter thead tr, .dealFilter th, .userFilter thead tr, .userFilter th {
    background-color: #c3c3c380;
    color: #525252;
    text-align: left;
}

.dealFilter, .userFilter {
    font-size: xx-small;
    overflow: auto;
    max-height: 200px;
    width: 100%;
    background-color: #f8f8f8;
    color: #000000;	
    border: 1px solid #CCCCCC;
}
table.dealFilter, table.userFilter {
    width: 100%;
    border: 0px;
    padding-top: 2px;
    font-size: x-small;
    border-collapse: initial;
}


/**** previous deal status visuals ****/
div.dealStatusTimeline_general, div.founderDeals_key {
	display: inline;
	font-weight: bold;
	font-size: xx-small;

}

.badgeScore {
    font-size: small;
}

div.performanceIndication_good, div.performanceIndication_fair, div.performanceIndication_bad, div.performanceIndication_terrible, div.dealStatusTimeline_completed, div.founderDeals_key_container {
	XXwidth:90px;
	padding: 1px;
	vertical-align: baseline;
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
	color: #333333;
	border: 1px solid #333333;
	display: inline-block;
	white-space: nowrap;
	min-width: 25px;
	max-width: 25px;
}
div.performanceIndication_neutral {
    font-size: xx-small;
	color: #333333; 
    white-space: nowrap;
}

div.dealStatusTimeline_completed {
	border: 0px;
}
div.performanceIndication_good {
	background-color: #FFFFFF;
}
div.performanceIndication_fair {
	background-color: #ffffc4;
}
div.performanceIndication_bad {
	background-color: #ffff00;
}
div.performanceIndication_terrible {
	background-color: red;
	color: #FFFFFF;
}

span.founderDeals_key {
	font-size: x-small;
	color: #808080;
}


/**** Custom Bootstrap classes *****/
.btn-xs, .btn-group-xs>.btn {
    --bs-btn-padding-y: .20rem !important;
    --bs-btn-padding-x: .35rem !important;
    --bs-btn-font-size: .7rem !important;
    --bs-btn-border-radius: .35rem !important;
}

.btn-xxs, .btn-group-xxs>.btn {
    --bs-btn-padding-y: .15rem !important;
    --bs-btn-padding-x: .30rem !important;
    --bs-btn-font-size: .6rem !important;
    --bs-btn-border-radius: .30rem !important;
}

/**** Showcase Homepage ****/
.heroImageLarge {
    width: 550px;
}

.heroImageSmall {
    width: 350px;
}

.dealLeftSideTabs {
	font-size: 1rem !important;
}

.shareIcon:hover {
    cursor: pointer;
}

.signinRegistrationVertical::after {
	content: "\A\A";
	display: block;
	XXXwhite-space: pre;
}

.signinRegistrationHorizontal {
	XXpadding-right: 5px;
    display: inline-block;
}

a.link {
    color:#0070a2;
    cursor:pointer;
}
a.link:hover {
    text-decoration:none;
}

div.dealVideoIntroContainer {
    display: inline-block;
    max-height:180px;
    margin: 10px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
    border-color: #525252;
    overflow: hidden;
    border-radius: 15px;
    border-style: solid;
}

div.lightboxFooter {
    vertical-align:bottom;
    text-align:center;
    color: #525252;
    width:100%;
    font-size: x-small;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f4f4f5;
}



.questionOrInviteeAsk, .dealQuestionAnswer {
    display:inline;
}

.questionOrInviteeAsk_asker, .questionOrInviteeAsk_answerer {
    font-size: 12px;
    font-weight:300;
    color:#567787;
    font-style:italic;
    margin-left: 5px;
}
.theQuestionOrInviteeAskContainer, .theQuestionOrInviteeAnswerContainer {
    border: 1px solid #56778787;
    border-radius: 15px;
    padding: 10px;
    font-size: small;
}
.theQuestionOrInviteeAskContainer {
}
.theQuestionOrInviteeAnswerContainer {
    background-color: #7ac0f60f;
    margin-left:20px;margin-top:4px
}





/* For modal in a modal */
.modal:nth-of-type(odd) {
    z-index: 1062 !important;
}
modal-backdrop.show:nth-of-type(odd) {
    z-index: 1061 !important;
}

.striped .row:nth-of-type(even) div {
    background-color:rgba(0,0,0,0.05)
}

.stripedRows .row:nth-of-type(even) {
    background-color:rgba(0,0,0,0.05)
}

div.spacedApart {
    margin-left: 8px;
    margin-right: 8px;
}

div.doubleModalLightBlue {
    background-color: #96c1e7;
}


div.doubleModalDarkBlue {
    background-color: #84b7e954;
}

.theInnerModal {
    z-index: 4000 !important;
}

.cloudyOverlay {
    background-color: #000000;
    opacity: .12;
    position:absolute;
    z-index:2000;
    Xborder-radius: 15px;
    pointer-events: none;
    background: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 2px,
        #0070a2 10px,
        #333 5px
    );
}

.paywallItemDescription, .paywallItemDescription_fakeWarning {
    z-index:2001;
    position:absolute;
    left: 0px;
    width: 100%;
    margin-top: 6px;
    margin-top: 6px;
    font-size: x-small;
    color: #FFFFFF;
    background-color: #0070a2;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}

.paywallItemDescription {
    color: #FFFFFF;
    background-color: #0070a2c2;
}

.paywallItemDescription_fakeWarning {
    color: #333;
    background-color: rgb(255 255 0);
}



.noTopBorder {
    border-top-style: solid;
    border-top-color: white;
    border-top-width: 0px;
}

.noBottomBorder {
    border-bottom-style: solid;
    border-bottom-color: white;
    border-bottom-width: 0px;
}



/***** Slider *****/
.sliderBox {
    width: 12em;
    padding: 0 0 1em 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
  
  
.slider {
    width: 100%; /* manually adjust this to look right */
    margin: auto;
    cursor: grab;
}

.expiredRecord {
    color:#CCCCCC;
}

.adminRow {
    background-color: #FAFAFA;
    border-top:1px solid #ebeef4;
    border-bottom:1px solid #ebeef4;
}


.toast { /* this is an override */
	background-color: #ace0f2fa;
}

.dealStatusPhasingOnHold {
    font-size:10;
    color:red
}

.colored-header, .padded-colored-header {
    background-color:#84b7e954;
}
.padded-colored-header {
    padding:4px
}

.inviteeNotesContainer {
    margin-bottom:10px;
    margin-left:40px;
    margin-right:40px;
    background-color: #add3eb1f;
    border-radius: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
}


/* Override the css for <i> that comes from the form-row */
.read-only-row i, .text-area-element i, .read-only-row b, .text-area-element b {
    font-size: inherit !important;
}


.form-row i {
    font-size: 1.3em;
}

.note-btn-group .note-btn {
    font-size: 9px !important;
}
.card {
	border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
}

span.loginInstructions, span.loginInstructionsXSmall, span.dealPackageStatsNotice {
    text-align: center;
    color: #525252;
    display:block;
}
span.loginInstructions {
    font-size: small;
}

span.dealPackageStatsNotice {
    font-size: x-small;
}
span.loginInstructionsXSmall {
    font-size: xx-small;
}

span.dealSponsorInstructions {
    display:block;
    color: #525252;
    font-size: x-small;
    font-style: italic;
}

span.curvedArrow {
    font-size:x-large;
    color: #1a73e8;
}

.inactiveCompany {
    text-decoration: line-through !important;
    color: red !important
}

input.form-control {
    padding: .275rem .75rem;
    font-size: inherit;
}



/* Progress bar additions */
.progress-container {
    padding:3px;
    background-color:#CFCFCF;
    border-radius: 6px;
}
.bg-gray-2 {
    --bs-bg-opacity: 1;
    background-color: rgb(58, 158, 253) !important;
}
.bg-gray-3 {
    --bs-bg-opacity: 1;
    background-color: rgb(42, 111, 219) !important;
}
.bg-gray-4 {
    --bs-bg-opacity: 1;
    background-color: rgb(20, 30, 163) !important;
}
.bg-gray-5 {
    --bs-bg-opacity: 1;
    background-color: rgb(31, 48, 110) !important;
}

/* Turn off image upload with summernote */
.note-group-select-from-files {
    display: none;
  }


/* this helps deal with the wide feedback table */
.feedbackTable>:not(caption)>*>* {
    padding: 0.2rem 0.4rem !important;
}

th.feedbackHeader, th.feedbackFooter {
    height: 70px;
    white-space: nowrap;
    vertical-align: bottom;
    Xtext-align: -webkit-center;
    text-align: center;
}
th.feedbackHeader > div, th.feedbackFooter > div  {
    width: 30px;
}

th.feedbackHeader > div {
    transform: translateX(12px) translateY(-7px) rotate(-45deg);
}
th.feedbackFooter > div {
    transform: translateY(105px) rotate(45deg);
}

th.feedbackHeader > div > span, th.feedbackFooter > div > span {
    border-bottom: 1px solid #ccc;
    padding: 5px 3px;
}

.heroOutline {
    border: 1px solid #CFCFCF;border-radius:8px;;
}

.dealPhasingCol {
    margin-left:4px;
    margin-right:4px;
    margin-bottom:3px;
    XXpadding-bottom:2px;
    XXborder-radius:4px;
    background-color: #F1F1F1;
}

.dealPhaseHeader {
	font-weight: bold;
	width: 100%;
	XXbackground-color: #cccccc65;
	text-align: center;
    border-bottom-style:double;
    border-bottom-color:#000;
    margin-bottom:3px;
}

.dealPhaseContainer {
    background-color: #f9f9f9;
    border-style: solid;
    border-width: 0.25px;
    border-color: #d3d3d3;
    margin-bottom: 6px;
    padding: 3px;
}

.dealPhaseMove {
	display: inline;
	font-size: x-small;
    padding-left: 3px;
}

.dealPhasingDragging {
    background-color: #7bb9e2;    
}


.dealPhasingDropZone {
    background-color: #e8fafc;
}

.dealPhasingDropZone {
    background-color: #e8fafc;
}

.dealPhasingDropZoneDisallowed {
    background-color: rgb(238, 214, 214);
}

.showcaseNonsubscriber {
    color:gray;
}



@media print {
    #dealsLightbox {
        visibility: visible;
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
        position: relative;
    }

    #dealLightbox-modal {
        min-width: 100% !important;
        --bs-modal-margin-top:2px !important;
        --bs-modal-margin-bottom:2px !important;
        --bs-modal-margin: 0rem !important;
        overflow: hidden !important;

        visibility: visible;
        /**Remove scrollbar for printing.**/
        overflow: visible !important;
        position: relative;
    }   

}

/* Striping for div tables */
div.table>div.striped-row>div {
	padding: .5rem .5rem !important;
	border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    background-color: var(--bs-table-bg);
}

div.striped-row {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

*>div.striped-row:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(0,0,0,0.05);
    color: #212529;
}
.striped-div-table>:not(caption)>*>* {
    padding: .5rem .5rem;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.checkboxContainerExceedsMax {
    background-color: #FFCCCC;
}

/* This is for when using an icon as a button */
.iconButton {
    font-size:25px;
    display: inline-flex;
    margin-left:5px;
    margin-right:5px;
}

.activityFeedRow, .portcoAsksRow {
    padding: .5rem .5rem;
    font-size:x-small;
    border-bottom-color:#dee2e6;
    border-bottom-style: solid;
    border-collapse: collapse;
    border-bottom-width: 0.1em;
}

.portcoAsksRow:nth-child(even){
    background-color: #f8f9fa; /* light gray, adjust as needed */
}


.invitation_revoked, .invitation_rejected {
    color: red;
}
.invitation_awaitingApproval {
    color: #C0C0C0;
}
.invitation_approved {
    color: green;
}



.pyramid-level {
    position: relative;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-right:auto;
    margin-left:auto;
    border-top-width: 10px;
    border-top-style: solid;
  }

  .transparent {
    color: transparent !important;
  }


  /* Rounded deal element rows on deal tables */
  .dealTableSorting {
    margin-top: 10px;
    border-spacing: 0 5px !important; 
    width: fit-content;
    display: inline-flex;
  }



  table.dealTable {
    border-collapse: separate !important; 
    border-spacing: 0 5px !important; 
    width:100% !important;
  }

  table.dealTable > tbody > tr > td {
    border-width: 1px 0 1px 0;
    border-color: #d6d6d666;
    border-style: solid;
    padding: 15px !important;
  }


  /*
  table.dealTable > tbody > tr > td:first-child, 
  table.dealTable > tbody > tr > :not(.excludedFromSmallDealTable):first-child,
  table.dealTable > tbody > tr > .d-md-table-cell:first-child,
  table.dealTable > tbody > tr > .d-lg-table-cell:first-child
  {
    border-radius: 15px 0 0 15px;
    border-width: 1px 0 1px 1px;
  }
  */




  table.dealTable > tbody > tr > td:first-child,
  .dealTable .first-cell-style {
    border-radius: 15px 0px 0px 15px;
    border-width: 1px 0px 1px 1px;
  }
  table.dealTable > tbody > tr > td:last-child {
    border-radius: 0px 15px 15px 0px;
    border-width: 1px 1px 1px 0;
  }

  table.dealTable > tbody > tr > td.exampleDealCell
  {
    border-color: #ffc107;
  }



  td.nestedInDataTable {
    border-width: initial !important;
    border-color: initial !important;
    border-style: initial !important;
    padding: initial !important;
  }

  .customerSelectorToggle_largeScreen, .customerSelectorToggle_smallScreen, .customerSelectorToggle_showcaseFounder_largeScreen, .customerSelectorToggle_showcaseFounder_smallScreen {
    vertical-align:middle;
    display:inline-block;
    margin-right:15px;margin-left:15px;
    background-color:#9fd6efb3;
  }

  .customerSelectorToggle_smallScreen, .customerSelectorToggle_showcaseFounder_smallScreen {
    max-height:5px;max-width:5px;
  }

  .customerSelectorToggle_largeScreen, .customerSelectorToggle_showcaseFounder_largeScreen {
    max-height:30px;
    font-size: x-small;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }


  .valuationInvestment {
    color:green;
    font-style: italic;
  }


.stickyInvestorFeedbackHeader {
    position: sticky;
    top: 15px; /* Adjust this value to control when it sticks */
    background-color: #7e7b7b0e;
    z-index: 10;
}

.note-frame {
    margin-bottom: 5px !important; /*this overrides the card margin bottom for summernote*/
}


#publicDealInviteeRegistrationAccordionHeaderButton.accordion-button::after,
#outsideInviteeRegistrationAccordionHeaderButton.accordion-button::after,
#dealPackageRegistrationAccordionHeaderButton.accordion-button::after
{
    width: 0
}

.tooltip-inner {
    max-width: none !important; 
    width: 350px;
    text-align: left;
}

.clickable {
    cursor: pointer;
}

.userUpdate {
    font-weight: bold;
}

.actionsItems i {
    color: green; /* these are the to-do boxes on deals */
    font-weight: bold;
    font-size: larger;
}
.actionsItems {
    color: #404040; /* these are the to-do boxes on deals */
    font-size: small;
}

.actionItemNoAction {
    color: #ABABABD9 !important;
}


.relevance-bars-container {
    display: flex;
    align-items: flex-end;
    text-align: center;
    gap: 4px;
    padding-top: 20px;
    padding-left: 15px;
}

.score-bars-container {
    display: flex;
    align-items: center;
    gap: 2px;
}


.relevance-bar {
    width: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.score-bars-container {
    display: flex;
    align-items: center;
    gap: 2px;
}
.score-bar {
    width: 8px;
    background-color: #e0e0e0;
    height: 16px;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.relevance-bar.active, .score-bar.active  {
    background-color: #4CAF50 !important;
}

.relevance-bar:nth-child(1) { height: 8px; }
.relevance-bar:nth-child(2) { height: 14px; }
.relevance-bar:nth-child(3) { height: 20px; }
.relevance-bar:nth-child(4) { height: 26px; }
.relevance-bar:nth-child(5) { height: 32px; }


.fieldWordCountExceded {
    color: red;
}


label.required:after {
    content: "*" !important;
}
.required::after {
    white-space: nowrap;
    display: inline;
}



.draggableRows tr {
    cursor: move;
}

.dragging {
    opacity: 0.7; /* Slightly transparent while dragging */
}

.dropdown-menu {
    right: 0;
    left: auto;
}

:disabled, .disabledElement {
    filter: grayscale(50%) brightness(1.6);
    cursor: not-allowed; 
}

/** Evaluation progress bar ****/
.evaluation-progress-wrapper {
    padding: 0 40px 40px 40px;
    position: relative;
    margin-bottom: 30px;
    /* Set a minimum width to prevent compression */
    min-width: 400px;
  }
.evalution-progress-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 10px !important;
    background: #ddd;
    border-radius: 5px;
    margin: 20px;
    /* Ensure minimum width for the container */
    min-width: 300px;
}
.evalution-progress-bar {
    position: absolute;
    height: 10px !important;
    background: #0070a2;
    border-radius: 5px;
    /* Ensure the progress bar maintains its proper width */
    min-width: 0;
}
.evalution-progress-indicator {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #0070a2;
    border-radius: 50%;
    top: 50%; /* Position at 50% of container height */
    transform: translate(-50%, -50%); /* Center both horizontally and vertically */
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
}

.evaluation-left-text {
    position: absolute !important;
    left: -7px !important;
    top: 50% !important;
    transform: rotate(-90deg) translateX(-50%) !important;
    transform-origin: left center !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    color: #2b6ca3 !important;
}

.evaluation-right-text {
    position: absolute !important;
    right: -7px !important;
    top: 50% !important;
    transform: rotate(90deg) translateX(50%) !important;
    transform-origin: right center !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    color: #2b6ca3 !important;
}

.bouncingSkeletonLogo {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1900;
    opacity: 0.3;
}

.company-team-cards {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.company-team-card {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #f8fafc;
    flex: 1;
}

.company-team-attribute-icon {
    font-size: 24px;
    color: #718096;
    margin-bottom: 8px;
    height:60px;
}

.company-team-attribute-label {
    font-size: xx-small;
    color: #718096;
}

h2 > button {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* Used to show an icon in light read to indicate that the item is missing */
.missing-indicator {
    color:rgba(255, 0, 0, 0.4);
}





