/** 01. FONTS */
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Bold.eot");
	src: local("DM Sans Bold"), local("DMSans-Bold"),
		url("../fonts/DMSans-Bold.eot#iefix") format("embedded-opentype"),
		url("../fonts/DMSans-Bold.woff2") format("woff2"),
		url("../fonts/DMSans-Bold.woff") format("woff"),
		url("../fonts/DMSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Medium.eot");
	src: local("DM Sans Medium"), local("DMSans-Medium"),
		url("../fonts/DMSans-Medium.eot#iefix") format("embedded-opentype"),
		url("../fonts/DMSans-Medium.woff2") format("woff2"),
		url("../fonts/DMSans-Medium.woff") format("woff"),
		url("../fonts/DMSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "DM Sans";
	src: url("../fonts/DMSans-Regular.eot");
	src: local("DM Sans Regular"), local("DMSans-Regular"),
		url("../fonts/DMSans-Regular.eot#iefix") format("embedded-opentype"),
		url("../fonts/DMSans-Regular.woff2") format("woff2"),
		url("../fonts/DMSans-Regular.woff") format("woff"),
		url("../fonts/DMSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: "DM Sans", "Public Sans", sans-serif;
}

td {
	font-size: 0.88rem;
	font-weight: bold;
}

:root {
	--bs-blue: #007bff;
	--bs-indigo: #6610f2;
	--bs-purple: #7367f0;
	--bs-pink: #e83e8c;
	--bs-red: #ff4c51;
	--bs-orange: #fd7e14;
	--bs-yellow: #ff9f43;
	--bs-green: #28c76f;
	--bs-teal: #20c997;
	--bs-cyan: #00bad1;
	--bs-black: #2f2b3d;
	--bs-white: #fff;
	--bs-gray: rgba(47, 43, 61, 0.6);
	--bs-gray-dark: rgba(47, 43, 61, 0.8);
	--bs-gray-25: rgba(47, 43, 61, 0.015);
	--bs-gray-50: rgba(47, 43, 61, 0.06);
	--bs-primary: #7367f0;
	--bs-secondary: #808390;
	--bs-success: #28c76f;
	--bs-info: #00bad1;
	--bs-warning: #ff9f43;
	--bs-danger: #ff4c51;
	--bs-light: #dfdfe3;
	--bs-dark: #4b4b4b;
	--bs-gray: rgba(47, 43, 61, 0.5);
	--bs-primary-rgb: 115, 103, 240;
	--bs-secondary-rgb: 128, 131, 144;
	--bs-success-rgb: 40, 199, 111;
	--bs-info-rgb: 0, 186, 209;
	--bs-warning-rgb: 255, 159, 67;
	--bs-danger-rgb: 255, 76, 81;
	--bs-light-rgb: 223, 223, 227;
	--bs-dark-rgb: 75, 75, 75;
	--bs-gray-rgb: 47, 43, 61;
	--bs-primary-text-emphasis: #2e2960;
	--bs-secondary-text-emphasis: #33343a;
	--bs-success-text-emphasis: #10502c;
	--bs-info-text-emphasis: #004a54;
	--bs-warning-text-emphasis: #66401b;
	--bs-danger-text-emphasis: #661e20;
	--bs-light-text-emphasis: rgba(47, 43, 61, 0.7);
	--bs-dark-text-emphasis: rgba(47, 43, 61, 0.7);
	--bs-primary-bg-subtle: #e3e1fc;
	--bs-secondary-bg-subtle: #e6e6e9;
	--bs-success-bg-subtle: #d4f4e2;
	--bs-info-bg-subtle: #ccf1f6;
	--bs-warning-bg-subtle: #ffecd9;
	--bs-danger-bg-subtle: #ffdbdc;
	--bs-light-bg-subtle: rgba(245, 244, 245, 0.55);
	--bs-dark-bg-subtle: rgba(47, 43, 61, 0.4);
	--bs-primary-border-subtle: #c7c2f9;
	--bs-secondary-border-subtle: #cccdd3;
	--bs-success-border-subtle: #a9e9c5;
	--bs-info-border-subtle: #99e3ed;
	--bs-warning-border-subtle: #ffd9b4;
	--bs-danger-border-subtle: #ffb7b9;
	--bs-light-border-subtle: rgba(47, 43, 61, 0.12);
	--bs-dark-border-subtle: rgba(47, 43, 61, 0.5);
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 47, 43, 61;
	--bs-font-sans-serif: "Public Sans", -apple-system, BlinkMacSystemFont,
		"Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
		"Helvetica Neue", sans-serif;
	--bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-root-font-size: 16px;
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 0.9375rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.375;
	--bs-body-color: #363a63;
	--bs-body-color-rgb: 109, 107, 119;
	--bs-body-bg: #f5f6fa;
	--bs-body-bg-rgb: 248, 247, 250;
	--bs-emphasis-color: #2f2b3d;
	--bs-emphasis-color-rgb: 47, 43, 61;
	--bs-secondary-color: rgba(109, 107, 119, 0.75);
	--bs-secondary-color-rgb: 109, 107, 119;
	--bs-secondary-bg: rgba(47, 43, 61, 0.12);
	--bs-secondary-bg-rgb: 47, 43, 61;
	--bs-tertiary-color: rgba(109, 107, 119, 0.5);
	--bs-tertiary-color-rgb: 109, 107, 119;
	--bs-tertiary-bg: rgba(47, 43, 61, 0.1);
	--bs-tertiary-bg-rgb: 47, 43, 61;
	--bs-heading-color: #444050;
	--bs-link-color: #7367f0;
	--bs-link-color-rgb: 115, 103, 240;
	--bs-link-decoration: none;
	--bs-link-hover-color: #685dd8;
	--bs-link-hover-color-rgb: 104, 93, 216;
	--bs-code-color: #e83e8c;
	--bs-highlight-color: #6d6b77;
	--bs-highlight-bg: #ffecd9;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #e6e6e8;
	--bs-border-color-translucent: rgba(47, 43, 61, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 0.625rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
	--bs-box-shadow-sm: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
	--bs-box-shadow-lg: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(47, 43, 61, 0.075);
	--bs-focus-ring-width: 0.15rem;
	--bs-focus-ring-opacity: 0.75;
	--bs-focus-ring-color: rgba(47, 43, 61, 0.75);
	--bs-form-valid-color: #28c76f;
	--bs-form-valid-border-color: #28c76f;
	--bs-form-invalid-color: #ff4c51;
	--bs-form-invalid-border-color: #ff4c51;
}

.text-dark {
	color: #364a63;
}

.bg-body {
	background-color: var(--bs-body-bg) !important;
}

.w-30px {
	width: 30px;
}

.img-cover {
	background-size: cover;
	object-fit: cover;
}

.border-top-success {
	border-top: 3px solid #198754 !important;
}

.text-orange {
	color: #eb5b00;
}

.text-sub {
	color: #526484;
}

.dash-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.select2#uptId {
	width: 280px;
}

@media (max-width: 767.98px) {
	.dash-head {
		align-items: start;
		flex-direction: column;
		justify-content: flex-start;
	}

	.select2#uptId {
		width: 180px;
	}
}

