.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: #ffffff; border-width: 0px; border-style: solid; padding: 15px 25px 15px 25px; background: #ef7f19; font: bold 16px 'PT Serif',Times,'Times New Roman',serif; color: #f7f8fa; letter-spacing: 1.3px; text-transform: uppercase; box-shadow: 5px 5px 10px rgba(0,0,0,0.1); border-radius: 8px; display: flex; justify-content: center; align-items: center; cursor: pointer; -webkit-appearance: none; text-decoration: none; margin: 10px; } .ngparaclicktochat a:hover { border-color: #ffffff; background: #e31d24; font-weight: bold; font-style: normal; text-transform: uppercase; color: #ffffff; text-decoration: none; } .ngparaclicktochat a:focus { border-color: #3c4a6e; background: #e31d24; font-weight: bold; font-style: normal; text-transform: uppercase; color: #f7f8fa; outline: auto; } .ngparaclicktochat a svg { display: block; width: 1.5em; height: 1.5em; margin-right: 0.75em; } 