body{
	Background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.6em;
	margin:0;
}

.t-directions {
    width: 90%;
    font-size: 0.9em;
    background: #D3D3D3;
    padding: 1px;
    padding-left: 20px;	
    margin-left:25px;
    border-left: 3px solid #6A6A6A;
}

.ul-star {
  list-style-type: none;
}

.ul-star li::before {
  content: "\2605";
  font-family: Wingdings, sans-serif;
  margin-right: 5px;
}

a{
	text-decoration:none;
	color:#000000;
	font-size:18px;
}

a:hover{
	color:red;
	font-size:18px;
}

a img.hover {
	width: 40px;
	height: 40px;
	display: none;
	margin-top: 260px;
}
a img.default {
	width: 40px;
	height: 40px;
	display: inherit;
	margin-top: 260px;
}
a:hover img.hover {
	display: inherit;
}
a:hover img.default {
	display: none;
}

.my-form{
	padding:3px;
}

.my-form .form-group{
	padding-bottom:5px;
}

.my-form label{
	display:block;
}

.my-form input[type="text"], .my-form textarea {
	padding:3px;
	width:10%;
	margin:2px;
}
.my-form input[type="password"], .my-form textarea {
	padding:3px;
	width:10%;
	margin:2px;
}

.button{
	background-color:#333333;
	color:#ffffff;
	padding:5px;
	border:none;
	margin:0px;
	font-size: 15px;
}

.button:hover{
	background:red;
	color:#ffffff;
	padding:5px;
	border:none;
	margin:0px;
	font-size: 15px;
}


.edit-btn {
    color: #005bb5;
    font-weight: bold;
    text-decoration: none;
}

.edit-btn:hover {
    text-decoration: underline;
}

.delete-btn {
    color: #b30000;
    font-weight: bold;
    text-decoration: none;
}

.delete-btn:hover {
    text-decoration: underline;
}


.reply-indicator {
    background: #d00;
    color: white;
    padding: 2px 6px;
    margin-left: 6px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
}


.highlight-new {
    background-color: #fff3cd; /* pale yellow */
    transition: background-color 2s ease;
    padding: 5px;
    border-radius: 3px;
}

/* Consistent bordered style for dropdowns, textareas, and inbox */
.bordered-field,
select.bordered-field,
textarea.bordered-field {
    border: 1px solid #ccc;       /* thin light gray border */
    border-radius: 4px;           /* rounded corners */
    padding: 6px 8px;             /* inner spacing */
    background-color: #fff;       /* white background */
    font-size: 1rem;              /* match typical font size */
    box-sizing: border-box;       /* include padding in width */
}

/* Inbox container styling */
#messages_container.bordered-field {
    border: 1px solid #ccc;       /* thin gray border like fields */
    border-radius: 4px;           /* rounded corners */
    padding: 10px;                /* spacing inside the inbox box */
    background-color: #f9f9f9;   /* subtle background for distinction */
}

/* Optional: style individual message items for clarity */
#messages_container.bordered-field li {
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0; /* subtle divider between messages */
}

#messages_container.bordered-field li:last-child {
    border-bottom: none; /* remove bottom border for last item */
}


.container {
	width:80%;
	margin:auto;
	overflow:hidden;
}

.container-founders {
    width: 100%; /* Ensure the container takes up the available width */
}

.column-item {
    float: right; /* Floats the image to the left */
    width: 34%; /* Adjust width for columns, considering padding/margins */
    margin-right: 1%; /* Add some spacing between columns */
}

.column-item img {
    width: auto;
    height: auto;
}

.figcaption {
  text-align: left;
}

/* Clear the float after the container */
.container-founders::after {
    content: "";
    display: table;
    clear: both;
}

.wrap-left {
  float: left;
  margin-right: 15px; /* Adds space to the right of the image */
}

.wrap-right {
  float: right;
  margin-right: 15px; /* Adds space to the left of the image */
}

.float-left {
  float: left;
  margin-right: 50px;
}

.float-right {
  float: right;
  margin-right: 50px;
}

.newcontainer{
	width:70.5%;
	margin:auto;
	overflow:hidden;
}

.dash-board {
      display: flex; /* Enables Flexbox for the container */
      align-items: center; /* Vertically centers the flex items */
      justify-content: center; /* Horizontally centers the flex items */
      /* Optional: Set a height for the container to see vertical centering effect */
            background-color: #D3D3D3;
      height: 36px; /* Example height */
}

