.openseadragon-canvas {
	cursor: grab;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
}

.openseadragon-canvas:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.map {
	height: 400px;
	width: 100%;
}
.highlight {
	background-color: rgba(255, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

.hotspot {
	height: 2rem;
	width: 2rem;
	cursor: pointer;
}
body,
html {
	height: 100%;
	margin: 0;
}
#openseadragon1 {
	width: 100%;
	height: 100%;
}
.Rectangle_1 {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color: rgb(0, 0, 0);
	width: 140px;
	height: 40px;
}

.button-container {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 5px;
	margin-bottom: -4px;
}

.toolbar {
	position: absolute !important;
	bottom: 10px !important;
	right: 20px !important;
	z-index: 1000;
	top: auto !important;
	left: auto !important;
}
.navigator {
	right: 25px !important;
}

.bg-color {
	background-color: black !important;
	padding: 5px !important;
	position: static !important;
}

.bg-border {
	margin-top: 5px !important;
	border-radius: 5px !important;
}

.mylogo {
	width: 80px;
	position: fixed;
	bottom: 0;
	left: 10px;
	margin-bottom: 7px;
}

.button-container img {
	width: 42px;
	height: 42px;
	fill: white;
}

#show-both {
	width: 42px;
	height: 42px;
	fill: white;
}

s
#sidebar-image {
	width: 39vw;
	height: 50%;
}

.img-blur {
	opacity: 0.3;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-grab {
	cursor: grab;
}

.v-none {
	visibility: hidden !important;
}

.close-btn {
	border: 1px solid #808080 !important;
	border-radius: 20px !important;
	z-index: 10000;
}

/* over write  */
.offcanvas-end {
	width: 40vw;
	z-index: 100000;
}
.offcanvas-body {
	margin-top: -1rem;
}
img,
svg {
	vertical-align: top !important;
}

/* Hide close button on desktop/laptop width */
.offcanvas-header {
	display: none;
}

.text-center {
	padding-top: 10px;
}

#badge {
	background-color: #808080;
}


/* Yellow reference label from sidebar */

.bg-warning {
	color: black;
	width: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	
	
}

.bg-success {
	width: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	background-color: rgba(53, 202, 173, 0.98) !important;
}

@media (max-width: 600px) {
	.offcanvas-end {
		
		width: 100vw;
		z-index: 100000;
	}
	#sidebar-image {
		width: 100%;
		height: 100%;
	}
	.offcanvas-header {
		display: block;
		position: fixed;
		left: 46%;
		bottom: 30px;
	}
}

@media (max-width: 760px) {
	.mylogo {
		display: none;
	}
	.navigator {
		right: 5px !important;
	}
}
