@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

.card {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #14222B;
	padding: 16px;
	box-sizing: border-box;
	margin-bottom: 16px;

	-webkit-box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 1);

	border-bottom: 1px solid var(--blue-ligth);
	border-right: 1px solid var(--blue-ligth);

	/* -webkit-box-shadow: 4px 4px 13px -4px var(--blue-ligth);
	-moz-box-shadow: 4px 4px 13px -4px var(--blue-ligth);
	box-shadow: 4px 4px 13px -4px var(--blue-ligth); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.5rem 0 1rem 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

hr {
	border-top: solid rgba(255, 255, 255, 0.15);
	border-width: 1px 0 0 0;
	margin: 1rem 0;
}

p {
	margin: 0 0 1rem 0;
	line-height: 1.5;
}

p:last-child {
	margin-bottom: 0;
}

html {
	height: 100%;
	font-size: 14px;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Open Sans", serif;
	font-size: 14px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
	min-height: 100%;
	background-color: #252F3E;
	padding: 1% 2% 1% 2%;
}

body a {
	color: #0F8BFD;
	text-decoration: none;
}

.widget-overview-box {
	height: 6rem;
	border-radius: 12px;
	padding: 14px 12px;
	position: relative;
}

.widget-overview-box img {
	position: absolute;
	bottom: 14px;
	right: 12px;
}

.widget-overview-box .overview-title {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.widget-overview-box .overview-badge {
	height: 32px;
	width: 70px;
	border-radius: 6px;
	padding: 0.5em;
	margin-top: 0.5em;
	margin-right: 12px;
}

.widget-overview-box .overview-badge i {
	width: 24px;
}

.widget-overview-box .overview-badge span {
	font-size: 14px;
	line-height: 18px;
}

.widget-overview-box .overview-text {
	font-size: 30px;
	line-height: 35px;
}

.widget-overview-box.widget-overview-box-1 .overview-badge {
	background-color: #E14F71;
	box-shadow: 0px 6px 20px rgba(252, 97, 97, 0.3);
}

.widget-overview-box.widget-overview-box-2 .overview-badge {
	margin-right: 12px;
	background-color: #A2CB24;
	box-shadow: 0px 6px 20px rgba(11, 209, 138, 0.3);
}

.widget-overview-box.widget-overview-box-3 .overview-badge {
	background-color: #00D0DE;
	box-shadow: 0px 6px 20px rgba(0, 208, 222, 0.3);
}

.p-button-outlined.invoice-button {
	color: inherit;
}

@media print {
	body * {
		visibility: hidden;
	}

	#invoice-content * {
		visibility: visible;
	}

	#invoice-content {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		margin: 0;
	}
}

:root {
	--width: 100vw;
	--full-width: 100vw;
	--angle: -15deg;
	--magic-number: 0.09719;
	--skew-padding: calc(var(--width) * var(--magic-number));
	--clip-padding: calc(var(--full-width) * var(--magic-number));
}

@media (min-width: 42em) {
	:root {
		--width: 42rem;
	}
}