/* All custom css here */

/* img[src="assets/image/fire-hydrant"] {
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
} */

canvas {
	/* this canvas interfere with gmap */
	/* background: #fff; */
	display: block;
	margin: 20px auto;
	cursor: url(../img/cursor.png), crosshair;
}

#imagemap {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: -80px;
	background-size: 150% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/kpoc-floorplan2.png);
}

.pulsating-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 1020;
}

.pulsating-circle:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 80px;
	background-color: #e90133;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 35px;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, .3); */
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-circle-green {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 1020;
}

.pulsating-circle-green:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 80px;
	background-color: #01e975;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle-green:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 35px;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, .3); */
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-circle-sm {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 18px;
	z-index: 1020;
}

.pulsating-circle-sm:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 80px;
	background-color: #e90133;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle-sm:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 35px;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, .3); */
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-circle-sm-green {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 18px;
	z-index: 1020;
}

.pulsating-circle-sm-green:before {
	content: '';
	position: relative;
	display: block;
	width: 300%;
	height: 300%;
	box-sizing: border-box;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 80px;
	background-color: #01e975;
	animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle-sm-green:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 35px;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, .3); */
	animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
	0% {
		transform: scale(0.63);
	}
	80%, 100% {
		opacity: 0;
	}
}

@keyframes pulse-dot {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}

.card {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
}

@keyframes blinker {
	from {
		opacity: 1.0;
	}
	to {
		opacity: 0.0;
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.valve-box {
	background-color: #2C3F50;
	height: fit-content;
	padding: 8px;
	color: #fff !important;
	border-radius: 10px;
	width: 80px;
}

.valve-box2 {
	background-color: #2C3F50;
	height: fit-content;
	padding: 8px;
	color: #fff !important;
	border-radius: 10px;
	width: 150px;
}

.richmarker-wrapper {
	margin: 0;
	color: red;
	background-color: blue;
	padding: 10px;
	font-size: 22px;
}