.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #061e47; border-width: 0px 0px 0px 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #061e47; font: bold 20px Quicksand,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; border-radius: 0px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #061e47; background: #061e47; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #a5c0fd; background: #0e2c60; font-weight: bold; font-style: normal; text-transform: none; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }