body {
	font-family: Helvetica CE Medium, Arial, sans-serif;
}
#app {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: filter, 0.35s ease;
}
.glow {
	position: absolute;
	top: 1.75em;
	right: 0;
	bottom: 0;
	left: 10em;
	z-index: -1;
	border-radius: 0.4em 0 0 0;
	transition: box-shadow 1s ease;
}
.background {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1.75em;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 0.4em 0 0 0;
	transition: left 0.2s ease, top 0.5s ease;
	overflow: hidden;
}
#setblock .background, #crblock .background {
	background-repeat: no-repeat;
	background-size: cover;
}
hr {
	border: none;
	height: 0.0625em;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	transition: opacity 0.3s, box-shadow 0.3s ease;
	border-radius: 0.3em;
}
select:focus {
	outline: none;
}
::-webkit-scrollbar {
	width: 0.3em;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	border-radius: 99999em;
}
.loading {
	position: absolute;
	width: 0.8em;
	height: 0.8em;
	left: 0;
	top: 0;
	margin: 0.4em;
	border-radius: 50%;
	border: transparent 0.2em solid;
	animation: spin 3s linear infinite;
}
/*Animations*/	
@keyframes call {
	0% {box-shadow: 0 0 3em 0 rgba(0,255,50,0.3);}
	50% {box-shadow: 0 0 3em 0 rgba(0,255,50,1);}
	100% {box-shadow: 0 0 3em 0 rgba(0,255,50,0.3);}
}
@keyframes msg {
	0% {box-shadow: 0 0 3em 0 rgba(50,150,255,0.3);}
	50% {box-shadow: 0 0 3em 0 rgba(50,150,255,1);}
	100% {box-shadow: 0 0 3em 0 rgba(50,150,255,0.3);}
}
@keyframes ping {
	0% {box-shadow: 0 0 3em 0 rgba(255,150,50,0.3);}
	50% {box-shadow: 0 0 3em 0 rgba(255,150,50,1);}
	100% {box-shadow: 0 0 3em 0 rgba(255,150,50,0.3);}
}
@keyframes error {
	0% {box-shadow: 0 0 3em 0 rgba(255,50,50,0.3);}
	50% {box-shadow: 0 0 3em 0 rgba(255,50,50,1);}
	100% {box-shadow: 0 0 3em 0 rgba(255,50,50,0.3);}
}
@keyframes current {
	0% {box-shadow: inset 200 0 3.25em -10.125em rgba(59,255,203,0.3);}
	50% {box-shadow: inset 200 0 3.25em -12.5em rgba(59,255,203,0.3);}
	100% {box-shadow: inset 200 0 3.25em -10.125em rgba(59,255,203,0.3);}
}
@keyframes gloss {
	0% { background-position: -19em 0; box-shadow: inset 0.3125em 0.3125em 0.3125em 0 rgba(0,0,0,0.75), 0 0.3125em 0.3125em 0 rgba(0,0,0,0.75), inset  -0.0625em -0.0625em 0 0 rgba(255,255,255,0); }
	60% {  box-shadow: inset 0.3125em 0.3125em 0.3125em 0 rgba(0,0,0,0.75), 0 0.3125em 0.3125em 0 rgba(0,0,0,0.75), inset -0.0625em -0.0625em 0.3125em 0.125em rgba(255,255,255,0.25); }
	100% { background-position: 19em 0; box-shadow: inset 0.3125em 0.3125em 0.3125em 0 rgba(0,0,0,0.75), 0 0.3125em 0.3125em 0 rgba(0,0,0,0.75), inset -0.0625em 0 10 0.125em rgba(255,255,255,0); }
}
@keyframes slide-in-l {
	0% { left: -20em; }
	100% { left: 0; }
}
@keyframes slide-out-l {
	0% { left: 0; }
	100% { left: -20em; }
}
@keyframes spin {
	0% { transform: rotate(0deg); box-shadow: 0 0 0 0 rgba(0,128,255,0); background-color: rgba(0,128,255,0); border-left: rgba(0,128,255,1) 0.2em solid; border-right: rgba(0,128,255,1) 0.2em solid; }
	50% { box-shadow: 0 0 0.5em 0.25em rgba(0,128,255,0.6); background-color: rgba(0,128,255,0.6); border-left: rgba(255,255,255,1) 0.2em solid; border-right: rgba(255,255,255,1) 0.2em solid; }
	100% { transform: rotate(1080deg);  box-shadow: 0 0 0 0.25em rgba(0,128,255,0); background-color: rgba(0,128,255,0); border-left: rgba(0,128,255,1) 0.2em solid; border-right: rgba(0,128,255,1) 0.2em solid;  }
}
/*Electron Titlebar*/
.titlebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.65em;
	z-index: 1;
	padding-bottom: 0.1em;
	user-select: none;
}
#drag {
	position: fixed;
	top: 0;
	right: 6.16em;
	width: 100%;
	height: 1.65em;
	-webkit-app-region: drag;
	padding-bottom: 0.1em;
}
.title {
	position: absolute;
	margin: 0;
	left: 1.7em;
	top: 0.3em;
}
#close, #max, #min {
	background-color: transparent;
	position: absolute;
	padding: 0.5em 0.7em 0.2em 0.8em;
	font-size: 0.875em;
	top: 0;
	cursor: default;
	transition: background-color 0.3s ease;
	opacity: 0.4;
}
#close:hover {
	transition: background-color 0s;
	opacity: 1;
}
#max:hover, #min:hover{
	transition: background-color 0s;
	opacity: 1;
}
#icon {
	background-image: url('images/icon.png');
	background-size: cover;
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	left: 0.25em;
	top: 0.25em;
	border-radius: 100%;
}
/*main chat*/
#messages-container {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.5);
	transition: opacity 0.3s ease, transform 0.3s ease;
	display: none;
}
#messagebox {
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: -moz-available;
	border-radius: 0.4em;
	margin: 0.6em;
	padding: 0.2em 6.5em 0.2em 2.4em;
	z-index: 2;
	font-size: 1em;
}
#msgsend, #uploadbtn, #emojibtn, #gifbtn {
	background: none;
	position: absolute;
	bottom: 0.125em;
	border: none;
	margin: 0.6em;
    padding-top: 0.315em;
	cursor: default;
	user-select: none;
	z-index: 2;
	transition: color 0.2s ease;
}
#msgsend { right: 0.5em; }
#uploadbtn { left: 0.5em; }
#emojibtn { right: 2.5em; }
#gifbtn {
	right: 4.5em;
    padding-bottom: 0.3em;
    padding-top: 0.375em;
}
#msgsend:active, #uploadbtn:active, #emojibtn:active, #gifbtn:active {
	transition: color 0s ease;
}
#messages {
	position: absolute;
	margin: 0.6em;
	left: 0;
	right: 0;
	top: 0;
    bottom: 2.25em;
	padding: 0;
	border-radius: 0.3em;
	overflow-x: hidden;
}
ol li{
	list-style-type: none;
	padding: 0.375em;
	padding-top: 0;
	padding-bottom: 0;
}
.uploadImage {
	max-width: 32em;
	min-width: 5em;
	max-height: 18em;
	min-height: 5em;
	border-radius: 0.3em;
    overflow: hidden;
}
.msgwrapper {
    overflow: hidden;
    position: relative;
	min-height: 2.8em;
    border-top: transparent 0.375em solid;
}
.msgwrapper_small {
    overflow: hidden;
    position: relative;
}
#msgusername {
    top: 0.2em;
    left: 2.5em;
    padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.0625em;
    position: absolute;
    margin: 0;
	opacity: 0.8;
}
#msgtime {
	opacity: 0.6;
}
.msgtime_small {
	opacity: 0;
    font-size: 0.7em;
	transition: opacity 0.3s ease;
}
.msgdelete {
    position: absolute;
    right: 0;
	display: none;
}
.msgpfp {
	position: absolute;
    top: 0.0625em;
	left: 0.5em;
    width: 2em;
    height: 2em;
    padding: 0.125em;
	overflow: hidden;
	border-radius: 0.3em;
	text-align: center;
	backdrop-filter: blur(0.6em);
}
#usermsg, .msgwrapper_small h1, .msgwrapper_small h2, .msgwrapper_small h3 {
    margin-top: 0;
    margin-left: 3.2em;
	margin-bottom: 0;
	padding-top: 0.375em;
	padding-bottom: 0.2em;
}
.msgwrapper_small h1, .msgwrapper h1 {
    margin-left: 1.6em !important;
	padding-bottom: 0 !important;
    display:inline;
}
.msgwrapper_small h2, .msgwrapper h2 {
    margin-left: 2.125em !important;
	padding-bottom: 0 !important;
    display:inline;
}
.msgwrapper_small h3, .msgwrapper h3 {
    margin-left: 2.75em !important;
	padding-bottom: 0 !important;
    display:inline;
}
#usermsg:hover #msgdelete {
	display: block;
}
#msgshadow {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.2em;
	overflow: hidden;
}
#msgpfp {
	height: 2em;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.msgwrapper hr {
    margin: 0;
    margin-top: 0.2em;
}
/*Sidebar*/
.sidebar, .sidebar2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 10em;
	bottom: 0;
	z-index: 0;
	user-select: none;
	transition: width, 0.2s ease;
	margin-top: 1.75em;
	overflow-x: hidden;
}
#sidebarbtn, #voice-callbtn, #video-callbtn {
	position: relative;
	padding: 0.5em 0.6em 1em;
	height: 0.5em;
	margin: 0;
	left: 0;
	right: 0;
	transition: background-color 0.2s ease, box-shadow 0.3s ease, border-left 0.1s ease;
}
#menubtn, #gc_current {
	position: relative;
	padding: 0.5em 0.6em 1em;
	height: 0.5em;
	margin: 0;
	left: 0;
	right: 0;
	transition: box-shadow, 0.2s ease;
}
#separate {
	padding: 0;
	margin: 0em !important;
}
#menubtn p, #sidebarbtn p, #gc_current p {
	position: absolute;
	top: 0.5em;
	left: 2.15em;
	margin: 0;
	transition: background 0.2s ease;
}
#gc_current {
	animation: current 20s infinite;
}
#roomsList {
	width: 10em;
	margin: 0;
	margin-left: -10em;
	transition: margin-left 0.3s ease;
	opacity: 0;
}
#roomload, #roomloadtext {
	margin-left: -20em;
	transition: margin-left 0.3s ease;
	opacity: 0;
}
#roomloadtext {
	width: 10em;
}
#appstatus-bg {
    position: absolute;
    left: 0;
    bottom: 0;
	opacity: 0;
    width: -webkit-fill-available;
    height: 1em;
    font-size: 0.8em;
    padding-bottom: 1.3em;
    padding-top: 0.2em;
    text-align: center;
    transition: bottom 0.3s ease, opacity 0.3s ease;
}
#appstatus-bg p {
    padding: 0;
    margin: 0;
}
/*Sidebar 2*/
.sidebar2 {
	padding-right: 1em;
	overflow: auto;
	border-radius: 0.4em 0 0 0;
	left: 10em;
}
.red:hover {
	background: url('images/textured/noise.png'), linear-gradient(to right, rgba(255,0,0,0.5) 0%, rgba(255,0,0,0) 100%) !important;
}
.red:active {
	background: url('images/textured/noise.png'), linear-gradient(to right, rgba(255,0,0,0.25) 0%, rgba(255,0,0,0) 100%) !important;
}
#sb2open {
    display: none;
}
/*Settings*/
.invis {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.textbox {
	padding: 0.2em;
	border-radius: 0.4em;
	border: none;
	margin: 0.25em;
	backdrop-filter: blur(0.6em);
	z-index: 2;
}
.button, select {
	border: none;
	margin: 0.25em;
	padding: 0.2em 1em;
	border-radius: 0.3em;
	cursor: default;
	user-select: none;
	z-index: 2;
	transition: background-color 0.2s ease, box-shadow 0.3s ease;
}
.button:hover, select:hover, option:hover {
	transition: box-shadow 0.3s ease;
}
select {
	padding: 0.25em;
	font-size: 0.75em;
}
option:before {
	padding: 0.2em;
	border-radius: 0.3em;
}
#play1, #play2, #play3, #play4, #play5, #play6, #play7 {
	float: right;
}
.blockout {
	position: absolute;
	left: 0;
	top: 1.75em;
	bottom: 0;
	width: 100%;
	display: none;
	filter: opacity(0);
	transform: scale(0.5);
	transition: scale, 0.4s ease;
}
#settings {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 48em;
	min-height: 28.3em;
	max-height: 90%;
	border-radius: 0 0 0.4em 0;
	overflow: hidden;
}
.tabcontent, .tabcontent2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0.6em;
	padding: 0.3em 0.3em 0.6em 0.3em !important;
	border-radius: 0.3em;
	backdrop-filter: blur(0.6em);
	transform: translatex(100%);
	opacity: 0;
	transition: margin 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
	overflow-x: hidden;
	overflow-y: auto;
}
#General, #General2 {
	margin: 0.6em;
	opacity: 1;
}
#Admin, #Log {
	bottom: 0 !important;
}
.tabcontent p, .tabcontent h3 {
	margin: 0.2em 1em;
}
.slider {
	-webkit-appearance: none;
	height: 0.5em;
	outline: none;
	-webkit-transition: 0.3s;
	transition: opacity 0.3s, box-shadow 0.3s ease;
	border-radius: 10em;
	backdrop-filter: blur(0.6em);
}
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.1em;
	height: 1.1em;
	cursor: pointer;
	border-radius: 50%;
	transition: transform 0.3s ease;
}
.slider::-webkit-slider-thumb:hover {
	transform: scale(1.2);
}
.user-preview {
	background-repeat: no-repeat;
	background-position: -25em 0;
	background-size: 100% 100%;
	position: relative;
	width: 23em;
	height: 7em;
	border-radius: 0.4em;
	margin: 0.25em;
	transition: background-position 0s linear, box-shadow 0.3s ease, background-color 0.3s ease;
}
.user-preview:hover {
	background-position: 25em 0;
	transition: background-position 3s linear, box-shadow 0.3s ease, background-color 0.3s ease;
}
#big-pfp {
	position: absolute;
	left: 1em;
	top: 1em;
	width: 5em;
	height: 5em;
	border-radius: 0.4em;
	overflow: hidden;
}
#bigUsername {
	position: absolute;
	top: -0.3em;
	left: 4.7em;
	right: 1em;
	height: 1.8em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 0.3em;
}
#status-bg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0.6em;
	padding: 0.3em !important;
	border-radius: 0.3em;
	backdrop-filter: blur(0.6em);
	transition: opacity 0.3s ease;
	opacity: 0;
	text-align: center;
}
#status-bg p {
	margin: 0;
	padding: 0;
}
/*User Panel*/
.userpanel {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 10em;
	height: 3.5em;
	transition: box-shadow 0.3s ease;
}
.userpanel p {
	margin: 0;
}
#username {
	position: absolute;
	top: 2.2em;
	left: 0.5em;
	right: 0.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#visibility {
	position: absolute;
	top: 0.23em;
	left: 3.2em;
	right: 0.25em;
}
#pfp {
	position: absolute;
	background-size: cover;
	width: 2em;
	height: 2em;
	margin-left: 0.2em;
	border-radius: 0 0 0.3em 0;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
