.ngparaeditabletext-buttons { display: flex; justify-content: flex-end; margin-top: 12px; gap: 12px; } .ngparaeditabletext-buttons button { border-color: #3c4a6e; border-width: 0px; border-style: solid; padding: 15px 25px 15px 25px; background: #e30613; font: bold 14px Tahoma,Verdana,Segoe,sans-serif; color: #f7f8fa; letter-spacing: 1.9px; text-transform: uppercase; border-radius: 3px; cursor: pointer; } .ngparaeditabletext-buttons button:focus { border-color: #3c4a6e; background: #99040c; font-weight: bold; font-style: normal; text-transform: uppercase; color: #f7f8fa; outline: none; } .ngparaeditabletext-buttons button:hover:enabled { border-color: #292a2e; background: #99040c; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditabletext-buttons button:disabled { opacity: 0.8; cursor: wait; }