#announcement {
    width: 90%;
    /* margin: 10px auto; */
    border-radius: 10px;
    text-align: center;
    /* background-color: #466178; */
    padding: 0.25em;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-radius: 2px;
    padding: 0.35em;
}
.sidebarCtrls {
	    margin-right: 1em;
}

#announcement  svg, #announcement > #announcementCtrls {
	padding-left: 5px;
	padding-right: 5px;
}
#noOnlineStreams {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 1em;
	margin: 0 auto 1em;
    /* margin: 1em; */
}
#noOnlineStreams > p {
    margin: 0.5em 0;
}
#announcement  span {
	display: inline-block;
	line-height: 1.1em;
	font-size: 1em;
}
#serverOrderOptions .server {
    display: flex;
    /* gap: 0.5em; */
    align-items: center;
    font-size: 1.2em;
    /* white-space: nowrap; */
    /* gap: 0.5em; */
    /* max-width: 90%; */
    flex-direction: column;
	flex-grow:1;
	align-self: flex-start;
}
.serverOrderCon .server .mobileButtons {
    display: flex;
    width: 100%;
    justify-content: space-between;
	display: grid;
    grid-template-columns: repeat(2,1fr);
	grid-template-areas:	"favButtons upButtons"
							"excludeButtons downButtons";
	/* gap:1em; */
	gap:0.25em;
	    margin-top: 0.5em;
}
.serverOrderCon > .title {
    font-weight: bold;
    font-size: 1.25em;
}
.serverOrderCon .server .title {
	font-weight: bold;

}
.serverOrderCon .server .mobileButtons .invBu {
	/* padding:2em; */
    padding: 0.25em;
}
.downButtons {
	 grid-area: downButtons;
}
.upButtons {
	 grid-area: upButtons;
}
.favButtons {
	 grid-area: favButtons;
}
.excludeButtons {
	 grid-area: excludeButtons;
}
.serverOrderCon .server .mobileButtons > div{
    display: flex;
	/* flex-direction:column; */
	justify-content: center;
	font-size: 1.5em;	
}
#serverOrderContainers .server > .title {
font-size: 1.em;
    margin: 0 0.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 100%; */
    white-space: nowrap;
	width:100%;
	text-align:center;
	
}
#serverOrderOptions.mobile .server > .invBu {
	/* padding:0.25em; */

}
#serverOrderOptions #normalServers .unFav,
#serverOrderOptions #excludedServers .unFavn
 {
	display:none;
}
#serverOrderOptions #favouriteServers .fav
 {
	display:none;
}
#serverOrderOptions #normalServers .normal,
#serverOrderOptions #favouriteServers .normal
 {
	display:none;
}

#serverOrderOptions #excludedServers .exclude,
#serverOrderOptions #excludedServers .unFav
 {
	display:none;
}

#serverOrderOptions .container > .server:first-child  .up {
	display:none;
}
#serverOrderOptions .container > .server:last-child  .down {
	display:none;
}
#serverOrderOptions:not(.mobile) .server > .invBu {
	display:none;
	
}
#announcement > #announcementText{
	max-width: 90%;
}
#announcement svg {
	color:#FFC112;
}
#announcement > #announcementCtrls {
	max-width: 10%;
	margin-right: 5px;
}


.stream .name img {
	
    max-height: 1.2em;
    padding-right: 0.1em;
    margin: 0 0 0 0.25em;
	margin: 0 0.1em 0 0.1em;
}
.noIcons .name img {
    display: none;
}
.stream .name {
	display: flex;
	align-items: center;
}
#hiddenData {
    position: sticky;
    top: 10px;
    right: 10px;
	display: none;
}
.container {
	margin: 0px;
}
.fullWidth .topBar {
    margin: 0 0.5em;
}
.fullWidth #sideList {
    margin-left: 0px !important;

}
.fullWidth #sideList:not(.open) {
		width: 0px;
    min-width: unset;
}
.blue .streamlist .header {
    background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgb(36 57 75) 32%, rgb(38 90 133) 100%);
}

.blue2 .streamlist .header {
	    background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgba(44,62,77,1) 32%, rgb(41 91 133) 100%);
}

.blue3 .streamlist .header, .blue3 #sideList .server > .header  {
    background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgba(44,62,77,1) 32%, rgb(67 110 147) 100%);

}
.stream .viewers {

     font-size: 0.9em;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.6), 1px -1px 0 rgba(0,0,0,0.6), -1px 1px 0 rgba(0,0,0,0.6), 1px 1px 0 rgba(0,0,0,0.6);
    justify-self: flex-end;
    margin-right: 0.25em;
    display: flex;
    justify-content: flex-end;
    flex-grow: 2;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
	    align-items: flex-end;
}
.viewers svg {
	margin-right:0.25em;
}
.streamlist .expandLink, .viewers{
     user-select: none;
}
.viewers > svg {
    filter: drop-shadow(0 0 1px  rgba(0,0,0,1));
    vertical-align: top !important;
}

