/** Load spinner **/
.lup-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--lup-viewport-height, 100dvh);
	z-index: 100;
	background: transparent;
	opacity: 1;
	pointer-events: none;
}

.lup-loading-status {
	margin: 18px 24px 0;
	max-width: min(32rem, 90vw);
	color: #50606d;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}


/** Messages **/
.lup-msg-unread p {
	background: yellow;
}


/* Room Images */
.room-image img {
    max-width: 100%;
}

/* Navigation */
.md-toolbar-tools h2 {
    text-align: center;
}


.gotolocationicon {
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/arrow-back.svg") 0 0 no-repeat;
	background-size: 100%;
}

.md-icon-button .close{
	background: url("../images/close.png") 0 0 no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}

.md-secondary-container button.md-icon-button {
	margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
}

/** Sidebar **/
md-sidenav {
	z-index: 100000;
}

/** Error Dialog **/
div.lup-error, div.lup-message {
	word-break: break-word;
}
