/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/07/2019, 02:45:19 PM
    Author     : Diannys
*/
.pruebaD label {
	color: white;
}

.layout-topbar-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.countdown-text {
	font-size: 1.2em;
	color: #333;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-selectonemenu
	{
	margin-top: 0px !important;
	width: 100%;
}
/*
spam#gazoo_container.ui-growl-image-info {
	background-image:
		url(/C2-v2_3/javax.faces.resource/images/iq4sid.png.xhtml) !important;
}
 */
.w-40 {
	width: 40% !important;
}

#top-menu-fix ul li a {
	color: #546e7a;
	padding: 0px !important;
	display: block;
	font-size: 16px;
	font-family: 'robotoregular';
}

.scrollarea {
	overflow-y: auto;
	overflow-x: hidden;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media ( prefers-reduced-motion :reduce) {
	.btn {
		transition: none
	}
}

.DashboardCard {
	padding: 20px;
	display: block;
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: 'robotoregular';
	color: #546e7a;
}

.dashboardBox {
	width: 29%;
	margin: 12px;
	float: left;
	min-height: 335px;
	max-height: 335px;
	min-width: 200px;
}

.showOverAll {
	z-index: 10000 !important;
}

.short-text {
	display: none;
}

.smallSizeView {
	display: none;
}

.showTableReflow {
	display: none
}

.widthForMobile {
	width: auto !important;
}

@media ( max-width : 807px) {
	.WidAutoOnMobileDashboard {
		width: 45% !important;
	}
}

@media ( max-width : 600px) {
	.showTableReflow {
		display: inline-block;
	}
	.notShowTableReflow {
		display: none;
	}
}

@media ( max-width : 528px) {
	.WidAutoOnMobileDashboard {
		width: 94% !important;
	}
}

@media ( max-width : 1024px) {
	.smallSizeDialogView {
		height: 60px !important
	}
}

.widthForComposeMobile {
	width: 70% !important;
}

.widthFor50Mobile {
	width: 50% !important;
}

.widthFor50MobileScroll {
	width: 50% !important;
}

.widthFor50MobileScroll .ui-dialog-content {
	max-height: 600px !important;
	min-height: 300px !important;
}

.widthFor40MobileScroll .ui-dialog-content {
	max-height: 600px !important;
	min-height: 300px !important;
}

.widthFor40MobileScroll {
	width: 40% !important;
}

.widthFor40Mobile {
	width: 40% !important;
}

@media ( max-width : 766px) {
	.short-text {
		display: inline-block;
	}
	.full-text {
		display: none;
	}
	.smallSizeView {
		display: inline-block;
	}
	.fullSizeView {
		display: none;
	}
	.widthForMobile {
		width: 90% !important;
	}
	.widthForComposeMobile {
		width: 90% !important;
	}
	.widthFor50Mobile {
		width: 90% !important;
	}
	.widthFor40Mobile {
		width: 90% !important;
	}
	.widthFor50MobileScroll {
		width: 90% !important;
	}
	.widthFor40MobileScroll {
		width: 90% !important;
	}
}

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65
}