.character.highlighted {
	/* padding: 2px 5px 2px 5px; */
	/* border-radius:3px; */
	/* margin-bottom:3px; */
}
.streamHelper {
	opacity: 0.75;
}
.streamPlaceholder {
	background-color: unset !important;
	border: 1px dashed  #FFC112;
	display: inline-block;
	/* border-radius: 5px; */
	/* margin-right: 9px; */
}

.streams:empty {
}

.streamlist h1, .server  .header a {
color: white;
    font-size: 1.55em;
    font-size: 1.65em;
    /* line-height: 1.65em; */
    /* font-size: 1.75em; */
    text-align: center;
    margin: 0;
    margin: 0 0.25em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: elipses;
    text-overflow: ellipsis;
}
.server .header a {
	margin: 0;
	    margin: 0 0.2em;

}


.streamlist  h1 {
    margin: 0 1em;
}
.serverTitle {
	white-space: nowrap;
}

.stream .name {
width:100%;
	padding: 0.1em 0;
display: flex;
align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: bold;
    /* text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
	text-shadow: -1px -1px 0 #000,
 1px -1px 0 #000, 
 1px 1px 0 #000, 
 -1px 1px 0 #000,
 0px -1px 0 #000, 
 0px 1px 0 #000, 
 1px 0px 0 #000, 
 -1px 0px 0 #000;
     display: flex;
    justify-content: space-between;
}

.name a {
	display: flex;
    align-items: center;
	margin-left:0.15em;
}

.name svg {
    filter: drop-shadow(0 0 1px rgba(0,0,0,1));
    /* vertical-align: top !important; */
    height: 1.2em;
    margin-right: 0.25em;
}
.name.highlighted  {
	/* border-radius:3px; */
	/* padding: 3px 3px 3px 5px; */
}