/* Custom Pajak */
.feature_style1 {
	background-color: #fff;
	/* border: 2px solid transparent;
	box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.04); */
	/* border-color: #01923f; */
	border: 1px solid #dbdfea;
	border-top: 3px solid #198754;
	box-shadow: 0 1px 3px 0 rgba(54, 74, 99, 0.05);
	padding: 35px 25px 35px 25px;
	margin: 10px 0 1rem 0;
	transition: all ease 0.4s;
	border-radius: 10px;
	min-height: 320px;
}

.feature_style1 .feature_icon {
	width: 100%;
	height: var(--icon-size, 80px);
	line-height: var(--icon-size, 80px);
	text-align: center;
	color: #01923f;
	font-size: 40px;
	display: inline-block;
	border-radius: 10px;
	background: #f4fef5;
	margin: 0 0 20px 0;
	transition: all ease 0.4s;
	box-shadow: none;
}

.feature_style1 .feature_title {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	color: #01923f;
}

/* Card Custom */
.card {
	--bs-card-spacer-y: 1.5rem;
	--bs-card-spacer-x: 1.5rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: #444050;
	--bs-card-subtitle-color: #8d8a94;
	--bs-card-border-width: 0;
	--bs-card-border-color: #e6e6e8;
	--bs-card-border-radius: 0.375rem;
	--bs-card-box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
	--bs-card-inner-border-radius: 0.375rem;
	--bs-card-cap-padding-y: 1.5rem;
	--bs-card-cap-padding-x: 1.5rem;
	--bs-card-cap-bg: transparent;
	--bs-card-cap-color: #444050;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: #fff;
	--bs-card-img-overlay-padding: 1.5rem;
	--bs-card-group-margin: 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	/* color: var(--bs-card-subtitle-color); */
	color: #526484;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius)
		var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius)
		var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}