.btn-primary {
	color: #fff !important;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #0b5ed7;
	border-color: #0a58ca
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff !important;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary,
	.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle
	{
	color: #fff !important;
	background-color: #0a58ca;
	border-color: #0a53be
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus,
	.btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus
	{
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff !important;
	background-color: #0d6efd;
	border-color: #0d6efd
}

.btn-success {
	color: #fff !important;
	background-color: #198754;
	border-color: #198754
}

.btn-success:hover {
	color: #fff !important;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff !important;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success, .btn-check:checked+.btn-success,
	.btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle
	{
	color: #fff !important;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus,
	.btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus
	{
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff !important;
	background-color: #198754;
	border-color: #198754
}

.pb-mail-template1 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid black;
	border-radius: 6px;
	margin-top: 40px;
	height: 90%;
}

.pb-mail-navbar {
	background: #3e3f3a;
	border: none;
}

.btn-warning {
	background-color: #f47c3c;
}

.pb-mail-template1 .dropdown-menu>li>a {
	font-size: 11px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.pb-mail-template1 .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #98978b;
	white-space: nowrap;
}

.pb-mail-template1 .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pb-mail-template1 .form-control {
	display: block;
	width: 100%;
	height: 43px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #3e3f3a;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dfd7ca;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#brand {
	color: white;
}

.whiteColor {
	color: white;
	text-decoration: none;
}

#btn_email {
	width: 135px;
}

#inbox_parag {
	font-size: 22px;
	padding: 11px 5px 5px 11px;
	color: #98978b;
	font-weight: 600;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-secondary, .btn-check:active+.btn-secondary,
	.btn-secondary:active, .btn-secondary.active, .show>.btn-secondary.dropdown-toggle
	{
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:checked+.btn-secondary:focus, .btn-check:active+.btn-secondary:focus,
	.btn-secondary:active:focus, .btn-secondary.active:focus, .show>.btn-secondary.dropdown-toggle:focus
	{
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.orange-box {
	background: linear-gradient(15deg, #F91616, #F97316);
	border-left: 10px solid transparent;
}

.red-box {
	background: linear-gradient(15deg, #FF0000, #FF4500);
	border-left: 10px solid transparent;
}

.purple-box {
	background: linear-gradient(15deg, #CC63F1, #6366F1);
	border-left: 10px solid transparent;
}

.green-box {
	background: linear-gradient(15deg, #06D465, #06B6D4);
	border-left: 10px solid transparent;
}

/* Empty Boxes */
.EmptyBox1 {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.EmptyBox2 {
	display: block;
	width: 100%;
	height: 2px;
	overflow: hidden;
}

.EmptyBox3 {
	display: block;
	width: 100%;
	height: 3px;
	overflow: hidden;
}

.EmptyBox4 {
	display: block;
	width: 100%;
	height: 4px;
	overflow: hidden;
}

.EmptyBox5 {
	display: block;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

.EmptyBox6 {
	display: block;
	width: 100%;
	height: 6px;
	overflow: hidden;
}

.EmptyBox7 {
	display: block;
	width: 100%;
	height: 7px;
	overflow: hidden;
}

.EmptyBox8 {
	display: block;
	width: 100%;
	height: 8px;
	overflow: hidden;
}

.EmptyBox9 {
	display: block;
	width: 100%;
	height: 9px;
	overflow: hidden;
}

.EmptyBox10 {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.EmptyBox11 {
	display: block;
	width: 100%;
	height: 11px;
	overflow: hidden;
}

.EmptyBox12 {
	display: block;
	width: 100%;
	height: 12px;
	overflow: hidden;
}

.EmptyBox13 {
	display: block;
	width: 100%;
	height: 13px;
	overflow: hidden;
}

.EmptyBox14 {
	display: block;
	width: 100%;
	height: 14px;
	overflow: hidden;
}

.EmptyBox15 {
	display: block;
	width: 100%;
	height: 15px;
	overflow: hidden;
}

.EmptyBox16 {
	display: block;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.EmptyBox17 {
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
}

.EmptyBox18 {
	display: block;
	width: 100%;
	height: 18px;
	overflow: hidden;
}

.EmptyBox19 {
	display: block;
	width: 100%;
	height: 19px;
	overflow: hidden;
}

.EmptyBox20 {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.EmptyBox21 {
	display: block;
	width: 100%;
	height: 21px;
	overflow: hidden;
}

.EmptyBox22 {
	display: block;
	width: 100%;
	height: 22px;
	overflow: hidden;
}

.EmptyBox23 {
	display: block;
	width: 100%;
	height: 23px;
	overflow: hidden;
}

.EmptyBox24 {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
}

.EmptyBox25 {
	display: block;
	width: 100%;
	height: 25px;
	overflow: hidden;
}

.EmptyBox26 {
	display: block;
	width: 100%;
	height: 26px;
	overflow: hidden;
}

.EmptyBox27 {
	display: block;
	width: 100%;
	height: 27px;
	overflow: hidden;
}

.EmptyBox28 {
	display: block;
	width: 100%;
	height: 28px;
	overflow: hidden;
}

.EmptyBox29 {
	display: block;
	width: 100%;
	height: 29px;
	overflow: hidden;
}

.EmptyBox30 {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.EmptyBox40 {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.EmptyBox50 {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.EmptyBox60 {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.EmptyBox70 {
	display: block;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.EmptyBox80 {
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.EmptyBox90 {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.EmptyBox100 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox110 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox120 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox130 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox140 {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.EmptyBox150 {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.pages-body {
	height: 100vh;
}

.pages-body .topbar {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	background-color: #1565C0;
	z-index: 100;
}

.pages-body .topbar .topbar-left img {
	height: 2rem;
}

.pages-body .topbar .ui-button.ui-button-flat.ui-button-plain {
	color: #ffffff;
}

.pages-body .pages-panel {
	text-align: center;
	z-index: 200;
}

.pages-body .pages-panel.card {
	border: 1.5px solid var(--divider-color);
	border-radius: 6px;
}

.pages-body .pages-panel.card img {
	width: 100%;
}

.pages-body .pages-panel.card>.card {
	background-color: var(--content-alt-bgcolor);
}

.pages-body .pages-panel .pages-header {
	margin-top: -3rem;
	color: var(--primary-color-text);
	border: 1.5px solid var(--divider-color);
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

.pages-body .pages-panel .pages-header h2 {
	margin: 0;
}

.pages-body .pages-panel .pages-detail {
	color: var(--text-secondary-color);
}

.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 {
	margin: 2px;
	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;
}

@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;
	}
}

.pages-body.accessdenied-page {
	background: url("");
	background-size: cover;
}

.pages-body.accessdenied-page .pages-panel .pages-header {
	background: #FB8C00;
}

.pages-body.error-page {
	background: url("/C2U-2.5/jakarta.faces.resource/images/auth/error-bg.jpg.xhtml?ln=demo");
	background-size: cover;
}

.pages-body.error-page .pages-panel .pages-header {
	background: #D81B60;
}

.pages-body.login-page {
	/*background: url("/C2U-2.5/jakarta.faces.resource/images/auth/login-bg.jpg.xhtml?ln=demo");*/
	/*background-size: cover;*/
	background: none;
}

.pages-body.login-page .pages-panel .pages-header {
	background: #0097A7;
}

.pages-body.login-page .pages-panel .input-panel {
	width: 100%;
}

.pages-body.login-page .pages-panel .input-panel .ui-inputtext {
	width: 100%;
}

.pages-body.login-page .pages-panel .login-button>* {
	width: 100%;
}

body .overview-box .overview-status {
	font-weight: 500;
	border-radius: 2px;
	color: var(--body-bgcolor);
}

body .widget-list {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
}

body .widget-list>li {
	border-bottom: 1px solid var(--divider-color);
}

body .widget-list>li:last-child {
	border-bottom: 0 none;
}

body .widget-list>li .person-item img {
	width: 2.5rem;
	height: 2.5rem;
}

body .widget-list>li .widget-list-item-radius, body .widget-list>li .person-tag
	{
	border-radius: 2px;
	color: var(--body-bgcolor);
	font-weight: 500;
}

body .widget-list>li .ui-progressbar {
	height: 6px;
	border-radius: 10px;
	background: var(--content-alt-bgcolor);
}

body .widget-list>li .ui-progressbar-value {
	background: var(--orange);
}

body .widget-expenses .card-subheader {
	font-size: 0.9rem;
	color: var(--text-secondary-color);
	border-bottom: 1px solid var(--divider-color);
}

body .widget-expenses .item {
	padding: 0.5rem;
	border-bottom: 1px solid var(--divider-color);
}

body .widget-expenses .item:last-child {
	border: 0 none;
}

body .widget-expenses .item .type {
	color: #0097A7;
	font-size: 1.5rem;
}

body .widget-expenses .item .value {
	font-weight: 500;
}
/* smasse washere washere was ---text-secondary-color */
body .widget-expenses .item .subtext {
	color: var(--text-secondary-color);
}

body .widget-expenses .item .item-button a {
	color: var(--text-secondary-color);
}

body .widget-traffic .left {
	padding: 1rem;
}

body .widget-traffic .left .total .title {
	color: var(--text-secondary-color);
}

body .widget-traffic .left .total .value {
	font-size: 2rem;
	font-weight: 500;
}

body .widget-traffic .left .info .title {
	color: var(--text-secondary-color);
}

body .widget-traffic .left .info .value {
	font-weight: 500;
}

body .widget-traffic .left .info .percent {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.5;
}

body .widget-traffic .left .info .percent i.type-green {
	color: #0097A7;
}

body .widget-traffic .left .info .percent i.type-orange {
	color: #EF6C00;
}

body .widget-traffic .left .info .percent i.type-gray {
	color: #455A64;
}

body .widget-insights .card-subheader {
	font-size: 0.9rem;
	color: var(--text-secondary-color);
	border-bottom: 1px solid var(--divider-color);
}

body .widget-social .info {
	text-align: right;
}

body .widget-social .info .value {
	font-size: 2rem;
}

body .widget-social .info .subtext {
	color: var(--text-secondary-color);
}

body .widget-social .left, body .widget-social .right {
	width: 50%;
	text-align: center;
	padding: 1rem;
}

body .widget-social .left .title, body .widget-social .right .title {
	font-weight: 500;
}

body .widget-social .left .value, body .widget-social .right .value {
	color: var(--text-secondary-color);
}

body .widget-social .left {
	border-right: 1px solid var(--divider-color);
}

body .widget-social .ui-progressbar {
	height: 6px;
	border-radius: 10px;
	background: var(--content-alt-bgcolor);
}

body .widget-social .ui-progressbar-value {
	background: #FFB300;
}

body .widget-social .stats {
	border-top: 1px solid var(--divider-color);
}

body .widget-topsearchs .item {
	padding: 1rem;
	border-bottom: 1px solid var(--divider-color);
}

body .widget-topsearchs .item .value {
	font-weight: 500;
}

body .widget-topsearchs .item .value.type-green {
	color: var(--cyan);
}

body .widget-topsearchs .item .value.type-yellow {
	color: #EF6C00;
}

body .widget-topsearchs .item .value.type-pink {
	color: var(--pink);
}

body .widget-topsearchs .item:nth-child(even) {
	background-color: var(--content-alt-bgcolor);
}

body .widget-topsearchs .item:last-child {
	border-bottom: 0 none;
}

body .widget-timeline .ui-chronoline.ui-chronoline-vertical .ui-chronoline-event-opposite
	{
	flex: 0;
	padding: 0;
}

body .widget-timeline .ui-chronoline-event-separator .marker-icon {
	color: white;
}

body .widget-timeline .ui-chronoline-event-separator .custom-marker {
	border-radius: 4px;
}

body .widget-activity {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
}

body .widget-activity>li {
	padding: 1rem 0;
	border-bottom: 1px solid var(--divider-color);
}

body .widget-activity>li:last-child {
	border-bottom: 0 none;
}

body .widget-activity>li:nth-child(1) .ui-progressbar-value {
	background: var(--yellow);
}

body .widget-activity>li:nth-child(2) .ui-progressbar-value {
	background: var(--pink);
}

body .widget-activity>li:nth-child(3) .ui-progressbar-value {
	background: var(--cyan);
}

body .widget-activity>li:nth-child(4) .ui-progressbar-value {
	background: var(--cyan);
}

body .widget-activity>li:nth-child(5) .ui-progressbar-value {
	background: var(--cyan);
}

body .widget-activity>li:nth-child(6) .ui-progressbar-value {
	background: var(--pink);
}

body .widget-activity>li .activity-item .activity-title {
	font-weight: 500;
}

body .widget-activity>li .activity-item .activity-subtext {
	font-size: 0.85rem;
	color: var(--text-secondary-color);
}

body .widget-activity>li .activity-item .ui-progressbar {
	height: 6px;
	border-radius: 10px;
	background: var(--content-alt-bgcolor);
}

body .widget-bestsellers {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
}

body .widget-bestsellers>li {
	padding: 1rem 0;
}

body .widget-bestsellers>li:last-child {
	border-bottom: 0 none;
}

body .widget-bestsellers>li .bestseller-item {
	background-color: var(--content-alt-bgcolor);
	border-radius: 4px;
	height: 3.5rem;
	transition: box-shadow 0.2s;
}

body .widget-bestsellers>li .bestseller-item img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

body .widget-bestsellers>li .bestseller-item a {
	color: var(--text-secondary-color);
}

body .widget-bestsellers>li .bestseller-item .item-button {
	margin-left: auto;
}

body .widget-bestsellers>li .bestseller-item:hover {
	cursor: pointer;
	background-color: var(--hover-bgcolor);
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0
		rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

body .widget-chat ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
	padding: 1rem 1rem 0;
	height: 420px;
	overflow-y: auto;
}

body .widget-chat ul li img {
	width: 32px;
}

body .widget-chat ul li .message {
	color: var(--body-bgcolor);
}

body .widget-chat ul li.from .message {
	padding: 1rem;
	border-radius: 30px;
}

body .widget-chat ul li.own {
	text-align: right;
}

body .widget-chat ul li.own .message {
	padding: 1rem;
	border-radius: 30px;
}

body .widget-chat .write-message {
	border-radius: 30px;
}

body .widget-chat .write-message .ui-inputgroup-addon {
	padding: 0;
	overflow: hidden;
}

body .widget-chat .write-message .ui-inputgroup-addon:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

body .widget-chat .write-message .ui-inputgroup-addon:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

body .widget-chat .write-message .ui-inputgroup-addon>.ui-button {
	height: calc(2.5rem + 2px);
	border-radius: 0;
}

body .widget-chat .write-message .emoji {
	width: 90%;
}

body .widget-chat .write-message .emoji .emoji-button {
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	min-width: 0;
}

body .widget-chat .write-message .emoji .emoji-button .ui-button-label {
	color: yellow !important;
	font-size: 1.5rem;
}

@media ( min-width : 990px) {
	body .widget-chat .write-message .emoji {
		width: 40%;
		margin-left: -38%;
	}
}

body.layout-rtl .ui-datatable thead th, body .layout-rtl .ui-datatable thead th
	{
	text-align: right;
}

.docs li {
	line-height: 1.5;
}

.landing-container .landing-color-button {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 9999;
}

.landing-container h1, .landing-container h2, .landing-container h3,
	.landing-container h4, .landing-container h5, .landing-container h6 {
	font-weight: 400;
}

.landing-container ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style-type: none;
}

.landing-container .section {
	padding: 2rem 15rem;
}

.landing-container #header {
	width: 100%;
	min-height: 400px;
	background: url("/C2U-2.5/jakarta.faces.resource/images/landing/landing-header.png.xhtml?ln=demo")
		top left no-repeat #f7f7f7;
	background-size: cover;
}

.landing-container #header .header-menu-container a {
	color: #ffffff;
	cursor: pointer;
}

.landing-container #header .header-menu-container #menu {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.landing-container #header .header-text {
	flex-grow: 1;
}

.landing-container #features .feature-button {
	width: 100px;
	height: 100px;
}

.landing-container #features .feature-button .ui-icon {
	font-size: 2rem;
	margin-top: -1rem;
	margin-left: -1rem;
}

.landing-container #promotion {
	background: url("/C2U-2.5/jakarta.faces.resource/images/landing/promotion.png.xhtml?ln=demo") top
		left no-repeat;
	background-size: 100% auto;
}

.landing-container #pricing .pricing-content {
	width: 100%;
}

.landing-container #pricing .pricing-content .card {
	height: 100%;
}

.landing-container #pricing .pricing-content .options {
	padding: 2rem 4rem;
}

.landing-container #pricing .pricing-content .options li {
	display: flex;
	align-items: center;
}

.landing-container #pricing .pricing-content .options i,
	.landing-container #pricing .pricing-content .options span {
	padding: 1rem;
}

.landing-container #pricing .pricing-content .options span {
	font-size: 1.2rem;
}

.landing-container #footer {
	border-top: 1px solid var(--divider-color);
}

.landing-container #footer a {
	color: var(--text-color);
}

.landing-container #footer li {
	padding: 0.25rem;
}

@media screen and (min-width: 990px) {
	.landing-container #header .header-menu-container {
		box-shadow: none;
	}
	.landing-container #header .header-menu-container #menu {
		box-shadow: none;
	}
}

@media screen and (max-width: 991px) {
	.landing-container .section {
		padding: 2rem;
	}
	.landing-container #header .header-menu-container {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #212121;
		padding: 2rem 5rem;
	}
	.landing-container #header .header-menu-container #menu {
		display: none;
		z-index: 100;
		position: fixed;
		top: 6rem;
		right: 5rem;
		width: 250px;
		background-color: var(--content-bgcolor);
		color: var(--text-color);
		animation-duration: var(--transition-duration);
	}
	.landing-container #header .header-menu-container #menu a {
		color: var(--text-color);
	}
	.landing-container #header .header-menu-container #menu>li {
		width: 100%;
	}
	.landing-container #header .header-menu-container #menu>li:hover {
		background-color: var(--hover-bgcolor);
		transition: background-color var(--transition-duration);
	}
	.landing-container #header .header-menu-container #menu.menu-active {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: stretch;
	}
}

