html {
	font: 16px sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body, h1, h2, h3, h4, h5, h6, p, ul, input, button, textarea {
	margin: 0;
	padding: 0;
}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
}
ul {
	list-style: none;
}

.home-container {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 50px;
	/*min-height: 500px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}
.home-content {
	width: 100%;
	max-width: 400px;
	padding: 40px 20px;
}
.home-logo {
	font-size: 36px;
	margin-bottom: 20px;
}
.home-bell {
	padding-bottom: 80px;
}
.home-bell svg {
	width: 80px;
	transform: rotate(-10deg);
}
.home-bell.jingle svg {
	animation: .5s jingle 2;
}
@keyframes jingle {
	50% {
		transform: rotate(10deg);
	}
}
.home-divider {
	height: 1px;
	background: #eee;
	margin: 20px;
}
.home-divider:after {
	content: 'OR';
	font-size: 12px;
	line-height: 1;
	background: #fff;
	color: #aaa;
	padding: 0 10px;
	position: relative;
	top: -9px;
}
.topbar-container {
	/*height: 60px;*/
}
.topbar {
	/*position: fixed;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*z-index: 100;*/
	height: 60px;
	/*background: #fff;*/
}
.topbar-logo,
.launcher-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}
.topbar-avatar {
	position: absolute;
	top: 0;
	right: 0;
}
.topbar-avatar svg {
	display: block;
	width: 30px;
	padding: 15px;
}
.topbar-user svg {
	fill: #00c896;
}

.home-create {
	/*display: block;*/
	padding: 15px;
	border-radius: 50px;
	/*background: #00c896;*/
	/*color: #fff;*/
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 5px;
	/*border: 1px solid #aaa;*/
}

.launcher-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	pointer-events: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.launcher-container.active {
	pointer-events: auto;
}
.launcher-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: .5s;
}
.launcher-container.active .launcher-overlay {
	opacity: 1;
}
.launcher-box {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	min-height: 500px;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate3d(0,200%,0);
	transition: .5s;
}
.launcher-container.active .launcher-box {
	transform: translate3d(0,0,0);
}
.launcher-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}
.launcher-close:before,
.launcher-close:after {
	content: '';
	position: absolute;
	top: 28px;
	right: 15px;
	width: 30px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}
.launcher-close:after {
	transform: rotate(-45deg);
}
.launcher-form {
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
}
.launcher-form label {
	display: block;
	margin-bottom: 20px;
}
.launcher-form span {
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 5px;
	display: inline-block;
}
.launcher-form input {
	-webkit-appearance: none;
	font: inherit;
	display: block;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 50px;
	outline: none;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
}
.launcher-form input[type="submit"] {
	margin-top: 40px;
	background: #00c896;
	color: #fff;
	border: 0;
}

