.ngparaeditabletext-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    gap: 12px;
}

.ngparaeditabletext-buttons button
{
	border-color: #ffffff;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #1f6e72;
	font: 16px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-radius: 10px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #9b9b9b;
    background: #016ec6;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

.ngparaeditabletext-buttons button:hover:enabled
{
	border-color: #000000;
	background: #2da0a5;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparaeditabletext-buttons button:disabled {
    opacity: 0.8;
    cursor: wait;
}