#pImg {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 2em;
	height: 2em;
	top: 0;
	left: 0;
	transition: filter 0.3s ease;
	border: none;
	outline: none;
}
#bigPImg {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 5em;
	height: 5em;
	top: 0;
	left: 0;
	transition: filter 0.3s ease;
	border: none;
	outline: none;
}
#username2 {
	position: absolute;
	top: 3.3em;
	left: 8.3em;
	display: none;
}
#ProfileImage {
	position: absolute;
	top: 5.3em;
	left: 8.3em;
	display: none;
}
#apply1 {
	position: absolute;
	top: 2.75em;
	right: 1em;
	display: none;
}
#apply2 {
	position: absolute;
	top: 4.415em;
	right: 1em;
	display: none;
}
/*Upload*/
#upload {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	position: absolute;
	width: 29em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 3em 1.5em 1.5em 1.5em;
	border-radius: 0.3em;
	overflow: auto;
}
#upload .titlebar .title {
	left: 0.5rem;
}
/* Donation */
#patreon {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: -0.6em;
	padding: 0.6em;
	z-index: 0;
	border-radius: 0.4em 0 0 0;
}
/* Call */
#voice-call {
    background-repeat: no-repeat;
	background-position: 19em 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 20em;
	height: 5em;
	backdrop-filter: blur(0.6em);
	border-radius: 0.4em 0 0.4em 0;
	animation: gloss 5s linear, slide-in-l 0.3s ease;
	display: none;
}
#callicon {
	transition: transform 0.3s ease;
}
#timestamp, #call-length {
	font-size: 0.7em;
	position: absolute;
	bottom: 1em;
	left: 1em;
	margin: 0;
}
#call-length {
	left: 8em;
}
#videobg {
	position: absolute;
	left: 12.15em;
	top: 1.75em;
	height: 13.35em;
	right: 0;
	background-size: 100% 100%;
	border-radius: 0.4em 0 0 0;
	transition: left 0.2s ease;
	overflow: hidden;
}
#videobg table {
	position: absolute;
	top: 0;
	height: 100%;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}