.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card.card-border-shadow-secondary::after {
	border-bottom-color: #cdcfd4;
}
.card.card-border-shadow-secondary:hover::after {
	border-bottom-color: #808390;
}

.card.card-hover-border-secondary:hover,
.card .card-hover-border-secondary:hover {
	border-color: #cfd0d5;
}

.card.card-border-shadow-success::after {
	border-bottom-color: #abe9c7;
}
.card.card-border-shadow-success:hover::after {
	border-bottom-color: #28c76f;
}

.card.card-hover-border-success:hover,
.card .card-hover-border-success:hover {
	border-color: #adeac8;
}

.card.card-border-shadow-info::after {
	border-bottom-color: #9ce4ed;
}
.card.card-border-shadow-info:hover::after {
	border-bottom-color: #00bad1;
}

.card.card-hover-border-info:hover,
.card .card-hover-border-info:hover {
	border-color: #9ee5ee;
}

.card.card-border-shadow-warning::after {
	border-bottom-color: #ffdab6;
}
.card.card-border-shadow-warning:hover::after {
	border-bottom-color: #ff9f43;
}

.card.card-hover-border-warning:hover,
.card .card-hover-border-warning:hover {
	border-color: #ffdbb8;
}

.card.card-border-shadow-danger::after {
	border-bottom-color: #ffb9bb;
}
.card.card-border-shadow-danger:hover::after {
	border-bottom-color: #ff4c51;
}

.card.card-hover-border-danger:hover,
.card .card-hover-border-danger:hover {
	border-color: #ffbbbd;
}

.card.card-border-shadow-light::after {
	border-bottom-color: #f3f3f4;
}
.card.card-border-shadow-light:hover::after {
	border-bottom-color: #dfdfe3;
}

.card.card-hover-border-light:hover,
.card .card-hover-border-light:hover {
	border-color: #f3f3f4;
}

.card.card-border-shadow-dark::after {
	border-bottom-color: #b9b9b9;
}
.card.card-border-shadow-dark:hover::after {
	border-bottom-color: #4b4b4b;
}

.card.card-hover-border-dark:hover,
.card .card-hover-border-dark:hover {
	border-color: #bbbbbb;
}

.card.card-border-shadow-gray::after {
	border-bottom-color: rgba(218, 218, 221, 0.805);
}
.card.card-border-shadow-gray:hover::after {
	border-bottom-color: rgba(47, 43, 61, 0.5);
}

.card.card-hover-border-gray:hover,
.card .card-hover-border-gray:hover {
	border-color: rgba(220, 219, 222, 0.81);
}

.card {
	background-clip: padding-box;
	/* box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14); */
	border: 1px solid #dbdfea;
	box-shadow: 0 1px 3px 0 rgba(54, 74, 99, 0.05);
}
.card .card-link {
	display: inline-block;
}
.card .card-header + .card-body,
.card .card-header + .card-content > .card-body:first-of-type,
.card .card-header + .card-footer,
.card .card-body + .card-footer {
	padding-top: 0;
}
.card[class*="card-border-shadow-"] {
	position: relative;
	border-bottom: none;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}
.card[class*="card-border-shadow-"]::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-radius: 0.375rem;
	transition: all 0.2s ease-in-out;
	z-index: -1;
}
.card[class*="card-border-shadow-"]:hover {
	box-shadow: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
}
.card[class*="card-border-shadow-"]:hover::after {
	border-bottom-width: 3px;
}
.card[class*="card-hover-border-"] {
	border-width: 1px;
}