.title.highlighted {

}
.stream  h2 {
	color: #FFC112;
	font-size: medium;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.characters h3 {
	margin: 0px;
	padding: 0px;
	color: white;
}
.characters {
 flex-wrap: wrap; */
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    /* display: inline-grid; */
    /* grid-auto-flow: dense; */
    /* grid-auto-columns: min-content; */
    /* grid-auto-rows: min-content; */
    font-size: 0.8em;
    /* max-height: 100%; */
    /* max-width: 100%; */
    /* word-break: break-all; */
    /* max-width: 95%; */
    column-gap: 1em;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    margin-bottom: 0.5em;
    display: block;
    /* column-width: 100px; */
    /* width: 100%; */
    /* flex-grow: 2; */
    /* max-height: 50%; */
    max-width: 95%;
    margin: 0 0.5em;
	column-count: 2;
	    column-width: 150px;
	    text-align: center;
    line-height: 1.25em;
}
/* .characters .character {  */
/* display: flex; */
    /* align-items: center; */
    /* gap: 1em; */
    /* gap: 0.25em; */
    /* justify-content: center; */
/* } */
.characters .character > a { 
/* display: flex; 
    /* align-items: center; */
    /* gap: 1em; */
    /* gap: 0.25em; */
     justify-content: center; 
	
	    /* display: grid; */
    grid-template-columns: min-content max-content;
    /* column-gap: 0.25em; */
    align-items: center;
	grid-template-columns: min-content auto;
    align-items: flex-start;;
	    column-gap: 0.1em;
}
.characters .character .tagContainer:not(:empty) {
    /* margin-right: 0.1em; */
}
.characters .character > .noWiki { 
/* display: flex; */
    /* align-items: center; */
    /* gap: 1em; */
    /* gap: 0.25em; */
     justify-content: center; 
	
	    /* display: grid; */
    grid-template-columns: min-content max-content;
    /* column-gap: 0.25em; */
    align-items: center;
}


.characters .character .tagContainer:empty {
    display: none;
}
.characters .character .tagContainer { 
/* display: flex; */
    align-items: center;
    /* gap: 0.25em; */
    white-space: nowrap;
    height: 100%;

	    display: inline-flex;
}

.closeIcon {
	margin-left: 0.25em;
}
.characterBox .character {
    /* overflow: hidden; */
    /* max-height: 1.2em; */
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
	gap:0.15em;39
	line-height: 1.2em;

}
.characterBox {
font-weight: bold;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1231290319;
    background-color: rgba(0,0,0, 0.8);
    font-size: 0.9em;
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
 	   width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* margin: 0 auto; */

	justify-content: center;
}
.characterBox .constrainer {
	   width: 100%;
	    overflow-x: hidden;
    oveflow-y: hide;
    overflow-y: hide;
    overflow-y: auto;
}
.characterBox h3 {
    justify-self: center;
    align-self: center;
}


/* Works on Chrome/Edge/Safari */
.stream ::-webkit-scrollbar {
  width: 5px;
}
.stream ::-webkit-scrollbar-track {
	background-color: #374c5e;
background: linear-gradient(0deg, rgb(24 33 41) 0%,rgb(32 44 55) 100%);
}
.stream ::-webkit-scrollbar-thumb {
	background-color: #374c5e;

}
.characters h3 {
	margin: 0px;
	padding: 0px;
	color: white;
}
.characters {
}

.characterBox.selected {
     height: unset;
     -webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
         -ms-transition: height 0.5s linear;
          -o-transition: height 0.5s linear;
             transition: height 0.5s linear;
}
.stream a {
	color: #FFC112;
	font-weight: bold;
}
.stream a:link{

}

.characterBox .character.inActive a {
    color: grey;
}
.characterBox .character.inActive a:hover {
    color: orange;
}
.characterBox a:link{
}

.characterBox a:visited {
}


.toggleCharBox {
	display: block;
}
.streamlist.empty .streams {
    display: none;
}


.game {
    margin: 0px 0px 0px 0px;
    width: 100%;
    white-space: nowrap;
     overflow: hidden; 
    font-weight: bold;
    /* margin-left: 1.5em; */
    text-overflow: ellipsis;
    text-align: center;
    padding: 0.25em 0;
	    min-height: 1.2em;
		    line-height: 1.2em;
}
.characters:empty {
	display: none;
}
.streams {
	    padding:2px;
}

.gtastreams .stream .game {
	display: none;
}




.stream .title .content {

    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 1.2em;
}
.stream .title {
    font-size: 1em;
    position: absolute;
    color: white;
    font-weight: bold;
	text-shadow: -1px -1px 0 #000,
 1px -1px 0 #000, 
 1px 1px 0 #000, 
 -1px 1px 0 #000,
 0px -1px 0 #000, 
 0px 1px 0 #000, 
 1px 0px 0 #000, 
 -1px 0px 0 #000;
 overflow: hidden;
    text-overflow: ellipsis;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.35em;
    /* bottom: -2px; */
	    /* padding: 0.5em 0.2em; */
}
.toggleCharBox {
		  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.skull {
	display:none;
	    /* margin-right: 3px; */
}
.dead .skull {
	display: inline;
}
.highlighted {
	
}
/* .stream { */ /*old stream stuff*/
	/* display: inline-block; */
	/* vertical-align: top; */
	/* border-radius: 5px; */
	/* background-color: #466178; */
	/* margin-bottom: 0.5px; */
	/* margin: 0px 5px 5px 0px; */
	/* padding: 3px 3px 3px 3px; */
	/* width: 290px; */
	/* color: white; */
/* } */


.stream:hover {
	    border: 1px solid #ffc11296 !important;
    box-shadow: 0px 0px 7px 3px #ffc11296;
}

#searchFilterContainer .inputContainer input {
	/* font-size: 1.1em; */
	/* font-size: 1em; */
	/* padding: 0.25em; */
    /* font-size: 1em; */
    /* padding: 0.25em; */
    /* padding: 0; */
    width: 100%;
		font-size: 1.25em;
    font-size: 1.25em;
    background: #30475a;
    border: 1px solid #30475a85;
	    border-radius: 3px;
		color:white;
		padding: 0 0.15em;
}
#searchFilterContainer .searchOption {
	transition: color 0.15s, border-color 0.25s;
	    display: flex;
    gap: 0.15em;
    align-items: center;

}

#searchFilterContainer .searchOption:not(.selected) {
	color: grey;
	
}
#searchFilterContainer .searchOption:hover {
	border-color: #ffc112;
	/* color:  #ffc112;	 */
}
#searchFilterContainer .searchOption label {
		user-select: none;
}
#searchFilterContainer .inputContainer {
	    overflow: hidden;
		    font-size: 1.25em;
}
#searchFilterContainer .searchOptionsContainer{
	    margin-top: 0.25em;
		font-weight:bold;
}
#searchFilterContainer .searchOptionsContainer {
    display: flex;
    gap: 0.5em;
    font-weight: bold;
    flex-wrap: wrap;
    max-width: 100%;

}
#searchFilterContainer {
	/* padding: 4px; */
    /* background-color: #374c5e; */
    /* border-bottom-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    display: none;
    /* margin: 1em 0; */
    margin: 1em 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: stretch;
    gap: 0.25em;
    /* font-size: 1.1em; */
    margin-bottom: 1em;
    justify-content: flex-end;
    width: 550px;
    align-self: flex-end;
}





