.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: #0b6399;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: #ede2d1;
	font: 14px Raleway,Verdana,Helvetica,sans-serif;
	color: #19140b;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 3px;
    display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px;
}

.ngparaclicktochat a:hover
{
	border-color: #c40202;
	background: #092f49;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.ngparaclicktochat a svg {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.75em;
}
