
body {
	background: #fff;
}

.pb-world {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.pb-world nav {
	background-image: linear-gradient(to right, #0069B4, #2FBC96);
	color: #fff;
}

.pb-world nav h2 {
	color: #fff;
	margin: 0;
	padding: 5px 0 0 0;
}

.pb-world nav input,
.pb-world nav select {
	font-weight: 300;
	border: none;
	border-radius: 10px 10px 0 10px;
	max-width: 170px;
}

.marker-cluster div,
.marker-cluster {
	background-color: rgba(0, 101, 180, 0.6);
	color: #fff;
}

.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
	background-color: #0065b4;
}

.pb-world .nav button {
	border: none;
	padding: 12px 20px;
	margin: 0 5px;	
}

.pb-world .nav button:focus {
	outline: none;
}

.pb-world .map {
	min-height: calc(100vh - 90px);
}

.pb-world-picks {
	min-height: calc(100vh - 90px);
}

.pb-world .search-box {
	position: relative;
}

.pb-world button {
	font-weight: 300;
}

.pb-world .btn-default,
.pb-world .btn-default:hover,
.pb-world .btn-default:focus {
	background: #fff;
	padding: 7px 20px 6px 20px;
	text-transform: none;
	font-size: 1rem;
	color: #555;
	box-shadow: none;
}

.pb-world .reset-filter,
.pb-world .reset-filter:focus {
	outline: none;
	background: none;
	border: none;
	color: #fff;
	padding: 0;
}

/* 
	-----------------
	list view 
*/

.pb-world-list {
	height: calc(100vh - 90px);
	overflow-y: auto;
}

.pb-world-list .pick {
	background: #ededed;
	cursor: pointer;
}

.pb-world-list figure {
	background: #eee none center center no-repeat;
	background-size: cover;
	padding-top: 100%;
	margin: 0;
	border: 1px solid #ccc;
}

.pb-world-list .pick h2 {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0;
}

.pb-world-list .badge {
	padding: 0.75em 1.5rem;
	color: #fff;
}

.pb-world-list .category {
	font-size: 0.9rem;
	margin: 0 0 0.75rem 0;
	color: #555;
}

.leaflet-popup-content iframe {
	border: none;
	width: 375px;
	height: 667px;
	position: relative;
	top: -20px;
	left: -15px;
}

.leaflet-popup-content .iframe-mask {
	width: 346px;
	height: 629px;
	overflow: hidden;
	border-radius: 15px 15px 0 15px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2);
	transform-origin: center bottom;
}

.pick-popup .leaflet-popup-content {
	margin-bottom: -1px;
}

.pick-popup .leaflet-popup-content-wrapper {
	background: transparent;
	box-shadow: none;
}

.pick-popup a.leaflet-popup-close-button {
	font-size: 34px;
	font-weight: 100;
	font-family: Roboto;
	color: #000;
	top: 29px;
	right: 43px;
}

@media (max-width: 700px) {
	.leaflet-popup-content .iframe-mask {
		transform: scale(0.8);
	}
	.pick-popup a.leaflet-popup-close-button {
		top: 90px;
		right: 60px;
		font-size: 50px;
	}
}

@media (max-height: 900px) {
	.leaflet-popup-content .iframe-mask {
		transform: scale(0.9);
	}
	.pick-popup a.leaflet-popup-close-button {
		top: 90px;
		right: 50px;
	}
}


.pb-world .preview iframe {
	border: none;
	width: 375px;
	height: 667px;
	margin: 0 30px 0 0;
}

.pb-world .qr-image {
	width: 200px;
	height: 200px;
}

.pb-world .preview {
	width: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.5s all;
}

.pb-world.show-pick .preview {
	width: 380px;
	opacity: 1;
}

.pb-world .search {
	position: relative;
}

.pb-world .search-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-12px, -50%);
	color: #999;
}

/* 
	-----------------
	picks view 
*/

.pb-world-picks-tab {
	background: #eee;
}

