#role-data-content{
	height: 200px;
	border: none;
}

#roles-container{
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;

}

.rol-btn{
	padding: 25px;
	margin: 0 10px;
	border-radius: 15px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #EEEEEE;
	box-shadow: 2px 4px 2px 0px #EEEEEE;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;

	background-color: #fff;
	color: #233459;

}

.rol-btn:hover{
	background-color: #233459;
	color: #fff;
}

.role-selected{

	background-color: #233459;
	color: #fff;
}

#send-subject{
  display: none;
}

#preview-body .elementor-widget-container{
	    white-space: pre-wrap;
}