@media (max-width: 700px) {
	.streamlist > h1 {
		text-align: center;
	}
	.streams {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.stream {
	  align-self: flex-start;  

	}
}
@media (min-width: 550px) and (max-width: 650px) {
	.stream {
		padding: 1px 1px 1px 1px;
		margin: 0px 1px 5px 0px
	}
	
	
}
@media (max-width: 925px) {
	.container {
		margin: 1px 1px 0px 1px;
	}


}


/* prototyping  */

  
.streams {
  display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

        -ms-flex-align: start;

            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5em;
    margin: 0.25em 0.25em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	gap: 0.35em;
	max-width: 100%;
	    align-items: stretch;
}

.stream {

    display: flex;
    flex-direction: column;
    /* overflow: unset; */
    vertical-align: top;
    /* background-color: unset; */
    /* margin-bottom: unset; */
    /* width: unset; */
    /* color: unset; */
    border: 1px solid transparent;
    margin: 0px;
    padding: 3px 3px 3px 3px;
    flex-shrink: 2;
    flex-grow: 2;
    flex-basis: 350px;
    align-content: flex-start;
    align-items: normal;
    margin: 0px;
    padding: 0px;
    align-content: flex-start;
    /* margin: 0 auto; */
    /* margin: 1px 2px; */
    max-width: 500px;
    min-width: 300px;
		flex-basis: 230px;
	min-width: 188px;
	max-width: 300px;
}

.stream .name a {
	color: white;
	display: flex;
	align-content: center;
}
.stream  .name a:hover {
	/* color: #9147ff; */
	color: #FFC112;
}
#streamPage a:hover > h1 {
	color:orange;
	
}
.charity {
    outline: 1px solid #ffc11296;
    box-shadow: 0px 0px 2px 3px #ffc11296;
    animation-name: borderGlow;
    animation-duration: 60s;
    animation-iteration-count: infinite;

}
.stream figure {
	display: flex;

	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	min-height: 5em;

    height: 100%;
}
.stream h2 {
	display: none;
}
#streamContainers {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
     /* justify-content: space-between;  */
    gap: 2em;
    /* align-self: flex-start; */
    max-width: 100%;
}
.server.excluded h1 {
    color: grey;
	    text-decoration: line-through;

}
.server.excluded {
}
.server.excluded .expandLink,
.server.excluded .contractLink
 {
    display: none;
}
.streamlist {
		    display: -webkit-inline-box;
	    display: -webkit-inline-flex;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    /* background: linear-gradient(0deg, rgb(47 69 88) 0%, rgba(67,95,119,1) 100%); */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	align-self: flex-start;
	max-width: 100%;
		flex-grow: 1;

}

#sideList .server > .header , .streamlist .header {
    background: linear-gradient(0deg, rgb(67 94 118) 0%, rgba(44,62,77,1) 6%, rgba(67,95,119,1) 100%);
    align-items: center;
 
    grid-template-columns: 1fr 2fr 1fr;
    padding: 0.40em 0;


    padding: 0.5em;
	    padding: 0.35em 0.5em;
		    padding: 0.5em 1em;
			    padding: 0.5em .75em;
    background: linear-gradient(0deg, rgba(44,62,77,1) 0%, rgba(67,95,119,1) 100%);
	background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgba(44,62,77,1) 32%, rgba(67,95,119,1) 100%);

}
#sideList .server > .header  {
	   display: -ms-grid;
    display: grid;
	    -ms-grid-columns: 1fr 2fr 1fr;
	    grid-template-columns: 1fr 8fr 1fr;
		    -ms-grid-columns: 1fr 8fr 1fr;
							    grid-template-columns: 1em auto 1em;
						    -ms-grid-columns: 1em auto 1em;
	    grid-template-columns: 1em auto 1em;
		    -ms-grid-columns: 1em auto 1em;
			    display: flex;
    justify-content: space-between;

}
.streamlist .header {
		    display: flex;
    justify-content: space-between;
		   display: -ms-grid;
    display: grid;
	    -ms-grid-columns: 1fr 2fr 1fr;
	    grid-template-columns: 1fr 8fr 1fr;
		    -ms-grid-columns: 1fr 8fr 1fr;
			


}
/* #sideList .server > .header { */
    /* display: grid; */
    /* /* display: flex; */ */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* font-size: 0.95em; */
    /* padding: 0.5em; */
    /* grid-template-columns: 2fr 6fr 2fr; */
	/* grid-template-columns: 1fr 6fr 1fr; */
    /* background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgba(44,62,77,1) 32%, rgba(67,95,119,1) 100%); */
    /* align-items: center; */
		/* border-radius: 2px 2px 0 0; */

/* } */


.streamlist, .streamlist .header {
	border-radius: 2px 2px 0 0;

}
.streamlist .header > *:nth-child(1) {
    -ms-grid-column: 1;
}
.streamlist .header > *:nth-child(2) {
    -ms-grid-column: 2;
}
.streamlist .header > *:nth-child(3) {
    -ms-grid-column: 3;
}
.streamlist .header .rightCtrls , .server .header .rightCtrls  {
	/* margin-right: 0.5em; */
    /* font-size: 1.25em; */
    /* gap: 0.45em; */
    display: flex;
    justify-self: flex-end;
	    font-size: 1.1em;
		    font-size: 1.2em;
}
 .streamlist .header .leftCtrls , .server .header .leftCtrls  {
	 display: flex;
    justify-self: flex-start;
	    font-size: 1.1em;
 }