.bg-card {
	background-color: #fff;
}

.card-action.card-fullscreen {
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: auto;
	border: none;
	border-radius: 0;
}
.card-action .card-alert {
	position: absolute;
	width: 100%;
	z-index: 999;
}
.card-action .card-alert .alert {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.card-action .card-header.collapsed {
	border-bottom: 0;
}
.card-action .card-header {
	display: flex;
}
.card-action .card-header .card-action-title {
	flex-grow: 1;
	margin-right: 0.5rem;
}
.card-action .card-header .card-action-element {
	flex-shrink: 0;
	background-color: inherit;
	top: 1rem;
	right: 1.5rem;
	color: #6d6b77;
}
.card-action .card-header .card-action-element a {
	color: #444050;
}
.card-action .card-header .card-action-element a .collapse-icon::after {
	margin-top: -0.15rem;
}
.card-action .blockUI .sk-fold {
	margin: 0 auto;
}
.card-action .blockUI h5,
.card-action .blockUI .h5 {
	color: #6d6b77;
	margin: 1rem 0 0 0;
}
.card-action .collapse > .card-body,
.card-action .collapsing > .card-body {
	padding-top: 0;
}

.card-header,
.card-footer {
	border-color: #e6e6e8;
}

.card hr {
	color: #e6e6e8;
}

.card .row-bordered > [class*=" col "] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class*=" col "]::before,
.card .row-bordered > [class*=" col "]::after,
.card .row-bordered > [class^="col "] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^="col "]::before,
.card .row-bordered > [class^="col "]::after,
.card .row-bordered > [class*=" col-"] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class*=" col-"]::before,
.card .row-bordered > [class*=" col-"]::after,
.card .row-bordered > [class^="col-"] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^="col-"]::before,
.card .row-bordered > [class^="col-"]::after,
.card .row-bordered > [class="col"] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class="col"]::before,
.card .row-bordered > [class="col"]::after {
	border-color: #e6e6e8;
}

