/* put your own styles to customize and override the theme */
:root {
	--primary: #346cb0;

	--success: #00a28a;

	--primary-light: #6c95c6;

	--orange-light: #fabb61;

	--dark-light: #a1a1ae;

	--border-primary-light: #b1c6e0; /* #acc5e0;  #c3d2e2;  #b3cbe8 */

	--very-light: #f8f8f8;

	--gray-lighter: #ccc;

	--danger-light: #ed95a6;

	--danger-very-light: #f5e1e5;

	--bg-light: #f8f8f8; /* #f8f9fa; */

	--bg-orange: #fabb61;

	--bg-orange-light: #fbecd7;

	--bg-green-light: #e4f3dc;

	--bg-red-light: #edaeba;

	--bg-red-dark: #a72c19;

	--bg-gray-light: #eee;

	--bg-primary-light: #f1f4f9;
}

.col-2xl-8 {
	flex: 0 0 63%;
	max-width: 63%;
}
.col-2xl-4 {
	flex: 0 0 37%;
	max-width: 37%;
}

:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: transparent;
	font-style: italic;
}

::-moz-placeholder {
	color: transparent;
	font-style: italic;
}

:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}

:-ms-input-placeholder {
	color: transparent;
	font-style: italic;
}

::placeholder {
	color: transparent;
	font-style: italic;
}

/* BEGIN theme styles */
.dark-skin a {
	color: #66aaff;
}

.dark-skin .text-primary {
	color: #66aaff !important;
}

.font-size-xs {
	font-size: 0.6em;
}

.font-size-md {
	font-size: 0.875rem;
}

.font-size-xl {
	font-size: 1.5rem !important;
}

.font-size-11rem {
	font-size: 1.13rem !important;
}

.font-size-12rem {
	font-size: 1.2rem !important;
}

.font-size-2xl {
	font-size: 2rem !important;
}

.font-size-3xl {
	font-size: 3rem;
}

.display-5 {
	font-size: calc(1.3844rem + 1.6357vw);
}

.display-6 {
	font-size: calc(1.34rem + 1.3447vw);
}

.display-xl {
	font-size: calc(0.8rem + 0.7vw);
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-weight: 600;
}

.auth2 {
	display: block;
}

.auth .pace .pace-progress {
	top: 0 !important;
	/*background: var(--primary);*/
}

.empty-layout .pace .pace-progress,
.theme2 .pace .pace-progress {
	top: 0 !important;
}

.app-aside {
	/* background-color: #fff; */
}

.page-title {
	/* color: var(--primary); */
	font-weight: 400;
	font-size: 1.25rem;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.page-inner {
		padding: 1rem 1rem 0 1rem;
	}
}

@media (max-width: 575.98px) {
	.mt-xs-5 {
		margin-top: 3rem !important;
	}
}

.page-inner-fill {
	padding: 0;
}

.page-navs.expanded {
	height: auto;
}

