:root { 
	--primary: #0090D1; /*#0090D1; */ 
	--blue: #0090D1; 
	--cta: #0bc60b;
	--green: #0bc60b;
	--red: #ff4848; 
	--light-yellow: #fff9c0; 
	--secondary-color: #efefef; /*#0bc60b; *//* Green */ 
	--background-color: white; /* Light Gray */ 
	--text-color: #333333;/*#212529; */ 
	--text-soft-color: #666666;/* Gunmetal Gray */ 
	--light-text-color: #eeeeee; /* White */ 
	--border-color: #DEE2E6; /* Gainsboro */ 
	--warning: #FFF59A; 
	--warning-dark: #FFEF59; 
	--menu-dark: #333; 
	--primary-dark: #005075; 
	--primary-super-dark: #003953; 
}
html { height: 100%; }
body { font-size: 18px; display: flex; flex-direction: column; height: 100%; font-family: 'Lato', sans-serif; margin: 0px; background-color: var(--background-color); /* Updated to Light Gray */ color: var(--text-color); /* Updated to Gunmetal Gray */ }
#body { flex: 1; display: flex; flex-direction: column; align-items: center; }
/* INSIGHT LAUNCHPAD */
#lp-body, #lp-ext { min-height: 40vh; }
.action-red { background-color: var(--red) !important; color: white !important; cursor: pointer; }
.action-red:hover { background-color: white !important; color: var(--red) !important; }
.collapsed .lp-menu-item-label { visibility: hidden; transition: visibility 0.1s ease; }
.collapsed.lp-collapse-label { display: none; }
.collapsed.lp-menu { width: 3em; }
.collapsed .lp-menu-current-project-label { display: none; }
.launchpad { display: flex; align-items: flex-start; flex: 1; }
.lp-alert { background-color: var(--light-yellow); text-align: center; padding: 1em; position: fixed; top: 1em; left: 50%; transform: translateX(-50%); height: fit-content; z-index: 30; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.lp-alert.show { opacity: 1; visibility: visible; }
.lp-cell a:visited, .lp-cell a { color: white; text-decoration: none; }
.lp-cell { display: flex; flex-direction: column; color: black; padding: 0px; width: -webkit-fill-available}
.lp-collapse { font-weight: 600; border-radius: 1em; background-color: white; color: var(--primary); cursor: pointer; position: absolute; top: 100px; right: -1em; height: 2em; width: 2em; text-align: center; align-content: center; box-shadow: #eee 2px 2px 10px; }
.lp-collapse-label { display: true; }
.lp-collapse:hover { background-color: var(--primary); color: white; }
.lp-column { display: flex; flex-direction: column; align-items: flex-start; width: -webkit-fill-available; padding: 1em; padding-top: 0; }
.lp-content { padding-top: 0; }
.lp-grid { display: flex; flex-wrap: wrap; align-items: flex-start; }
.lp-kpi-report {  }
.lp-left { }
.lp-module { padding: 1em; margin: 0em 1em; border-radius: 1em; box-shadow: #eee 2px 2px 10px; background-color: #fffffffa; }
.lp-menu { display: flex; flex-direction: column; align-items: flex-start; width: 15em; background-color: var(--primary-dark); border-top-right-radius: 1em; position: relative; flex: 0 0 auto; transition: width 0.3s ease; height: 100%; padding: 0.5em; box-shadow: #eee 2px 2px 10px; }
.lp-menu-divider { border: 1px solid #ffffff55; margin: 0.5em 1em; }
.lp-menu-item {padding: 0.75em; margin: 0.25em; border-radius: 1em; color: white; text-wrap: nowrap;}
.lp-menu-item-label { visibility: visible; }
.lp-menu-item:hover { cursor: pointer; background-color: white; color: var(--primary); }
.lp-menu-current-project {display: flex; flex-direction: column; align-items: center; background-color: white; color: var(--primary); }
.lp-pill-btn { border-radius: 1em; background-color: var(--primary); color: white; padding: 0.5em; width: fit-content; }
.lp-pill-btn:hover { background-color: white; color: var(--primary); cursor: pointer; }
.lp-project { cursor: pointer; border-left: 8px solid var(--primary); box-shadow: #eee 2px 2px 10px; margin-top: 1em; padding: 1em; display: flex; flex-direction: column; border-radius: 0.5em; width: -webkit-fill-available; }
.lp-project-active {border-left-color: var(--cta) !important; }
.lp-project-active-tag { font-weight: normal; }
.lp-project-title { color: black; font-weight: 600; }
.lp-report, .lp-kpi { cursor: pointer; width: 15em; box-shadow: #ddd 2px 2px 10px; margin: 1em; border-radius: 1em; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.lp-report-icon, .lp-kpi-icon { justify-content: center !important; background: #ddd; color: white; padding: 0.5em; }
.lp-report-icon-active, .lp-kpi-icon-active { background-color: var(--cta) !important; }
.lp-report-name, .lp-kpi-name { line-height: 2; justify-content: center !important; text-align: center; font-weight: 600; }
.lp-report-desc, .lp-kpi-desc { padding: 0em 1em; line-height: 2em; text-align: center; }
.lp-report-active { background-color: var(--primary) !important; }
.lp-right { width: -webkit-fill-available; opacity: 1; transition: opacity 1s ease; }
.lp-row { display: flex; flex-direction: row; width: -webkit-fill-available; height: -webkit-fill-available; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.lp-title { font-size: 22pt; font-weight: 600; }
.hidden { opacity: 0; width: 0px; }
#csvFileInputDisplay { margin: auto 8px; }
#csvOutput th, #csvOutput td { position: relative; }
#csvOutput th, #csvOutput td { word-wrap: break-word; max-width: 250px; overflow-wrap: break-word; }
#csvOutput { overflow-y: auto; /* Allows for scrolling if needed, but we won't restrict height */ border: 1px solid var(--border-color); /* Adds a subtle border for visual structure */ margin-top: 20px; /* Maintains a margin above the output for spacing */ padding: 20px; /* Provides padding inside the output area for readability */ background-color: #FFFFFF; /* Ensures a consistent background */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth and distinction */ display: none; }
#finaliseButton { display: none; font-size: 1.25em; width: 100%; padding: 10px 0; margin-top: 20px; text-align: center; }
#importData { display: none; }
.bs { box-shadow: #eee 2px 2px 10px; }
.bs-b { box-shadow: black 2px 2px 10px; }
.classification-select { border: none; width: 100%; }
.container { display: flex; flex-direction: column; align-items: center; max-width: 1700px; margin-left: auto; margin-right: auto;text-align: center; line-height: 1.6; /* Improved readability */ margin-bottom: 15px; /* Spacing between paragraphs */ }
.container-left, .container-left h1, .container-left h2, .container-left h2 { text-align: left; }
.content { position: relative; z-index: 1; color: #fff; /* Ensures text is visible on top of video */ text-align: center;            /* Further styling for your content */ }
.cta { background-color: white; color: var(--cta); font-size: 1.5em; border: 2px solid var(--cta); }
.cta:hover { background-color: var(--cta);; color: white; box-shadow: var(--cta) 0px 0px 20px; }
.cta-section button { background-color: var(--cta); color: #ffffff; border: none; padding: 10px 20px; cursor: pointer; font-size: 16px; }
.cta-section { background-color: white; text-align: center; padding: 40px 20px; }
.cta-label {font-weight: bold; padding: 3px; font-size: 20pt; border-bottom: 3px solid var(--primary);}
.cta-body-text {font-weight: bold; border-bottom: 2px solid transparent; border-image: linear-gradient(to right, var(--cta), var(--primary)) 0 0 100% 0; border-image-slice: 1 0 1 0; }
.data-sources img, .outputs .output-item img { width: 80px; /* Adjust based on your needs */ margin: 10px; vertical-align: middle; }
.delete-button { background-color: var(--background-color); }
.dropdown-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; text-wrap: nowrap; }
.dropdown-content a:hover { background-color: #666; /* Slightly change background on hover */ }
.dropdown-content a:hover { color: var(--secondary-color); }
.dropdown-content {display: none; position: absolute; top: 100%; background-color: #555; min-width: 160px; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); z-index: 1; }
.dropdown-left { left: 0; }
.dropdown-right { right: 0; }
.dropdown:hover .dropdown-content { display: block; }
.fas { cursor: pointer; /* Changes cursor to pointer to indicate the icons are clickable */ }
.fas.fa-plus-circle { color: green; /* Styling for the Create New icon */ }
.fan { padding-left: 0.15em; }
.feature h3 { color: var(--text-color); }
.feature { margin-bottom: 30px; }
.features-section { background-color: #f0f0f0; }
.file-upload-container, .masking-options { display: flex; justify-content: space-between; margin-bottom: 20px; }
.flow-sketch { max-width: 750px; width: 80%; }
.footer-column { display: flex; flex-direction: column; }
.footer-container { display: flex; justify-content: space-around; max-width: 1200px; margin: 0 auto; }
.footer-heading { font-weight: 600; margin-bottom: 10px; }
.footer-links li a { color: var(--text-soft-color); text-decoration: none; transition: color 0.3s ease; }
.footer-links li a:hover { text-decoration: underline; }
.footer-links { list-style-type: none; padding: 0; }
.hero-section { width: 100%;}
.hero-title { font-size: 6em; font-weight: 600; letter-spacing: -0.06em; line-height: 1; }
.hero-subtitle { font-size: 4em; letter-spacing: -0.04em; color: white; text-shadow: 0 0 20px #333333; }
.hero h1 { font-size: 48pt; }
.hidden { display: none; }
.hr {width: 100%; background: url(/static/img/tropic_insight_hr.svg); height: 50px; background-position: center; background-size: cover; margin-left: auto; margin-right: auto; max-width: 900px; }
.icon, .dropdown { position: relative; padding: 10px 5px; }
.toolbar a { color: var(--text-soft-color) }
.toolbar .dropdown-content { background-color: var(--secondary-color); }
.icon-label { display: inline-block; text-wrap: nowrap; }
.icon-link i { margin-right: 5px; }
.icon-link { display: flex; align-items: center; text-decoration: none; color: var(--text-soft-color); /* Set icon and label color to white */ flex-direction: row; }
.icon-link:hover { color: var(--text-color); }
.infographic-container { margin: auto; background: #f0f0f0; }
.infographic-container > .container {border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; }
.input-group { width: 100%; }
.menu-container { position: absolute; background-color: #FFFFFF; /* Light background for dropdown */ min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; width: 100%; }
.menu-icon { cursor: pointer; margin-left: 5px; color: var(--text-color); /* White to stand out */ position: absolute; right: 8px; /* Aligns the ellipsis to the right */ top: 50%; /* Centers it vertically */ transform: translateY(-50%); /* Adjusts for exact vertical centering */ cursor: pointer; }
.menu-option { color: var(--text-color); padding: 12px 16px; text-decoration: none; display: block; }
.menu-option:hover { background-color: var(--secondary-color); /* Amber for hover */ cursor: pointer; }
.navbar { display: flex; justify-content: space-around; align-items: center; background-color: rgba(255,255,255,0.3); color: var(--text-color); z-index: 21; box-shadow: #00000024 12px 12px 18px; min-height: 57px; }
.navbar-brand { cursor: pointer; font-weight: 600; padding-left: 15px; }
.navbar-links > div > button, .navbar-links > a { background-color: transparent; font-size: small; color: var(--text-color); }
.navbar-links a, .dropbtn { color: var(--light-text-color); padding: 10px; text-decoration: none; border: none; cursor: pointer; }
.navbar-links { display: flex; align-items: center; justify-content: right; padding-left: 30px; min-width: 250px; display: none !important; }
.objects-section h3 { margin-bottom: 10px; color: #333; /* Dark text color for visibility */ }
.objects-section { margin-bottom: 20px; }
.option label { margin-right: 10px; }
.option { display: flex; align-items: center; justify-content: space-between; flex-basis: 48%; }
.outputs .output-item p { margin-top: 8px; }
.outputs .output-item { display: inline-block; margin: 20px; text-align: center; }
.page-section { padding: 40px 100px; margin-bottom: 10px; }
.polybg { background: url(/static/img/green_blue_polygonal.svg); background-size: cover; background-color: #39976C; }
.popup-message { position: fixed; bottom: 20px; right: 20px; background-color: var(--background-color); /* Light blue background */ color: #000; padding: 15px; border-radius: 5px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); display: none; }
.pricing-card button { background-color: var(--primary); /* Green background for the button */ color: white; /* White text color */ border: none; padding: 10px 20px; cursor: pointer; font-size: 16px; margin-top: 20px; /* Adds space above the button */ border-radius: 5px; /* Rounded corners for the button */ }
.pricing-card button:hover { background-color: #218838; /* Darker green on hover for the button */ }
.pricing-card h3 { color: var(--text-color); /* Using the primary color for the plan names */ }
.pricing-card ul li { border-bottom: 1px solid #eee; /* Adds a subtle line between items */ padding: 10px 0; /* Adds vertical padding for each item */ }
.pricing-card ul { list-style-type: none; /* Removes bullet points */ padding: 0; /* Resets padding */ }
.pricing-card { background-color: #ffffff; /* White background for each card */ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */ padding: 20px; border-radius: 8px; /* Soft rounded corners for the card */ flex-basis: 30%; /* Adjusts the basis for each card in the flex container */ margin: 10px; /* Adds some space between cards */ position: relative; }
.pricing-container { color: var(--text-color); display: flex; justify-content: space-around; text-align: center; }
.pricing-recommendation { position: absolute; top: 0; left: 0; background-color: var(--primary); color: white; font-weight: 600; width: 100%; }
.print {display: none;}
.process-step { display: flex; align-items: center; margin-bottom: 20px; }
.progress-outer { width: 100%; background-color: #ccc; height: 5px; margin-top: 1em; border-radius: 1em; overflow: hidden; }
.progress-inner { background-color: var(--primary); height: 5px; width: 25%; }
.recommended { border: 3px solid var(--primary); }
.recommended button {background-color: var(--cta); }
.rotated { transform: rotate(180deg); transition: transform 0.3s ease-in-out; }
.section-title { font-size: 2em; color: black; line-height: 1.2; margin-bottom: 0.5em; border-bottom: 4px solid transparent; border-image: linear-gradient(to right, var(--cta), var(--primary)) 0 0 100% 0; border-image-slice: 1 0 1 0; font-weight: normal !important; }
.site-footer { flex-shrink: 0; background-color: var(--secondary-color); /* Tropic Insight theme color */ color: var(--text-soft-color); padding: 20px 0; z-index: 20; }
.spinner { border: 4px solid rgba(0, 0, 0, 0.1); width: 40px; height: 40px; border-radius: 50%; border-left-color: var(--primary); border-right-color: var(--cta); animation: spin 1s infinite; background: url(/static/img/tropic_insight_spinner.svg); background-size: cover; background-position: center; background-position-y: -1px;}
.spinner-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; /*background-color: rgba(255, 255, 255, 0.7);*/ backdrop-filter: blur(3px); display: flex; justify-content: center; align-items: center; z-index: 10; visibility: hidden; }
.step-icon { font-size: 40px; min-width: 60px; text-align: center; margin-right: 20px; color: white; /* Tropic Insight theme color */ }
.step-info h3 { margin: 0; color: #00506b; /* Darker shade for contrast */ font-size: 18px; }
.step-info p { margin: 5px 0 0; font-size: 14px; }
.ta-center { text-align: center; }
.ta-left { text-align: left; }
.ti-angle { display: flex; position: relative; transform: rotate(-10deg); /* Use transform for rotation */ }
.ti-angle-left { bottom: -0.3em; /* Adjust relative to font size */ }
.ti-angle-right { top: -0.35em; /* Adjust relative to font size */ }
.ti-brand { display: flex; align-items: center; /* Ensure vertical alignment */ font-weight: 600; min-width: 130px; cursor: pointer; }
.ti-infographic h2 { margin-bottom: 20px; }
.ti-infographic { text-align: center; width: 100%}
.ti-text { padding: 0 0.1em; text-wrap: nowrap; }
.ti-transformation img { margin: 20px auto; display: block; max-width: 90%; mix-blend-mode: darken; }
.twitter-timeline { width: 80vw; max-width: 860px; }
.toolbar { display: none/*flex*/; align-items: center; /* Toolbar background */ padding: 0px 105px; z-index: 20; }
.user-grp { text-align: right; align-items: center; display: flex; background-color: transparent !important; padding-top: 0px !important; padding-bottom: 0px !important; }
.user-objects-section h3 { display: flex; align-items: center; gap: 10px; /* Space between the heading text and the create new icon */ }
.user-objects-section table { width: 100%; margin-top: 10px; border-collapse: collapse; /* Removes the gaps between table borders */ }
.user-objects-section td { align-items: center; gap: 10px; /* Space between icons */ }
.user-objects-section th, .user-objects-section td { text-align: left; padding: 8px; /* Padding inside table cells */ border: 1px solid #ddd; /* Light border for table cells */ }
.user-objects-section { flex: 1; min-width: 250px; /* Minimum width of each section to ensure they wrap correctly */ }
.user-photo { max-height: 40px; padding-left: 8px; }
.video-background video { position: absolute; top: 50%; left: 50%; width: 0; height: auto; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); z-index: -1; /* Ensure video stays in the background */ }
.video-background { position: relative; overflow: hidden; background: linear-gradient(15deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)); }
.warning-box strong { font-weight: bold; }
.warning-box { background-color: var(--warning); /* Brighter yellow for more visibility */ color: var(--text-color); /* Softer dark green text for contrast */ border-left: 5px solid var(--warning-dark); /* Darker yellow border for emphasis */ padding: 10px; margin-bottom: 20px; /* Spacing below the box */ border-radius: 5px; /* Soften the edges */ }
a {color: var(--primary); }
button { background-color: var(--secondary-color); /* Vivid Blue for buttons */ color: var(--text-color); padding: 10px 15px; border: none; cursor: pointer; transition: background-color 0.3s; border-radius: 0.25em; }
button:hover { background-color: var(--primary-dark); color: var(--light-text-color) /* Darker shade of primary color for hover */ }
h2 { color: var(--text-color); text-align: center; }
input[type="file"], input[type="text"], input[type="number"], input[type="email"], input[type="tel"] { background-color: #FFFFFF; /* Changed to white for inputs */ color: var(--text-color); border: 1px solid var(--border-color); padding: 5px; border-radius: 5px; }
table { margin-top: 20px; padding: 20px; margin: auto; }
table, th, td { border: 1px solid var(--border-color); /* Updated to Gainsboro */ border-collapse: collapse; }
td.delete-cell, th.delete-cell { border-top: none; border-left: none; border-bottom: none; }
th, td { padding: 8px; text-align: left; background-color: #FFFFFF; /* Changed to white for clarity */ color: var(--text-color); /* Consistent text color */ }
/*form { background: #ffffff; max-width: 600px; margin: 40px auto; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: left}*/
label { display: block; margin-bottom: 5px; font-weight: bold; }
input[type="text"], textarea, select, input[type="email"], input[type="tel"] { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #dee2e6; border-radius: 4px; box-sizing: border-box; }
textarea { height: 150px; resize: vertical; }
input[type="submit"] { background-color: #0090D1; color: #ffffff; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; }
input[type="submit"]:hover { background-color: #005075; }
/*ul { list-style-type: circle; padding }*/
li { margin-bottom: 10px; }
form { width: 100%; }


/* Style the container for each suite */
.check-dashboard {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Style each dashboard row */
.check-dashboard div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/* Style for checkboxes */
.check-dashboard input[type="checkbox"] {
    margin-right: 10px; /* Adjust space between checkbox and label */
}

/* Style for labels */
.check-dashboard label {
    margin: 0; /* Adjust as needed */
    font-weight: normal; /* Adjust as needed */
}

 #emailForm {
        flex-direction: row;
        align-items: center; /* Make items stretch to equal height */
    }

    #emailInput {
        flex: 1; /* Take up remaining space */
        border-radius: 5px 0 0 5px; /* Rounded corners on the left side */
        padding: 10px;
        border: 1px solid #ccc;
        width:300px;
    }

    #emailInput:focus {
        outline: none; /* Remove focus outline */
    }

.lp-table {
    width: 100%; /* Full-width to occupy the container */
    border-collapse: collapse; /* Ensures borders between cells are merged */
    margin-top: 1em; /* Space below the table */
    border-radius: 1em;
    box-shadow: #ccc 2px 2px 10px;
    overflow: hidden;
}

.lp-table th, .lp-table td {
    border: 1px solid #ddd; /* Light grey border for readability */
    padding: 8px; /* Padding inside cells */
    text-align: left; /* Left align text */
}

.lp-table .toggle th {
    cursor: pointer; /* Indicates the header is clickable */
    background-color: #f9f9f9; /* Light background for the header */
}

.lp-details {
    display: table-row-group; /* Initially hide the details */
}

.lp-table .fa-exclamation-triangle {
    color: #FFBF00; /* Amber color for warning */
}
.lp-table .fa-check-circle {
    color: var(--green); /* Green color for check */
}
.lp-table-status { width: 1em; }
@keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}
@media (max-width:1900px) {.hr, .container {width: 100%}
@media (max-width:1050px) {.icon-label { display: none; /* Hide labels on smaller screens */ } .dropdown-content > a > span.icon-label { display: inline-block; }}
@media (max-width:600px) {.container { margin-bottom: 10px; }}
@media (max-width:600px) {.hero-section .container { min-height: 80vh; justify-content: center; }}
@media (max-width:600px) {.hero-title {font-size: 15vw;} .hero-subtitle { font-size: 8vw; }}
@media (max-width:600px) {.page-section { padding-left: 10px; padding-right: 10px; }}
@media (max-width:600px) {.process-step { flex-direction: column; align-items: flex-start; } .step-icon { margin-bottom: 10px; }}
@media (max-width:768px) {.file-upload-container, .masking-options { flex-direction: column; } .file-upload-container button, .option { width: 100%; margin-top: 10px; } .option { flex-direction: column; align-items: flex-start; } .option label { margin-bottom: 5px; } }
/* Zoom for screen width < 600px */
@media (max-width: 599px) {
    #demodashboard {
        zoom: 0.15;
    }
}

/* Zoom for screen width < 900px */
@media (min-width: 600px) and (max-width: 899px) {
    #demodashboard {
        zoom: 0.2;
    }
}

/* Zoom for screen width < 1190px */
@media (min-width: 900px) and (max-width: 1189px) {
    #demodashboard {
        zoom: 0.3;
    }
}

/* Zoom for screen width < 1460px */
@media (min-width: 1190px) and (max-width: 1459px) {
    #demodashboard {
        zoom: 0.4;
    }
}

/* Zoom for screen width >= 1460px */
@media (min-width: 1460px) {
    #demodashboard {
        zoom: 0.5;
    }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

    .print, .print *
    {
    	display: inline !important;
    }
}