body {
     font-family: 'Poppins', sans-serif;
     margin: 0 !important;
     padding: 0 !important;
     margin-left:5px;
}
 a:link {
     color: #FFFFFF;
}
 a:visited {
     color: #FFFFFF;
}
 a:hover {
     color: #FFFFFF;
}
 a:avtive {
     color: #FFFFFF;
}
.hide {
	display: none !important;
}
.navbar {
	background-color: #666666;
}

.navbar-nav {
	margin: auto;
}

.nav-link {
	color: white !important;
	font-size: 11px;
}
 .center {
     text-align: center !important;
}
 .greyed {
     background-color: #CCC;
}
 .guild {
     background: #666666;
     color: #FFFFFF;
     font-size: 30px;
     font-weight: bold;
     font-family: 'Poppins', sans-serif;
     border: #000000 1px solid;
     padding-left: 30px;
     padding-bottom: 10px;
     display: flex;
}

 .divTable{
     display: table;
     width: 100%;
     font-family: 'Poppins', sans-serif;
     float: left;
}
 .divTableRow {
     display: table-row;
}
 .divTableHeading {
     background-color: #666;
     display: table-header-group;
}
 .divTableCell, .divTableHead {
     border: 1px solid #000;
     display: table-cell;
     padding: 3px 10px;
     font-size: 11px;
}
 .divTableHeading {
     background-color: #666;
     display: table-header-group;
     font-weight: normal;
     color: #FFFFFF;
}
 .divTableFoot {
     background-color: #EEE;
     display: table-footer-group;
     font-weight: bold;
}
 .divTableBody {
     display: table-row-group;
}
 div.donate {
     border: 1px solid #000000;
     background-color: #FFFFFF;
     width: 100%;
     text-align: left;
     border-collapse: collapse;
     font-family: 'Poppins', sans-serif;
}
 .divTable.donate .divTableCell, .divTable.donate .divTableHead {
     border: 1px solid #000000;
     padding: 3px 2px;
}
 .divTable.donate .divTableBody .divTableCell {
     font-size: 13px;
     color: #000000;
}
 .divTable.donate .divTableRow:nth-child(even) {
     background: #FFFFFF;
}
 .divTable.donate .divTableCell:nth-child(even) {
     background: #FFFFFF;
}
 .divTable.donate .divTableHeading {
     background: #666666;
     color: #FFFFFF;
}
 .divTable.donate .divTableHeading .divTableHead {
     font-size: 15px;
     font-weight: normal;
     color: #FFFFFF;
}
 .donate .tableFootStyle {
     font-size: 14px;
}
 .donate .tableFootStyle .links {
     text-align: right;
}
 .donate .tableFootStyle .links a{
     display: inline-block;
     background: #FFFFFF;
     color: #FFFFFF;
     padding: 2px 8px;
     border-radius: 5px;
}
 .donate.outerTableFooter {
     border-top: none;
}
 .donate.outerTableFooter .tableFootStyle {
     padding: 3px 5px;
}
 .divTable{
     display: table;
}
 .divTableRow {
     display: table-row;
}
 .divTableHeading {
     display: table-header-group;
}
 .divTableCell, .divTableHead {
     display: table-cell;
}
 .divTableHeading {
     display: table-header-group;
}
 .divTableFoot {
     display: table-footer-group;
}
 .divTableBody {
     display: table-row-group;
}
 .header {
     background: #666666;
     color: #FFFFFF;
     font-family: 'Poppins', sans-serif;
     text-align: center;
     border-top: 1px solid #000;
     border-left: 1px solid #000;
     border-right: 1px solid #000;
     padding-bottom:10px;
     padding-bottom:10px;
}
/* Active link styling within the theme */
 .navbar-nav .nav-link {
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
     color: #FFFFFF;
     position: relative;
     text-decoration: none;
     text-rendering: optimizeLegibility;
     letter-spacing: 1px;
     text-transform: uppercase;
     font-size: 11px;
}
/* Hover styling */
 .navbar-nav .nav-link:hover::after {
     content: '';
     position: absolute;
     bottom: -5px;
     left: 0;
     right: 0;
     border-bottom: 2px dotted #FFFFFF;
}
/* Active styling */
 .navbar-nav .nav-link:active {
     background-color: #333;
    /* Change the background color when clicked */
     color: #FFF;
    /* Change the text color when clicked */
}
 .no-border {
     border: none;
}
 #coloredCell {
     background-color: white;
    /* Default color */
}
/* Define styles for each option */
 #coloredCell.red {
     background-color: #EA9999;
}
 #coloredCell.green {
     background-color: #B7E1CD;
}
 #coloredCell.blue {
     background-color: #FFE599;
}
.divTable {
	position: relative;
}

.divTableHead.rowspanned {
	position: absolute;
	top: 0;
	bottom: 0;
}

.divTableHead.empty {
	border: none;
}

.divTableHead.key {
	width: 15%;
	border: 1px solid #666;
}

.accordion-item {
    background-color: #666;
    color: white;
    border: none;
    margin-bottom: 1rem;
    font-size: 1.2em;
}

.accordion-button {
    background-color: #666;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #555;
    color: white;
}

.accordion-body {
    background-color: #FFF;
    color: #000000;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion-button::after {
    color: white !important;
    filter: brightness(0) invert(1); /* forces white even if it's an SVG background */
}

.accordion-button span {
    font-size: 1.00rem; /* Adjust size as needed */
}

.table-header-grey th,
.divTableHeading th.divTableHead {
    font-weight: normal !important;
    font-size: 11px !important;
    display: table-cell !important;
    padding: 3px 10px;
    border: 2px solid #000;
    background-color: #666666;
    color: #FFF;
}

.character-button {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	background-color: #666666 !important;
	color: #FFFFFF !important;
	width: 100% !important;
	border: 1px solid #666666 !important;
	font-weight: normal;
	padding: 0px 8px !important;
	font-size: 0.85rem;
	line-height: 1.2;
}

/* Role icon: white icon only, no background */
.character-button .role-icon i {
	color: #FFFFFF;
	font-size: 16px;
}

/* Container for role icon: keep minimal spacing */
.character-button .role-icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

/* Character name background only as wide as text */
.character-button .character-name {
	padding: 2px 8px;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    width: 60%;
	/* Background and text color set inline from PHP */
}

/* Alt icon on right */
.character-button .alt-icon {
	color: #FFFFFF !important;
	flex-shrink: 0;
	width: 20px;
	text-align: center;
	font-size: 14px;
	margin-left: 8px;
}

.role-icon i,
.alt-icon i {
	font-size: 0.9rem;
}
.character-name {
	padding: 2px 6px;
}

.status-box {
	background-color: #EA9999;
	border: 1px solid #EA9999;
	border-radius: 0.5rem;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
	height: 100%;
}