.pb-world-picks-tab strong {
	font-weight: 500;
}

.pb-world-picks-tab ol {
	padding-left: 1rem;
}

.pb-world-picks-tab ol li {
	font-size: 0.9rem;
}

.pb-world-picks-tab .pick {
	cursor: pointer;
	position: relative;
	border-radius: 15px 15px 0 15px;
	overflow: hidden;
	max-width: 200px;
	flex-basis: 200px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.pb-world-picks-tab figure {
	display: block;
	background: #eee none center center no-repeat;
	background-size: cover;
	padding-top: 100%;
	border: 1px solid #ccc;
}

.pb-world-picks-tab .title {
	margin: -30px 0 0 0;
	border-radius: 0 15px 0 0;
	padding: 15px;
	background-color: #fff;
	min-height: 145px;
}

.pb-world-picks-tab .pick h2,
.pb-world-picks-tab .pick h3 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
}
.pb-world-picks-tab .pick h3 {
	font-size: 0.9rem;
}

.pb-world-picks-tab .pick small {
	text-align: center;
	font-size: 0.75rem;
	margin: 0 0 0.25rem 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 300;
	display: block;
}

.pb-world-picks-tab h3 {
	line-height: 1.5;
	font-size: 1.6rem;	
}

.pb-world-picks-tab .collection {
	min-width: 400px;
	flex-basis: 400px;
	background: #fff;
}

.pb-world-picks-tab .checked {
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.2);
	width: 30px;
	height: 30px;
	opacity: 0;
}

.pb-world-picks-tab .stack {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100% 100% 0 100%;
    border: 2px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.15rem 0 0 0.15rem;
    background: linear-gradient(to right, #0082ca 0, #006eb8 100%);
}

.pb-world-picks-tab .checked:after {
	content: "\f00c";
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	color: #fff;
	transform: scale(0);
	opacity: 0;
}

.pb-world-picks-tab .selected .checked:after {
	transform: scale(1);
	opacity: 1;
}

.pb-world-picks-tab .selected .checked {
	background-color: #2FBC96;
	animation: 0.3s scale-up forwards;
}


.pb-world-picks-tab .collection p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.pb-world-picks-tab .collection p.small-text {
	font-size: 1.0rem;
	line-height: 1.6;
	margin-bottom: 5px;
	width: 400px;
	padding-right: 40px;
}

.collection-mode .pb-world-picks-tab .preview {
	display: none;
}

.collection-mode .pb-world-picks-tab .collection {
	display: block;
}

.collection-mode .pb-world-picks-tab .checked {
	opacity: 1;
}

.pb-world-picks-tab .qr-code {
	margin: 0 -15px;
	cursor: pointer;
}

.pb-world-picks-tab .info-section {
	display: none;
	position: sticky;
	top: -15px;
}

.pb-world-picks-tab .intro {
	display: block;
}

.show-pick .pb-world-picks-tab .intro {
	display: none;
}

.show-collection-info .pb-world-picks-tab .intro,
.show-collection-info .pb-world-picks-tab .preview {
	display: none;
}

.show-collection-info .pb-world-picks-tab .instructions {
	display: block;
}

.show-pick .pb-world-picks-tab .preview {
	display: block;
}

.collection-created .show-preview {
	display: block;
}

.collection-mode .pb-world-picks-tab .preview {
	display: none;
}

.collection-created .collection-qr {
	display: block;
}

.collection-created .pb-world-picks-tab .preview,
.collection-created .pb-world-picks-tab .instructions {
	display: none;
}

.exit-collection-mode {
	border: none;
	background: transparent;
	padding: 15px;
	position: absolute;
	top: -30px;
	right: 0px;
	font-size: 2rem;
}

.qr-modal {
	display: none;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.qr-modal .modal-backdrop {
	opacity: 0.5;
}
.qr-modal .qr-code {
	position: absolute;
	width: 80vw;
	height: 80vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
}
.qr-modal .qr-code img {
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

@keyframes scale-up {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}
