body {
	background-color: #f5f5f5;
}

/* Tanda Tangan */
.kbw-signature {
	width: 100%;
	height: 400px;
}

#sig canvas {
	width: 100% !important;
	height: auto;
}

.heading {
	font-size: 30px;
	font-weight: 600;
	color: #554229;
}

.line1 {
	color: #000;
	font-size: 12px;
}
.line2 {
	color: #000;
	font-size: 12px;
}
.line3 {
	color: #000;
	font-size: 12px;
}

.cards {
	transition: all 0.2s ease;
	cursor: pointer;
}

.cards:hover {
	box-shadow: 5px 6px 6px 2px #e9ecef;
	transform: scale(1.1);
}

.img-assesment {
	height: 150px;
	width: auto;
}