.form-connect {
	/*border: 1px solid #eee;*/
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
	/*border-radius: 10px;*/
	/*margin-bottom: 10px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
}
.home-input {
	position: relative;
}
.home-input-wirecode {
	display: block;
	-webkit-appearance: none;
	font: inherit;
	background: #fff;
	outline: 0;
	border-radius: 50px;
	padding: 15px;
	width: 100%;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.input-wirecode {
	/*float: left;*/
	display: block;
	-webkit-appearance: none;
	font: inherit;
	background: #fff;
	outline: 0;
	border-radius: 50px;
	padding: 15px;
	width: 100%;
	margin-bottom: 10px;
	/*width: 160px;*/
	border: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
}
.home-button-connect {
	display: block;
	-webkit-appearance: none;
	font: inherit;
	outline: 0;
	border: 0;
	padding: 15px;
	width: 100%;
	background: none;
	box-sizing: border-box;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.button-connect {
	/*float: left;*/
	display: block;
	-webkit-appearance: none;
	font: inherit;
	outline: 0;
	border: 0;
	border-radius: 50px;
	padding: 15px;
	width: 100%;
	/*width: 100px;*/
	/*background: #2fc7b9;*/
	background: #9b2fc7;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.button-connect.black {
	background: #000;
}
.button-logout {
	background: #eee;
	color: #333;
}
.button-qrscan {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	padding: 12px;
	/*background: #eee;*/
	/*border-radius: 50%;*/
}
.button-qrscan svg {
	display: block;
	pointer-events: none;
}
.open-history {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.open-history:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 15px;
	width: 20px;
	height: 2px;
	background: #000;
	box-shadow: 0 5px 0, 0 10px 0;
}
.history-list {
	position: absolute;
	top: 50px;
	right: 15px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.history-list a {
	display: block;
	overflow: hidden;
	line-height: 1.2;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.list-wirename {
	float: left;
	padding: 10px 20px;
}
.list-wirecode {
	float: right;
	padding: 10px;
	text-transform: uppercase;
}

.wirebg {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/wirebg.svg) no-repeat right bottom;
}

.wirelist {
	padding-bottom: 50px;
}
.wirelist-heading {
	margin: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.wiregrid {
	/*overflow: hidden;*/
	/*padding: 2px;*/
}
.wirelink {
	display: block;
	line-height: 1.5;
	position: relative;
	/*display: flex;*/
	/*float: left;*/
	/*width: 25%;*/
	/*width: 33.333%;*/
	/*height: 120px;*/
	/*padding: 3px;*/
	/*box-sizing: border-box;*/
	/*background: linear-gradient(135deg, #fff, rgba(0,0,0,0.05));*/
}
.wirelink.own {
	/*background: linear-gradient(135deg, rgba(250,220,0,0.2), rgba(250,220,0,0.5));*/
}
/*
.wirelink-photo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fafafa;
	float: left;
}
*/
.wirelink-content {
	/*padding-top: 5px;*/
	/*padding-left: 10px;*/
	/*height: 100%;*/
	/*overflow: hidden;*/
	/*line-height: 15px;*/
	/*box-sizing: border-box;*/
	/*padding: 10px;*/
	/*border: 1px solid #eee;*/
	/*border-radius: 10px;*/
	/*float: left;*/
	height: 50px;
	padding: 10px 10px 10px 0;
	margin-left: 70px;
	border-bottom: 1px solid #eee;
}
.wirelink.own .wirelink-content {
	/*border-color: gold;*/
}
.wirelink-wrapper {
	/*height: 100%;*/
	/*overflow: hidden;*/
}
.wirelink-wirename {
	/*font-size: 14px;*/
}
.wirelink-message {
	/*padding: 2px 0;*/
	/*font-size: 13px;*/
	color: #888;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wirelink-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: absolute;
	top: 12px;
	left: 12px;
}
.wirelink.own .wirelink-icon {
	border: 1px solid gold;
}

.qrscan-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	background: rgba(0,0,0,0.9);
	transition: 200ms;
	pointer-events: none;
}
.qrscan-overlay.active {
	opacity: 1;
	pointer-events: auto;
}
.qrscan-overlay:after {
	content: '';
	width: 200px;
	height: 200px;
	border: 1px solid rgba(255,255,0,0.2);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -100px;
}
#qrscan {
	width: 100%;
	height: 100%;
}

.wire-chat {
	padding-top: 50px;
	padding-bottom: 100px;
}
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 50px;
	background: #fff;
}
.navbar-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
.navbar-back:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(45deg);
}
.navbar-title {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*
.navbar-title span {
	position: relative;
}
.navbar-title span:after {
	content: '';
	position: absolute;
	top: 6px;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
}
*/
.navbar-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.navbar-menu:after {
	content: '';
	position: absolute;
	top: 18px;
	right: 15px;
	width: 20px;
	height: 1px;
	/*border-radius: 50%;*/
	background: #000;
	box-shadow: 0 6px 0, 0 12px 0;
}
.navbar-notif {
	position: absolute;
	top: 15px;
	right: 70px;
	width: 18px;
}
.navbar-share {
	position: absolute;
	top: 0;
	right: 40px;
}
.navbar-share svg {
	display: block;
	width: 18px;
	height: 18px;
	padding: 16px 11px;
}
.navbar-lock {
	position: absolute;
	top: 0;
	right: 50px;
}
.navbar-lock svg {
	display: block;
	width: 18px;
	height: 18px;
	padding: 14px 0;
}
.navbar-announcement-container {
	transition: 500ms;
	height: 0;
}
.navbar-announcement-container.active {
	height: 80px;
}
.navbar-announcement {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 100;
	margin: 0 15px;
	/*padding: 0 10px 15px 10px;*/
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: 1s;
	transform: translate3d(0,-300px,0);
}
.navbar-announcement-container.active .navbar-announcement {
	transform: translate3d(0,0,0);
}
.navbar-announcement-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	/*padding: 10px;*/
}
.navbar-announcement-close:before,
.navbar-announcement-close:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 5px;
	width: 15px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}
