/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .invoice-download .bts {
	width: 100%;
	margin-bottom: 30px;
}

.invoice-download .error{

	padding: 5px;
    border: 2px solid red;
    text-align: center;
}

.button.fatura::after, .fatura::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f1c1";
	margin-left: .5em;
}

.dg_download_pdf_now_form {
	display: flex;
	float: left;
}

.flex-div {
	display: flex;
	float: left;
}