.pcr-app{
	box-shadow: 0 0em 0em 0 rgba(0, 0, 0, 0),0 0 0em 0 rgba(0,0,0,0) !important;
	border-radius: 0px  !important;
	transition: opacity 0s,visibility 0s 0s !important;
	background-color: #f8f9fa !important;
	top:100px !important;

}

.pcr-app.visible{
	transition: opacity .0s !important;
}

html, body /*, and all other map parent selectors*/ {
  height: 100%;

  width: 100%;
}


.myDivIcon {
  text-align: center; /* Horizontally center the text (icon) */
  line-height: 35px; /* Vertically center the text (icon) */
}