.btn-delete-image{
	position: absolute;
	right: 0px;
	top: 0px;
	border: 1px solid gray;
	border-radius: 100%;
	background-color: gray;
	color: white;
	width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0.5em;
}

.card-header{
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.datepickerrange-hidden{
    position:absolute;
    margin-top:-15px;
    right:0px;
    height:10px;
    width:10px;
    z-index:-1;
}

.cursor-pointer{
	cursor: pointer;
}

.link-wa {
	width: max-content;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 1em;
	text-align: center;
}

.white-space-break-spaces {
	white-space: break-spaces;
}

@media (max-width: 576px) {
	.link-wa {
	  	width: 100%;
		padding: 0 1em;
	}
}
