#condolenceForm textarea {
	height: 10rem;
}




.obituary-candle-parent .imgbgchk:checked + label>.tick_container{
	opacity: 1;
}
.obituary-candle-parent>.row{
	display: flex;
	align-items: center;
	height: 100%;
}
.obituary-candle-parent .col img{
	height:120px;
	width: 100%;
	cursor: pointer;
	transition: transform 1s;
	object-fit: cover;
}
.obituary-candle-parent .col label{
	overflow: hidden;
	position: relative;
}
/* aNIMATION */
.obituary-candle-parent .imgbgchk:checked + label>img{
	transform: scale(1.25);
	opacity: 0.3;
}
.obituary-candle-parent .tick_container {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
	text-align: center;
}
.obituary-candle-parent .tick {
	background-color: #c0c0c0;
	color: #000000;
	font-size: 40px;
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 100%;
}

.obituary-icon {
  margin-right: .2rem;
}

.obituary-cross:before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M383.1 160v64c0 17.62-14.37 32-31.1 32h-96v224c0 17.62-14.38 32-31.1 32H160c-17.62 0-32-14.38-32-32V256h-96C14.37 256-.0008 241.6-.0008 224V160c0-17.62 14.38-32 32-32h96V32c0-17.62 14.38-32 32-32h64c17.62 0 31.1 14.38 31.1 32v96h96C369.6 128 383.1 142.4 383.1 160z"/></svg>');
  display: inline-block;
  width: .8rem;
  margin: 0 0 .3 0;
  vertical-align: middle;
}