@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100vh;
    margin: 0;
    overflow-x: hidden;
}
/*
 *
 *
 *	google fonts
 *
 *	
 */
.dosis-Font {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 48pt;
}
.roboto-Font {
  font-family: "Roboto", sans-serif;
  font-size: 48pt;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.oswald-Font {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 48pt;
}
.bebas-Font {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bebas-Font-headerLink {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24pt;
}
/*
 *
 *
 *	link css
 *
 *	
 */
a {
	text-decoration: none;
	color: #3D3A38;
}
.no-underline,.no-underline:hover {
	text-decoration: none;
}
/*
 *
 *
 *	title layout format
 *
 */
.nav-text-top {
	font-size: 32px;
	display: block;
	line-height: 1.5;
	background-color: #D8D8D8;
	padding-top: 5pt;
	padding-left: 5pt;
	font-family: "Dosis", sans-serif;
	font-optical-sizing: auto;
	font-weight: bolder;
	font-style: normal;
	color: #707070;
}
.nav-text-bottom {
	font-size: 24px;
	display: block;
	line-height: 1.5;
	background-color: #D8D8D8;
	padding-bottom: 5pt;
	padding-left: 5pt;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #707070;
}
.nav-text-caption {
	font-size: 10pt;
	font-weight: bolder;
	display: block;
	line-height: 1.5;
	background-color: #c0c0c0;
	border-top: 1pt solid #000000;
	border-bottom: 1pt solid #000000;
}
/*
 *
 *	bootstrap call outs
 *
 */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 4px;
  margin-left: 50px;
}
.bs-callout-xl {
  margin-left: 0px;
}
.bs-callout-lg {
  margin-left: 50px;
}
.bs-callout-md {
  margin-left: 100px;
}
.bs-callout-sm {
  margin-left: 150px;
}
.bs-callout-xs {
  margin-left: 200px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 4px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
  background-color: #f7f7f9;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
  background-color: #efffe8;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
  background-color: #fcf2f2;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
  background-color: #fefbed;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
  background-color: #f0f7fd;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.bs-callout-default.transparent {
  background-color: rgb(247, 247, 249, 0.7); /*#f7f7f9*/
}
.bs-callout-success.transparent {
  background-color: rgb(239, 255, 232, 0.7); /*#efffe8*/
}
.bs-callout-warning.transparent {
  background-color: rgb(254, 251, 237, 0.7); /*#fefbed*/
}
.bs-callout-danger.transparent {
  background-color: rgb(252, 242, 242, 0.7); /*#fcf2f2*/
}
.bs-callout-info.transparent {
  background-color: rgb(240, 247, 253, 0.7); /*#f0f7fd*/
}
.bs-callout.disabled {
  opacity: 0.4;
}
/*
 *
 *
 *	user control panel navigation map
 *
 */
.custom-link {
	width: 200px;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: inherit;
	position: relative;
	border: 1px solid #A8A8A8;
	border-radius: 1.25rem; /* Rounded corners */
	transition: background-color 0.3s ease;
	margin: 5pt;
}
.custom-icon {
	font-size: 4rem;
	margin-bottom: 0.5rem;
}
.custom-text {
	display: block;
	font-weight: 600;
}
.custom-link:hover {
	background-color: #e7f1ff;
}




.dropdown-menu.mega-menu {
    /* A fixed width or a min-width is required */
    min-width: 600px; 
    padding: 1rem;
}

/* Style for the links inside the dropdown */
.mega-menu .dropdown-item {
    padding: 0.5rem 1rem;
    white-space: normal; /* Allow text to wrap */
}

.mega-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}





            

.vertical-text-writing-mode {
    writing-mode: vertical-lr; /* Vertical text, read left-to-right top-to-bottom */
    text-orientation: upright; /* Keeps individual characters upright */
    white-space: nowrap; /* Prevents text from wrapping horizontally before rotation */
    /* Add some spacing or width if needed to control its "block" area */
    margin: 0 auto; /* Center horizontally if its parent allows */
    display: inline-block; /* Essential for text-orientation to apply correctly */
}

/* Basic styling for demonstration and to visualize column boundaries */
.column-content-wrapper {
    border: 1px dashed #ccc; /* Helps visualize the area of each column */
    padding: 5px;
    min-height: 200px; /* Ensure columns have a minimum height for visual balance */
    display: flex; /* Use flexbox to center content vertically and horizontally */
    justify-content: center;
    align-items: center;
    text-align: left; /* For horizontal text, good fallback */
    margin-bottom: 5px; /* Space between rows if you add more */
}

.horizontal-text-style {
    max-width: 90%; /* Limit width for readability within the column */
}







.sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    background-color: #343a40;
    color: white;
    padding-top: 20px;
    overflow-y: auto;
}
.main-content {
    margin-left: 250px;
    padding: 20px;
    min-height: 100vh;
    background-color: #f8f9fa;
}
.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}
.sidebar a:hover {
    color: #FFFFFF;
    background-color: #495057;
}




















.gradient-row {
  background: linear-gradient(to bottom, #d9ecff 0%, #ffffff 100%);
}
.text-cell {
  padding-top: 3pt !important;
  padding-bottom: 3pt !important;
  padding-left: 3pt !important;
}
.icon-btn img {
  width: 16px;
  height: 16px;
}
.icon-set {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sortable {
  text-decoration: none;
  color: inherit;
}
.sortable:hover {
  text-decoration: underline;
}



