

.expandList {
	overflow: visible;
}
.container  h1 {
    text-align: center;
    color: white;
    font-size: 1.5em;
    margin: 0.5em;
	text-align: center;
}
.streamer {
	display: none;
}

.charName {
	    /* display: flex; */
    /* justify-content: space-between; */
}

.container {
	    max-width: 1500px;
    margin: 0 auto;
}



.expandLink {
	display: inline-block;
    flex-grow: 2;
	font-size: 1em;
    text-align: right
}

.charInfo { 
	white-space:nowrap;
}

.charName {
	/* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
	/* max-width: 90%; */
}

.deceased {
	/* color: red; */
}



.charName.inActive { 
	color: grey;
	
}
a.charName:hover { 
	color: orange;
}

a.charName {
    white-space: nowrap;
}


.characterGroup {
	/* display:flex; */
	/* flex-direction:column; */

}
.rooBu {
	min-height: 1.5em;
    min-width: 1.5em;
}
.expandLink * {
	color: #FFC112;
}
.expandLink .disabled {
	display: none;
}

.sortName .asc, .sortDate .desc  {
	display:none;
}

.streamer {
	display: none;
	margin-left:10px;
	margin-bottom: 5px;
	margin-top: 2.5px;
}
.flexCenterGap {
	display: flex;
	gap: 0.5em;
	justify-content: center;
	align-items: center;
	    flex-wrap: wrap;

}
.newHrBu {
	/* white-space: nowrap; */
}
.sortCtrls {
	/* max-width: 500px; */
	margin: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    font-weight: bold;
    gap: 2em;
	    align-items: center;
		flex-wrap: wrap;
}
.characterGroup, .streamerGroup {
	/* flex-basis:200px; */
	/* display: flex; */
    /* flex-basis: 200px; */
    /* flex-direction: column; */
	/* padding: 0em 1em; */
	/* padding: 0em 1.3em; */
	padding:0;
    margin: 0em 0 0 1.3em;
	/* break-before: avoid; */
}
.characterGroup > div:first-child,
.characterGroup > div.tempFirstChild

 {
	/* break-after: avoid; */
	/* break-before: avoid; */

}

.header {
	font-size:2em;
    margin: 0.5em 0;
	margin: 0 0 0.5em 0;
	color: grey;
	color: white;
    margin: 0.5em 0 0.5em 0.25em;
	/* break-after: avoid; */
	/* margin: 0.4em 0 0.4em 0.25em; */
    /* break-after: avoid; */
    /* padding: 0.1em 0; */
    margin: 0.2em 0 0.2em 0.25em;
}
.header.firstHeader {
	/* color: red; */
	margin-top:0;
	/* padding-top:0; */
}
#characters .header:visible:not(:first-of-type) {
 
	margin-top:0.5em;
}
.characterGroup > div .fa-skull{
	color: white;
}


.streamerInfo > div, .characterGroup > div  {
   display: flex;
    justify-content: space-between;
    width: 100%;
}
.streamerInfo > div, .characterGroup > div {
	display: inline-block;
	    width: 100%;

}
.characterGroup > div  .c > *:not(:first-child) {
    margin-left: 0.3em;
}
#loadingListAnim svg{
	    height: 45vh;
    width: auto;

}
#loadingListAnim {
	width: 100%;
    display: flex;
	height: 50vh;
	align-items:center;
    justify-content: center;
    color: #30475a;
	font-size: 10em;
}
.characterGroup > div .c {
    color: white;
    /* display: inline-flex; */
   align-items: center; 
   
	
}
.characterGroup > div   {
}
.rightData {
	display: flex;
}
.profileLink {
	color: white;


}
.profileLink:hover{ 
color: orange;
}
.characterGroup > div, .streamerInfo > div{
	display: flex; 
    justify-content: space-between;
    width: 100%; 
}
.streamerInfo .profileLink {
	margin-right: 0.25em;
	
}

