/* 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 */
.disabled-after-click {
	/*this class is for js*/
}

.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.5rem; /* 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 --- */


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

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

@media (min-width: 200px) {

}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (max-width: 992px) {
	.col-2xl-8,
	.col-2xl-4 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
}
@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@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) {

}

/* 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;
	}
}

.stat-card {
	background: white;
	border-radius: 16px;
	padding: 24px;
	box-shadow: var(--card-shadow);
	border: none;
	transition: all 0.3s ease;
	height: 100%;
}
.stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.15);
}
.stat-icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: white;
	margin-bottom: 16px;
}
.stat-number {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 8px 0;
	line-height: 1;
}
.stat-label {
	color: var(--secondary-color);
	font-weight: 500;
	margin-bottom: 8px;
}
.stat-change {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.change-positive {
	background: rgba(5, 150, 105, 0.1);
	color: var(--success-color);
}
.change-negative {
	background: rgba(220, 38, 38, 0.1);
	color: var(--danger-color);
}
.section-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 24px;
	color: #1e293b;
	display: flex;
	align-items: center;
	gap: 12px;
}
.progress-modern {
	height: 8px;
	background: #e2e8f0;
	border-radius: 4px;
	overflow: hidden;
}
.progress-bar-modern {
	height: 100%;
	border-radius: 4px;
	transition: width 0.6s ease;
}
.user-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #e2e8f0;
}
.user-item:last-child {
	border-bottom: none;
}
.user-avatars {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(45deg, #667eea, #764ba2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 600;
}
.chart-container {
	position: relative;
	height: 200px;
	margin: 20px 0;
}
.progress-chart-container {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.alert-modern {
	border: none;
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 12px;
	border-left: 4px solid;
}
.navbar-modern {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 16px 0;
}
.progress-ring {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.progress-ring-svg {
	transform: rotate(-90deg);
}
.progress-ring-circle-bg {
	stroke: #e2e8f0;
	stroke-width: 8;
	fill: transparent;
}
.progress-ring-circle {
	stroke: #059669;
	stroke-width: 8;
	fill: transparent;
	stroke-linecap: round;
	transition: stroke-dashoffset 0.6s ease;
}
.progress-ring-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: bold;
	color: #059669;
}

body {
	overflow-x: hidden;
}

/* BEGIN: --- HR pricing --- */
.pricing-hr .hr-tariff-table {
	font-size: 1.1rem;
}
.pricing-hr .hr-tariff-table th {
	font-weight: 600;
	font-size: 1.1rem;
	padding: 0.9rem 1rem;
}
.pricing-hr .hr-tariff-table th,
.pricing-hr .hr-tariff-table td {
	border-color: #e8e8e8;
}
.pricing-hr .hr-tariff-table td {
	vertical-align: middle;
	padding: 0.85rem 1rem;
}
.pricing-hr .hr-tariff-table .hr-tariff-note {
	font-size: 0.95rem;
	color: #666;
}
.pricing-hr .hr-addon-item {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
}
.pricing-hr .hr-addon-price {
	font-size: 1.5rem;
	font-weight: 700;
}
.pricing-hr .hr-addon-label {
	font-size: 1.1rem;
	font-weight: 600;
}
.pricing-hr .hr-calculator-total {
	background: linear-gradient(135deg, var(--bs-primary, #0d6efd) 0%, #4a9eff 100%);
	color: #fff;
	border-radius: 12px;
	padding: 25px;
}
.pricing-hr .hr-calculator-total-label {
	opacity: 0.85;
	font-size: 1.1rem;
}
.pricing-hr .hr-calculator-total-amount {
	font-size: 2.5rem;
}
.pricing-hr .hr-calculator-total-currency {
	font-size: 1.3rem;
}
.pricing-hr .hr-calc-label {
	font-size: 1.05rem;
}
.pricing-hr .hr-calc-coeff-info {
	font-size: 1rem;
}
.pricing-hr .hr-calc-per-employee {
	font-size: 1rem;
}
/* END: --- HR pricing --- */