.pages-body.notfound-page {
	background: url("/C2U-2.5/jakarta.faces.resource/images/notfound/404-bg.jpg.xhtml?ln=demo");
	background-size: cover;
}

.pages-body.notfound-page .pages-panel .pages-header {
	background: #455A64;
}

.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;
	}
}

.pages-body.contact-page .map iframe {
	border: 0;
	position: absolute;
	float: left;
	clear: both;
	width: 100%;
	height: 45vh;
	z-index: 0;
	opacity: 0.5;
}

.pages-body.contact-page .map span {
	position: absolute;
	float: left;
	clear: both;
	width: 100%;
	height: 45vh;
	z-index: -1;
	background: linear-gradient(180deg, #040B0F 0%, rgba(7, 14, 18, 0) 100%);
}

.pages-body.contact-page i {
	color: white;
}

.pages-body.contact-page .pages-panel {
	text-align: left;
	width: 75%;
	max-width: 1050px;
	margin: auto;
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
}

.pages-body.contact-page .pages-panel .title {
	font-weight: 500;
	margin-bottom: 0;
}

.pages-body.contact-page .pages-panel .card .contact-input {
	width: 100%;
}

.pages-body.contact-page .pages-panel .card .right-panel i {
	font-size: 2rem;
	padding: 0.5rem;
	border-radius: 4px;
}

.pages-body.contact-page .pages-panel .card .right-panel i.pi-home {
	color: #1565C0;
	background: #BBDEFB;
	background-size: auto;
}

.pages-body.contact-page .pages-panel .card .right-panel i.pi-briefcase
	{
	color: #00838f;
	background: #B2DFDB;
	background-size: auto;
}

@media screen and (max-width: 768px) {
	.pages-body.contact-page .pages-panel {
		padding-bottom: 10em;
	}
	.pages-body.contact-page .pages-panel .ui-button {
		width: 100%;
	}
	.pages-body.contact-page .pages-panel .card .right-panel {
		text-align: center;
	}
}

.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: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

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

.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 {
		flex-direction: column;
	}
	.products-buttonbar>div:last-child {
		margin-top: 0.5rem;
	}
}

