* {
	font-family: "Poppins", sans-serif;
	font-size: 100%;
	line-height: 120%;
}

html,
body {
	margin: 0;
	height: 100%;
	overflow: hidden;
	background-color: #fbeedb;
}

p {
	font-size: 12px;
}

pre {
	margin: 0px;
}

.grid {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) 7fr 1fr 1fr;
	grid-template-rows: 1.25fr 7fr 1fr;
	width: 100%;
	height: 100%;
}

.grid > div {
	border-bottom: 2px solid #294544;
	border-right: 2px solid #294544;
	color: #294544;
}

.canvas {
	grid-column: 2 / span 2;
	grid-row: 2 / span 3;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.title {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
#div-logoImage {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #294544;
}
.logo {
	cursor: pointer;
}

.logoImage {
	border-radius: 50%;
}
.logo:hover {
	opacity: 0.7;
}

#logoImageMenu {
	max-width: 200px;
	height: 100%;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}

h2 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 5%;
	font-weight: 600;
	padding-left: 0%;
}

h5 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 15%;
}

.key {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	padding: 0% 10%;
	white-space: nowrap;
}
.list {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
	position: relative;
}
.list p {
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.listname {
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin-left: 20%;
	position: absolute;
}

.contact {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	padding: 0% 10%;
	white-space: nowrap;
	cursor: pointer;
}
.contact a {
	text-decoration: none;
	color: #294544;
}

.modules {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: flex-start;
	padding: 5% 5%;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: overlay;
}

/* Style the sidenav links and the dropdown button */
.dropdown-btn {
	display: flex;
	text-align: left;
	width: 100%;
	flex-direction: column;
	padding-left: 5%;
	text-decoration: none;
	font-size: 8pt;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	transition: text-shadow 0.3s;
	white-space: nowrap;
}

/* On mouse-over */
.dropdown-btn:hover {
	text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

.moduleArrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.arrow {
	margin-top: 7.5%;
	padding-right: 5%;
}

/* Add an active class to the active dropdown button */
.active {
	text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

/* Dropdown container (hidden by default). */
.dropdown-container {
	display: none;
	padding-left: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.end {
	position: absolute;
	left: 7.5%;
}

.save {
	display: flex;
	width: "100%";
	justify-content: center;
	align-items: center;
	height: "100%%";
}
.saveBtn {
	display: flex;
	background: #294544;
	border: #294544;
	height: "100%%";
	color: #fff;
	margin: 5%;
	padding: 10%;
}
.saveBtn:active {
	background: #1d302e;
	border: #1d302e;
}

#saveMenu {
	display: none;
	width: auto;
	height: auto;
	min-width: 400px;
	position: absolute;
	left: 33%;
	top: 20%;
	background: #1d302e;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
	align-items: center;
}
#saveMenuBody {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.saveMenuItem {
	display: flex;
	padding: 10px;
	background-color: #fff5DF;
}
.saveMenuItemHeader {
	color: white;
	margin-top: 20px;
	color: #fff5DF;
}

#saveMenuHeader {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-direction: row;
	width: 100%;
	padding-bottom: 20px;
}
.saveMenuHeaderText{
	color: white;
	font-size: 48px;
}
#closeSaveMenuBtn {
	height: 40px;
	width: 100px;
	background-color: #fff5DF;
}
#saveMenuFooter {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 20px;
}
#export {
	width: 50%;
	height: 40px;
	background-color: #fff5DF;
}

.parent {
	margin-bottom: 10%;
}

.moduleBtn {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-left: 10%;
	padding-top: 2.5%;
	text-decoration: none;
	font-size: 8pt;
	line-height: 100%;
	font-weight: 400;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
	transition: text-shadow 0.3s;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: max-height 0.2s ease-in;
	transition: max-height 0.2s ease-in;
}

/* On mouse-over */
.moduleBtn:hover {
	text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}

.optnMenu {
	white-space: nowrap;
	height: 100%; /* 100% Full-height */
	width: 0;
	z-index: 1; /* Stay on top */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	display: flex;
	flex-direction: column;
	border: none;
	position: absolute;
	align-items: center;
	background: #fbeedb;
}

.menuButtons {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 80%;
	white-space: nowrap;
}

.flipBtn {
	background: none;
	text-decoration: none;
	border: none;
	outline: none;
}
.flipSVG {
	width: 100%;
}

.addBtn {
	background: none;
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 87.5%;
	white-space: nowrap;
	text-decoration: none;
	border: none;
	outline: none;
}

.closeOptn {
	position: absolute;
	top: 1%;
	right: 0;
	cursor: pointer;
	padding-right: 20px;
	font-size: 36px;
}

.social {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Facebook */
.icons {
	width: 25px;
	height: 25px;
	padding: 10px;
}
.icons:hover {
	opacity: 0.7;
}

.div-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #294544;
}

.cycleButtons {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
	width: 95%;
	position: absolute;
	top: 75%;
}

.cycleBtn {
	visibility: hidden;
	height: 25px;
	width: 50px;
	white-space: nowrap;
	text-decoration: none;
	outline: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #294544;
}
.cycleImg {
	height: 10px;
	width: 25px;
	padding: 0px;
	margin-left: -10px;
}

.cycleBtn:hover {
	opacity: 0.7;
}

#moduleSVG {
	margin-top: 20%;
}