.navbar-announcement-close:after {
	transform: rotate(-45deg);
}
/*
.navbar-announcement-close:before {
	content: '';
	width: 20px;
	height: 1px;
	border-radius: 2px;
	background: #000;
	display: block;
	margin: auto;
}
*/

.menu {
	height: 160px;
	display: none;
}
.menu.active {
	display: block;
}
.menu-fixed {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
}

.topright-menu {
	position: fixed;
	top: 45px;
	right: 10px;
	z-index: 100;
	width: 200px;
	min-height: 200px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	display: none;
}
.topright-menu.active {
	display: block;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	background: #000;
	transition: .5s;
	pointer-events: none;
}
.overlay.active {
	opacity: 0.5;
	pointer-events: auto;
}

.sidebar {
	top: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 100px;
}
.sidebar-footer {
	height: 50px;
	background: #fafafa;
	border-top: 1px solid #f5f5f5;
}
.sidebar,
.sidebar-footer {
	position: fixed;
	width: 300px;
	right: -320px;
	bottom: 0;
	z-index: 100;
	font-size: 14px;
	transform: translate3d(0,0,0);
	transition: transform .5s;
}
.sidebar.active,
.sidebar-footer.active {
	transform: translate3d(-300px,0,0);
}
.sidebar-heading {
	font-weight: 700;
	padding: 10px 10px 5px 10px;
}
.sidebar-share-section {
	overflow: hidden;
}
.sidebar-share-qr {
	width: 100px;
	padding: 10px;
	float: left;
}
.sidebar-share-links {
	width: 150px;
	float: left;
}
.sidebar-share-link {
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.sidebar-link {
	margin: 0 30px 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.sidebar-spacing {
	height: 10px;
}

.sidebar-disconnect {
	padding: 10px;
	float: left;
}
.sidebar-settings {
	padding: 10px;
	float: right;
	margin-right: 20px;
}
.sidebar-footer svg {
	width: 20px;
	height: 20px;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}
.sidebar-disconnect span {
	vertical-align: middle;
}
.pushnotif {
	float: right;
	margin-right: 30px;
}
.emailnotif-input {
	-webkit-appearance: none;
	font: inherit;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	margin-left: 5px;
	width: 200px;
}

.sidebar-text {
	float: left;
	line-height: 20px;
}
.sidebar-switch {
	float: right;
	width: 36px;
	height: 20px;
	border-radius: 10px;
	background: #ccc;
}
.sidebar-switch:after {
	content: '';
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	margin: 2px;
}
.sidebar-switch.active {
	background: #00c896;
}
.sidebar-switch.active:after {
	float: right;
}
.sidebar-arrow {
	float: right;
	width: 7px;
	height: 7px;
	margin: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}

.guests-count {
	text-align: center;
	display: none;
}
.guests-count svg {
	height: 21px;
	vertical-align: middle;
}
.guests-count span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	background: #000;
	color: #fff;
}

.list-guest {
	line-height: 40px;
	padding-left: 50px;
	position: relative;
}
.list-guest:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 50px;
	width: 2px;
	height: 2px;
	background: #eee;
	box-shadow: 5px 0 0 #eee, 10px 0 0 #eee;
}
.guest-avatar {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ddd;
}
.guest-initial {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	text-align: center;
}
.guest-badge {
	position: absolute;
	bottom: 5px;
	left: 30px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: royalblue;
}
.guest-badge svg {
	display: block;
	fill: #fff;
	width: 9px;
	height: 9px;
	padding: 3px;
}
.guest-name {
	max-width: 10ch;
	overflow: hidden;
}
.guest-me {
	display: inline-block;
	vertical-align: text-bottom;
	width: 15px;
	line-height: 15px;
	border-radius: 50%;
	font-size: 8px;
	font-weight: 700;
	text-align: center;
	background: #333;
	color: #fff;
}
.guest-me:before {
	content: 'me';
}
.guest-remove {
	position: absolute;
	top: 5px;
	right: 30px;
	width: 30px;
	height: 30px;
}
.guest-remove:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f00;
}
.guest-remove:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
	height: 1px;
	background: #fff;
}