.layout-help-page .layout-help-page-header {
	position: relative;
}

.layout-help-page .layout-help-page-header .layout-help-page-header-text
	{
	position: absolute;
	left: 2rem;
	top: 50%;
	margin-top: -1.75rem;
	color: #ffffff;
}

.layout-help-page .layout-help-page-header .layout-help-page-search {
	position: absolute;
	left: 2rem;
	bottom: -1rem;
	border-radius: 4px;
	width: calc(100% - 4rem);
}

.layout-help-page .layout-help-page-header .layout-help-page-search .ui-inputtext
	{
	border: 0 none;
}

.layout-help-page .ui-accordion .ui-accordion-header {
	display: flex;
	align-items: center;
}

@media print {
	body * {
		visibility: hidden;
	}
	.layout-invoice-content {
		position: absolute;
		left: 0;
		top: 0;
	}
	.layout-invoice-content * {
		visibility: visible;
		box-shadow: none;
		color: #212121 !important;
		border-color: #e4e4e4 !important;
		background-color: transparent;
	}
}

.wizard-body {
	height: 100vh;
	background: url("/C2U-2.5/jakarta.faces.resource/images/pages/background@2x.jpg.xhtml?ln=demo")
		center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.wizard-body .wizard-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.wizard-body .wizard-wrapper .wizard-topbar {
	background-color: #3949ab;
	z-index: 1000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	height: 75px;
	padding: 0 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-basis: 75px;
	flex-grow: 0;
	flex-shrink: 0;
}

.wizard-body .wizard-wrapper .wizard-topbar .logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 30px;
	background: url("/C2U-2.5/jakarta.faces.resource/images/pages/logo.png.xhtml?ln=demo") top left
		no-repeat;
}