#loadingListContent  {
    margin: 0 2em;
    margin: 0 1em;
	padding:15px 15px;
	/* gap: 1em; */
	gap: 0;
	column-gap: 0.5em;
	column-width: 300px;

	padding: 1.5em 1.75em 1.5em 0.75em;
}
.characterGroup > div {
	line-height: 1.25em; 

}

.characterGroup > div, .streamer-info {
	gap: 0.5em;
	
}
.characterGroup > div  > span,
.characterGroup > div  > a,

.streamerInfo > .streamerName {
	flex-shrink: 2;
	overflow:hidden;
text-overflow: ellipsis;	
white-space: nowrap;
}
.streamerInfo > .lastOnline {
	flex-grow:2;
	flex-shrink:0;
	text-align:right;
	color: white;
	margin-left: 2px;
}
.headerBox {
	display: flex;
	justify-content: center;
	flex-direction:column;
	margin-bottom: 1em;
	    margin: 1em;
		    margin: 0 1em 1em;
}
.rightData, .characterGroup > div {
	/* display: inline-block !important; */
}

.characterGroup > div, .streamerInfo > div {
	    margin: 1px 0px;

    font-weight: bold;
    /* font-size: 2em;*/
}

.characterGroup > div {
}
.infoTopBar {
	display: flex;
    gap: 1.15em;
    justify-content: center;
    align-items: center;
}

.dropDownButton { 
    display: flex;
	gap: 0.25em;
}

.sortCtrls {
	margin-top: 1em;
}
.sortThing {
	font-size: 1.2em;
	margin-left: 0.5em;
}
.dropDownButton:hover .invBu {
	color: orange;
	
}
.dropDownButton:hover {
	border: 1px solid #ffc112;
	
}
.dropDownButton{
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	gap: 0.5em;
}
.dropDownButton .invBu {
	font-size: 1em;
}

.charTagIcon.fa-ghost {
    width: 1.05em; 
}
.charOrStreamerServOverride   * {
		transition: color 0.25s ease-in-out,
}
.charOrStreamerServOverride.searchButton:hover,
.charOrStreamerServOverride.searchButton:hover  .fa-search ,
.charOrStreamerServOverride.inactive:hover {
	color: orange;
}
.charOrStreamerServOverride.searchButton .fa-search {
	font-size: 1em;
	font-size: 0.95em;
}
.charOrStreamerServOverride.searchButton {
	display: flex;
    align-items: center;
    gap: 0.25em;
   color: grey;
}
.charOrStreamerServOverride.inactive {
	color:grey ;
}
.sortCtrlsSub {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.sortOptions { 
	gap: 0.25em;
}
.mainSubCtrls {
   gap: 2em; 
}
.sortOptions {
	margin-right:0.5em;
}
.otherServersDropdown {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    line-height: 1.2em;
    row-gap: 0.25em;
    margin: 0 .25em;
    flex-direction: column;
    position: absolute;
    background-color: #212e3a ;
    padding: 1.25em;
    gap: 0.5em;
	    border: 1px solid #30475a85;
		overflow:hidden;
box-shadow: 2px 2px 10px 3px rgb(30 41 50) !important;
    margin-top: 1.5em;
	    border: 1px solid #ffc112;
}

.genStubButton {
    /* margin-right: 0.25em; */
    background: transparent;
    /* background-color: #163855; */
    /* border-color: #50728d; */
    /* border-color: transparent; */
    /* border: transparent 1px; */
    border: none;
    /* display: none; */
    color: grey;
}
.charName:hover .genStubButton {
	color: #ff8b00;

}
.charName .genStubButton:hover  {
    color: #ffc112;
	
}
    color: #ffc112;

}

@media (max-width:600px) {

	#loadingListAnim {
		font-size:8em;
	}
}
@media (max-width:500px) {
	#loadingListAnim {
		font-size:7em;
	}
	#characters {
	}
	body {
	}
}

@media (max-width:400px) {

	#loadingListAnim {
		font-size:4em;
	}
}
@media (max-width:300px) {

	#loadingListAnim {
		font-size:3em;
	}
}



