html, body {
	height: 100%;
	background-color: #4e4e50;
}

.color-primary-0 { color: #6F702A }	/* Main Primary color */
.color-primary-1 { color: #C4C576 }
.color-primary-2 { color: #93934A }
.color-primary-3 { color: #4F5014 }
.color-primary-4 { color: #2D2E04 }

.color-secondary-1-0 { color: #1C4C3A }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #508571 }
.color-secondary-1-2 { color: #326451 }
.color-secondary-1-3 { color: #0D3627 }
.color-secondary-1-4 { color: #031F14 }

.color-secondary-2-0 { color: #70522A }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #C5A476 }
.color-secondary-2-2 { color: #94744A }
.color-secondary-2-3 { color: #503614 }
.color-secondary-2-4 { color: #2E1C04 }

.color-better-0 { color: #F6F6F1 }
.color-better-1 { color: #8F9291 }
.color-better-2 { color: #9CA0A0 }
.color-better-3 { color: #7D787F }
.color-better-4 { color: #342D35 }

.dropdown-container {
  display: none;
  background-color: #1a1a1d;
}

.dropdown-container.active {
  display: block;
}

.dropdown-btn {
	background-color: #1a1a1d;
	color: #e8dbb7;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
}

.dropdown2-btn {
	background-color: #4e4e50;
	color: #e8dbb7;
	border: none;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
}

.dropdown-btn:focus,
.dropdown2-btn:focus,
.dropdown-btn:active,
.dropdown2-btn:active {
	outline: none;
}

.dropdown-btn:hover,
.dropdown2-btn:hover {
  color: #f1f1f1;
}

.fa-caret-down {
  float: right;
  padding-top: 3px;
  padding-left: 40px;
}

.menuStyle {
	font-weight: bold;
	height:100%;
	position: fixed;
	background-color: #1a1a1d;
	color: white;
	padding: 6px 15px 6px 15px;
	text-align: left;
	overflow-x: hidden;
	width: 225px;
}

.menuStyle a:visited {
	color: #e8dbb7;
}

.headerStyle {
	background-color: #1a1a1d;
	color: white;
}

.progress-bar {
	width: 0%;
}

.progress {
	margin-bottom: -10px;
}

.footerStyle {
	position: fixed;
	bottom: 0px;
	background-color: #1a1a1d;
	color: white;
	text-align: center;
	font-weight: 500;
	width: 100%;
	user-select:none;
}

.logout-wrapper {
    position: fixed;
    left: 20px;   /* Adjust as needed for horizontal positioning */
    bottom: 40px; /* Adjust this value to be slightly more than the height of your footer */
    z-index: 1000; /* Ensure it's above other page elements */
}

.contentStyle {
	background-color: #4e4e50;
	color: white;
	font-weight: 500;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	position: relative;
	margin-left: 225px;
	padding: 15px;
}

.textStyle {
	background-color: #4e4e50;
	color: white;
	font-weight: 500;
	height: 100%;
	position: relative;
	width: 100%;
	margin-left: 225px;
	padding: 15px;
}

.tableStyle {
	border: dashed;
	width: 100%;
}

.centerStuff {
	display: flex;
	justify-content: center; /* Aligns horizontally */
	align-items: center;     /* Aligns vertically */
	height: 90vh;
}

.loginStyle {
	font-weight: bold;
	background-color: #4e4e50;
	color: #e8dbb7;
	padding: 6px 15px 6px 15px;
	text-align: left;
	border: dashed;
	width: 225px;
}

.playlistStyle {
	font-weight: bold;
	color: white;
}

.loginStyle a:visited {
	color: #e8dbb7;
}

.borderStyle {
	display: inline-block; 
    text-align:center;
    border: 2px solid;
    border-radius: 5px;
    padding: 5px;
	margin-bottom: 5px;
}

.radioStyle {
    vertical-align: middle;
}

hr.style1 {
	width: 250px;
	background-color: white;
	height: 1px;
	margin-left: 0;
}

hr.style2 {
	width: 175px;
	background-color: white;
	height: 1px;
	margin-left: 0;
}

a:link {
	color: #e8dbb7;
}

a:hover {
	color: #F6F6F1;
}

a:visited {
	color: #8F9291;
}

a:visited:hover {
	color: #F6F6F1;
}

textarea {
	width: 100%;
}

input[type="text"], textarea, input[type="password"] {
	background-color: #d1d1d1;
	box-sizing: border-box;
}

.grecaptcha-badge {
	bottom: 25px !important;
}


.formControl {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border-radius: 1px;
    box-shadow: none !important;
	font-size: 12px;
}

.myButton {
  background-color: #e8dbb7;
  border: none;
  color: black;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 3px;
  font-weight: bold;
  border-radius: 3px;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #4e4e50;
}

.hidden {
  display: none;
}

.gctools-title {
  display: inline-block;
}

gctools-title.h2{
	margin: 0px;
}

gctools-title.h4 {
	margin: 0px;
	margin-left: 2px;
}

i.fa-cogs {
  border: 2px solid currentColor;
  padding: 4px 4px 2px 2px;
  font-size: 0.9em;
  margin-right: 5px;
  border-radius: 10%;
}

i.fa-headphones {
	float: right;
	color: #2d2d30;
	margin: 3px;
}

td, th {
  width: 20%;
  text-align: center;
}

table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.popoutStyle {
  position: absolute;
  top: 10px;
  right: 10px;
}

.fas, .fab {
	margin-right: 5px;
}

#password_match_indicator {
	position: absolute;
    margin-left: 160px;
    font-size: 1.2em;
}
