.escape-element {
	 width: 130px;
	 height: 74px;
	 background-color: #6a71db;
	 border-radius: 50%;
	 color: white;
	 text-align: center;
	 line-height: 72px;
 }
.round-element {
	width: 100px;
	height: 100px;
	background-color: #0073e6;
	border-radius: 50%;
	color: white;
	text-align: center;
	line-height: 100px;
}
.round-rectangle-element {
	width: 150px;
	height: 80px;
	background-color: #0073e6;
	border-radius: 20px; /* Increase the border radius to make it a round rectangle */
	color: white;
	text-align: center;
	line-height: 80px;
}

/* Style for cylinder element container */
.cilynder-element {
	width: 81px;
	height: 103px;
	position: absolute;
	text-align: center;

}

/* Style for the diamond image */
.cilynder-image {
	width: 100%;
	height: 100%;
}

/* Style for the text above the diamond image */
.cilynder-text {
	position: absolute;
	top: 40px; /* Adjust the distance above the image as needed */
	left: 0;
	width: 100%;
	text-align: center;
}

.cloud-element{
	width: 81px;
	height: 103px;
	position: absolute;
	text-align: center;
}


.cloud-image {
	width: auto;
	height: 100%;
}

.steps-element{
	width: 81px;
	height: 103px;
	position: absolute;
	text-align: center;
}

.steps-image{
	width: auto;
	height: 100%;
}

.actor-element{
	width: 81px;
	height: 103px;
	position: absolute;
	text-align: center;
}

.actor-image {
	width: auto;
	height: 100%;
}



.square-element {
	width: 100px;
	height: 100px;
	background-color: #009688;
	color: white;
	text-align: center;
	line-height: 100px;
}
.rectangle-element {
	width: 150px;
	height: 80px;
	background-color: #FF5722;
	color: white;
	text-align: center;
	line-height: 80px;
}
/* Style for the diamond element container */
.diamond-element {
	width: 100px;
	height: 100px;
	position: absolute;
	text-align: center;
}

/* Style for the diamond image */
.diamond-image {
	width: 100%;
	height: 100%;
}

/* Style for the text above the diamond image */
.diamond-text {
	position: absolute;
	top: 40px; /* Adjust the distance above the image as needed */
	left: 0;
	width: 100%;
	text-align: center;
}

