:root {
	--nav-margin: 1.2rem;
	--nav-padding: 0.5rem;
}

body {
	overflow: auto;
}

body, header {
	display: flex;
}

body > nav {
	width: 320px;
	height: 100%;
	background-color: var(--white);
}

body > div {	
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
}

.main-div-container{
	width: 83vw;
}

header {
	background-color: var(--white);
}

#invite-btn{
	display: flex;
	background-color: #006080;
	color: white;
	width: 10%;
	min-width: 140px;
	border: none;
	padding: 5px;
	font-size: small;
	align-items: center;
	justify-content: space-around;
	margin-right: 10px;
	border-radius: 8px;

}

#new-project-redirect{
	font-size: small;
}

#invite-btn-inner{
	justify-content: center;
	width: 100%;
	display: flex;
	align-items: center;
  }
  

.invite-icon{
	filter: invert(100%);
	margin-right: 3px;
}

.top-nav-container {
	width: 100%;
	display: flex;
	position: sticky;
	top: 0;
	z-index: 3;
	justify-content: flex-end;
	padding: 0;
	height: 7vh;
}

#workspace-proj-name {
	font-size: 1.2em;
	margin-left: 1%;
}

#nav-logo {
    width: 10vw;
    max-width: 180px;
}

#profile-picture {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

#logout-btn{
	z-index: 100;
}

.left-navbar {
	color: var(--white);
    height: 87% !important;
	overflow: auto;
}

.main-wrapper{
	margin-top: 0.8%;
	display: flex;
	width: 100%;
}

.insights-navbar{
	height: 95vh;
    width: 14%;
	display: inline-block;
	min-height: 100vh;
	padding: 0%;
	background-color: var(--white);
	border-right: 1px solid rgba(237, 237, 237, 1);
}
.insights-navbar .left-navbar{
	height: 100%;
}

.explore-nav{
	position: sticky;
	top:0;
}

.insights-main{
	width: 86%;
	height: 87vh;
	overflow-y: scroll;
	display: inline-block;
	padding-left: .2rem;
}

.explore-main{
	width: 86%;
	height: 100%;
	overflow-y: scroll;
	display: inline-block;
	padding-left: .2rem;
}

#insights{
	background-color: var(--white);
}

.left-navbar > ul {
	margin: 0 var(--nav-margin);
	margin-top: 0.8rem;
}

.empty-filter{
	font-size: .95em;
	padding: 1%;
}

.left-navbar ul {
	color: black;
	padding: 0;
	list-style-type: none;
}

.left-navbar li {
	padding: var(--nav-padding);
	padding-right: 0.25rem !important;
}

.left-navbar details > summary {
	list-style: none;
}

.left-navbar details > summary::-webkit-details-marker {
	display: none;
}

h2 {
	margin: 0 auto 0 0;
}

.insights-trendHeader, .explore-trendHeader{
	padding-top: 10px;
	font-size: .9em;
    padding-left: 20px;
    font-weight: 800;
}

main {
	flex-grow: 1;
	padding: 0 3vw;
}

header, footer {
	padding-left: var(--nav-margin);
	align-items: center;
}

header ul, footer ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	padding: 0;
}

header li:last-child img {
	height: 48px;
	border-radius: 12px;
	margin-right: var(--nav-padding);
}

footer li:first-child {
	margin-right: auto;
}

header li, footer li {
	margin: var(--nav-margin) var(--nav-margin) var(--nav-margin) 0;
	list-style-type: none;
}

header a, footer a {
	padding: var(--padding);
}

header h2 {
	font-size: large;
	font-weight: bold;
}

main h3 {
	font-weight: bold;
}

.calendly-inline-widget {
	margin: -45px 0 0 -87px;
	transform: scale(0.865);
	transform-origin: 0 0;
	-moz-transform: scale(0.865);
	-moz-transform-origin: 0 0;
	-webkit-transform: scale(0.865);
	-webkit-transform-origin: 0 0;
}

.card {
	display: block;
	padding: 2rem;
}

.card:hover {
	box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}

.card, .card .esri-view-surface, [role="tooltip"] {
	background-color: white;
	border-radius: var(--small-border-radius);
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
	transition: 0.25s;
}

h2, h3 {
	font-size: 0.875rem;
}

iframe.card {
	padding: 0;
	display: block;
	margin: 1rem auto;
	width: 100%;
}

div#import-box{
	position:absolute;
	background-color:white;
	z-index: 100;
	bottom: 10px;
	right: 10px;
	width: 15%;
	border-style:solid;
	border-color:black; 
	display:none !important;
}

h3#import-progress{
	background-color: black;
	color: white
}
div#percentage{
	color: 2B5E7D
}

.display-none{
	display: none !important;
}

.position-absolute{
	position: absolute;
	z-index: 10;
}

.bold{
	font-weight: bold;
}

.logo{
	width: 40%;
}

.width100{
	width: 100%;
}

.line-graph-container.copy{
	width: 50%;
}

.barchart-container.copy{
	width: 50%;
}

.edit-restrict-text{
	padding-bottom: 2.5rem
}

.center-title{
	font-size: x-large;
    text-align: center;
}

.height100{
	height: 100% !important;
}

.flex-row{
	display: flex;
	flex-direction: row;
}

.flex-wrap{
	display: flex;
    flex-wrap: wrap;
}

#solution_cloud text:hover{
	cursor: pointer;
}

.padding0{
	padding: 0 !important;
}

.border-bottom{
	border-bottom: 1px solid black;
}

#sms-notification{
	position: absolute;
    left: 1%;
    font-size: smaller;
}

#new-sms-count{
	font-weight: bold;
    color: red;
}

.less-padding{
	padding: 0.25rem 1rem 0.25rem 1rem !important;
}

#take-notes{
	right:.5rem;
	position: absolute;
    padding: 0.25rem;
    color: black;
    border-radius: 20px;
    border: 1px solid black;
	display: flex;
    flex-direction: row;
    height: 100%;
    text-align: center;
    align-items: center;
	z-index:10;
}

#notes-card{
	right: 10px;
    width: 35%;
    position: absolute;
    z-index: 10;
    height: 70%;
}

#notes-msg{
	font-size: 0.8em;
    margin-bottom: 1%;
    font-weight: 600;
    color: #006080;
}

#note-box{
	width: 100%;
    height: 85%;
}

#save-note-btn{
	background-color: #006080;
	color: white;
	margin-top: 1rem;
	border-radius: 8px;
	border:none;
	padding:.2rem;
}

.bg-dark-grey{
	background-color: #5F5F5F;
	color:white !important;
}

#share-workspace{
    right:.5rem;
	position: absolute;
    padding: 0.25rem;
    color: black;
    border-radius: 20px;
    border: 1px solid black;
	display: flex;
    flex-direction: row;
    height: 100%;
    text-align: center;
    align-items: center;
	z-index:10;
}

#share-workspace img{
    height: 1rem;
    padding-right: 0.25rem;
}

#share-workspace:hover{
	cursor: pointer;
}

#copy-fade-msg {
	padding: 0.25rem;
	left: 40%;
	top: 15vh;
	z-index: 1000;
    position: absolute;
    background-color: #006080;
	border-radius:20px;
	color:white;
    opacity: 1;
    transition: opacity 1s ease-in-out; /* Smooth fade-out effect */
}

.fade-out {
    opacity: 0; /* Fades out the div */
}