/* Layout */
:root {
	--text-color: #495057;
	--text-color-secondary: #6c757d;
	--primary-color: #2196F3;
	--primary-color-text: #ffffff;
	--font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe
		UI Symbol;
	--surface-0: #ffffff;
	--surface-50: #FAFAFA;
	--surface-100: #F5F5F5;
	--surface-200: #EEEEEE;
	--surface-300: #E0E0E0;
	--surface-400: #BDBDBD;
	--surface-500: #9E9E9E;
	--surface-600: #757575;
	--surface-700: #616161;
	--surface-800: #424242;
	--surface-900: #212121;
	--surface-ground: #f8f9fa;
	--surface-section: #ffffff;
	--surface-card: #ffffff;
	--surface-overlay: #ffffff;
	--surface-border: #dee2e6;
	--content-padding: 1rem;
	--inline-spacing: 0.5rem;
	--border-radius: 3px;
	--blue-50: #f4fafe;
	--blue-100: #cae6fc;
	--blue-200: #a0d2fa;
	--blue-300: #75bef8;
	--blue-400: #4baaf5;
	--blue-500: #2196f3;
	--blue-600: #1c80cf;
	--blue-700: #1769aa;
	--blue-800: #125386;
	--blue-900: #0d3c61;
	--green-50: #f6fbf6;
	--green-100: #d4ecd5;
	--green-200: #b2ddb4;
	--green-300: #90cd93;
	--green-400: #6ebe71;
	--green-500: #4caf50;
	--green-600: #419544;
	--green-700: #357b38;
	--green-800: #2a602c;
	--green-900: #1e4620;
	--yellow-50: #fffcf5;
	--yellow-100: #fef0cd;
	--yellow-200: #fde4a5;
	--yellow-300: #fdd87d;
	--yellow-400: #fccc55;
	--yellow-500: #fbc02d;
	--yellow-600: #d5a326;
	--yellow-700: #b08620;
	--yellow-800: #8a6a19;
	--yellow-900: #644d12;
	--cyan-50: #f2fcfd;
	--cyan-100: #c2eff5;
	--cyan-200: #91e2ed;
	--cyan-300: #61d5e4;
	--cyan-400: #30c9dc;
	--cyan-500: #00bcd4;
	--cyan-600: #00a0b4;
	--cyan-700: #008494;
	--cyan-800: #006775;
	--cyan-900: #004b55;
	--pink-50: #fef4f7;
	--pink-100: #fac9da;
	--pink-200: #f69ebc;
	--pink-300: #f1749e;
	--pink-400: #ed4981;
	--pink-500: #e91e63;
	--pink-600: #c61a54;
	--pink-700: #a31545;
	--pink-800: #801136;
	--pink-900: #5d0c28;
	--indigo-50: #f5f6fb;
	--indigo-100: #d1d5ed;
	--indigo-200: #acb4df;
	--indigo-300: #8893d1;
	--indigo-400: #6372c3;
	--indigo-500: #3f51b5;
	--indigo-600: #36459a;
	--indigo-700: #2c397f;
	--indigo-800: #232d64;
	--indigo-900: #192048;
	--teal-50: #f2faf9;
	--teal-100: #c2e6e2;
	--teal-200: #91d2cc;
	--teal-300: #61beb5;
	--teal-400: #30aa9f;
	--teal-500: #009688;
	--teal-600: #008074;
	--teal-700: #00695f;
	--teal-800: #00534b;
	--teal-900: #003c36;
	--orange-50: #fff8f2;
	--orange-100: #fde0c2;
	--orange-200: #fbc791;
	--orange-300: #f9ae61;
	--orange-400: #f79530;
	--orange-500: #f57c00;
	--orange-600: #d06900;
	--orange-700: #ac5700;
	--orange-800: #874400;
	--orange-900: #623200;
	--bluegray-50: #f7f9f9;
	--bluegray-100: #d9e0e3;
	--bluegray-200: #bbc7cd;
	--bluegray-300: #9caeb7;
	--bluegray-400: #7e96a1;
	--bluegray-500: #607d8b;
	--bluegray-600: #526a76;
	--bluegray-700: #435861;
	--bluegray-800: #35454c;
	--bluegray-900: #263238;
	--purple-50: #faf4fb;
	--purple-100: #e7cbec;
	--purple-200: #d4a2dd;
	--purple-300: #c279ce;
	--purple-400: #af50bf;
	--purple-500: #9c27b0;
	--purple-600: #852196;
	--purple-700: #6d1b7b;
	--purple-800: #561561;
	--purple-900: #3e1046;
	--gray-50: #FAFAFA;
	--gray-100: #F5F5F5;
	--gray-200: #EEEEEE;
	--gray-300: #E0E0E0;
	--gray-400: #BDBDBD;
	--gray-500: #9E9E9E;
	--gray-600: #757575;
	--gray-700: #616161;
	--gray-800: #424242;
	--gray-900: #212121;
	--red-50: #fff5f5;
	--red-100: #ffd1ce;
	--red-200: #ffada7;
	--red-300: #ff8980;
	--red-400: #ff6459;
	--red-500: #ff4032;
	--red-600: #d9362b;
	--red-700: #b32d23;
	--red-800: #8c231c;
	--red-900: #661a14;
	--primary-50: #f4fafe;
	--primary-100: #cae6fc;
	--primary-200: #a0d2fa;
	--primary-300: #75bef8;
	--primary-400: #4baaf5;
	--primary-500: #2196f3;
	--primary-600: #1c80cf;
	--primary-700: #1769aa;
	--primary-800: #125386;
	--primary-900: #0d3c61;
}
.ubf-redLetterQuote{
	color : #1976d2;
}