.wizard-body .wizard-wrapper .wizard-topbar .profile {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text {
	margin-right: 15px;
	text-align: right;
}

.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text h1 {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
}

.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-text p {
	font-size: 16px;
	opacity: 0.6;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.wizard-body .wizard-wrapper .wizard-topbar .profile .profile-image {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
}

.wizard-body .wizard-wrapper .wizard-content {
	height: calc(100% - 75px);
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card {
	background-color: var(--content-bgcolor);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px
		rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
	min-height: 600px;
	width: 54.33%;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header
	{
	width: 100%;
	background-color: #3f51b5;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab
	{
	background-color: #3f51b5;
	text-align: center;
	cursor: pointer;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab i
	{
	width: 20px;
	opacity: 0.38;
	color: #ffffff;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .title
	{
	color: #ffffff;
	opacity: 0.38;
	font-size: 16px;
	line-height: 1.5em;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab .icon
	{
	line-height: 1.5em;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab
	{
	transition-duration: 0.6s;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab i
	{
	opacity: 1;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab.selected-tab .title
	{
	opacity: 1;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar
	{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 33.3333%;
	transition: 0.5s cubic-bezier(0.35, 0, 0.25, 1);
	background-color: #ffffff;
	visibility: visible;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-register
	{
	width: 33.3333%;
	left: 0;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-tier
	{
	width: 33.3333%;
	left: 33.3333%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-header .tab-bar.tab-bar-payment
	{
	width: 33.3333%;
	left: 66.6667%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content
	{
	padding: 30px;
	display: none;
	overflow: auto;
	height: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content>.grid
	{
	height: 100%;
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content h1
	{
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.active-content
	{
	display: flex;
	flex-grow: 1;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup
	{
	margin-top: 31px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-inputgroup input
	{
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .ui-selectonemenu
	{
	margin-top: 25px;
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar
	{
	margin-top: 14px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar .ui-calendar
	{
	width: 100%;
	position: relative;
	padding: 1px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .forms .calendar .ui-calendar input
	{
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .continue-button.ui-button
	{
	margin-top: 25px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.register .previous-button.ui-button
	{
	margin-top: 25px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card
	{
	min-height: 400px;
	padding: 0;
	position: relative;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header
	{
	color: #ffffff;
	font-size: 18px;
	padding: 15px 10px;
	background-color: #3f51b5;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-header h1
	{
	color: #ffffff;
	font-size: 24px;
	display: inline;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content
	{
	font-size: 14px;
	padding: 10px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content i
	{
	color: #3f51b5;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .card-row
	{
	height: 40px;
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper
	{
	position: absolute;
	bottom: 15px;
	right: 10px;
	left: 0px;
	width: auto;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card .card-content .tier-button-wrapper .tier-button.ui-button
	{
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-header
	{
	background-color: #e91e63;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content i
	{
	color: #e91e63;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro .card-content .tier-button.ui-button
	{
	background-color: #e91e63;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-header
	{
	background-color: #607d8b;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content i
	{
	color: #607d8b;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.tier .card.pro-plus .card-content .tier-button.ui-button
	{
	background-color: #607d8b;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment
	{
	padding: 0;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info
	{
	padding: 70px 35px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-float-label input
	{
	width: 100%;
	padding-bottom: 15px;
	background-color: transparent;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .ui-checkbox-label
	{
	margin-left: 0.5em;
	font-size: 14px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info #customPanel
	{
	width: 100%;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .payment-info .check-info
	{
	margin-top: 10px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info
	{
	padding: 15px;
	background-color: #e0e0e0;
	border-left: solid 1px #bdbdbd;
	font-size: 14px;
	color: #757575;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-basic,
	.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro,
	.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-pro-plus,
	.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .order-default
	{
	display: none;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .selected-order
	{
	display: block;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info h1
	{
	margin-top: 15px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .price
	{
	font-weight: 700;
	text-align: right;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .total
	{
	border-top: 1px solid #bdbdbd;
	padding: 15px 0px;
	margin-top: 30px;
}

.wizard-body .wizard-wrapper .wizard-content .wizard-card .wizard-card-content.payment .order-info .buy-button.ui-button
	{
	width: 100%;
	margin: 68px 0;
}

@media ( max-width : 1024px) {
	.wizard-body .wizard-wrapper .wizard-content .wizard-card {
		width: 90%;
	}
}

@media ( max-width : 640px) {
	.wizard-body .wizard-wrapper .wizard-topbar {
		height: 150px;
		padding: 0 5%;
		flex-direction: column;
		justify-content: space-around;
		flex-basis: 150px;
	}
	.wizard-body .wizard-wrapper .wizard-topbar .logo {
		align-self: flex-start;
	}
	.wizard-body .wizard-wrapper .wizard-topbar .profile {
		align-self: flex-end;
	}
	.wizard-body .wizard-wrapper .wizard-content {
		height: calc(100% - 150px);
	}
}

.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;
	}
}

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

body.layout-rtl .floatlabel-demo .ui-float-label>label, body .layout-rtl .floatlabel-demo .ui-float-label>label
	{
	left: auto;
	right: 0.75rem;
}

body.layout-rtl .floatlabel-demo .ui-input-icon-right>i:last-of-type,
	body .layout-rtl .floatlabel-demo .ui-input-icon-right>i:last-of-type {
	left: 0.75rem;
	right: auto;
}

body.layout-rtl .floatlabel-demo .ui-selectonemenu .ui-selectonemenu-trigger,
	body .layout-rtl .floatlabel-demo .ui-selectonemenu .ui-selectonemenu-trigger
	{
	right: auto;
	left: 0;
}

.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: flex;
	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: flex;
	flex-direction: column;
}

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

.list-demo .product-grid-item {
	border: 1px solid var(--divider-color);
}

.list-demo .product-grid-item .product-grid-item-top, .list-demo .product-grid-item .product-grid-item-bottom
	{
	display: flex;
	align-items: center;
	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: 991px) {
	.list-demo .product-list-item {
		flex-direction: column;
		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: flex;
		flex-direction: column;
	}
	.list-demo .product-list-item .product-list-action {
		margin-top: 2rem;
		flex-direction: row;
		justify-content: space-between;
		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: flex;
	align-items: center;
	justify-content: space-between;
	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;
	}
}

.icons-demo .icons-list {
	text-align: center;
	color: var(--text-secondary-color);
}

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

@media screen and (min-width: 992px) {
	.lg\:right-140 {
		right: 140px !important;
	}
}

@media screen and (min-width: 768px) {
	.md\:right-140 {
		right: 140px !important;
	}
}

@media ( max-width : 640px) {
	.responsive-image {
		height: 30px; /* Adjust as needed */
	}
}

@media ( min-width : 641px) and (max-width: 1024px) {
	.responsive-image {
		height: 40px; /* Adjust as needed */
	}
}

@media ( min-width : 1025px) {
	.responsive-image {
		height: 50px; /* Adjust as needed */
	}
}

.list-container {
	transform: translateY(-50%); /* Center the container horizontally */
	max-height: 0;
	/* Start with zero height to create the collapsing effect */
	overflow: hidden; /* Hide overflow to maintain clean transition */
	background-color: #fff;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, transform
		0.3s ease-out;
	/* Smooth transition for height, opacity, and transform */
	opacity: 0; /* Initially hidden */
	transform: translateX(-20px);
	/* Initial position for smooth slide effect */
}

.list-container.show-icons {
	max-height: 500px;
	/* Adjust based on content size or use auto for dynamic height */
	opacity: 1; /* Make visible */
	transform: translateX(0); /* Slide to its final position */
}

.list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.5rem;
	white-space: nowrap;
	/* Ensure items stay on one line on small devices */
}

.floating-icon {
	position: fixed;
	background-color: #007ad9;
	color: white;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	display: block; /* Initially hidden */
	z-index: 1001; /* Ensure it’s above the list container */
}

.list-item .pi {
	display: none;
}

@media ( min-width : 768px) {
	.list-container {
		display: flex; /* Always show on larger screens */
		position: static; /* Remove absolute positioning */
		max-height: none; /* Remove height restriction */
		opacity: 1;
		transform: none;
	}
	.floating-icon {
		display: none; /* Hide on larger screens */
	}
}

@media ( max-width : 768px) {
	.list-container {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin-left: 30px;
		margin-top: 10px;
	}
	.list-item {
		flex: 0 0 auto;
		justify-content: center;
	}
	.list-item span {
		display: none;
	}
	.list-item .pi {
		display: inline;
		margin-left: 0;
	}
	.grid .list-container .shadow-1 .border-round {
		margin-left: 40px;
		margin-top: 5px;
	}
	.list-container.show-icons .list-text, .list-container.show-icons .list-arrow
		{
		display: none;
		/* Hide text and arrow on mobile when icons are shown */
	}
	.list-container.show-icons i {
		display: inline; /* Ensure icons are shown */
	}
	.list-container.show-icons .list-item {
		text-align: center; /* Center icons */
	}
}

.list-text, .list-arrow {
	display: inline; /* Initially show both text and arrow */
}

.hide-items .list-item {
	display: none; /* Hide list items when this class is applied */
}
/*
.slide-over-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 25rem;
	background-color: var(--surface-overlay);
	padding: 1rem;
	box-shadow: var(--shadow-2);
	transform: translateX(100%);
	transition: transform 0.15s ease-in-out;
	overflow-y: auto;
}
 */
.slide-over-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 25rem;
	background-color: var(--surface-overlay);
	padding: 1rem;
	transform: translateX(100%);
	transition: transform 0.15s ease-in-out;
	overflow-y: auto;
}

.slide-over-panel.show {
	transform: translateX(0);
}

.right-140 {
	right: 140px !important;
}

@media ( max-width : 768px) {
	.showOnMobileMenu {
		display: inline;
	}
	.hideOnMobileMenu {
		display: none !important;
	}
	.hideOnSmallScreens {
		display: none !important;
	}
	.ui-sidebar-right {
		width: 96% !important;
	}
}

@media ( min-width : 769px) {
	.showOnMobileMenu {
		display: none;
	}
	.hideOnMobileMenu {
		display: inline;
	}
	.hideOnSmallScreens {
		display: inline !important;
	}
	.ui-sidebar-right {
		width: 60em !important;
	}
	.prodChanges {
		width: 30em !important;
	}
	.sideBarAccount {
		width: 30em !important;
	}
	.sideBarTypes {
		width: 50em !important;
	}
	.sideBarPassword {
		width: 20em !important;
	}
	.sideBarDocument {
		width: 35em !important;
	}
}

.topSideBar {
	height: 23rem !important;
}

.p-11-5 {
	padding: 11.5px !important;
}

.responsive-content img {
	max-width: 100%;
	height: auto;
}

.responsive-content table {
	width: 100% !important;
	word-wrap: break-word;
}

.responsive-content iframe {
	max-width: 100%;
}

.responsive-content pre {
	white-space: pre-wrap; /* Wraps preformatted text */
	word-wrap: break-word;
}

.icon-right {
	display: initial;
}

.file-type-0 {
	background-color: #ffcccc !important;
}

.file-type-1 {
	background-color: #ccffcc !important;
}

.file-type-2 {
	background-color: #ccccff !important;
}

.file-type-3 {
	background-color: #ffffcc !important;
}

.file-type-4 {
	background-color: #ffccff !important;
}

.file-type-5 {
	background-color: #ccffff !important;
}

.file-type-6 {
	background-color: #ffcc99 !important;
}

.file-type-7 {
	background-color: #99ffcc !important;
}

.file-type-8 {
	background-color: #cc99ff !important;
}

.file-type-9 {
	background-color: #ff9999 !important;
}

.file-type-10 {
	background-color: #99ccff !important;
}

.file-type-11 {
	background-color: #ffccff !important;
}

.file-type-12 {
	background-color: #ccff99 !important;
}

.file-type-13 {
	background-color: #cccc99 !important;
}

.default-file-type {
	background-color: #f0f0f0 !important;
} /* Default color */
#documentsFilesList thead th {
	background-color: #0288d1;
	color: #fff;
}

#contactForm\:documentsFilesList thead th {
	background-color: #0288d1;
	color: #fff;
}

.blueHeader table thead th {
	background-color: #0288d1 !important;
	color: #fff !important;
}

.ui-datatable-data td[role="gridcell"]:focus, .ui-datatable-data td[role="gridcell"] *:focus,
	.ui-datatable-data td[role="grid"] [tabindex="0"]:focus {
	padding: .75rem .75rem;
	border: 1px solid #e4e4e4 !important;
	border-width: 0 0 1px 0 !important;
	outline: none !important;
}

body .ui-datatable .ui-datatable-header {
	padding-right: 0px !important;
}

.event-category-1 {
	background-color: #FF5733; /* Red */
	border: 2px solid #B03A2E;
}

.event-category-2 {
	background-color: #33FF57; /* Green */
	border: 2px solid #28B463;
}

.event-category-3 {
	background-color: #3357FF; /* Blue */
	border: 2px solid #2874A6;
}

.event-category-4 {
	background-color: #FF33A6; /* Pink */
	border: 2px solid #C0392B;
}

.event-category-5 {
	background-color: #F4D03F; /* Yellow */
	border: 2px solid #B7950B;
}

.event-category-6 {
	background-color: #8E44AD; /* Purple */
	border: 2px solid #6C3483;
}

.opacity1 {
	opacity: 1 !important;
}

.color-circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
}

/* Style for the dropdown items */
.ui-selectonemenu .ui-selectonemenu-trigger {
	background: none;
}

.ui-tooltip {
	background-color: #d3d3d3 !important; /* Light gray background */
	color: #000000; /* Black text color for better readability */
	border: 1px solid #cccccc; /* Optional: Light gray border */
	padding: 5px; /* Optional: Add padding */
	border-radius: 4px; /* Optional: Rounded corners */
}

.full-circle {
	text-align: center;
	width: 1.7rem;
	height: 1.7rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.custom-link {
	display: block;
	width: 100%;
	text-decoration: none !important;
	color: inherit !important; /* Default color */
}

.custom-link2 {
	display: block;
	width: 100%;
	text-decoration: none !important;
	color: inherit !important; /* Default color */
}

.custom-link:hover {
	color: #251dd0 !important;
}

/* Ensure that the hover-button and right-column-date are in the same fixed-width area */
.hover-button-container, .right-column-date {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	min-width: 100px; /* Fixed width for both the date and button */
	text-align: right;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Initially hide the button and show the date */
.hover-button-container {
	opacity: 0;
	visibility: hidden;
}

.right-column-date {
	opacity: 1;
	visibility: visible;
}

/* Show button and hide date on hover */
.hover-show:hover .hover-button-container {
	opacity: 1;
	visibility: visible;
}

.hover-show:hover .right-column-date {
	opacity: 0;
	visibility: hidden;
}

/* Initially hide the hover-button-container */
.hover-button-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Ensure the button doesn't interfere with the layout */
.custom-command-button {
	background-color: #0288d1;
	color: white;
	border: none;
	padding: 5px 10px;
}

/* Make the parent div relatively positioned */
.position-relative {
	position: relative;
}

/* Compressed Content takes priority in shrinking */
.description-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; /* Make sure it uses all available space */
	flex-grow: 1; /* Allow it to grow and shrink */
}

/* Title content will shrink next */
.title-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%; /* Make sure it uses all available space */
}

/* Disable padding when in small screens or button not visible */
@media ( max-width : 768px) {
	.flex-grow-1 {
		padding-right: 100px !important;
		/* No need for large padding on small screens */
	}
	.hover-show {
		flex-direction: column;
	}
	.right-column-date {
		text-align: left;
	}
}

@media ( min-width : 769px) {
	.description-content {
		padding-right: 90px !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%; /* Ensures it shrinks within the available space */
	}
	.right-column-date {
		min-width: 100px; /* Maintain enough space for the date */
	}
	.description-content:before {
		content: "..."; /* Show ellipsis when it's overflowing */
		visibility: hidden;
	}

	/* Hide description-content when it's too small */
	.description-content:empty::before {
		content: "";
		visibility: hidden;
	}
	.md\:flex-shrink-10000 {
		flex-shrink: 10000 !important;
	}
}

/* This will apply background color to the ul element of the autocomplete */
/*
.ui-autocomplete-multiple-container {
	background: var(--pkw-background, #fff) !important;
	/ * Use !important to override inline styles * /
}
 */
.p-3-1 {
	padding: 1.143rem !important;
}

/* Hide the inline search bar on small screens */
.hidden-on-small {
	display: none !important;
}

/* Show the Modify button and sidebar on small screens */
@media screen and (max-width: 768px) {
	.hidden-on-small {
		display: none !important;
	}
	.hidden-on-large {
		display: inline-block;
	}
	.search-container {
		display: none !important; /* Hide search bar inline */
	}
}

/* Show the inline search bar on large screens and hide the Modify button */
@media screen and (min-width: 769px) {
	.hidden-on-large {
		display: none !important;
	}
	.search-container {
		display: flex;
	}
}

.top-sidebar-note {
	height: auto !important;
	width: 400px !important;
	right: 0 !important;
	left: auto !important;
}

.floating-bubble {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background-color: #0288d1;
	color: #fff !important;
	border-radius: 50%;
	padding: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

@media ( min-width : 769px) {
	.floating-bubble {
		display: none;
	}
}

.hover\:bg-primary-100:hover {
	background-color: #e3f2fd; /* Light blue for hover effect */
}

.text-primary {
	color: #0288d1; /* Matches the primary color */
}

.text-blue2 {
	color: rgb(63, 72, 204);
}

.text-purple2 {
	color: rgb(163, 73, 164);
}

.text-green2-100, .text-green2-100 input {
	color: #2c5c41 !important;
}

.bg-green2-500 {
	background-color: #2c5c41 !important;
}

.font-bold input {
	font-weight: 700 !important;
}

.font-italic input {
	font-style: italic !important;
}

.text-red2-900, .text-red2-900 input {
	color: #960000 !important;
}

.text-orange2-600, .text-orange2-600 input {
	color: #DD4646 !important;
}

body .ui-button.ui-button-success2, body .ui-splitbutton.ui-button-success2>.ui-button,
	body .ui-menubutton.ui-button-success2>.ui-button, body .ui-button.ui-button-success2 span,
	body .ui-splitbutton.ui-button-success2>.ui-button span, body .ui-menubutton.ui-button-success2>.ui-button span
	{
	background: #2c5c41 !important;
	color: #fff !important;
	border: 0 none;
}

body .ui-fileupload-simple.ui-button-success2, body .ui-fileupload-simple.ui-button-success2 .ui-button,
	body .ui-fileupload-simple.ui-button-success2 .ui-button-icon-left,
	body .ui-fileupload-simple.ui-button-success2 .ui-button-text {
	background: #2c5c41 !important;
	color: #fff !important;
	border: 0 none;
}

body .ui-button.ui-button-successPurple, body .ui-splitbutton.ui-button-successPurple>.ui-button,
	body .ui-menubutton.ui-button-successPurple>.ui-button {
	background: rgb(65, 44, 92) !important;
	color: #fff !important;
	border: 0 none;
}

body .ui-button.ui-button-info2.ui-button-flat, body .ui-splitbutton.ui-button-info2>.ui-button.ui-button-flat,
	body .ui-menubutton.ui-button-info2>.ui-button.ui-button-flat {
	background-color: rgba(0, 0, 0, 0);
	color: #960000 !important;
	border-color: rgba(0, 0, 0, 0);
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight
	{
	color: #DD4646 !important;
	font-weight: 700 !important;
}

body.ui-input-filled .ui-selectonemenu .ui-inputfield, body .ui-input-filled .ui-selectonemenu .ui-inputfield
	{
	color: #DD4646 !important;
	font-weight: 700 !important;
	font-style: italic !important;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item
	{
	color: #DD4646 !important;
	font-weight: 700 !important;
}

.w-full input {
	width: 100% !important;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
	color: #2c5c41 !important;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
	font-weight: 700 !important;
}

.selected-bg {
	background: #d1e7dd !important;
	/* A light green background to indicate selection */
}

/* Fixed Footer */
/*
.sticky-footer {
	z-index: 99;
	bottom: 0;
	padding: 8px 0;
	box-shadow: 0 -1px 0 var(--gl-border-color-default);
	position: sticky;
	background-color: white;
	margin-left: -16px;
}
 */
.sticky-footer {
	z-index: 99;
	bottom: 0;
	padding: 8px 0;
	position: sticky;
	background-color: white;
	margin-left: -16px;
}

.test-color1 {
	background-color: #f0f0f0;
}

.test-color2 {
	background-color: #90e0ef;
}

.test-color3 {
	background-color: #f28b7a;
}

.test-color4 {
	background-color: #ffb3a7;
} 

.square-button {
    width: 20px !important; /* Adjust the size as needed */
    height: 20px !important; /* Same as width to make it square */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
    border-radius: 4px !important; /* Optional: Adjust for rounded corners */
    background-color: transparent !important; /* Transparent background */
    padding: 0 !important; /* Remove padding */
}

.square-button:hover {
    border-color: #0288d1 !important; /* Change border color on hover */
    background-color: #e3f2fd !important; /* Optional: Add a hover background */
}