.card-header.header-elements,
.card-title.header-elements {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.card-header.card-header-elements {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.card-header .card-header-elements {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.card-header-elements,
.card-title-elements {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.card-header-elements + .card-header-elements,
.card-header-elements > * + *,
.card-header-elements + .card-title-elements,
.card-title-elements > * + *,
.card-title-elements + .card-header-elements,
.card-title-elements + .card-title-elements {
	margin-left: 0.25rem;
}

.card-title:not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(
		.h4
	):not(h5):not(.h5):not(h6):not(.h6) {
	color: #6d6b77;
}

.card-img-left {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
	.card-img-left {
		border-top-left-radius: 0.375rem;
		border-top-right-radius: 0.375rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.card-img-right {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
@media (max-width: 767.98px) {
	.card-img-right {
		border-bottom-right-radius: 0.375rem;
		border-bottom-left-radius: 0.375rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.card-group {
	box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
	background-color: #fff;
	border-radius: 0.375rem;
}
.card-group .card {
	box-shadow: none;
}
@media (max-width: 575.98px) {
	.card-group .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

.card > .list-group .list-group-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card .card-separator {
	border-right: 1px solid #e6e6e8;
}

@media (max-width: 991.98px) {
	.card
		.card-widget-separator-wrapper
		.card-widget-separator
		.card-widget-2.border-end {
		border-right: none !important;
		border-left: none !important;
	}
}
@media (max-width: 575.98px) {
	.card
		.card-widget-separator-wrapper
		.card-widget-separator
		.card-widget-1.border-end,
	.card
		.card-widget-separator-wrapper
		.card-widget-separator
		.card-widget-2.border-end,
	.card
		.card-widget-separator-wrapper
		.card-widget-separator
		.card-widget-3.border-end {
		border-right: none !important;
		border-left: none !important;
		border-bottom: 1px solid #e6e6e8;
	}
}

@media (max-width: 991.98px) {
	.card .card-separator {
		border-bottom: 1px solid #e6e6e8;
		padding-bottom: 1.5rem;
		border-right-width: 0 !important;
	}
}

/* Table Custom */
.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: transparent;
	--bs-table-border-color: #e6e6e8;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	/* --bs-table-striped-bg: #f3f2f3; */
	--bs-table-striped-bg: #f5f6fa;
	--bs-table-active-color: #6d6b77;
	--bs-table-active-bg: rgba(115, 103, 240, 0.08);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: rgba(47, 43, 61, 0.06);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: middle;
	border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
	padding: 0.782rem 1.25rem;
	color: var(
		--bs-table-color-state,
		var(--bs-table-color-type, var(--bs-table-color))
	);
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	/* box-shadow: inset 0 0 0 9999px
		var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); */
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid #e6e6e8;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.594rem 1.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
	border-top-width: 0;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #e6e6e8;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #e9e7fd;
	--bs-table-border-color: #d3d0e6;
	--bs-table-striped-bg: #dedcf1;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #dad8ee;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #dedcf1;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #ebebed;
	--bs-table-border-color: #d4d4d8;
	--bs-table-striped-bg: #e0dfe2;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #dcdcdf;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #e0dfe2;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #ddf6e8;
	--bs-table-border-color: #c8ded3;
	--bs-table-striped-bg: #d3eade;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #cfe6da;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #d3eade;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #d6f4f8;
	--bs-table-border-color: #c2dce2;
	--bs-table-striped-bg: #cce8ed;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #c9e4e9;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #cce8ed;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #fff0e1;
	--bs-table-border-color: #e6d8cd;
	--bs-table-striped-bg: #f3e4d7;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #eee0d4;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #f3e4d7;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #ffe2e3;
	--bs-table-border-color: #e6cccf;
	--bs-table-striped-bg: #f3d7d9;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #eed3d6;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #f3d7d9;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #2f2b3d;
	--bs-table-bg: #eaeaec;
	--bs-table-border-color: #d4d3d7;
	--bs-table-striped-bg: #dfdfe2;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #dbdbde;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #dfdfe2;
	--bs-table-hover-color: #2f2b3d;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #4b4b4b;
	--bs-table-border-color: #616161;
	--bs-table-striped-bg: #565656;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #595959;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #565656;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.table-secondary {
	--bs-table-bg: #ebebed;
	--bs-table-striped-bg: #e0dfe2;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #dcdcdf;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #e0dfe2;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #d4d4d8;
}
.table-secondary .btn-icon,
.table-secondary .btn {
	color: #2f2b3d;
}

.table-success {
	--bs-table-bg: #ddf6e8;
	--bs-table-striped-bg: #d3eade;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #cfe6da;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #d3eade;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #c8ded3;
}
.table-success .btn-icon,
.table-success .btn {
	color: #2f2b3d;
}

.table-info {
	--bs-table-bg: #d6f4f8;
	--bs-table-striped-bg: #cce8ed;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #c9e4e9;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #cce8ed;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #c2dce2;
}
.table-info .btn-icon,
.table-info .btn {
	color: #2f2b3d;
}

.table-warning {
	--bs-table-bg: #fff0e1;
	--bs-table-striped-bg: #f3e4d7;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #eee0d4;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #f3e4d7;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #e6d8cd;
}
.table-warning .btn-icon,
.table-warning .btn {
	color: #2f2b3d;
}

.table-danger {
	--bs-table-bg: #ffe2e3;
	--bs-table-striped-bg: #f3d7d9;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #eed3d6;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #f3d7d9;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #e6cccf;
}
.table-danger .btn-icon,
.table-danger .btn {
	color: #2f2b3d;
}

.table-light {
	--bs-table-bg: #eaeaec;
	--bs-table-striped-bg: #dfdfe2;
	--bs-table-striped-color: #2f2b3d;
	--bs-table-active-bg: #dbdbde;
	--bs-table-active-color: #2f2b3d;
	--bs-table-hover-bg: #dfdfe2;
	--bs-table-hover-color: #2f2b3d;
	color: #2f2b3d;
	border-color: #d4d3d7;
}
.table-light .btn-icon,
.table-light .btn {
	color: #2f2b3d;
}

.table-dark {
	--bs-table-bg: #4b4b4b;
	--bs-table-striped-bg: #565656;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #595959;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #565656;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #616161;
}
.table-dark .btn-icon,
.table-dark .btn {
	color: #fff;
}

.table > :not(caption) > * > * {
	background-clip: padding-box;
}
.table:not(.table-borderless):not(.table-dark)
	> :not(caption)
	> *:not(.table-dark)
	> * {
	border-top-width: 1px;
}
.table .dropdown-item {
	display: flex;
	gap: 0.25rem;
}
.table tr > td .dropdown {
	position: static;
}
.table caption {
	padding: 0.782rem 1.25rem;
}
.table.table-sm thead tr th {
	padding-block: 1.114rem;
}
.table thead tr th {
	padding-block: 1.161rem;
}

.card .table {
	margin-bottom: 0;
}

@supports (-moz-appearance: none) {
	.table .dropdown-menu.show {
		display: inline-table;
	}
}
.table th {
	/* text-transform: uppercase; */
	/* font-size: 0.8125rem; */
	font-size: 0.92rem;
	letter-spacing: 0.2px;
	color: #444050;
}

.table-dark th {
	color: var(--bs-table-color);
	border-top: 1px solid #e6e6e8;
}

.table.table-dark .btn.btn-icon {
	color: #e6e6e8;
}

.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
	border-bottom-width: 0;
}

.table.table-dark .btn i {
	color: #fff;
}

.table.table-flush-spacing thead tr > td:first-child,
.table.table-flush-spacing tbody tr > td:first-child {
	padding-left: 0;
}
.table.table-flush-spacing thead tr > td:last-child,
.table.table-flush-spacing tbody tr > td:last-child {
	padding-right: 0;
}

/* Skeleton */
.feature_style1.is-loading .img,
.feature_style1.is-loading .feature_title,
.feature_style1.is-loading .year_one,
.feature_style1.is-loading .year_two {
	background: #eee;
	background: linear-gradient(110deg, #ececec 8%, #f5f6fa 18%, #ececec 33%);
	border-radius: 5px;
	background-size: 200% 100%;
	animation: 1.5s shine linear infinite;
}

/*.skeleton_odometer {
	background: #eee;
	background: linear-gradient(110deg, #ececec 8%, #f5f6fa 18%, #ececec 33%);
	border-radius: 5px;
	background-size: 200% 100%;
	animation: 1.5s shine linear infinite;
}*/

.feature_style1.is-loading .img {
	height: 80px;
	margin-bottom: 1rem;
}

.feature_style1.is-loading .feature_title {
	height: 40px;
}

.feature_style1.is-loading .year_one,
.feature_style1.is-loading .year_two {
	width: 100%;
	height: 25px;
}

@keyframes shine {
	to {
		background-position-x: -200%;
	}
}

/* APEX CHART */
.apex-charts {
	min-height: 10px !important;
}
.apex-charts text {
	font-family: "DM Sans", "Public Sans", sans-serif !important;
	fill: #adb5bd;
	font-weight: 400;
}
.apex-charts .apexcharts-canvas {
	margin: 0 auto;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
	font-family: "DM Sans", "Public Sans", sans-serif !important;
}

.apexcharts-legend-series {
	font-weight: 500;
}

.apexcharts-gridline {
	pointer-events: none;
	stroke: #f8f9fa;
}

.apexcharts-legend-text {
	color: #74788d !important;
	font-family: "DM Sans", "Public Sans", sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}

.apexcharts-pie-label {
	fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
	font-family: "DM Sans", "Public Sans", sans-serif !important;
	fill: #adb5bd;
}

/* Nav Pills */
.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #198754;
	border: 1px solid #ffc107;
}

.nav-pills .nav-link.active:hover {
	color: #fff;
}

.nav-pills .nav-link:hover {
	color: #198754;
}

.nav-tabs > li > a,
.nav-pills > li > a {
	color: #495057;
	font-weight: 500;
}

.nav-pills > a {
	color: #495057;
	font-weight: 500;
}

.nav-pills > a:hover {
	color: #198754;
	font-weight: 500;
}

/*High Chart*/
/*.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 500px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid var(--highcharts-neutral-color-10, #e6e6e6);
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: var(--highcharts-neutral-color-60, #666);
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: var(--highcharts-neutral-color-3, #f7f7f7);
}

.highcharts-description {
    margin: 0.3rem 10px;
}*/