.highlight {
	display: inline-block;
	padding: .10em 0;
	background: #FFFF00;
	color: #000000;
	font-weight: bold;
}
/* Topbar */
.order-badge {
	border-radius: 2px;
	padding: 0.25em 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.order-badge.order-delivered {
	background: #C8E6C9;
	color: #256029;
}

.order-badge.order-cancelled {
	background: #FFCDD2;
	color: #C63737;
}

.order-badge.order-pending {
	background: #FEEDAF;
	color: #8A5340;
}

.order-badge.order-returned {
	background: #ECCFFF;
	color: #694382;
}

.product-badge {
	border-radius: 2px;
	padding: 0.25em 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.product-badge.status-instock {
	background: #C8E6C9;
	color: #256029;
}

.product-badge.status-outofstock {
	background: #FFCDD2;
	color: #C63737;
}

.product-badge.status-lowstock {
	background: #FEEDAF;
	color: #8A5340;
}

.customer-badge {
	border-radius: 2px;
	padding: 0.25em 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.customer-badge.status-qualified {
	background: #C8E6C9;
	color: #256029;
}

.customer-badge.status-unqualified {
	background: #FFCDD2;
	color: #C63737;
}

.customer-badge.status-negotiation {
	background: #FEEDAF;
	color: #8A5340;
}

.customer-badge.status-new {
	background: #B3E5FC;
	color: #23547B;
}

.customer-badge.status-renewal {
	background: #ECCFFF;
	color: #694382;
}

.customer-badge.status-proposal {
	background: #FFD8B2;
	color: #805B36;
}

.filter-container .ui-inputtext {
	width: 400px;
}

.ui-selection-column {
	width: 2rem;
}

body .ui-growl {
	top: 85px;
}

body .ui-growl .ui-growl-item-container {
	margin: 0 0 1rem 0;
	border-radius: 4px;
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px
		rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

body .ui-growl .ui-growl-item-container .ui-icon-closethick {
	font-family: "primeicons" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: none;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}

body .ui-growl .ui-growl-item-container .ui-icon-closethick:before {
	content: "\e90b";
}

body .ui-growl .ui-growl-item-container .ui-growl-item {
	padding: 1rem;
	min-height: 60px;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
	background: #1976d2;
	border: solid transparent;
	color: #FFFFFF;
	border-width: 0 0 0 0;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image {
	font-family: "primeicons" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: none;
	font-size: 2rem;
	color: #FFFFFF;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before
	{
	content: "\e924";
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-icon {
	color: #01579B;
}

body .ui-growl .ui-growl-item-container.ui-growl-warn {
	background: #FFECB3;
	border: solid transparent;
	color: #7f6003;
	border-width: 0 0 0 0;
}

body .ui-growl .ui-growl-item-container.ui-growl-warn .ui-growl-image {
	font-family: "primeicons" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: none;
	font-size: 2rem;
	color: #7f6003;
}

body .ui-growl .ui-growl-item-container.ui-growl-warn .ui-growl-image:before
	{
	content: "\e922";
}

body .ui-growl .ui-growl-item-container.ui-growl-warn .ui-icon {
	color: #7f6003;
}

body .ui-growl .ui-growl-item-container.ui-growl-error, body .ui-growl .ui-growl-item-container.ui-growl-fatal
	{
	background: #FFCDD2;
	border: solid transparent;
	color: #B71C1C;
	border-width: 0 0 0 0;
}

body .ui-growl .ui-growl-item-container.ui-growl-error .ui-growl-image,
	body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-growl-image
	{
	font-family: "primeicons" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	background: none;
	font-size: 2rem;
	color: #B71C1C;
}

body .ui-growl .ui-growl-item-container.ui-growl-error .ui-growl-image:before,
	body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-growl-image:before
	{
	content: "\e90c";
}

body .ui-growl .ui-growl-item-container.ui-growl-error .ui-icon, body .ui-growl .ui-growl-item-container.ui-growl-fatal .ui-icon
	{
	color: #B71C1C;
}

.MyOneMenu.ui-selectonemenu .ui-selectonemenu-label {
	font-size: 10px;
}

.MyOneMenu.ui-selectonemenu .ui-selectonemenu-trigger {
	height: 33px !important;
	/* you can change this value according to the value of your font-size. */
}

@media ( max-width : 640px) {
	.filter-container {
		width: 100%;
		margin-top: 0.5rem;
	}
	.filter-container .ui-inputtext {
		width: 100%;
	}
	.ui-selection-column {
		width: auto;
		text-align: center;
	}
	.ui-selection-column .ui-column-title {
		display: none !important;
	}
}

.crud-demo .ui-datatable {
	margin-top: 1rem;
}

.crud-demo .product-image {
	width: 100px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.crud-demo .ui-dialog .product-image {
	width: 250px;
	margin: 0 auto 2rem auto;
	display: block;
}

.crud-demo .ui-dialog-footer .ui-button {
	min-width: 6rem;
}

.crud-demo .ui-datatable .ui-column-filter {
	display: none;
}

.crud-demo .products-table-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.crud-demo .edit-button.ui-button {
	margin-right: 0.5rem;
}

.crud-demo .orders-subtable {
	padding: 1rem;
}

.crud-demo .products-table>.ui-datatable-tablewrapper>table>thead>tr>th:nth-child(2)
	{
	width: 2rem;
}

.crud-demo .products-table .ui-rating {
	display: inline-block;
}

@media ( max-width : 640px) {
	.products-table>.ui-datatable-tablewrapper>table>thead>tr>th:nth-child(2) .ui-column-title,
		.products-table>.ui-datatable-tablewrapper>table>tbody>tr>td:nth-child(2) .ui-column-title
		{
		display: none !important;
	}
	.products-buttonbar {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.products-buttonbar>div:last-child {
		margin-top: 0.5rem;
	}
}

.docs li {
	line-height: 1.5;
}

.icons-demo .icons-list {
	text-align: center;
	color: #757575;
}

.icons-demo .icons-list i {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

.list-demo .product-name {
	font-size: 1.5rem;
	font-weight: 700;
}

.list-demo .product-description {
	margin: 0 0 1rem 0;
}

.list-demo .product-category-icon {
	vertical-align: middle;
	margin-right: 0.5rem;
}

.list-demo .product-category {
	font-weight: 600;
	vertical-align: middle;
}

.list-demo .product-list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
}

.list-demo .product-list-item img {
	width: 150px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin-right: 2rem;
}

.list-demo .product-list-item .product-list-detail {
	flex: 1 1 0;
	-ms-flex: 1 1 0px;
}

.list-demo .product-list-item .ui-rating {
	margin: 0 0 0.5rem 0;
}

.list-demo .product-list-item .product-price {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	align-self: flex-end;
}

.list-demo .product-list-item .product-list-action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list-demo .product-list-item .ui-button {
	margin-bottom: 0.5rem;
}

.list-demo .product-grid-item {
	border: 1px solid #eaeaea;
}

.list-demo .product-grid-item .product-grid-item-top, .list-demo .product-grid-item .product-grid-item-bottom
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-demo .product-grid-item img {
	width: 75%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin: 2rem 0;
}

.list-demo .product-grid-item .product-grid-item-content {
	text-align: center;
}

.list-demo .product-grid-item .product-price {
	font-size: 1.5rem;
	font-weight: 600;
}

@media screen and (max-width: 576px) {
	.list-demo .product-list-item {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
	}
	.list-demo .product-list-item img {
		width: 75%;
		margin: 2rem 0;
	}
	.list-demo .product-list-item .product-list-detail {
		text-align: center;
	}
	.list-demo .product-list-item .product-price {
		align-self: center;
	}
	.list-demo .product-list-item .product-list-action {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-demo .product-list-item .product-list-action {
		margin-top: 2rem;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
}

.messages-demo .ui-button.ui-widget {
	min-width: 6rem;
}

.messages-demo .field>label {
	width: 125px;
}

.misc-demo .ui-button.ui-widget {
	min-width: 6rem;
}

.misc-demo .badges .ui-badge, .misc-demo .badges .ui-tag {
	margin-right: 0.5rem;
}

.misc-demo .ui-chip.custom-chip {
	background: var(--primary-color);
	color: var(--primary-color-text);
}

.misc-demo .custom-scrolltop {
	width: 2rem;
	height: 2rem;
	border-radius: 4px;
	background-color: var(--primary-color);
}

.misc-demo .custom-scrolltop:hover {
	background-color: var(--primary-color);
}

.misc-demo .custom-scrolltop .ui-scrolltop-icon {
	font-size: 1rem;
	color: var(--primary-color-text);
}

.misc-demo .custom-skeleton {
	border: 1px solid var(--surface-d);
	border-radius: 4px;
}

.misc-demo .custom-skeleton ul {
	list-style: none;
}

.table-demo .ui-datatable .ui-column-filter {
	display: none;
}

.table-demo .customers-table-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.table-demo .ui-progressbar-value.ui-widget-header {
	background: #607d8b;
}

@media ( max-width : 640px) {
	.table-demo .ui-progressbar {
		margin-top: 0.5rem;
	}
}

.custom-marker {
	display: flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.ui-chronoline-event-content, .ui-chronoline-event-opposite {
	line-height: 1;
}

@media screen and (max-width: 960px) {
	.customized-chronoline .ui-chronoline-event:nth-child(even) {
		flex-direction: row !important;
	}
	.customized-chronoline .ui-chronoline-event:nth-child(even) .ui-chronoline-event-content
		{
		text-align: left !important;
	}
	.customized-chronoline .ui-chronoline-event-opposite {
		flex: 0;
	}
	.customized-chronoline .ui-card {
		margin-top: 1rem;
	}
}

.floatlabel-demo .field {
	margin-top: 2rem;
}

/**
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
* @author Tim  Shedor
*/
code[class*=language-], pre[class*=language-] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
	position: relative;
	margin: 0.5em 0;
	overflow: visible;
	padding: 0;
}

pre[class*=language-]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04)
		50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}

code[class*=language] {
	max-height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}

/* Margin bottom to accomodate shadow */
:not(pre)>code[class*=language-], pre[class*=language-] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}

/* Inline code */
:not(pre)>code[class*=language-] {
	position: relative;
	padding: 0.2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

pre[class*=language-]:before, pre[class*=language-]:after {
	content: "";
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

:not(pre)>code[class*=language-]:after, pre[class*=language-]:after {
	right: 0.75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

.token.comment, .token.block-comment, .token.prolog, .token.doctype,
	.token.cdata {
	color: #7D8B99;
}

.token.punctuation {
	color: #5F6364;
}

.token.property, .token.tag, .token.boolean, .token.number, .token.function-name,
	.token.constant, .token.symbol, .token.deleted {
	color: #c92c2c;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.function,
	.token.builtin, .token.inserted {
	color: #2f9c0a;
}

.token.operator, .token.entity, .token.url, .token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword, .token.class-name {
	color: #1990b8;
}

.token.regex, .token.important {
	color: #e90;
}

.language-css .token.string, .style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.important {
	font-weight: normal;
}

.token.bold {
	font-weight: bold;
}

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.namespace {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	pre[class*=language-]:before, pre[class*=language-]:after {
		bottom: 14px;
		box-shadow: none;
	}
}
/* Plugin styles */
.token.tab:not(:empty):before, .token.cr:before, .token.lf:before {
	color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*=language-].line-numbers {
	padding-left: 0;
}

pre[class*=language-].line-numbers code {
	padding-left: 3.8em;
}

pre[class*=language-].line-numbers .line-numbers-rows {
	left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*=language-][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

pre[data-line] code {
	position: relative;
	padding-left: 4em;
}

pre .line-highlight {
	margin-top: 0;
}

/* PrimeFaces styles */
pre[class*=language-]:before, pre[class*=language-]:after {
	display: none !important;
}

pre[class*=language-] code {
	border-left: 6px solid var(--surface-border) !important;
	box-shadow: none !important;
	background: var(--surface-ground) !important;
	margin: 1em 0;
	color: var(--text-color);
}

.language-css .token.string, .style .token.string {
	background: transparent;
}

.block-section {
	margin-bottom: 4rem;
}

.block-header {
	padding: 1rem 2rem;
	background-color: var(--surface-section);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid var(--surface-d);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-header .block-title {
	font-size: 1.25rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

.block-header .block-title .badge-free {
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
	background-color: var(--orange-500);
	color: white;
	margin-left: 1rem;
	font-weight: 600;
	font-size: 0.875rem;
}

.block-header .block-title .badge-new {
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
	background-color: var(--green-500);
	color: white;
	margin-left: 1rem;
	font-weight: 600;
	font-size: 0.875rem;
}

.block-header .block-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	user-select: none;
}

.block-header .block-actions a {
	display: flex;
	align-items: center;
	margin-right: 0.75rem;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	border: 1px solid transparent;
	transition: background-color 0.2s;
	cursor: pointer;
	color: var(--text-color);
}

.block-header .block-actions a:last-child {
	margin-right: 0;
}

.block-header .block-actions a:not(.block-action-disabled):hover {
	background-color: var(--surface-c);
}

.block-header .block-actions a.block-action-active {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.block-header .block-actions a.block-action-copy i {
	color: var(--primary-color);
	font-size: 1.25rem;
}

.block-header .block-actions a.block-action-disabled {
	opacity: 0.6;
	pointer-events: none;
	cursor: auto !important;
}

.block-header .block-actions a .pi-lock {
	margin-right: 0.5rem;
}

.block-content {
	padding: 0;
	border: 1px solid var(--surface-d);
	border-top: 0 none;
}

.block-content>div {
	display: none;
}

.block-content>div.block-content-active {
	display: block;
}

.block-section pre[class*=language-] {
	margin: 0 !important;
}

.block-section pre[class*=language-]:before, .block-section pre[class*=language-]:after
	{
	display: none !important;
}

.block-section pre[class*=language-] code {
	border-left: 0 none !important;
	box-shadow: none !important;
	background: var(--surface-e) !important;
	margin: 0;
	color: var(--text-color);
	font-size: 14px;
	padding: 1.5rem 2rem !important;
}

@media screen and (max-width: 575px) {
	.block-header {
		flex-direction: column;
		align-items: start;
	}
	.block-header .block-actions {
		margin-top: 1rem;
	}
}