.bottomtabs {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	height: 50px;
	background: #fff;
	border-top: 1px solid #f5f5f5;
	display: flex;
}
.bottomtab {
	flex: 1;
	/*opacity: 0.2;*/
}
.bottomtab.router-link-exact-active {
	opacity: 1;
}
.bottomtab.active {
	opacity: 1;
}
.bottomtab svg {
	display: block;
	/*width: 24px;*/
	/*height: 24px;*/
	/*padding: 13px;*/
	margin: auto;
}
.bottomtab:first-child svg {
	height: 14px;
	padding: 18px;
}
.bottomtab:nth-child(2) svg {
	height: 26px;
	padding: 12px;
}

.wirenameform {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	text-align: center;
	line-height: 50px;
}
.wirenameform.updating {
	opacity: 0.2;
}
.wirenameform input {
	-webkit-appearance: none;
	font: inherit;
	outline: 0;
	border: 0;
	text-align: center;
	background: #fff;
	width: 100%;
}

.wire-url {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	text-decoration: underline;
}

.message {
	padding-top: 10px;
	padding-left: 40px;
	margin-left: 10px;
	margin-right: 15px;
	position: relative;
}
.message:after {
	content: '';
	display: block;
	clear: both;
}
.bubble {
	float: left;
	padding: 10px;
	line-height: 20px;
	/*border-radius: 20px;*/
	border-radius: 20px 20px 20px 0;
	white-space: pre-line;
	word-break: break-word;
	background: #f5f5f5;
	position: relative;
	box-sizing: border-box;
	max-width: 90%;
	clear: both;
	transition: .2s;
}
.myself .bubble {
	border-radius: 20px 20px 0 20px;
	float: right;
	background: #333;
	color: #fff;
}
.owner .bubble {
	background: royalblue;
	color: #fff;
}
.sending .bubble:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: gold;
}
.bubble.active {
	background: #35f0a2;
	color: #000;
}
.message.system {
	display: none;
}
.message-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.message-avatar-initial {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.message-avatar-badge {
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: royalblue;
}
.message-avatar-badge svg {
	display: block;
	fill: #fff;
	width: 9px;
	height: 9px;
	padding: 3px;
}
.message-header {
	padding: 2px 10px;
	font-size: 14px;
	line-height: 1;
	color: #888;
	float: left;
}
.myself .message-header {
	float: right;
}
.message-username {
	float: left;
}
.myself .message-username {
	float: right;
}
.message-time {
	float: left;
	font-size: 12px;
	color: #888;
	margin: 0 10px;
	padding-top: 2px;
}
.message-edit {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(/img/pencil.svg) no-repeat center;
	background-size: 12px;
	opacity: 0.2;
}
.message-options {
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	height: 70px;
	background: #fff;
	color: #888;
	border-top: 1px solid #eee;
	font-size: 14px;
	text-align: center;
	display: flex;
}
.message-option {
	flex: 1;
}
.message-options svg {
	width: 20px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	fill: #333;
	display: block;
	margin: auto;
}

.messageform {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #f5f5f5;
}
.messageform-rounded {
	padding: 10px;
	border-radius: 20px;
	margin: 5px 50px 5px 5px;
	/*background: #f5f5f5;*/
}
.messageform textarea {
	-webkit-appearance: none;
	display: block;
	font: inherit;
	resize: none;
	outline: none;
	background: none;
	border: 0;
	height: 20px;
	line-height: 20px;
	max-height: 100px;
	width: 100%;
}
.messageform-submit {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}
.messageform-submit svg {
	display: block;
	width: 24px;
	padding: 13px;
}

.nickname-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	padding-bottom: 50px;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}
.nickname-input {
	-webkit-appearance: none;
	font: inherit;
	background: none;
	border-radius: 0;
	border: 0;
	outline: 0;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 200px;
	margin: auto;
	display: block;
}
.nickname-input::placeholder {
	color: rgba(255,255,255,0.8);
}
.nickname-submit {
	-webkit-appearance: none;
	font: inherit;
	outline: 0;
	border: 0;
	border-radius: 50px;
	margin: 20px auto;
	padding: 10px 30px;
	background: #eee;
	color: #333;
	font-size: 14px;
	display: block;
}

.initscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.initscreen p {
	padding-bottom: 20px;
}
.initscreen form {
	width: 300px;
}
.initscreen input {
	display: block;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border: 0;
	border-radius: 10px 10px 0 0;
	background: #fff;
	font: inherit;
	text-align: center;
	width: 100%;
	padding: 16px;
}
.initscreen input[type="submit"] {
	border-radius: 0 0 10px 10px;
	background: #29C768;
	color: #fff;
}

.topright-cancel {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}
.topright-cancel:before,
.topright-cancel:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 15px;
	width: 20px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
.topright-cancel:after {
	transform: rotate(-45deg);
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #fff;
}
.loadingtext {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	text-align: center;
}
.loading svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	margin-left: -25px;
	animation: 1s spin linear infinite;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.wirelist .loading {
	z-index: 99;
}

.slideup-enter-active, .slideup-leave-active {
	transition: .5s;
}
.slideup-enter, .slideup-leave-to {
	transform: translate3d(0,100px,0);
}

.editwindow {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.editwindow.active {
	opacity: 1;
	pointer-events: auto;
}
.editwindow-centered {
	width: 100%;
	margin: 15px;
	transition: .5s;
	transform: translate3d(0,100px,0);
}
.editwindow.active .editwindow-centered {
	transform: translate3d(0,0,0);
}
.editwindow-textarea {
	-webkit-appearance: none;
	font: inherit;
	border: 0;
	border-radius: 10px 10px 0 0;
	outline: none;
	display: block;
	background: #fff;
	width: 100%;
	height: 200px;
	padding: 10px;
	resize: none;
	box-sizing: border-box;
}
.editwindow-cancel {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
}
.editwindow-save {
	border-radius: 0 0 10px 10px;
	text-align: center;
	line-height: 50px;
	background: #00c896;
	color: #fff;
}

.shortalert {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 80px;
	text-align: center;
	pointer-events: none;
	transition: 200ms;
	opacity: 0;
}
.shortalert.active {
	opacity: 1;
}
.shortalert span {
	display: inline-block;
	border-radius: 50px;
	background: rgba(100,100,100,0.9);
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

.profilecard-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 100;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .5s;
}
.profilecard-container.active {
	pointer-events: auto;
	opacity: 1;
}
.profilecard {
	width: 100%;
	max-width: 500px;
	border-radius: 20px;
	margin: 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
	transform: translate3d(0,100px,0);
	transition: .5s;
}
.profilecard-container.active .profilecard {
	transform: translate3d(0,0,0);
}
.profilecard-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #fafafa;
	border-radius: 50%;
}
.profilecard-close:before,
.profilecard-close:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 5px;
	width: 20px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}
.profilecard-close:after {
	transform: rotate(-45deg);
}
.profilecard-cover {
	background: #fafafa;
	height: 120px;
}
.profilecard-avatar {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	border-radius: 50%;
	background: #ddd;
	margin: auto;
	margin-top: -50px;
	position: relative;
}
.profilecard-initial {
	text-align: center;
	line-height: 100px;
	font-size: 36px;
	color: #fff;
}
.profilecard-badge {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: royalblue;
}
.profilecard-badge svg {
	display: block;
	fill: #fff;
	width: 14px;
	height: 14px;
	padding: 5px;
}
.badge-mod {
	background: #00c896;
}
.profilecard-name {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 0 20px;
}
.profilecard-role {
	padding-bottom: 20px;
	text-align: center;
	color: #888;
}
.profilecard-list {
	border-top: 1px solid #eee;
	padding: 15px;
}
.profilecard-red {
	color: #f00;
}

@media (max-height: 500px) {
	.home-container,
	.homescreen .bottomtabs {
		position: static;
	}
}