.ngparaeditablepicture-bar { display: flex; justify-content: flex-end; margin: 24px 0; gap: 12px; flex-wrap: wrap; } .ngparaeditablepicture form { display: block; margin: 24px 0; width: 100%; box-sizing: border-box; } .ngparaeditablepicture button, .ngparaeditablepicture input[type=submit] { border-color: #ffffff; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #2145aa; font: 15px Raleway,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 10px; cursor: pointer; } .ngparaeditablepicture button:focus-visible, .ngparaeditablepicture input[type=submit]:focus-visible { border-color: #ffffff; background: #2145aa; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngparaeditablepicture button:hover:enabled, .ngparaeditablepicture input[type=submit]:hover:enabled, .ngparaeditablepicture input[type=file]:enabled::file-selector-button:hover { border-color: #444444; background: #444444; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; } .ngparaeditablepicture label { font: 15px Raleway,Verdana,Helvetica,sans-serif; color: #174769; letter-spacing: 0px; display: block; margin: 0 0 6px 0; box-sizing: border-box; } .ngparaeditablepicture input { -webkit-appearance: none; } .ngparaeditablepicture input[type=text], .ngparaeditablepicture input[type=file] { border-color: #dae5ed; border-width: 1px; border-style: solid; padding: 6px 12px 6px 12px; background: #ffffff; font: 15px Raleway,Verdana,Helvetica,sans-serif; color: #323232; letter-spacing: 0px; border-radius: 0px; display: block; width: 100%; margin: 0 0 12px 0; box-sizing: border-box; } .ngparaeditablepicture input[type=file] { padding: 6px; } .ngparaeditablepicture input[type=text]:focus { border-color: #dae5ed; background: #ffffff; } .ngparaeditablepicture input[type=file]::file-selector-button { border-color: #ffffff; border-width: 0px; border-style: solid; padding: 10px 20px 10px 20px; background: #2145aa; font: 15px Raleway,Verdana,Helvetica,sans-serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 10px; cursor: pointer; margin: 0 12px 0 0; } .ngparaeditablepicture:focus::file-selector-button { border-color: #ffffff; background: #2145aa; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngparaeditablepicture input[type=file]:focus-visible::file-selector-button { border-color: #ffffff; background: #2145aa; font-weight: normal; font-style: normal; text-transform: uppercase; color: #ffffff; outline: none; } .ngparaeditablepicture button:disabled, .ngparaeditablepicture input[type=submit]:disabled { opacity: 0.8; cursor: wait; } .ngparaeditablepicture .ngparaeditablepicture-content { border-radius: var(--ngparaeditpicture-borderradius, 0); box-shadow: var(--ngparaeditpicture-shadow,none); } .ngparaeditablepicture .ngparaeditablepicture-content figure { display: block; margin: 0; border-radius: var(--ngparaeditpicture-borderradius, 0); overflow: hidden; } .ngparaeditablepicture .ngparaeditablepicture-content figure img { display: block; width: 100%; height: auto; } .ngparaeditablepicture .ngparaeditablepicture-content figure figcaption { display: block; width: 100%; padding: var(--ngparaeditpicture-padding, 15px); background-color: var(--ngparaeditpicture-background, #444444); color: var(--ngparaeditpicture-color, #ffffff); box-sizing: border-box; }