.db-rank {
      padding: 1px;
      margin: 5px;
}

.centernsp{
	text-align:center;
	margin-bottom:0;
	padding:0;
	line-height:0.5em;
}

.headerimage{
	background-color:#ffffff;
	color:#000000;
	text-align:center;
}

#navbar{
	background-color:#ffffff;
	color:#000000;
	text-align:center;
}

#navbar ul{
	padding:0;
	list-style: none;
}

#navbar li{
	display:inline;
}

#navbar a:hover{
	color:red;
}

#navbar a{
	color:#000000;
	text-decoration: none;
	font-size:18px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:0px;
	padding-top:0px;
}


#showcase{
	background-image:url('../images/witc3.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseR{
	background-image:url('../images/rede_img.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseL{
	background-image:url('../images/links_img.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseV{
	background-image:url('../images/hh.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseH{
	background-image:url('../images/founders.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseM{
	background-image:url('../images/persec1.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseS{
	background-image:url('../images/witc1.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseW{
	background-image:url('../images/grim.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseL2{
	background-image:url('../images/circ_theb.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseL1{
	background-image:url('../images/grim1.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#showcaseLog{
	background-image:url('../images/witc.png');
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:300px;
	margin-bottom:30px;
	text-align: center;
}

#module{
	background-position:center center;
	border-top:3px #909090 solid;
	min-height:0;
	text-align: center;
}

#icon-bar {
    display: flex;
    justify-content: center;
    gap: 25px;
    height: 100px;
    background: #ffffff;
    border-top: 3px #909090 solid;
    position: relative;
    z-index: 1;
}

.icon-wrapper {
    width: 75px;
    height: 98px;  /* Only bottom half visible */
    overflow: hidden;
    position: relative;
}

.icon-wrapper a {
    display: block;
    width: 74px;
    height: 98px;
    position: relative;
}

.icon-wrapper img.icon {
    width: 75px;
    height: 98px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(-48px); /* start hidden (top half clipped) */
}

/* Default image visible by default */
.icon-wrapper img.default {
    z-index: 1;
    opacity: 1;
}

/* Hover image hidden by default */
.icon-wrapper img.hover {
    z-index: 2;
    opacity: 0;
}

/* On hover: drop both images and show green version */
.icon-wrapper:hover img.icon {
    transform: translateY(-18px); /* drop down */
}

.icon-wrapper:hover img.default {
    opacity: 0;
}

.icon-wrapper:hover img.hover {
    opacity: 1;
}

/* Only apply hover effects if NOT locked */
.icon-wrapper:not(.locked):hover img.icon {
    transform: translateY(-18px);
}

.icon-wrapper:not(.locked):hover img.default {
    opacity: 0;
}

.icon-wrapper:not(.locked):hover img.hover {
    opacity: 1;
}

.icon-wrapper.locked img.icon {
    transform: translateY(-48px); /* stay clipped */
    opacity: 1;
    transition: none !important; /* block animation */
}

/* Prevent hover animation on locked wrappers */
.icon-wrapper.locked:hover img.icon,
.icon-wrapper.locked img.icon {
    transform: translateY(-48px) !important;  /* locked state: stay hidden/clipped */
    opacity: 1 !important;                    /* always visible */
    transition: none !important;             /* cancel animation */
}

/* Explicitly hide the .hover image in locked state */
.icon-wrapper.locked img.hover {
    opacity: 0 !important;
}

#mainCenter{
	width:67%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
}

#main{
	float:left;
	width:67%;
	padding:0px 90px;
	box-sizing: border-box;
}

.block{
	float:left;
	width:50%;
	border:none;
	padding:10px 55px;
	box-sizing:border-box;
	text-align: center;
}


.block-container {
    overflow: hidden; /* clears floats */
    margin-bottom: 20px; /* optional spacing */
}

@media(max-width:600px) {
    .block {
        width: 100%;    /* full width on mobile */
        float: none;    /* cancel float */
        padding: 10px;  /* optional: reduce padding on small screens */
    }
}


.block-pent{
	float:left;
	width:25%;
	border:none;
	padding:10px 55px;
	box-sizing:border-box;
	text-align: center;
}

.block-degrees{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 4px;
}

.block-degrees img {
	max-width: 23%;
	height: auto;
	margin: 5px;
}

.image-container {
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 5px;
}

.degree-image {
  width: 100px;
  height: 200px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
  border-radius: 10px;
  border: none;
  text-decoration: none;
}

#img1 { background-image: url('../images/0_degree.png'); }
#img1:hover { background-image: url('../images/0_degree_act.png'); }

#img2 { background-image: url('../images/1st_degree.png'); }
#img2:hover { background-image: url('../images/1st_degree_act.png'); }

#img3 { background-image: url('../images/2nd_degree.png'); }
#img3:hover { background-image: url('../images/2nd_degree_act.png'); }

#img4 { background-image: url('../images/3rd_degree.png'); }
#img4:hover { background-image: url('../images/3rd_degree_act.png'); }

#img2_locked { background-image: url('../images/1st_degree_lock.png'); }
#img3_locked { background-image: url('../images/2nd_degree_lock.png'); }
#img4_locked { background-image: url('../images/3rd_degree_lock.png'); }

/* #img5_locked { background-image: url('../images/md/mod_lockd.png'); } */
#img2_locked, #img3_locked, #img4_locked, #img5_locked {
  cursor: not-allowed;
  opacity: 0.6; /* Makes it visibly disabled */
  pointer-events: none; /* Prevents clicking */
}

/* -- */
.degree-image .icon.hover {
  opacity: 0; /* Ensure it's hidden */
  transform: none; /* Disable movement */
  transition: none; /* No animation */
}

.degree-image:hover .icon.hover {
  opacity: 0; /* Don't animate in */
}
/* -- */

.image-link {
  text-decoration: none;
  display: inline-block;
}

.block-sbt{
	float:left;
	width:20%;
	border:3pt;
	padding:0;
	box-sizing:border-box;
	text-align: left;
	line-height:.5;
}

.inline-block-image, .inline-block-text {
	display: inline-block;
	vertical-align: top; /* Align the top of the image with the top of the text */
}

.inline-block-image {
	margin-right: 20px; /* Add some space between the image and text */
}

#module-container {
    position: relative;
    overflow: hidden;
    min-height: 150px; /* or fixed if preferred */
}

.module-content {
    position: relative;
    animation: slideIn 0.6s ease-out forwards;
    opacity: 0;
    left: -100%;
}

@keyframes slideIn {
    to {
        left: 0;
        opacity: 1;
    }
}

#progress-container {
  display: flex;
  align-items: center;    /* Centers vertically */
  justify-content: center;
  height: 50px;
}

#chakra{
	float:right;
	width:40%;
	box-sizing: border-box;
	margin: auto;
}

#chakraText{
	float:left;
	width:60%;
	box-sizing: border-box;
	margin: auto;
}

