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

.ngparaeditabletext-buttons button
{
	border-color: #0461b6;
	border-width: 1px;
	border-style: solid;
	padding: 12px 24px 12px 24px;
	background: #0461b6;
	font: 16px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #000000;
    background: #000000;    box-shadow: 0px 0px 10px 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: #000000;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

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