.map {
	height: 400px;
	width: 100%;
}
.highlight {
	background-color: rgba(255, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}
#openseadragon1 {
	width: 100%;
	height: 100%;
}
.Rectangle_1 {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-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: 20px;
	margin-bottom: 5px;
}


.toolbar {
	position: absolute !important;
	bottom: 10px !important;
	right: 20px !important;
	z-index: 1000;
	top: auto !important;
	left: auto !important;
}

.navigator {
	right: 25px !important;
	bottom: 1.2px !important;
}

.bg-color {
	background-color: black !important;
	padding: 4px !important;
	position: static !important;
	height: 1.6rem !important;
}

.bg-border {
	margin-top: 5px !important;
}

.mylogo {
	position: fixed;
	bottom: 0;
	left: 10px;
	margin-bottom: 5px;
	width: 80px;
}

.button-container img {
	width: 22px;
	height: 22px;
	fill: white;
}

#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;
}

img,
svg {
	vertical-align: top !important;
}


@media (max-width: 760px) {
	.mylogo {
		display: none;
	}
	.navigator {
		right: 5px !important;
	}
}


html, body {
	height: 100%;
  margin: 0;
  padding: 0;
}

.m-image-slider__viewer {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.m-image-slider__handle {
  position: absolute;

  /* center the element */
  left: 50%;
  top: 50%;
}

/* overflow is hidden by .m-image-slider__viewer */
.m-image-slider__handle__divider {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  width: 3px;
  height: 150vh;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.m-image-slider__handle__circle {
  position: absolute;

  height: 30px;
  width: 30px;

  /* center the element */
  left: 50%;
  top: 50%;

  margin-left: -13px;
  margin-top: -23px;

  border-radius: 50%;

  background: gray !important;
  cursor: move;

  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 3;
}

.m-image-slider__handle svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
