a.btn-primary.invoiceBtn {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    display: inline-block;
    color: white;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
    border-radius: 4px;
    background-color: #35b2e6;
    transition: all 300ms cubic-bezier(.77, 0, .175, 1);
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
}
a.btn-primary.invoiceBtn:hover {
    background-color: #5badcf;
}
a.btn-primary.invoiceBtn i {
	margin-right: 5px;
}