#sidebar{
	float:right;
	width:33%;
	background:#333333;
	color:#ffffff;
	font-style:italic;
	padding:8px;
	box-sizing: border-box;
	margin-top:70px;
	text-align: center
}

.textbox{
	align:center;
	width:80%;
	background:#333333;
	color:#ffffff;
	padding:8px;
	box-sizing: border-box;
	margin: auto;
	text-align: left;
}

.box {
	border: 1px solid black;
	padding: 5px;
}

.textbox-grey{
	align:center;
	width:90%;
	background:#333333;
	color:#ffffff;
	padding:6px;
	box-sizing: border-box;
	margin: auto;
	text-align: left;
}


.containerList{
	float:left;
	width:67%;
	margin:auto;
	overflow:hidden;
}

.List {
  list-style: circle;
  padding-left: 40px;
}

.List-hide{
	padding:0px;
	list-style:none;
}


.my-list li:nth-child(even){
	background: #ffffff;
	list-style: none;
}

.my-list li:nth-child(odd){
	background: #e0e0e0;
	list-style: none;
}

.content-columns{
	column-count:2;
	column-gap: 20px;
}

.knot{
	background-image:url('../images/brdr_inv.gif');
	background-position:center center;
	min-height:50px;
	margin-bottom:7px;
	text-align: center;
}

#main-footer{	
	background:#ffffff;
	color:#000000;
	text-align: center;
	font-weight:600;
}

@media(max-width:600px) {
  #main {
    width: 100px;
    float: none;
  }
}
