.nearby .material-icons.burger{
	font-size: 32px;
}
.lup-room-slide-outer {
    height: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
/* .nearby div.lup-avatar img { */
/*     border-radius: 50%; */
/*     width: 30px; */
/*     height: 30px; */
/* } */
.lup-room-slide {
    height: 100%;
    box-sizing: border-box;
}

.md-toolbar-tools, md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper{
    /*background: #333;*/
	border-bottom: 1px solid #444444;
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 13%, rgba(102,102,102,1) 22%, rgba(71,71,71,1) 34%, rgba(44,44,44,1) 46%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 66%, rgba(43,43,43,1) 85%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 13%,rgba(102,102,102,1) 22%,rgba(71,71,71,1) 34%,rgba(44,44,44,1) 46%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 66%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 13%,rgba(102,102,102,1) 22%,rgba(71,71,71,1) 34%,rgba(44,44,44,1) 46%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 66%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.md-toolbar-tools h2 {
    color: #fff;
}

.location-rail {
    background: #333;
}


.roomcategory {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.roomhead{
    width: 85%;
    margin: 0 auto;
}
.roomhead .roomname{
    float: left;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.roomhead .roomname span{
	font-size: 1.2rem;
    color: #fff;
	line-height: 20px;
}
.room-category-label {
	display: inline-block;
	margin: 14px 0 -3px;
	padding: 3px 9px;
	border-radius: 999px;
	background: rgba(111,66,215,.28);
	color: #d9ccff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.search-input-wrap {
    position: relative;
	background: #333;
    padding:10px 0;
}
.location-categories {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 0 10% 14px;
	background: #333;
	scrollbar-width: none;
}
.location-categories::-webkit-scrollbar { display: none; }
.location-categories button {
	flex: 0 0 auto;
	border: 1px solid #5a5a68;
	border-radius: 999px;
	padding: 7px 12px;
	background: #282834;
	color: #eee;
	font-size: 13px;
}
.location-categories button.active {
	border-color: transparent;
	background: linear-gradient(135deg, #6f42d7, #2676d9);
	color: #fff;
	font-weight: 700;
}

.search-input {
    display: block;
    margin: 0 auto;
    width: 80%;
    background: url(../../../images/search-icon.svg) 7px center no-repeat;
    background-size: 20px 20px;
    border: 1px solid #0e0e0e;
    border-radius: 10px;
    height: 40px;
    padding-left: 40px;
	color: #fff;
}

md-content.content.greybg {
    background: #333;
}

.roominfo {
    /*background: #252525;*/
	background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 13%, rgba(102,102,102,1) 22%, rgba(71,71,71,1) 34%, rgba(44,44,44,1) 46%, rgba(17,17,17,1) 60%, rgba(0,0,0,1) 66%, rgba(43,43,43,1) 85%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 92%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 13%,rgba(102,102,102,1) 22%,rgba(71,71,71,1) 34%,rgba(44,44,44,1) 46%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 66%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 13%,rgba(102,102,102,1) 22%,rgba(71,71,71,1) 34%,rgba(44,44,44,1) 46%,rgba(17,17,17,1) 60%,rgba(0,0,0,1) 66%,rgba(43,43,43,1) 85%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0e0e0e;
    border-radius: 20px;
    margin-top: 25%;

}



.room-image {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin: -50px auto 0;
	width: 85%;
	height: 36vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.room-category-hero {
	width: 85%;
	height: 190px;
	margin: -50px auto 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 12px 30px rgba(0,0,0,.28);
	color: #fff;
	cursor: pointer;
}
.room-category-hero .material-icons { font-size: 74px; }
.room-category-hero span { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.category-country { background: linear-gradient(135deg, #282a62, #d42d43); }
.category-city { background: linear-gradient(135deg, #364756, #607d8b); }
.category-bar, .category-pub { background: linear-gradient(135deg, #5b246c, #c85e30); }
.category-cafe { background: linear-gradient(135deg, #795548, #d69b63); }
.category-club { background: linear-gradient(135deg, #24115a, #c53cff); }
.category-culture { background: linear-gradient(135deg, #17355b, #398cc6); }
.category-sport { background: linear-gradient(135deg, #14634a, #52ac67); }
.category-food { background: linear-gradient(135deg, #ac3b2f, #eb932c); }
.category-outdoors, .category-relaxation { background: linear-gradient(135deg, #1d6b56, #8fcf6a); }
.category-community { background: linear-gradient(135deg, #31578e, #789ed2); }
.category-business, .category-shop, .category-salon, .category-town, .category-hotel { background: linear-gradient(135deg, #35415f, #7887aa); }
.category-religion { background: linear-gradient(135deg, #785d2d, #c9aa67); }
.category-default { background: linear-gradient(135deg, #45465b, #787b94); }

.distrat {
    border-bottom: 1px solid #444444;
    float: left;
    width: 85%;
    margin: 0 7.5%;
	height:35px;
}
.roominfo .distance, .roominfo .rating {
	width:40%;
    float: left;
    font-size: 0.9rem;
}
.roominfo .distance {
	width: 60%;
}
.roominfo .distance p {
	color: #fff;
    padding: 0;
    line-height: 20px;
	font-size: 0.7rem;
    text-align: right;
	padding-bottom: 10px;
}
.roominfo .distance a {
    color: #fff;
    background: url(../../../images/map_pin.svg) center right no-repeat;
    padding: 0px 20px 5px 0;
    text-decoration:none;
}
.room-qr-trigger {
	float: right;
	width: 32px;
	height: 30px;
	margin: 2px 0 0;
	padding: 0;
	border: 0;
	border-radius: 9px;
	background: rgba(255,255,255,.1);
	color: #fff;
	cursor: pointer;
}
.room-qr-trigger .material-icons { font-size: 19px; }

.roominfo .rating .jk-rating-stars-container {
    float: left;
}

.roominfo .rating .jk-rating-stars-container .button .material-icons {
    font-size: 17px;
}

.roominfo .info {
    float: left;
    width: 85%;
    margin: 10px 7.5%;
    color: #fff;
    font-style: italic;
    height: 33px;
}
.nearby .chatbutton{
	display:block;
	margin-top: 20px;
}
.chatbutton button {
	margin:0;
	padding: 0;
    float: left;
    width: 100%;
    border-radius: 20px;
    height: 60px;
    /*display:none;*/
}

.chatbutton button.inactive {
    opacity: 0.5;
}

.singlelocation .room-image {
    margin: 0;
}

.singlelocation .room-image img {
    margin: auto;
}

.nearby .md-toolbar-tools {
    border-bottom: 1px solid #444444;
}

.lup-room-info {
    max-height: 40px;
    overflow: hidden;
}

.info .roomvisitors > div {
    float: left;
    margin-right: 8px;
}

.info .roomvisitors a, .info .roomvisitors img {
/*     width: 30px; */
/*     height: 30px; */
}
.nearby .chatbutton .gotoroom{
	border-radius: 20px;
    height: 60px;
    float: left;
    width: 25%;
    border: 1px solid #444444;
	margin-right: 5%;
	background:url(../../../images/gotoroom-2.png) center no-repeat;
}

.nearby .roominfo .categoryicon{
    position: absolute;
    background: #252525;
    border: 1px solid #0e0e0e;
    width: 40px;
    display: block;
    top: 31px;
    left: 36px;
    border-radius: 5px;
    border-top-left-radius: 10px;
    padding: 5px;
}
.nearby .roominfo .categoryicon img{
    max-height: 30px;
    width: auto;
    margin: 0 auto;
}

.location-rail.layout-fill{
    min-height: auto;
}

.location-rail {
	visibility: hidden;
}

.location-rail.location-rail-ready {
	visibility: visible;
}

/* Native discovery rail: the browser owns touch scrolling and snapping.
 * Keeping every Angular card as a real direct child avoids cloned
 * tracks, lifecycle timers and category/search reinitialisation races. */
.location-rail {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	user-select: none;
	-webkit-user-select: none;
	gap: 0;
	padding: 0 7%;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 7%;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	/* Vertical scrolling stays native; horizontal drags are handled above so
	 * their synthetic click cannot open a location. */
	touch-action: pan-y;
	scrollbar-width: none;
}
.location-rail::-webkit-scrollbar { display: none; }
.location-rail .lup-room-slide-outer {
	flex: 0 0 86%;
	min-width: 0;
	scroll-snap-align: center;
	scroll-snap-stop: normal;
}
.location-rail.location-rail-dragging {
	scroll-snap-type: none;
}
@media (min-width: 760px) {
	.location-rail {
		padding-inline: max(7%, calc((100% - 560px) / 2));
		scroll-padding-inline: max(7%, calc((100% - 560px) / 2));
	}
	.location-rail .lup-room-slide-outer { flex-basis: min(560px, 86%); }
}

/** User bar in locations overview **/
.info .lup-avatar {
	margin: 0 4px;
}
.info .lup-avatar:first-child {
	margin: 0;
}

.room-user-preview .more-users {
    display: inline-block;
    position: relative;
    width: 32px;
    border: 1px solid;
    height: 32px;
    float: right;
    border-radius: 20px;
}


.room-user-preview .more-users b {
	display: inline-block;
	text-align:center;
	width:100%;
	line-height:30px;
}
