.ngparaclicktochat { display: flex; flex-wrap: wrap; margin: 0 -10px; } .ngparaclicktochat-right { justify-content: flex-end; } .ngparaclicktochat-left { justify-content: flex-start; } .ngparaclicktochat-center { justify-content: center; } .ngparaclicktochat a { border-color: #7d95af; border-width: 0px; border-style: solid; padding: 8px 11px 8px 11px; background: #000000; font: 16px ProzaLibre,Times,'Times New Roman',serif; color: #ffffff; letter-spacing: 0px; text-transform: uppercase; border-radius: 0px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .ngparaclicktochat a:hover { border-color: #7d95af; background: #7d95af; font-weight: normal; font-style: normal; text-transform: uppercase; color: #e7e7e7; text-decoration: none; } .ngparaclicktochat a:focus { border-color: #7d95af; background: #d5dbe2; font-weight: normal; font-style: normal; text-transform: uppercase; color: #405e7e; outline: none; } .ngparaclicktochat a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; } 