@media (min-width: 992px) {
	.page-navs {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

.dark-skin .page-inner.bg-white {
	background: #191927 !important;
}

.bg-orange {
	background: #fabb61 !important;
}

.bg-primary-light {
	background: var(--bg-primary-light) !important;
}

.bg-green-light {
	background: var(--bg-green-light);
}

.bg-orange-light {
	background: var(--bg-orange-light);
}

.bg-red-light {
	background: var(--bg-red-light);
}

.bg-red-dark {
	background: var(--bg-red-dark);
}

.bg-gray-light {
	background: var(--bg-gray-light);
}

.bg-danger-light {
	background: var(--danger-light);
}

.bg-danger-very-light {
	background: var(--danger-very-light);
}

.bg-blue-light {
	background: #f1f6fb;
}

.bg-success-lighter {
	background: #29b29e;
}

.bg-pm-journal-title {
	background: #123256;
}

.bg-pm-journal {
	background: #124256;
}

.bg-laravel {
	background: #f9322c;
}

button.bg-white-no-hover:hover{
	background-color: #fff !important;
}

.border-dashed {
	border-style: dashed !important;
}
.border-dotted {
	border-style: dotted !important;
}

.border-gray {
	border: 1px solid var(--gray);
}

.border-bottom-gray {
	border-bottom: 1px solid var(--gray);
}

.border-gray-light {
	border: 1px solid #e9e9e9;
}

.border-primary {
	border: 1px solid var(--primary)
}
.border-primary-light {
	border: 1px solid var(--border-primary-light) !important;
}
.border-orange {
	border: 1px solid var(--orange)
}
.border-orange-light {
	border: 1px solid var(--orange-light)
}
.border-skype {
	border: 1px solid #00acf4; /* #48b6ed; /*#9ed3f0;*/
}
.border-youtube {
	border: 1px solid #e60000 !important;
}

.rounded-xl {
	border-radius: 0.5rem !important;
}

.rounded-xxl {
	border-radius: 1rem !important;
}

.rounded-2x {
	border-radius: 2rem !important;
}

.white-space-nowrap {
	white-space: nowrap;
}

.white-space-normal {
	white-space: normal;
}

.pulse {
	width: 10px;
}

.hide {
	display: none !important;
}

@media (max-width: 575.98px) {
	.text-xs-center {
		text-align: center;
	}
}

.text-gray-lighter {
	color: var(--gray-lighter);
}
.text-primary-light {
	color: var(--primary-light);
}
.text-gray-light {
	color: var(--dark-light);
}
.text-orange-light {
	color: var(--orange-light);
}
.text-dark-light {
	color: var(--dark-light);
}
.text-brown-light {
	color: #d8c383;
}
.text-brown-dark {
	color: #b38b49;
}
.text-green-dark {
	color: #198754;
}
.text-blue-light {
	color: #6cb2eb;
}
.text-purple-light {
	color: #9561e2;
}
.text-dollar {
	color: #a8c57c;
}
.text-danger-light {
	color: var(--danger-light);
}
.text-danger-very-light {
	color: var(--danger-very-light);
}

/*
.tooltip-inner {
	background-color: var(--bg-light);
	color: var(--primary);

}
.bs-tooltip-auto, .bs-tooltip-auto .arrow::before {
	border-color: var(--primary);
}
*/

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.switcher-control-secondary .switcher-input:checked + .switcher-indicator,
.switcher-control-secondary .switcher-input:checked + .switcher-indicator:before {
	border-color: #b1c6e0;
}
.switcher-control-secondary .switcher-input:checked + .switcher-indicator {
	background-color: #b1c6e0;
}
.switcher-control-secondary .switcher-label-on {
	color: #ffffff;
}

.badge-border-primary-light {
	border: 1px solid var(--border-primary-light);
}
.badge-dark-light {
	color: #fff;
	background: var(--dark-light);
}
.badge-orange {
	background: var(--orange) !important;
}
.badge-account-primary {
	font-size: 100%;
	font-weight: normal;
	border: 1px solid var(--border-primary-light);
}
.badge-account-secondary {
	font-size: 100%;
	font-weight: normal;
	border: 1px solid #e4e5e8;
	background: #ebecee;
}
.badge-account-secondary:active,
.badge-account-secondary:hover {
	border-color: #c4c8c8 !important;
	background: #e6e8ed !important;
}

.btn-light:focus,
.btn-light:hover {
	background-color: var(--very-light);
	border-color: var(--very-light);
}

.btn-subtle-primary {
	border: 1px solid var(--border-primary-light); /* #adc1d8; */
}
.btn-subtle-primary:focus,
.btn-subtle-primary:hover {
	border-color: #688cb8;
}

.btn-subtle-success {
	border: 1px solid #b6dad5;
}
.btn-subtle-success:focus,
.btn-subtle-success:hover {
	border-color: #6db0a7;
}

.btn-subtle-danger {
	border-color: #edbfe1;
}

.btn-success {
	color: #fff !important;
	background-color: #02b399 !important;
	border-color: #078a76 !important;
}
.btn-success:focus,
.btn-success:hover {
	background-color: var(--success) !important;
	border-color: var(--success) !important;
}

.btn-1_5x {
	font-size: 1rem;
	padding: 0.4rem 1.2rem;
	height: auto;
}

.btn-1_8x {
	font-size: 1.25rem;
	padding: 0.4rem 1.2rem;
	height: auto;
}

.btn-2x {
	font-size: 1.3rem;
	padding: 0.8rem 1.5rem;
	height: auto;
}

@media (max-width: 1440px) {
	.btn-1_8x {
		font-size: 1.1rem;
		padding: 0.3rem 1rem;
		height: auto;
	}

	.btn-2x {
		font-size: 1rem;
		padding: 0.6rem 1.2rem;
		height: auto;
	}
}

.card.item-selected,
.card-figure.is-hoverable:hover {
	-webkit-box-shadow: inset 0 0 0 2px #346cb0;
	-moz-box-shadow: inset 0 0 0 2px #346cb0;
	box-shadow: inset 0 0 0 2px #346cb0;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
	border-radius: .25rem 0 0 .25rem;
}

.input-group > .custom-select.filter-control {
	border-radius: 0.25rem !important;
}

.form-control:disabled {
	cursor: not-allowed;
}

.text-white {
	color: #ffffff !important;
}

.text-underline:hover {
	text-decoration: underline !important;
}

.progress-bar-bg-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-bg-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-bg-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.alert-icon .fa,
.alert-icon .oi {
	font-size: inherit;
}

.fc .fc-today .fc-day-number {
	font-weight: bold;
}

header.page-title-bar {
	margin-bottom: 0.8rem;
}

.dropdown-menu {
	z-index: 1031; /* header.app-header z-index: 1030; so dropdown menu should be on top */
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
	background-color: var(--very-light);
	color: inherit;
}
.dark-skin .dropdown-menu .dropdown-item:active,
.dark-skin .dropdown-menu .dropdown-item:focus,
.dark-skin .dropdown-menu .dropdown-item:hover {
	background-color: #2d2d3f !important;
	color: inherit;
}

.user-avatar span.account-name-icon {
	font-size: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tab-switcher .tab-item {
	color: #346cb0;
}
.tab-switcher .tab-item.active {
	background: #346cb0;
	color: #fff;
}

.dataTable-custom-list .dt-buttons {
	display: none !important;
}
.dataTable-custom-list .dataTables_info {
	margin-bottom: 10px;
}
.dataTable-custom-list .table-responsive {
	min-height: 350px;
}
.default-skin .dataTable-custom-list .dataTable thead tr {
	background: #fafafa;
	/* white-space: nowrap; */ /*  for listing:  */
}
.dataTable-custom-list .dataTable thead tr:hover {
	box-shadow: none;
}
.dataTable-custom-list .dataTable tbody tr {
	/* height: 32px; */ /*  for listing:  */
	/* white-space: nowrap; */  /*  for listing:  */
}

.dataTable-custom-list .dataTable tr:hover {
	cursor: pointer;
	/* box-shadow: #cad8f5 2px 3px 8px 3px; */
	box-shadow2: #dedede 2px 3px 8px 3px; /*/ was active */
	box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0,0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}
.dataTable-custom-list .dataTable tr:not(.bg-custom):hover {
	background: #fafafa;
	background2: #f4f4f4;
}
.dark-skin .dataTable-custom-list .dataTable tr:not(.bg-custom):hover {
	background: #2d2d3f;
	background2: #f4f4f4;
}

.table.table-compact td {
	padding: 0.35rem 0.5rem;
}
.table.table-compact td .label-date-time {
	font-size: 13px;
}

@media (min-width: 992px) {
	.table.table-compact td.document-name {
		white-space: normal;
	}
}

.table-dark-light th,
.table-dark-light td,
.table-dark-light thead th {
	border-color: #aaa;
}

.label-required::after {
	content: ' *';
	color: var(--danger);
	font-size: 18px;
}

.select2-sm .select2-selection__rendered {
	line-height: 27px !important;
}
.select2-sm .select2-container .select2-selection--single {
	height: 29px !important;
}
.select2-sm .select2-selection__arrow {
	height: 26px !important;
	width: 28px !important;
}

.timeline .timeline-figure.timeline-no-border:before {
	border: 0;
}

.toast-custom-top {
	top: 120px;
}

@media (max-width: 575px) {
	.d-xs-none {
		display: none !important;
	}
	.d-xs-inline {
		display: inline !important;
	}
	.d-xs-inline-block {
		display: inline-block !important;
	}
	.d-xs-block {
		display: block !important;
	}
	.d-xs-table {
		display: table !important;
	}
	.d-xs-table-row {
		display: table-row !important;
	}
	.d-xs-table-cell {
		display: table-cell !important;
	}
	.d-xs-flex {
		display: flex !important;
	}
	.d-xs-inline-flex {
		display: inline-flex !important;
	}
}
/* END theme styles */

/* BEGIN landing page */
.app-site .navbar-nav .nav-item .nav-link {
	color: #4e4e4e !important; /* #222230 !important; */
	font-size: 1rem;
}
.app-site .navbar-nav .nav-item .nav-link:hover {
	color: var(--primary-light) !important; /* #222230 !important; */
}
.app-site .navbar-nav .nav-item.active .nav-link {
	color: var(--primary) !important;
	border-bottom: 2px solid var(--primary-light);
	font-weight: 600;
}

.app-site .project-info2 {
	background-image: url(../../../theme2/assets/images/dummy/cover1.jpg);
	background-position: 80% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.app-site .project-info canvas {
	top: 90px;
}

.app-site .section-slogan .project-slogan {
	font-weight: 400;
}
.app-site .section-slogan .project-slogan-2 {
	font-weight: 600;
}

.app-site .section-slogan .project-description {
	font-size: 1.5rem;
}

.pricing-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	border: 2px solid var(--primary);
	cursor: pointer;
}

.pricing-item .ribbon {
	position: absolute;
	top: 20px;
	right: -20px;
	background: red;
	color: white;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: bold;
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}


@media (min-width: 1200px) {
	.app-site .section-slogan .project-img img {
		max-width: 39vw;
	}
}
/* END landing page */

/* BEGIN: --- general --- */
.row-parent-same-height {
	/* width: 100%; */
	padding: 1em;
	/* important */
	display: flex;
	/* important */
	align-items: stretch;
	justify-content: space-around;
}

.col-child-same-height {
	/* width: 100%; */
	background: white;
	color: grey;
	margin: 0 .5em;
	padding: .5em;
	/* important */
	min-height: 100%;
}

.dataTables_processing {
	box-shadow: none !important;
}

.dataTables_filter,
.dataTables_filter label,
.dataTables_filter label input {
	width: 100% !important;
}
.dataTables_filter input {
	margin: 0 0 10px 0 !important;
}
/* END: --- general --- */

/* BEGIN: --- header --- */
.top-bar-list .btn-create-all {
	color: #fff !important;
	background-color: #02b399 !important;
}
.top-bar-list .btn-create-all:focus,
.top-bar-list .btn-create-all:hover {
	background-color: var(--success) !important;
	border-color: var(--success) !important;
}

.time-countdown {
	/*
	color: #fff;
	display: inline-block;
	font-weight: 100;
	font-size: 18px;
	*/
	text-align: center;
}
.time-countdown .time-item {
	padding: 4px 6px;
	border-radius: 3px;
	/* background: #00BF96; */
	display: inline-block;
}
.time-countdown .time-item span {
	color: var(--primary);
	border: 1px solid var(--border-primary-light);
	padding: 3px 1px; /* 15px; */
	border-radius: 3px;
	background: #eee; /* #00816A; */
	display: inline-block;
	width: 40px;
}
.time-countdown .time-item .small {
	color: var(--primary);
	font-size: 10px;
}
.time-countdown.time-expired .time-item span,
.time-countdown.time-expired .time-item .small {
	color: var(--gray);
	border-color: var(--gray);
}
/* END: --- header --- */

/* BEGIN: --- dashboard --- */
.default-skin .dashboard-metrics .metric {
	background: #fff;
}
/* END: --- dashboard --- */

/* BEGIN: --- account --- */
.account.account-view header.page-cover {
	min-height: 11rem;
}
/* END: --- account --- */

/* BEGIN: --- task --- */

.task-actions .btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* On larger screens, show buttons inline */
@media (max-width: 992px) {
	.task-actions .btn {
		margin-bottom: 0.5rem !important;
		width: 100%;
	}
}

.task h1 {
	/*color: #333;
	/*font-weight: 400;
	font-size: 22px;
	*/
}
.task .page-title-bar {
	margin-bottom: 10px;
}
.task .page-title {
	/*font-size: 20px; */
	margin-bottom: 10px;
}
.task .task-searchbox {
	width: 400px;
}
.task-status {
	font-weight: 600 !important;
}
.task .task-label-required::after {
	content: ' *';
	color: var(--danger);
	font-size: 18px;
}
.task-priority {
	background: #eff2fa;
	font-weight: 800 !important;
	font-size: 16px;
	font-style: normal !important;
	line-height: 14px;
}
.task-high-priority {
	color: #f2125e;
	background: #ffe4ea; /* #fbdbe2; */
	padding: 5px 7px;
}
.task-low-priority span {
	color: #55aced;
}
.btn-priority, .btn-priority:focus {
	border-radius: 0;
	box-shadow: none;
	color: #666;
	padding: 10px;
}
.btn-priority:hover {
	border-radius: 0;
	border: 1px solid #e9e8e7;
	box-shadow: none;
	background: #fff;
	color: #838383;
}
.btn-priority.active {
	background: #fff;
	/*border-radius: 15px;*/
}
.btn-priority.btn-priority-high.active {
	color: #f2125e;
	border: 1px dashed #eb6790;
	box-shadow: #ef85a9 0px 0px 5px 0px;
}
.btn-priority.btn-priority-low.active {
	color: #55aced;
	border: 1px dashed #55aced;
	box-shadow: #a3cded 0px 0px 5px 0px;
}

.file-icon {
	position: relative;
}
.file-icon span {
	font-size: 28px;
}
.file-icon .fa-file-text {
	color: #777;
}
.file-icon .fa-file-word {
	color: #4170b6;
}
.file-icon .fa-file-excel {
	color: #008000;
}
.file-icon .fa-file-powerpoint {
	color: #d15f2d;
}
.file-icon .fa-file-pdf {
	color: red;
}
.file-icon .fa-file-zip {
	color: #bd7a48;
}
.file-icon .fa-file-image {
	color: #50a9f2;
}
.file-icon .fa-file-text {
	color: #888;
}

	/* BEGIN task document */
	.task .task-document .task-documents-list .file-icon span {
		font-size: 18px;
	}

	.task .task-document .task-document-new .task-document-add .dropdown .dropdown-menu {
		min-width: 20rem;
	}
	/* END task document */

	/* BEGIN task attachments */
	.task .task-attachments {
		/* border-left: 1px solid #dee2e6; */
		min-height: 100vh;/* 50vh; */
	}
	.task .task-attachments-no-attachment {
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.task .task-attachments-files {
		float: left;
		width: 100%;
	}
	.task .task-attachments-browse .btn-browse {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.task .task-attachments-loader {
		display: none;
		position: absolute;
		top: 17px;
		left: 117px;
		width: 100%;
	}
	.task .task-attachment-file {
		display: flex;
		float: left;
		/* margin-bottom: 5px; */
		width: 100%;
		padding: 10px 10px;
	}
	.task .task-attachment-file:hover {
		background-color: #f4f4f4;
	}
	.task-attachment-file .task-attachment-file-icon {
		display: flex;
		float: left;
		flex-direction: column;
		margin-right: 15px;
		justify-content: center;
		width: 25px;
	}
	.task-attachment-file .task-attachment-file-name {
		cursor: pointer;
		display: flex;
		float: left;
		flex-direction: column;
		justify-content:center;
		margin-top: 2px;
		word-break: normal;
		width: 75%;
	}
	.task-attachment-file .task-attachment-file-name a {
		color: #646464;
	}
	.task-attachment-file .task-attachment-file-menu {
		display: flex;
		float: right;
		flex-direction: column;
		justify-content: center;
		width: 25px;
		margin-left: 15px;
	}
	.task-attachment-file .task-attachment-file-remove {
		cursor: pointer;
		opacity: 0.6;
	}
	.task-attachment-file .task-attachment-file-remove:hover {
		font-weight: 600;
		opacity: 0.8;
	}
	/* END task attachments */

	/* BEGIN task view */
	.task-view .task-info {
		padding-bottom: 15px;
	}
	.task-view .task-info .task-info-group {
		margin-bottom: 20px;
	}
	.task-view .task-info .task-info-group .task-info-label {
		max-width: 13%;
		padding-left: 10px;
	}
	.task-view .task-info .task-info-group .task-info-value {
		border-bottom: 1px solid #ccc;
		padding: 0 5px;
	}
	.task-hierarchy .task-tab-link.active,
	.task-view .task-hierarchy .task-tab-link.active {
		font-weight: bold;
		border-color: var(--border-primary-light);
		box-shadow: none !important;
	}
	.task-hierarchy .list-group .list-group-item-title,
	.task-view .task-hierarchy .list-group .list-group-item-title {
		font-size: 14px;
	}
	.task-hierarchy .list-group .list-group-item-subtitle,
	.task-hierarchy .list-group .list-group-item-subtitle span,
	.task-view .task-hierarchy .list-group .list-group-item-subtitle,
	.task-view .task-hierarchy .list-group .list-group-item-subtitle span {
		font-size: 12px;
		color: #888b9b !important;
	}
	.task-view .task-comments .conversation-avatar {
		padding-top: 3px;
	}
	.task-view .task-comments .conversation-message {
		width: 100%;
	}
	.task-view .task-comments .conversation-message .conversation-list {
		margin-top: 0;
	}
	.task-view .task-comments .conversation-message .conversation-list .view-replies {
		color: #636363;
	}
	.task-view .task-comments .conversation-message .conversation-inbound-reply {
		margin-top: 1rem;
	}
	.task-view .task-comments .conversation-message .comment-block {
		background: #f3f5f8; /*#f0f2f5;*/
		border-radius: 18px;
		padding: 8px 6px 12px 6px;
	}
	.task-view .task-comments .conversation-list-main .conversation-inbound-main:first-child {
		/*margin-top: 0;*/
	}
	.task-view .task-comments .conversation-message .comment-block .conversation-meta {
		padding-right: 8px;
	}
	.task-view .task-comments .conversation-message .comment-block .conversation-meta .time {
		color: #888c9b;
		cursor: pointer;
		text-decoration: none !important;
	}
	.task-view .task-comments .conversation-message .comment-block .conversation-message-text {
		margin-left: 0;
		padding: 0 8px;
	}
	.task-view .task-comments .conversation-message .conversation-action-items {
		margin-top: 0; /* 5px; */
	}
	.task-view .task-comments .conversation-message .conversation-action-items a,
	.task-view .task-comments .conversation-message .conversation-action-items span {
		font-size: 12px !important;
		color: #888c9b;
	}
	.task-view .task-comments .conversation-message .conversation-action-items a:hover {
		color: var(--primary);
		text-decoration: none !important;
	}
	/* end task view */

/* END: --- task --- */

/* BEGIN: --- document --- */
.document .document-file-versions .file-version-item:hover {
	background-color: var(--bg-light);
	cursor: pointer;
}
.dark-skin .document .document-file-versions .file-version-item:hover {
	background-color: #2d2d3f;
	cursor: pointer;
}

.document .document-file-versions .file-version-item .timeline-body,
.document .document-file-versions .file-version-item .timeline-figure {
	margin-bottom: 0 !important;
}

.document .document-file-versions .file-version-item .timeline-figure .tile {
	border: 1px solid #ddd !important;
	color: #888c9b !important;
}

.document .document-file-versions .file-version-item .dropdown-menu {
	padding: 0;
}

.document .document-file-versions .file-version-item .dropdown-menu .dropdown-divider {
	margin: 0;
}

.document .document-file-versions .file-version-item .dropdown-menu .btn-activate-version i {
	color: var(--primary) !important;
}

.document .document-file-versions .file-version-active {
	background-color: #f3f8fe !important; /* #f6f7f9 */
	border: 2px solid #3a68b1; /* 1px solid #ccdcf5; */ /* #e9e9e9 */
}

.dark-skin .document .document-file-versions .file-version-active {
	background-color: #2d2d3f !important; /* #f6f7f9 */
	border: 2px solid #3a68b1; /* 1px solid #ccdcf5; */ /* #e9e9e9 */
}

.document .document-file-versions .file-version-item.file-version-active .timeline-figure .tile {
	background-color: var(--success) !important;
	color: #fff !important;
}

.document .document-file-versions .file-version-item.file-version-active .dropdown-menu .btn-activate-version i,
.document .document-file-versions .file-version-item.file-version-active .dropdown-menu .btn-delete-version i {
	color: #888c9b !important;
}

.document .task-comments .conversation-message .comment-block {
	background: #f3f5f8; /*#f0f2f5;*/
	border-radius: 18px;
	padding: 12px 10px 12px 6px;
}

.document .document-tasks .task-comments {
	width: 100% !important;
	margin: 0 !important;
}

.document-tasks .child-task-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left: 3px solid #dee2e6;
	margin-top: 10px;
}

.document-tasks .child-task-details {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.document-tasks .feed-comments {
	width: 100%;
	padding: 0;
}

.document-tasks .child-tasks-section {
	padding-left: 20px;
}

.document-tasks .conversation-message {
	width: 100%;
	word-wrap: break-word;
}

.document-tasks .list-group-item-body {
	flex: 1;
	min-width: 0;
}

/* BEGIN document custom attachments */
.document .document-custom-attachments {
	/* border-left: 1px solid #dee2e6; */
	/* min-height: 20vh; */
}
.document .document-custom-attachments-no-attachment {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.document .document-custom-attachments-files {
	float: left;
	width: 100%;
}
.document .document-custom-attachments-browse .btn-browse {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.document .document-custom-attachments-loader {
	display: none;
	position: absolute;
	top: 17px;
	left: 117px;
	width: 100%;
}
.document-attachment-file {
	display: flex;
	float: left;
	/* margin-bottom: 5px; */
	width: 100%;
	padding: 10px 0;
}
.document .document-attachment-file {
	padding: 10px;
}
.document .document-attachment-file:hover {
	background-color: #f4f4f4;
}
.document-attachment-file .document-attachment-file-icon {
	display: flex;
	float: left;
	flex-direction: column;
	margin-top: 7px;
	margin-right: 15px;
	justify-content: start;
	width: 25px;
}
.document-attachment-file .document-attachment-file-name {
	cursor: pointer;
	display: flex;
	float: left;
	flex-direction: column;
	justify-content:center;
	margin-top: 2px;
	word-break: normal;
	width: 75%;
}
.document-attachment-file .document-attachment-file-name a {
	color: #646464;
	margin-bottom: 2px;
	-ms-word-break: break-all;
	word-break: break-all;
}
.document-attachment-file .document-attachment-file-menu {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	width: 50px; /* was 20%, before 25px; */
	margin-left: 15px;
}
.document-attachment-file .document-attachment-file-remove {
	cursor: pointer;
	opacity: 0.6;
}
.document-attachment-file .document-attachment-file-remove:hover {
	font-weight: 600;
	opacity: 0.8;
}

.contract-agreements-list .document-attachment-file .list-group-item-title {
	margin-bottom: 5px;
}
/* END document attachments */

/* BEGIN document - Contract */
.document-contract-roaming .bg-tax-gap-green {
	background: #c0e6ac;
}
.document-contract-roaming .bg-tax-gap-orange {
	background: var(--warning);
}
.document-contract-roaming .bg-tax-gap-red-light {
	background: #e9889b; /*var(--bg-red-light);*/
}
.document-contract-roaming .bg-tax-gap-red-dark {
	background: var(--bg-red-dark);
	color: #fff;
}
.document-roaming-services-list .thead-light th,
.document-roaming-services-list td {
	border: 1px solid #ccc; /* #e3e4e9; */
}
.document-roaming-services-list td,
.document-roaming-services-list td input {
	font-size: 13px;
}
.document-roaming-services-list td.data-field {
	padding: 3px 10px;
	vertical-align: middle;
}
.document-roaming-services-list td.data-field input {
	box-shadow: none;
	border-width: 0;
	height: 2rem;
	padding: 0 4px;
}
.document-roaming-services-list td.data-field .select2-selection--single {
	background: none;
	border-width: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.document-attachments .selected-document-attachments .file-icon span {
	font-size: 20px;
}

.ikpu-status-checked,
.barcode-status-checked,
.package-status-checked {
	/* border: 2px solid dodgerblue !important; */
}
/* END document - Contract */

/* BEGIN document template */
.document-template-word {
	margin: 0 auto;
}
.document-template-word .document-template-title {
	color: #fff;
	background: linear-gradient(180deg,#3e68a5,#204376);
	border-radius: 4px 4px 0 0;
	padding: 10px 15px;
}
.document-template-word .note-editor {
	border-radius: 0;
}
.document-template-word .note-editor .note-toolbar {
	border-radius: 0;
	background-color: #f1f1f1;
}
.document-template-word .note-editor .note-toolbar .note-btn {
	background-color: #f8f9fa;
	border-color: #c6c7c8;
	color: #444;
}
.document-template-word .note-editor .note-editing-area {
	background-color: #eee !important;
	border-radius: 0;
	padding: 50px; /*50px 100px; */
	width: 100%;
}
.document-template-word .note-editor.codeview .note-editing-area {
	padding: 5px;
	width: 100%;
}
.document-template-word .note-editor .note-editing-area .note-editable {
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 5px #ddd;
	width: calc(21cm + 2px);
	min-height: calc(29.7cm + 2px);
	margin: 0 auto !important;
	padding: 2cm 2cm !important;
}

.document-template-word .note-editor .note-editing-area .note-codable {
	background: #fff;
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	color: #000;
	font-family: "Courier New";
	font-size: 14px;
	font-weight: 400;
}

.placeholder-highlight {
	background-color: yellow;
	font-weight: bold;
	color: red;
}
/* END document template */

/* END: --- document --- */

/* BEGIN: --- subdivision --- */

/* END: --- subdivision --- */

/* BEGIN: --- project --- */
.project {

}

.project-list {

}

.project-card .project-status-success {
	border: 1px solid #aed4cf;
}

.project-card .project-status-deadline {
	border: 1px solid #d6d9df;
}

@media (min-width: 200px) {
	.task .task-searchbox {
		width: 150px;
		border-radius: .25rem !important;
	}
	.task .task-filter button {
		display: none;
	}
}
@media (min-width: 576px) {
	.task .task-searchbox {
		width: 150px;
		border-radius: .25rem !important;
	}
	.task .task-filter button {
		display: none;
	}
}

@media (min-width: 768px) {
	.task .task-searchbox {
		width: 150px;
		border-radius: .25rem !important;
	}
	.task .task-filter button {
		display: none;
	}
}

@media (max-width: 992px) {
	.col-2xl-8,
	.col-2xl-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.task .task-searchbox {
		width: 180px;
		border-radius: .25rem !important;
	}
	.task .task-filter {
		display: block;
	}
	.task .task-filter button {
		/*display: none;*/
	}
}

@media (min-width: 1200px) {
	.task .task-searchbox {
		width: 300px;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.task .task-filter button {
		display: block;
	}
}

@media (min-width: 1350px) {
	.col-2xl-8 {
		flex: 0 0 62%;
		max-width: 62%;
	}
	.col-2xl-4 {
		flex: 0 0 38%;
		max-width: 38%;
	}
}

@media (min-width: 1450px) {
	.col-2xl-8 {
		flex: 0 0 64%;
		max-width: 64%;
	}
	.col-2xl-4 {
		flex: 0 0 36%;
		max-width: 36%;
	}
}

@media (min-width: 1600px) {
	.col-2xl-8 {
		flex: 0 0 68%;
		max-width: 68%;
	}
	.col-2xl-4 {
		flex: 0 0 32%;
		max-width: 32%;
	}
}

@media (min-width: 1440px) {
	.task .task-searchbox {
		width: 400px;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	.task .task-filter button {
		display: block;
	}
}

/* END: --- project --- */

/* BEGIN: --- calendar --- */

.calendar-event {

}

.calendar-event-item {
	display: flex;
	align-items: stretch;
	padding: 0.5rem !important;
}

.calendar-event-item2:hover {
	color: #363642;
	text-decoration: none;
	background-color: #fff;
}

/* END: --- calendar --- */

/* BEGIN: --- employee --- */
.employee .employee-searchbox {
	margin-left: 100px;
	border-radius: .25rem !important;
}

@media (max-width: 767px) {
	.employee .employee-searchbox {
		margin-left: 30px;
		flex: 0 0 90% !important;
		width: 100% !important;
	}
}
/* END: --- employee --- */

/* BEGIN: --- employee group --- */

@media (min-width: 992px) and (max-width: 1100px) {
	.employee-group-create .page-inner {
		margin-right: 18rem;
	}
	.employee-group-create .page-sidebar {
		width: 18rem;
		min-width: 18rem;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.employee-group-create .page-inner {
		margin-right: 0rem;
	}
	.employee-group-create .page-sidebar {
		width: 22rem;
		min-width: 22rem;
	}
}

/* (keep your existing CSS unchanged) */
/* END: --- employee group --- */

/* CRM-Pipeline Stages */
.pipeline-kanban {
	display:flex;
	overflow-x:auto;
	gap:20px;
	padding:20px 0;
	min-height:500px;}
.pipeline-stage {
	flex:0 0 320px;
	background:#f8f9fa;
	border-radius:8px;
	padding:15px;
	min-height:200px;
	max-height:calc(100vh - 250px);
	display:flex;
	flex-direction:column;
}
.stage-header {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:2px solid #dee2e6;
	flex-shrink:0;
}
.stage-title-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.stage-title {
	font-weight:600;
	font-size:14px;
	color:#495057;
	text-transform:uppercase;
}
.stage-stats {
	display:flex;
	align-items:center;
	gap:8px;
	font-size:12px;
	color:#6c757d;
}
.stage-count-22 {
	background:#fff;
	padding:2px 8px;
	border-radius:12px;
	font-weight:600;
}
.stage-divider {
	color: #dee2e6;
	font-weight: bold;
}
.stage-value-22 {
	font-weight:600;
	color:#28a745;
}
.stage-deals {
	display:flex;
	flex-direction:column;
	gap:12px;
	min-height:50px;
	overflow-y:auto;
	flex:1;
	padding-right:5px;
}
.stage-deals::-webkit-scrollbar {
	width:6px;
}
.stage-deals::-webkit-scrollbar-track {
	background:#f1f1f1;
	border-radius:10px;
}
.stage-deals::-webkit-scrollbar-thumb {
	background:#888;
	border-radius:10px;
}
.stage-deals::-webkit-scrollbar-thumb:hover {
	background:#555;
}
.deal-card {
	background:#fff;
	border-radius:6px;
	padding:12px;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	cursor:move;
	transition:all .2s;
	border-left:3px solid #007bff;
	position:relative;
	flex-shrink:0;
}
.deal-card:hover { box-shadow:0 4px 8px rgba(0,0,0,.15);
	transform:translateY(-2px);
}
.deal-card.sortable-ghost { opacity:.4;
	background:#e9ecef;
}
.deal-card.sortable-drag { box-shadow:0 8px 16px rgba(0,0,0,.2);
	transform:rotate(3deg);
}
.deal-title { font-weight:600;
	font-size:14px;
	color:#212529;
	margin-bottom:6px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	padding-right:60px;
}
.deal-company { font-size:12px;
	color:#6c757d;
	margin-bottom:8px;
	display:flex;
	align-items:center;
	gap:4px;
}
.deal-value { font-size:14px;
	font-weight:700;
	color:#28a745;
	margin-bottom:8px;
}
.deal-footer { display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:11px;
	color:#6c757d;
	padding-top:8px;
	border-top:1px solid #e9ecef;
}
.deal-contact { display:flex;
	align-items:center;
	gap:4px;
}
.deal-date { font-size:10px;
}
.view-toggle { display:flex;
	gap:0;
	border:1px solid #dee2e6;
	border-radius:4px;
	overflow:hidden;
}
.view-toggle .btn { border-radius:0;
	border:none;
	padding:6px 16px;
	font-size:13px;
}
.view-toggle .btn.active { background:#007bff;
	color:#fff;
}
.kanban-empty { text-align:center;
	padding:20px;
	color:#adb5bd;
	min-height:auto;
}
.kanban-empty i { font-size:32px;
	margin-bottom:10px;
	opacity:.3;
	display:block;
}
.kanban-empty p { margin:0;
	font-size:13px;
}
.deal-actions {
	display:flex;
	gap:4px;
	position:absolute;
	top:8px;
	right:8px;
	opacity:0;
	transition:opacity .2s;
}
.deal-card:hover .deal-actions { opacity:1;
}
@media (max-width:768px) {
	.pipeline-kanban {
		flex-direction:column;
	}
	.pipeline-stage {
		flex:1 1 auto;
	}
}

 /* Deal Comment */
 .deal-conversation-inbound[data-indent-level="0"] {
	 padding: 12px;
	 background-color: #f8f9fa;
	 margin-bottom: 2px;
	 border-radius: 18px;
 }

.deal-conversation-inbound[data-indent-level="1"] {
	padding: 12px;
	padding-left: 64px; /* 52px + 12px */
	background-color: #ffffff;
	margin-bottom: 2px;
	border-radius: 8px;
}