.streamlist .header .invBu {
    font-size: 1.25em;
}

#streamPage {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    margin: 1em 0;
    /* align-items: center; */
    /* max-width: calc(100% - 4em); */
    /* justify-self: center; */
    margin: 0 auto;
    padding: 0 2em;
}



#sideList {
    /* min-width: 2em; */
    /* height: 100%; */
    display: inline-block;
    flex-shrink: 0;
    /* width: 2em; */
    /* min-width: 1em; */
    margin-top: 1em;
/*margin-top: 40px;*/
	margin-top: 0.45em;
    margin-top: 0.49em;
	/* flex-basis: 275px; */
	/* flex-basis: 285px; */
	height: 100%;
}

#sideList {
		margin-right:2em;
    margin-left: -2em;

}
.sideSplit {
	display: flex;
}
#sideList .server > .header .invBu {
	    font-size: 1.25em;
	
}


#sideList .server > .header > :last-child {

    display: flex;
    text-align: right;
    justify-content: flex-end;
}


#sideList .server .streamer .topRow .extras { 
    display: flex;
    /* flex-direction: column; */
    align-items: flex-end;
}
#sideList .server .streamer .topRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25em;
    align-items: center;
    display: grid;
    grid-template-columns: auto max-content;

	
}
#sideList .server .streamer .bottomRow {
    display: flex;
    justify-content: space-between;
    /* gap: 0.25em; */
    /* align-items: center; */
    align-items: baseline;
    /* display: grid; */
    /* grid-template-columns: 1fr 2fr; */

	
}
#sideList:not(.open) {
	
	/* background: linear-gradient(90deg, rgba(255,193,18,1) 0%, rgba(255,193,18,0.5) 4%, rgba(255,193,18,0) 32%); */
	/* /* background: linear-gradient(270deg, rgba(255,193,18,0) 64%, rgba(255,205,65,0.2) 94%, rgba(255,193,18,0.5) 100%); */ */
    /* filter: blur(1px); */
}
/* #sideList:not(.open) .content { */
	/* background: linear-gradient(90deg, 	rgba(255,193,18,1) 0%, 		rgba(255,193,18,0.5) 4%, rgba(255,193,18,0) 32%); */
/* } */

#sideList .sorts h3 {
    margin: 0;
	text-align:center;
    /* margin-bottom: 0.25em; */
}
#sideList .sorts > .header {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    width: 100%;
    font-size: 1.25em;
}
.sorts .invBu {
	font-size: 0.45em;
}
#sideList .sorts .sortOptions{
    display: flex;
    gap: 1em;
    font-size: 2em;

}
.streamPanel {
    display: inline-flex;
    flex-direction: column;
    align-self: flex-start;
    margin-top: 1em;
	width:100%;
/*margin-top: 40px;*/
}
#sideList .sorts {
    /* margin-top: -2em; */
    /* margin-bottom: 1.0em; */
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 1em; */
    /* height: 2em; */
    /* font-size: 1.55em; */
    font-size: 1em;
    margin-bottom: 0.3em;
	margin-bottom: .5em;
    /* margin-bottom: 1.05em;*/
}
#sideList .content {
    min-height: 100vh;
    /* background: linear-gradient(0deg, rgb(47 69 88) 0%, rgba(67,95,119,1) 100%); */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
		border-radius: 2px 2px 0 0;
	width: 0px;
    overflow: hidden;
}


#sideList .list {
    margin: 0 0.25em;
    margin: 0 ;
    max-width: 100%;
}
#sideList .server {
    /* gap: 0.5em; */
    display: flex;
    flex-direction: column;

}
#sideList .streamer {
 padding: 0.5em 0.5em;
    /* border-radius: 2px; */

}

#sideList .streamer .title {
    /* max-width: 100%; */
    /* word-break: break-all; */
    word-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: flex; */
    /* align-items: center;*/

}
#sideList .streamer .viewers {
    display: flex;
    white-space: nowrap;
    margin-right: 0.35em;
    font-weight: bold;
    align-items: flex-start;

}
#sideList .streamer .name img {
    width: 1em;
    margin: 0;
}
#sideList .streamer .name a {
    /* display: grid; */
    display: flex;
    */align-items: center;
    color: white;
    /* width: 100%; */
    /* flex-grow: 2; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    max-width: 100%;
    display: grid;
    grid-template-columns: 1.25em auto;
    align-items: center;
}
#sideList .streamer .name a span {
	    overflow: hidden;
    text-overflow: ellipsis;
}
#sideList .streamer .name a:hover {
	color: orange;
}

#sideList .streamer .name > span{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#sideList .streamer .name {
    display: flex;
    align-items: center;
    font-size: 1.1em;

    flex-shrink: 2;
    flex-grow: 1;
	color: white;
	    overflow: hidden;

}
.streamlist .header .serverTitle {
	flex-grow: 2;
}
.streamlist:nth-child(even) {
    /* background-color: #67839a; */
	
}.streamlist:nth-child(odd) {
/* background-color: #466178; */
}