#webcam-container {
	position: relative;
	width: 17em;
	height: 10em;
	margin: 1em;
	padding: 0.3em;
	border-radius: 0.6em;
	backdrop-filter: blur(0.6em);
}
.webcam {
	width: 100%;
	height: 100%;
	margin: auto auto;
	border-radius: 0.3em;
	transition: box-shadow 0.3s ease;
}
#webcam-container p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    padding: 0.2em;
    margin: 0.3em;
    text-align: left;
    border-radius: 0 0 0 0.3em;
	opacity: 0;
	filter: blur(0.2em);
	transition: opacity 0.3s ease, filter 0.3s ease;
}

#webcam-container:hover p {
	opacity: 1;
	filter: blur(0);
}
/* Welcome */
#welcome-container {
	position: absolute;
	border-radius: 0.4em;
	opacity: 1;
    width: 45em;
    height: 34.25em;
    top: 50%;
    left: 50%;
    margin-left: -24.5em;
    margin-top: -18.25em;
	padding: 2em 2em 0.5em 2em;
	overflow-x: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#welcome-vid {
	border-radius: 0.4em;
}
#welcome-container .button {
	padding: 0.6em;
	width: 8em;
	height: 1em;
	text-align: center;
}
/* emoji */
.emojiblockout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.emojicontainer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28em;
    height: 32em;
    border-radius: 0.6em 0.6em 0 0;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease, bottom 0.3s ease;
}
.emojibox {
	position: absolute;
	border-radius: 0.4em;
	backdrop-filter: blur(0.6em);
	margin: 0.6em;
	margin-bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
#emojiline {
    position: absolute;
    bottom: 0;
    right: 28em;
    left: 0;
    height: 0.0625em;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease, bottom 0.3s ease;
    height: 0.6em;
    border-radius: 0 0 0.6em;
    overflow: visible;
}
#emojilinegradient {
    position: absolute;
    left: 0;
    right: 1em;
    bottom: -0.0625em;
    height: 0.0625em;
    transition: opacity 0.2s ease, bottom 0.2s ease;
}
#emojisidebar {
    position: absolute;
    width: 2.5em;
}
#emojisidebar td {
    padding: 0.35em 0.3em 0.15em 0.4em;
    width: 1em;
    height: 1em;
    border-radius: 0.3em;
	opacity: 0.7;
    transition: background 0.1s ease, box-shadow 0.1s ease, opacity 0.1s ease;
}
#emojisidebar td:hover {
	opacity: 1;
}
.emojiscroller {
	position: absolute;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 0;
	bottom: 0;
	left: 2.5em;
	right: 0;
	padding: 0 0.3em;
    margin: 0 0.2em;
	display: none;
}
.emojiscroller .button {
	font-size: 1.3em;
	padding: 0.3em;
    margin: 0.25em;
	width: 2em;
	height: 2em;
	backdrop-filter: none;
}
#emojidiv {
	display: inline-block
}
.emojibanner {
    position: sticky;
    top: 0;
    left: 2.5em;
    right: 0.95em;
    height: 1.2em;
    padding: 0.1em 0.55em;
    border-radius: 0.4em;
	margin-left: -0.3em;
}