
.clearfix {
	clear: both;
	float: none;
}

.map-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 12px;
}

#map {
	position: sticky;
	height: 60vh;
	width: 100%;
	float: none;
}

#ppa-left-panel {
	width: 100%;
	height: auto;
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

@media screen and (max-width: 768px) {
	#ppa-left-panel {
		width: 100%;
		height: auto;
		overflow: auto;
	}
}

#ppa-left-panel::-webkit-scrollbar {
	width: 8px;
}

/* Handle on hover */
#ppa-left-panel::-webkit-scrollbar-thumb:hover {
	background: #888;
}

/* Handle */
#ppa-left-panel::-webkit-scrollbar-thumb {
	background: #888;
}

/* Track */
#ppa-left-panel::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Hide scrollbar for IE, Edge and Firefox */
#ppa-left-panel {
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
}

#ppa-left-panel #ppa-locations {
	width: 100%;
}

/* Hide scrollbar arrows */
#ppa-left-panel::-webkit-scrollbar-button {
	display: none;
}

#ppa-left-panel .left-row {
	border-bottom: 1px solid lightgray;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 5px;
	width: calc(33.33% - 30px);
	margin-bottom: 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	#ppa-left-panel .left-row {
		padding: 20px 0;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
}

#ppa-left-panel .left-row > div:first-child {
	width: 100%;
	flex-grow: 1;
}

#ppa-left-panel .left-row div:last-child {
	min-width: 100px;
}

#ppa-left-panel h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

#ppa-left-panel h3 a {
	color: #202124;
	text-decoration: none;
}

#ppa-left-panel h3 a:hover {
	color: #1a73e8;
	text-decoration: underline;
}

#ppa-left-panel p {
	font-size: 14px;
	line-height: 20px;
	color: #70757a;
	margin: 0;
}

#ppa-left-panel p.hours {
	color: #1da848;
}

#ppa-left-panel .directions {
	clear: both;
	float: right;
	margin: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
	color: #1a73e8;
}

#ppa-left-panel .selected {
	background-color: #d6d6d6;
}

.highlightAndFadeOut {
	background-color: #fde293;
	animation: fadeToWhite 6s forwards;
}

@keyframes fadeToWhite {
	0% {
		background-color: #fde293;
	}
	
	25% {
		background-color: #fde293;
	}
	
	100% {
		background-color: white;
	}
}

.ppa-modal {
	display: none;
	position: absolute;
	width: 359px;
	min-height: 280px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 2px 6px 2px rgba(60, 64, 67, .15), 0px 1px 2px 0px rgba(60, 64, 67, .3);
}

.ppa-modal-image {
	background-size: cover;
	background-position: center;
	padding-top: 35.1%;
}

.ppa-modal-content {
	padding: 20px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 10px;
}

.ppa-progress-bar-background {
	background-color: #ef8d32;
	border-radius: 28px;
	width: 100px;
	height: 23px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

.meter .ppa-progress-bar-background {
	margin-bottom: 5px;
}

.meter .ppa-modal-available {
	padding-left: 7px;
}

.ppa-progress-bar-background.left-panel {
	width: 100px;
	margin-top: 12px;
	box-shadow: none;
}

.left-panel .text1 {
	color: #1da848;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
	padding-right: 5px;
}

.left-panel .text2 {
	margin-top: 6px;
	margin-left: 10px;
	color: #70757a;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
}

.ppa-modal .ppa-progress-bar-background {
	margin-bottom: 5px !important;
}

.ppa-progress-bar {
	height: 100%;
	width: 90%;
	background-color: #1da848;
	border-radius: 28px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ppa-modal-title {
	color: #2f2f2f;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.ppa-modal-detail {
	color: #70757a;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.available-wrap {
	display: flex;
	align-items: center;
}

.ppa-modal-available {
	color: #1da848;
	font-size: 22px;
	font-weight: bold;
	display: block;
	float: left;
}

.blank-meter {
	color: #1da848;
	font-size: 17px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.ppa-modal-mark {
	color: #1da848;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.spots {
	margin-left: 10px;
	color: #70757a;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.text-overlay {
	position: absolute;
	word-wrap: break-word;
	max-width: 73px;
	transform: translate(-50%, -100%);
	color: #2f2f2f;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .4);
}

.break {
	flex-basis: 100%;
	height: 0;
	width: 0;
}

.extra {
	padding-top: 10px;
	flex-basis: 100%;
	width: 100%;
	color: #1da848;
	font-weight: 500;
}

.extra p {
	color: #1da848 !important;
	font-weight: 500 !important;
	font-size: 1.1em !important;
}

.reserve {
	margin: 15px 0 0 0;
	width: 100%;
	position: relative;
}

.reserve .btnReserve {
	width: 100%;
}

.reserve .btnReserve a {
	width: 100%;
	padding: 5px;
	text-align: center;
	gap: 10px;
	border-radius: 20px;
	border: 1px solid #1da848;
	background: none;
	color: #1da848;
	transition: all .2s;
}

.reserve .btnReserve a:hover {
	background: #1da848;
	color: white;
}

@media (max-width: 768px) {
	#map {
		display: none;
	}
	
	#ppa-left-panel {
		width: 100% !important;
	}
}