.thumbnail {
	/* min-height:200px; */
    width: 100%;
    /* height: 100%; */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    padding: 0px;
	    height: auto;
}
.selectedOverlay {
  
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #0000009c;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        "twitchLink profileLink"
        "twitchLink profileLink"
        "twitchLink profileLink"
        "charLink charLink";
    justify-items: center;
    /* align-items: center; */
		
}
.selectedOverlay .twitchLink, 
.selectedOverlay .profileLink, 
.selectedOverlay .charLink {
    background-color: rgb(55 78 97 / 35%);
    /* margin: 0.5em; */
    border-radius: 2px;
    border-radius: 1em;
    /* border-radius: 0.25em; */
    /* padding: 2em; */
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 1em;
    /* margin: 1.5em; */
    width: 45%;
    height: 45%;
    border-radius: 10px;
    max-height: 45%;


}
.charLink > * {
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.twitchLink a {
    height: 100%;
    width: 100%;
}


.selectedOverlay .charLink {
	    margin: 0 auto 0.5em;
		grid-area: charLink;

    padding: 0 1em;
	text-align:center;
	    margin: 0 auto 0.5em;
    grid-area: charLink;
    /* padding: 0 1em; */
    padding: 0.5em 1.5em;

}
.selectedOverlay  > a, .selectedOverlay > div > a  {  
/* display: inline; */
/* flex-grow: 0; */
/* flex-shrink: 1; */
}
.selectedOverlay  > *  {  
    justify-content: center;
    display: inline-flex;

    align-items: center;
}
.showChars {

}
/* .profileLink svg, .twitchLink svg { */
	/* height: 64% !important; */
    /* width: 64% !important; */
/* } */
.profileLink {
	grid-area: profileLink;

}
.stream .name {
    z-index: 6;
    font-size: 1.1em;
	min-height:1.2em;
}
.profileLink, .twitchLink {
	
}
.stream.noChars .noCharsText {
    display: block !important;
    font-weight: bold;
}
.stream.noChars .showChars {
	display: none;
}
.profileLink > a , .twitchLink  > a {
    /* height: 60% !important; */
    width: 60% !important;
}
.twitchLink img {
	max-height:100%;
	max-width: 100%;
	height:100%;
	width:100%;
}
.twitchLink img:hover {
    filter: brightness(0.75);
}
.profileLink  svg , .twitchLink   svg {
	width: 100% !important;
	height: 100% !important;
	
}
.twitchLink {
	grid-area: twitchLink;
/* border-right: 1px solid; */
}


.blackbars .stream .name a { 
    display: flex;
    align-content: center;
}
.blackbars .stream .title > .content {


}
.stream > * {
	/* border-radius: 2px; */
	
}

.oneLine .title {
	/* line-height: 1em; */
}

.oneLine .title .content {
	white-space: nowrap;
}
.twoLines .title {

}
.twoLines .title .content {
     max-height: 2.4em;
}
.empty .serverTitle, .empty .header > a {
    color: grey;
}
.empty .leftCtrls > * {
    display: none;
}
.title.highlighted .content {
    /* word-break: keep-all; */
    /* overflow: visible !important; */
    /* line-height: unset !Important; */
    overflow: visible !important;
    white-space: normal !important;
}



.blackbars .stream .name {
z-index: 6;
    font-size: 1.1em;
    background: rgb(0,0,0);
    width: 100%;
    /* border-radius: 2px; */

	
}
#streamCtrls .pageCtrls , 
#streamCtrls .sidebarCtrls  {
	align-items: flex-start;
    align-self: flex-start;
}
#streamCtrls >* { 
    display: flex;
}
#streamCtrls {
	display: flex;
    justify-content: space-between;
    /* width: 100%; */
    /* align-self: stretch; */
    /* font-size: 1.2em; */
    /* display: grid; */
    grid-template-columns: 1fr 8fr 1fr;
    /* grid-template-columns: minmax(1em, 7em) auto minmax(3em, 7em); */
    flex-direction: column;
    justify-content: center;
    flex-grow: 2;
}



#streamCtrls .styles {
    gap: 1em;
}	

#streamCtrls .pageCtrls {
   gap: 0.25em;
   flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-end;
	margin-left: 1em;
}
#streamCtrls .pageCtrls .buttonBar {
	display: flex;
    gap: 0.75em;
	justify-content: flex-end;

}
#streamCtrls .pageCtrls .rooBu {
	border: unset;
}





