.lightgreen-background {
	background-color: lightgreen;
}

.lightpink-background {
	background-color: lightpink;
}

.lightyellow-background {
	background-color: lightyellow;
}

.chatNameContainer {
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 24px;
	padding: 5px 15px;
}

.chatNameColorClassBlack {
	color: #000000;
	background-color: white;
}

.chatNameColorClassBlue {
	color: #0000FF;
	background-color: white;
}

.chatNameColorClassGreen {
	color: #00FF00;
	background-color: white;
}

.chatNameColorClassPurple {
	color: #800000;
	background-color: white;
}

.chatNameColorClassRed {
	color: #FF0000;
	background-color: white;
}

.chatNameColorClassYellow {
	color: #FFFF00;
	background-color: black;
}

.chatNameColorClassWhite {
	color: #FFFFFF;
	background-color: black;
}

.scorp-warning {
	background-color: coral;
}

.scorpHeader {
	color: rgb(0, 128, 128);
	text-shadow: 0.02em 0 green, 0 0.02em green, -0.02em 0 green, 0 -0.02em
		green;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.nav a.active {
	color: white;
	/*background: #007bff;*/
	background: #00649F;
	font-weight: bold;
	text-decoration: none;
}

.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	background-color: whitesmoke;
	padding:1vh 1vw;
	border: goldenrod 2px solid;
}
.menu_item:hover:not(.active) {
	background-color: #20B14A!important;
	transition-duration: 1s;
}


 .step-selection {
	justify-content: center!important;
	flex-wrap: nowrap!important;
 }

#logout-button {
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
}

[aria-expanded="true"]::after {
	content: "▼" !important;
	font-size: 0.8em;
	border: none !important;
}

[aria-expanded="false"]::after {
	content: "▲" !important;
	font-size: 0.8em;
	border: none !important;
}

.arrow::before {
	content: "▶";
	display: inline-block;
	margin-right: 5px;
	transition: transform 0.3s ease;
}

.instructor_nav_item {
	background-color: #cdd4fd;
	text-decoration: none;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	/* 	background-image: url(/images/page_bg.png); */
	/* 	background-repeat: repeat-x; */
	height: 100%;
	min-height: 100vh;
	padding-bottom: 60px; /* Adjust based on your footer height */
}

body.nav-email {
	margin-bottom: 20px;
}

body.nav-email li.active a {
	background: #37BC9B;
	color: #fff;
}

body.email-list {
	max-height: 500px;
}

body.email-list tr.unread {
	font-weight: bold;
	background: #f9f9f9;
}

body.view-mail {
	min-height: 200px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

body.compose-mail {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

H1 {
	color: #003399;
	font-family: georgia, trebuchet ms, verdana, arial, helvetica;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 16pt;
	margin: 0px 0px 5px 0px;
	letter-spacing: .1em;
	text-align: left;
	line-height: 20px;
	clear: both;
}

H2 {
	color: #05266C;
	font-family: georgia, trebuchet ms, verdana, arial, helvetica;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	margin: 0px;
	text-align: left;
	clear: both;
	line-height: 18px;
}

H3 {
	color: black;
	font-family: georgia, trebuchet ms, verdana, arial, helvetica;
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 16px;
	margin: 0px 12px 3px 0px;
	background-image: url(/images/dot_424562.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	clear: both;
}

H4 {
	color: black;
	font-family: georgia, trebuchet ms, verdana, arial, helvetica;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
	margin: 4px 12px 8px 0px;
	text-align: left;
	line-height: 19px;
}

H5 {
	color: black;
	font-family: verdana, arial, helvetica;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 13px;
	margin: 4px 12px 8px 0px;
	text-align: left;
	letter-spacing: .05em;
	clear: both;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

td.content {
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.footer-scorp {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	float: none;
	pointer-events: none;
	z-index: 0;
}

.scorp-header-user-controls {
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	gap: 0.5rem;
}

.seachangeHeader {
	color: #cdd4fd;
	padding: 0px;
}

.hidden {
	display: none;
}

.center-container {
	justify-content: center; /* Horizontal centering */
}

/* ************************************************************************ */
/* Instructor Nav Wizard Buttons */
.wizard-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 24px 0;
}

.save-btn {
	padding: 10px 28px;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	border-radius: 24px;
	background: #da9100;
	color: white;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: background 0.2s, transform 0.1s;
	outline: none;
	position: relative;
}

.wizard-btn {
	padding: 10px 28px;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	border-radius: 24px;
	background: linear-gradient(90deg, #04AA6D 0%, #009688 100%);
	color: white;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: background 0.2s, transform 0.1s;
	outline: none;
	position: relative;
}

.wizard-btn.back {
	background: linear-gradient(90deg, #f1f1f1 0%, #cccccc 100%);
	color: #222;
}

.wizard-btn.home {
	background: linear-gradient(90deg, #2196F3 0%, #1976D2 100%);
}

.wizard-btn.forward {
	background: linear-gradient(90deg, #04AA6D 0%, #43e97b 100%);
}

.wizard-btn:hover, .wizard-btn:focus {
	background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
	color: #111;
	transform: translateY(-2px) scale(1.05);
}

.wizard-btn.back:hover {
	background: linear-gradient(90deg, #e0e0e0 0%, #bdbdbd 100%);
	color: #111;
}

.wizard-btn.home:hover {
	background: linear-gradient(90deg, #64b5f6 0%, #1976D2 100%);
	color: #fff;
}
/* ************************************************************************ */
.light-grey-btn {
	background-color: #f0f0f0; /* Light grey */
	color: #333; /* Dark text for contrast */
	border: 1px solid #ccc; /* Subtle border */
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s;
}

.trumbowyg-box, .trumbowyg-editor, .trumbowyg-textarea {
	min-height: 75px; /* or your preferred height */
	height: 75px; /* optional: sets a fixed height */
	max-height: 75px; /* optional: sets a maximum height */
}

.white-sand {
	padding: 10px 28px;
	background-color: #FAF3E3;
	border: 1px solid #ccc;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: background 0.2s, transform 0.1s;
	outline: none;
	position: relative;
}

.pink-sand {
	padding: 10px 28px;
	background-color: #FFD1DC;
	border: 1px solid #ccc;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: background 0.2s, transform 0.1s;
	outline: none;
	position: relative;
}

.grey-sand {
	padding: 10px 28px;
	background-color: rgb(192, 192, 192);
	border: 1px solid #ccc;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	font-family: inherit;
	border: none;
	border-radius: 24px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: background 0.2s, transform 0.1s;
	outline: none;
	position: relative;
}

.mail-wrapper {
	margin: 30px auto;
	max-width: 1000px;
}

.nav-email {
	margin-bottom: 20px;
}

.nav-email li.active a {
	background: #37BC9B;
	color: #fff;
}

.email-list {
	max-height: 500px;
	overflow-y: auto;
}

.email-list tr.unread {
	font-weight: bold;
	background: #f9f9f9;
}

.view-mail {
	min-height: 200px;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

.compose-mail {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
}

.float-right {
	float: right;
}

.footer-scorp a {
	display: inline-block;
}