/* Styles for signature plugin v1.2.0. */
.kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
	-ms-touch-action: none;
}

.kbw-signature-disabled {
	opacity: 0.35;
}

/* .sig-wrapper {
	width: 100%;
	max-width: 100%;
	height: 220px;
	border: 2px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: relative;
	touch-action: none;
}

#sig canvas {
	width: 100% !important;
	height: 100% !important;
	display: block;
	touch-action: none;
}

@media (max-width: 576px) {
	.sig-wrapper {
		height: 180px;
	}
} */