#streamNotificationTest {
	align-self: flex-start;
}






#streamCtrls #notificationSettings {
	
    /* padding-left: 1.15em; */
}






#streamCtrls .rooBu {
	font-weight: bold;
}
#streamCtrls .rooBu svg {
		color: #ffc112;

}

.blackbars .stream .title {

    background-color: black;
    overflow: hidden;

}
.blackbars .stream .title, 
.blackbars .stream .name {
	background-color: rgba(0,0,0,1);
}
.hrGradient .stream .title, 
.hrGradient .stream .name {
    background: linear-gradient(0deg, rgba(24,33,41,0.0) 0%, rgba(44,62,77,1) 6%, rgb(74 106 133) 100%);
}
.transBar .stream .title, 
.transBar .stream .name {
	background-color: rgba(0,0,0,0.45) !important;
}

.gradient .stream .name {
z-index: 6;
    /* border-radius: 2px; */


}


.gradient  .stream .title {
    background-color: black;
    overflow: hidden;

}
.gradient .stream .name {
	background-color: rgba(0,0,0,0.45);
	background: linear-gradient(0deg, rgba(25,25,25,0) 0%, rgba(25,25,25,0.05) 3%, rgba(25,25,25,0.2) 11%, rgba(25,25,25,0.45) 28%, rgba(25,25,25,1) 100%);
}
.gradient .stream .title {
	background-color: rgba(0,0,0,0.45);
	background: linear-gradient(180deg, rgba(25,25,25,0) 0%, rgba(25,25,25,0.05) 3%, rgba(25,25,25,0.2) 11%, rgba(25,25,25,0.45) 28%, rgba(25,25,25,1) 100%);
padding-top: 0.2em;	
}
.noTitles .stream .title {
	display:none;
}
.noViewers .stream .viewers {
	display:none;
}
.noCharacters .stream .charLink {
	display:none;
}
.noNames .stream .name > a {
	display:none;
}
.noThumbs .stream .thumbnail {
	display:none;
	
}
.stretchServers {
	flex-grow: 0;
}
.noThumbs .stream  {
}
.noNames.noViewers .name {
    display: none;
}
.noGames .stream .game {
	display: none;
}
 .streams {
    padding: 0px;
    margin: 0px;
    gap: 0em;
}


.stream {
    border: 0px;
}

.stream:hover {
    border: unset !important;
	box-shadow:unset !important;
}
.rowGap .streams  { 
	row-gap: 0.5em;
}
.columnGap .streams  {
	column-gap: 0.5em
}
.padded .streams  {
	padding:0.5em;
}
.rooBu {
	 user-select: none;
}

.noHeaders.streamlist .header {
	display: none;
}
.noBg.streamlist .streams  { 
	background:unset;

}
.noBg.streamlist  {
	box-shadow:unset;
}

.titleBot .stream figure,
.userTop .stream figure{
	display: flex;
    flex-direction: column;
}
.userTop .stream .name {
	position: unset;

}
.titleBot.twoLines .title {
    /* min-height: 2.2em; */
}
.titleBot .stream .title {
	position: unset;
	flex-grow:2;
}


.copyPastedStraemlist svg {
	animation-name: streamlistCopy;
	animation-duration:0.45s;
	animation-iteration-count: 1;
}
.copyPastedStraemlist  {
	animation-name: streamlistCopyBorder;
	animation-duration:0.45s;
	animation-iteration-count: 1;
}
.copyPastedStraemFailed {
	animation-name: streamlistCopyFailed;
	animation-duration:2s;
	animation-iteration-count: 1;
}


@keyframes streamlistCopyBorder {
	50% {
		box-shadow: 0 0 3px #ffc112;

	}
	

}
@keyframes streamlistCopy {
	0,100% {
		color: #ffc112;
	}
	50% {
		transform: scale(1.25);
	}
	

}
@keyframes streamlistCopyFailed {
	10% {
		transform: translate(-2px,0px);
		color:red;
	}
	
	15% {
		transform: translate(2px,0px);
		color:red;

	}
	30% {
		transform: translate(-2px,0px);

	}
	35% {
		transform: translate(0px,0px);

	}
	

}

#streamPage.fullWidth  {
		/* margin: 0 1em; */
	max-width: 100% !important;

}
.stream .title .content.titleExpand {
		white-space: unset;
		max-height: unset;
}
.stream .title .content.titleExpandHide {
	display:none;
}
@media (max-width: 1100px) {


}

@media (max-width: 1000px) {





}
@media (max-width: 800px) {
	.serverTitle {
		white-space: normal;
	}
	#sideList {
		width: 100%;
	}


	.stream {
		flex-basis: 150px;
		/* border: 1px solid green; */
	}
	#streamCtrls {
		flex-direction: column;
		display: flex;
	}



}

