.slider-wrapper {
	margin: 1rem;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.slides-container {
	width: 100%;
	height: 100%;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: scroll;
	scroll-behavior: smooth;
	pointer-events: none;
}
.slide {
	width: 100%;
	height: 100%;
	flex: 1 0 100%;
}

.slides-container {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.slides-container::-webkit-scrollbar { 
		width: 0;
		height: 0;
}
.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
}

#map-attribution {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    font-size: 10px;
    margin: 5px;
    border-radius: 5px;
    background-color: #ffffff55;
	padding: 5px;
	line-height: 10px;
}

#lotIdButton {
	color: white;
}
.lotInputFailure {
	background-color: #fa6767;
	color: black;
}