@media (max-width: 700px) {
	#sideList  {
		width: 100% !important;
	}
	.sideSplit {
		flex-direction: column;
		align-items: center;
	}
	.sideSplit #sideList {
		margin: 0px;
		width: 95%;
		/* margin-bottom:1em; */
	}
	.sideSplit #sideList .content { 
		margin-bottom:1em; 

	}
}
@media (max-width: 600px) {

	.stream {
		flex-basis: 250px;
		min-width:225px;
		/* border: 1px solid red; */
	}
	#streamPage {
		padding: 0 1em;
	}
	#sideList {
		margin-left: -1em;
		width: 1em;
	}
	


}
@media (max-width: 400px) {
	.stream {
		flex-basis: 400px;
		min-width:225px;
		/* border: 1px solid blue; */
	}
	#sideList {
		margin-left: -0.5em;
		width: 0.5em;
	}
	#streamPage {
		padding: 0 0.25em;
	}
	

}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.selectedOverlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.57);

}

.twitchLink {
	display: inline-block;
		max-width: 40%;
	max-height:80%;
	margin:auto;
}

.profileLink {
	display: inline-block;
	max-width: 40%;
	max-height:50%;
	margin:auto;

}
.charLink {
	height:10%;
	text-align: center;
	width: 100%;
	grid-area: charLink;

}
 #streamContainers {
	 display: block; 
	max-width: 95vw;
	margin: 0 auto;
}
/* .streamlist .header { */
	    /* background: -webkit-gradient(linear, left bottom, left top, from(rgb(67 94 118)), color-stop(6%, rgba(44,62,77,1)), to(rgba(67,95,119,1)));    background: -o-linear-gradient(bottom, rgb(67 94 118) 0%, rgba(44,62,77,1) 6%, rgba(67,95,119,1) 100%);    background: linear-gradient(0deg, rgb(67 94 118) 0%, rgba(44,62,77,1) 6%, rgba(67,95,119,1) 100%); */
		
		/* background: linear-gradient(0deg, rgba(36,49,62,1) 0%, rgba(44,62,77,1) 32%, rgba(67,95,119,1) 100%); */
/* } */
.streamlist {
	background: #435e76;
	max-width: 95vw;
	display: inline-block;
	
}
.streams {
	display: flex;
		-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-items: center;
}
.stream {
	/* margin: 1em; */
	
}
#menuHeader::after {
color: white;
font-weight: bold;
font-size: 1.5em;
text-align:center;
margin:0 auto;	
	content:"\00000aPlease update your browser or get a new one";
  white-space: pre;

	
}
}


#notificationSettings.blocked .fa-check,
#notificationSettings.disabled .fa-check
 {
	display:none;
}
#notificationSettings.disabled *,
#notificationSettings.blocked *

 {
    color: grey ;
	    pointer-events: none;

}
#notificationSettings.disabled #notificationButton,
#notificationSettings.blocked #notificationButton
 {
    pointer-events: initial;

}
#notificationSettings #notificationButton:hover  .heading{
	color: orange;
}
#notificationSettings.disabled select, 
#notificationSettings.blocked select
{
    background-color: darkgrey !important;
}
#streamPage.singleWidth .stream{
	max-width: unset !important;
	
}
#streamPage #sideList .content
{
	transition: width 0.2s; 
	
}
#streamPage.singleWidth #sideList.open 
/* #streamPage.singleWidth #sideList.open  .content */
{
	/* width: 100% !important; */
	
}
.staffMode .gtastreams:not([data-server-id='9999']) .stream.noChars {
    /* padding: 50px; */
    /* border: 1px solid red; */
    box-shadow: 0px 0px 2px 1px #ff000066;
	box-shadow: 0px 0px 2px 2px #ff000078;
}
.staffMode .gtastreams:not([data-server-id='9999']) .stream.mybNoChars {
    /* padding: 50px; */
    /* border: 1px solid red; */
    box-shadow: 0px 0px 2px 1px #ff9400;
	box-shadow: 0px 0px 2px 2px #ff9400;
	box-shadow: 0px 0px 2px 2px #f3a83fd4;
	
}

.charTagIcon.fa-ghost {
    font-size: 1.45em;
    padding-top: 0em;
    margin-top: 0.2em;
    margin-right: 0.15em;
    font-size: 1.35em;
	margin-top: 0.1em;
}


@keyframes borderGlow {
	0% {
		
	}
	20% {
		 box-shadow: 0px 0px 7px 3px #ffc11296; 
		outline: 1px solid #ffc11296;


	}
	20.75% {

	    outline: 2px solid #ffc112;

		 box-shadow: 0px 0px 20px 3px #ffc112; 

	}
	
	21.5% {
		 box-shadow: 0px 0px 7px 3px #ffc11296; 
		outline: 1px solid #ffc11296;


	}
	100% {
		
	}

}