body[data-pc-font="JetBrains Mono"] {
	font-family: "JetBrains Mono", sans-serif;
}
body[data-pc-font="IBM Plex Sans"] {
	font-family: "IBM Plex Sans", sans-serif;
}
body[data-pc-font="Inter var"] {
	font-family: "Inter var", sans-serif;
}
body[data-pc-font="Jost"] {
	font-family: "Jost", sans-serif;
}
body[data-pc-font="Montserrat"] {
	font-family: "Montserrat", sans-serif;
}
body[data-pc-font="Noto Sans"] {
	font-family: "Noto Sans", sans-serif;
}
body[data-pc-font="Open Sans"] {
	font-family: "Open Sans", sans-serif;
}
body[data-pc-font="Plus Jakarta Sans"] {
	font-family: "Plus Jakarta Sans", sans-serif;
}
body[data-pc-font="Public Sans"] {
	font-family: "Public Sans", sans-serif;
}
body[data-pc-font="Roboto"] {
	font-family: "Roboto", sans-serif;
}
body[data-pc-font="Rubik"] {
	font-family: "Rubik", sans-serif;
}
body[data-pc-font="Source Sans 3"] {
	font-family: "Source Sans 3", sans-serif;
}
body[data-pc-font="Urbanist"] {
	font-family: "Urbanist", sans-serif;
}
body[data-pc-font="Work Sans"] {
	font-family: "Work Sans", sans-serif;
}
body[data-pc-theme_contrast="true"] .card {
	box-shadow: var(--bs-box-shadow-sm);
}
body .welcome-banner {
	border: none;
}
body[data-pc-theme="light"][data-pc-theme_contrast="true"][data-pc-layout="color-header"] {
	--pc-sidebar-background: #fff !important;
	--pc-sidebar-border: none;
	--pc-sidebar-shadow: var(--bs-box-shadow-sm);
}
body[data-pc-layout="color-header"] .b-brand {
	color: #fff !important;
}
.pc-container .page-header + *:not(#blog-header-banner) {
	padding-top: 0 !important;
}
.pc-container .page-header + .d-none + *:not(#blog-header-banner) {
	padding-top: 0 !important;
}

.form-group {
	margin-bottom: 1rem;
}

.payment-group {
	box-shadow: none !important;
}
.payment-menu input[type="radio"] {
	display: none;
}
.payment-menu {
	/*cursor: pointer;*/
	position: relative;
	display: block;
	color: var(--bs-card-title-color);
	text-decoration: none;
	background: var(--bs-body-bg);
	border-radius: 1rem !important;
	user-select: none;
}
.payment-menu input[type="radio"] + .payment-item {
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 1rem;
	font-size: 13px !important;
	border-radius: 1rem !important;
	border: 2px solid var(--bs-gray-300);
	width: 100%;
}
[data-pc-theme="dark"] .payment-menu input[type="radio"] + .payment-item {
	--bs-gray-300: #1d2630;
}
.payment-menu input[type="radio"]:checked + .payment-item {
	background-color: rgba(var(--bs-primary-rgb), 0.1);
	border: 2px solid var(--bs-primary);
	color: var(--bs-primary);
	font-size: 13px !important;
	display: block;
}
.payment-menu input[type="radio"]:hover:not(:checked) + .payment-item {
	border: 2px solid var(--bs-primary);
}
.payment-menu .info-top {
	margin-top: 7px;
}
.payment-menu .info-bottom {
	margin-top: 7px;
	margin-bottom: 3px;
}
.theme-group {
	box-shadow: none !important;
}
.theme-menu input[type="radio"] {
	display: none;
}
.theme-menu {
	/*cursor: pointer;*/
	position: relative;
	display: block;
	color: var(--bs-card-title-color);
	text-decoration: none;
	background: var(--bs-body-bg);
	border-radius: 1rem !important;
	user-select: none;
}
.theme-menu input[type="radio"] + .theme-item {
	text-align: center;
	cursor: pointer;
	padding: 0.5rem 1rem;
	font-size: 13px !important;
	border-radius: 1rem !important;
	border: 2px solid var(--bs-gray-300);
	width: 100%;
}
[data-pc-theme="dark"] .theme-menu input[type="radio"] + .theme-item {
	--bs-gray-300: #1d2630;
}
.theme-menu input[type="radio"]:checked + .theme-item {
	background-color: rgba(var(--bs-primary-rgb), 0.1);
	border: 2px solid var(--bs-primary);
	color: var(--bs-primary);
	font-size: 13px !important;
	display: block;
}
.theme-menu input[type="radio"]:hover:not(:checked) + .theme-item {
	border: 2px solid var(--bs-primary);
}
.theme-menu .info-top {
	margin-top: 7px;
}
.theme-menu .info-bottom {
	margin-top: 7px;
	margin-bottom: 3px;
}
.select2 {
	width: 100% !important;
}
body .swal2-container {
	z-index: 1081 !important;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #f3f5f7;
}
.select2-container--default .select2-selection--single {
	border-radius: 8px !important;
	border: 1px solid #bec8d0 !important;
	height: 100% !important;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	height: 0 !important;
	left: 0 !important;
	margin-left: -5px !important;
	margin-top: 8px !important;
}
.select2-container .select2-selection--single:hover {
	background-color: #f8f9fa !important;
}
.select2-container .select2-selection--single:focus {
	color: #131920 !important;
	background-color: #f8f9fa !important;
	border-color: var(--bs-primary) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
.select2-results__option:hover {
	background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
	color: var(--bs-primary) !important;
}
.select2-results__option[aria-selected="true"] {
	background-color: var(--bs-primary) !important;
	color: white !important;
}
.select2-results__option--highlighted[aria-selected="false"] {
	background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
	color: var(--bs-primary) !important;
}
.select2-results__option--highlighted[aria-selected="true"] {
	background-color: var(--bs-primary) !important;
	color: white !important;
}
.select2-container--open .select2-selection--single {
	color: #131920 !important;
	background-color: #f8f9fa !important;
	border-color: var(--bs-primary) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
.select2-container .select2-selection--single {
	width: 100%;
	/*padding: 0.58rem 0.75rem;*/
	padding: 0.58rem 2rem 0.58rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #bec8d0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 0.357rem;
	height: 2rem;
}
[data-pc-theme="dark"] .select2-container .select2-selection--single {
	background-color: #263240 !important;
	border-color: #303f50 !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #131920 !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"]
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-search__field {
	background-color: #263240 !important;
	color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-dropdown {
	background-color: #263240 !important;
	color: var(--bs-body-color) !important;
}
[data-pc-theme="dark"] .select2-results__option:hover {
	background: transparent !important;
	color: var(--bs-primary) !important;
}
[data-pc-theme="dark"] .select2-container .select2-selection--single:focus {
	border-color: var(--bs-primary) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
[data-pc-theme="dark"] .select2-results__option[aria-selected="true"] {
	background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
	color: var(--bs-primary) !important;
}
[data-pc-theme="dark"]
	.select2-results__option--highlighted[aria-selected="false"] {
	background: transparent !important;
	color: var(--bs-primary) !important;
}
[data-pc-theme="dark"]
	.select2-results__option--highlighted[aria-selected="true"] {
	background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
	color: var(--bs-primary) !important;
}
[data-pc-theme="dark"] .select2-container--open .select2-selection--single {
	border-color: var(--bs-primary) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.1) !important;
}
[data-pc-theme="dark"] .form-control:disabled,
[data-pc-theme="dark"] .custom-select:disabled,
[data-pc-theme="dark"] .dataTable-selector:disabled,
[data-pc-theme="dark"] .dataTable-input:disabled {
	-webkit-text-fill-color: var(--bs-body-color);
}

body.swal2-height-auto {
	overflow: hidden !important;
}

.available-balance-card::after {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.3),
		rgba(255, 255, 255, 0)
	) !important;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-secondary,
.btn-custom-gradient {
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.25),
		rgba(255, 255, 255, 0)
	) !important;
	border: none;
}

.btn-outline-primary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-secondary {
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.25),
		rgba(255, 255, 255, 0)
	) !important;
}

[data-pc-theme="dark"] .card .card-header {
	border-bottom: 1px solid #444a52;
}

.table thead th .form-check {
	font-size: var(--bs-body-font-size) !important;
}

.form-check .form-check-input {
	cursor: pointer;
}

.pc-sidebar .pc-hasmenu.pc-trigger > .pc-link > .pc-arrow {
	margin-top: 2px;
}

[data-pc-theme="dark"]
	.payment-menu
	input[type="radio"]:checked
	+ .payment-item {
	background-color: rgba(var(--bs-primary-rgb), 0.2);
}

.hero-text-gradient {
	--bg-size: 400%;
	--color-one: rgb(37, 161, 244);
	--color-two: rgb(249, 31, 169);

	background: linear-gradient(
			90deg,
			var(--color-one),
			var(--color-two),
			var(--color-one)
		)
		0 0 / var(--bg-size) 100%;
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	animation: move-bg 24s infinite linear;
}

@keyframes move-bg {
	to {
		background-position: var(--bg-size) 0;
	}
}

.bgImageCustom {
	min-height: auto;
	padding-top: 100px;
	padding-bottom: 160px;
}

.wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url("../images/landing/wave.png");
	background-size: 1000px 100px;
}

[data-pc-theme="dark"] .wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url("../images/landing/wave-dark.png");
	background-size: 1000px 100px;
}

.wave.wave1 {
	animation: animate 30s linear infinite;
	z-index: 10;
	opacity: 1;
	animation-delay: 0s;
	bottom: 0;
}

.wave.wave2 {
	animation: animate2 15s linear infinite;
	z-index: 9;
	opacity: 0.5;
	animation-delay: -5s;
	bottom: 15px;
}

.wave.wave3 {
	animation: animate 30s linear infinite;
	z-index: 8;
	opacity: 0.2;
	animation-delay: -2s;
	bottom: 15px;
}

.wave.wave4 {
	animation: animate2 5s linear infinite;
	z-index: 7;
	opacity: 0.7;
	animation-delay: -5s;
	bottom: 25px;
}

@keyframes animate {
	0% {
		background-position: 0;
	}
	100% {
		background-position: 1000px;
	}
}

@keyframes animate2 {
	0% {
		background-position: 0;
	}
	100% {
		background-position: -1000px;
	}
}

.background-pattern1 {
	background-repeat: repeat;
	background-size: 100%;
	background-image: url("data:image/svg+xml,<svg id='patternId' opacity='0.1' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81'  stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%,59.4%,1)' fill='none'/><path d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55'  stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%,51.6%,1)' fill='none'/><path d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74'  stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%,48.4%,1)' fill='none'/><path d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84'  stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%,61%,1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.background-pattern2 {
	background-repeat: repeat;
	background-size: 100%;
	background-image: url("data:image/svg+xml,<svg id='patternId' opacity='0.1' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81'  stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%,59.4%,1)' fill='none'/><path d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55'  stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%,51.6%,1)' fill='none'/><path d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74'  stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%,48.4%,1)' fill='none'/><path d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84'  stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%,61%,1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-35,-13)' fill='url(%23a)'/></svg>");
}

.background-pattern3 {
	background-repeat: repeat;
	background-size: 100%;
	background-image: url("data:image/svg+xml,<svg id='patternId' opacity='0.1' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='70' height='70' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M-4.8 4.44L4 16.59 16.14 7.8M32 30.54l-13.23 7.07 7.06 13.23M-9 38.04l-3.81 14.5 14.5 3.81M65.22 4.44L74 16.59 86.15 7.8M61 38.04l-3.81 14.5 14.5 3.81'  stroke-linecap='square' stroke-width='2' stroke='hsla(258.5,59.4%,59.4%,1)' fill='none'/><path d='M59.71 62.88v3h3M4.84 25.54L2.87 27.8l2.26 1.97m7.65 16.4l-2.21-2.03-2.03 2.21m29.26 7.13l.56 2.95 2.95-.55'  stroke-linecap='square' stroke-width='2' stroke='hsla(339.6,82.2%,51.6%,1)' fill='none'/><path d='M58.98 27.57l-2.35-10.74-10.75 2.36M31.98-4.87l2.74 10.65 10.65-2.73M31.98 65.13l2.74 10.66 10.65-2.74'  stroke-linecap='square' stroke-width='2' stroke='hsla(198.7,97.6%,48.4%,1)' fill='none'/><path d='M8.42 62.57l6.4 2.82 2.82-6.41m33.13-15.24l-4.86-5.03-5.03 4.86m-14-19.64l4.84-5.06-5.06-4.84'  stroke-linecap='square' stroke-width='2' stroke='hsla(47,80.9%,61%,1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-47,-26)' fill='url(%23a)'/></svg>");
}

/* Pattern 4 — Soft Dots + Mesh + Liquid Glass yang halus (Light/Dark) */
.background-pattern4 {
	position: relative;
	overflow: hidden; /* penting agar blob glass tidak keluar radius card */
	/* --- Base + dots + mesh (LIGHT) --- */
	background-color: #fbfcfe;
	background-image:
    /* dots: lebih soft tapi jelas */
		radial-gradient(rgba(17, 24, 39, 0.1) 1px, transparent 1px),
		/* mesh lembut */
		radial-gradient(at 22% 26%, rgba(96, 165, 250, 0.16), transparent 50%),
		radial-gradient(at 82% 18%, rgba(244, 114, 182, 0.14), transparent 52%),
		radial-gradient(at 46% 78%, rgba(52, 211, 153, 0.16), transparent 54%);
	background-size:
		20px 20px,
		/* dots */ 100% 100%,
		100% 100%,
		100% 100%;
	background-repeat: repeat, no-repeat, no-repeat, no-repeat;
	background-blend-mode: normal, screen, screen, screen;
	transition:
		background-color 200ms ease,
		background-image 200ms ease;
}

/* Konten di atas efek */
.background-pattern4 > * {
	position: relative;
	z-index: 2;
}

/* Liquid Glass blob (feathered) */
.background-pattern4::before {
	content: "";
	position: absolute;
	z-index: 1; /* di bawah konten, di atas pola */
	right: -6%;
	top: -12%;
	width: 52%;
	height: 70%;
	border-radius: 42% 58% 48% 52%/55% 45% 55% 45%;
	/* kaca: tipis + blur, tidak terlalu putih */
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.26),
		rgba(255, 255, 255, 0.14)
	);
	backdrop-filter: blur(14px) saturate(150%);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow:
		0 10px 26px rgba(99, 102, 241, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	pointer-events: none;

	/* FEATHER: lembutkan tepi blob agar tidak kelihatan “tempelan” */
	-webkit-mask-image: radial-gradient(
		60% 60% at 70% 30%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 75%
	);
	mask-image: radial-gradient(
		60% 60% at 70% 30%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 75%
	);
}

/* highlight/refleksi halus kiri bawah */
.background-pattern4::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: -20%;
	bottom: -28%;
	width: 62%;
	height: 62%;
	border-radius: 50%;
	background: radial-gradient(
		circle at 60% 40%,
		rgba(255, 255, 255, 0.18),
		transparent 60%
	);
	filter: blur(8px);
	pointer-events: none;

	/* feather tambahan supaya natural */
	-webkit-mask-image: radial-gradient(
		55% 55% at 60% 40%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 80%
	);
	mask-image: radial-gradient(
		55% 55% at 60% 40%,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0) 80%
	);
}

/* ============ DARK MODE ============ */
body[data-pc-theme="dark"] .background-pattern4 {
	background-color: #0b1220;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		radial-gradient(at 22% 26%, rgba(96, 165, 250, 0.2), transparent 50%),
		radial-gradient(at 82% 18%, rgba(244, 114, 182, 0.18), transparent 52%),
		radial-gradient(at 46% 78%, rgba(52, 211, 153, 0.2), transparent 54%);
	background-blend-mode: normal, screen, screen, screen;
}

body[data-pc-theme="dark"] .background-pattern4::before {
	background: linear-gradient(
		180deg,
		rgba(17, 24, 39, 0.38),
		rgba(17, 24, 39, 0.22)
	);
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow:
		0 10px 24px rgba(56, 189, 248, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

body[data-pc-theme="dark"] .background-pattern4::after {
	background: radial-gradient(
		circle at 60% 40%,
		rgba(56, 189, 248, 0.14),
		transparent 60%
	);
	filter: blur(10px);
}

.theme-color {
	flex-wrap: wrap;
	row-gap: 3px;
}

.theme-color > a {
	position: relative !important;
	display: inline-flex !important;
	height: 2.75rem !important;
	width: 2.75rem !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	border-radius: 0.75rem !important;
	transition-property: all !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.theme-color > a.active {
	flex: none !important;
}

.theme-color > a.active::after,
.theme-color > a > i {
	transform: scale(1) !important;
}

.theme-color > a::after {
	border-radius: 0.75rem !important;
}

body[data-pc-layout="vertical"] .pc-sidebar .navbar-content,
body[data-pc-layout="color-header"] .pc-sidebar .navbar-content {
	height: calc(100vh - 149px) !important;
}

.pc-sidebar .card.pc-user-card {
	background: var(--pc-sidebar-background) !important;
	margin: 0 !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	border: none !important;
}

.pc-sidebar .card.pc-user-card .card-body {
	padding: 15px !important;
}

.pc-sidebar .card.pc-user-card .dropdown-menu {
	display: block !important;
	opacity: 0 !important;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease !important;
	visibility: hidden !important;
	box-shadow: none !important;
	width: calc(279.8px) !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--pc-sidebar-user-background) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu {
	width: calc(278.8px) !important;
}

body[data-pc-layout="color-header"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu {
	width: calc(279.8px) !important;
}

body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu {
	width: calc(320px) !important;
}

.pc-sidebar .card.pc-user-card .dropdown-menu.show {
	opacity: 1 !important;
	inset: auto 0px 0px -76px !important;
	transform: translate3d(0px, -58.5px, 0px) !important;
	visibility: visible !important;
	border-radius: 0px !important;
}

body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu.show {
	inset: auto 0px 0px -75.9px !important;
	transform: translate3d(0px, 206.5px, 0px) !important;
}

body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card .dropdown-menu.show {
	border-bottom: 1px solid var(--bs-border-color) !important;
	border-left: none !important;
	border-right: none !important;
}
body[data-pc-layout="tab"][data-pc-theme_contrast="true"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-bottom: 1px solid var(--bs-border-color) !important;
	border-left: none !important;
	border-right: none !important;
}

body[data-pc-layout="tab"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-bottom: var(--pc-sidebar-border) !important;
	border-left: none !important;
	border-right: none !important;
}

body[data-pc-layout="tab"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-bottom: var(--pc-sidebar-border) !important;
	border-left: none !important;
	border-right: none !important;
}

body[data-pc-layout="vertical"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-top: 1px solid var(--bs-border-color) !important;
	border-left: 1px solid var(--bs-border-color) !important;
	border-right: none !important;
}

body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-top: 1px dashed #bec8d0 !important;
	border-left: none !important;
	border-right: none !important;
}

body[data-pc-layout="vertical"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-top: var(--pc-sidebar-border) !important;
	border-left: 1px solid var(--pc-sidebar-border) !important;
	border-right: none !important;
}

body[data-pc-layout="color-header"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-top: 1px solid var(--bs-border-color) !important;
	border-left: none !important;
	border-right: none !important;
}

body[data-pc-layout="color-header"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu.show {
	border-top: 1px solid var(--bs-card-border-color) !important;
	border-left: none !important;
	border-right: none !important;
}

.pc-sidebar .card.pc-user-card .dropdown-menu ul {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pc-sidebar .card.pc-user-card .dropdown-menu ul li {
	position: relative;
	flex: 50%;
	border: 0.25px solid var(--bs-border-color);
}

body[data-pc-layout="vertical"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu
	ul
	li {
	border: 0.25px dashed #242d39;
}

body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu
	ul
	li {
	border: 0.25px dashed #bec8d0;
}

body[data-pc-layout="color-header"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu
	ul
	li {
	border: 0.25px solid var(--bs-card-border-color);
}

body[data-pc-layout="tab"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card
	.dropdown-menu
	ul
	li {
	border: 0.25px dashed #242d39;
}

/* Hapus border atas untuk elemen pertama dan kedua */
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(1),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(2) {
	border-top: none !important;
}

/* Hapus border bawah untuk elemen ketiga dan keempat */
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(3),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(4) {
	border-bottom: none !important;
}

/* Hapus border kiri untuk elemen pertama dan ketiga */
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(1),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(3) {
	border-left: none !important;
}

/* Hapus border kanan untuk elemen kedua dan keempat */
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(2),
.pc-sidebar .card.pc-user-card .dropdown-menu ul li:nth-child(4) {
	border-right: none !important;
}

.pc-sidebar .card.pc-user-card .pc-user-links {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: var(--pc-sidebar-color);
	padding: 12px 4px;
	border-radius: var(--bs-border-radius);
	margin: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.pc-sidebar .card.pc-user-card .pc-user-links::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--pc-sidebar-active-color);
	opacity: 0;
}

.pc-sidebar .card.pc-user-card .pc-user-links:focus,
.pc-sidebar .card.pc-user-card .pc-user-links:hover {
	color: var(--pc-sidebar-active-color);
}

.pc-sidebar .card.pc-user-card .pc-user-links:focus::after,
.pc-sidebar .card.pc-user-card .pc-user-links:hover::after {
	opacity: 0.1;
}

body[data-pc-layout="color-header"] .pc-sidebar {
	position: fixed !important;
}

body[data-pc-layout="color-header"] .pc-sidebar .navbar-content {
	box-shadow: inset 0px 0px 0px 0px var(--bs-border-color) !important;
}

body[data-pc-layout="color-header"][data-pc-theme="light"]
	.pc-sidebar
	.card.pc-user-card {
	border-top: 1px solid var(--bs-border-color) !important;
}

body[data-pc-layout="color-header"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card {
	border-top: 1px solid var(--bs-card-border-color) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="true"]
	.pc-sidebar
	.card.pc-user-card {
	border-top: 1px solid var(--bs-border-color) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.card.pc-user-card {
	border-top: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card {
	border-top: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="tab"] .pc-sidebar .card.pc-user-card {
	display: block !important;
}

body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="true"]
	.pc-sidebar
	.m-header {
	border-bottom: 1px solid var(--bs-border-color) !important;
}

body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="true"]
	.pc-sidebar
	.card.pc-user-card {
	border-bottom: 1px solid var(--bs-border-color) !important;
}

body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.m-header {
	border-bottom: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.card.pc-user-card {
	border-bottom: var(--pc-sidebar-border) !important;
}

[data-pc-layout="tab"][data-pc-theme="light"][data-pc-theme_contrast="false"]
	.pc-sidebar
	.tab-container
	.tab-sidemenu {
	border-right: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="tab"][data-pc-theme="dark"] .pc-sidebar .m-header {
	border-bottom: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="tab"][data-pc-theme="dark"]
	.pc-sidebar
	.card.pc-user-card {
	border-bottom: var(--pc-sidebar-border) !important;
}

[data-pc-layout="tab"][data-pc-theme="dark"]
	.pc-sidebar
	.tab-container
	.tab-sidemenu {
	border-right: var(--pc-sidebar-border) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="light"] .pc-sidebar .m-header {
	border-bottom: 1px solid var(--bs-border-color) !important;
}

body[data-pc-layout="vertical"][data-pc-theme="dark"] .pc-sidebar .m-header {
	border-bottom: var(--pc-sidebar-border) !important;
}

.page-header {
	padding-top: 13px;
	padding-bottom: 24px;
}

body[data-pc-layout="color-header"] .page-header {
	padding-bottom: 24px !important;
}

.pc-container .page-header .breadcrumb {
	margin-bottom: 5px;
}

[data-pc-layout="color-header"]
	.pc-container
	.page-header
	.breadcrumb
	.breadcrumb-item,
[data-pc-layout="color-header"] .pc-container .page-header .breadcrumb a:hover {
	color: #fff;
}

[data-pc-layout="vertical"] .pc-sidebar .navbar-content {
	padding: 18px 0;
}

.pc-sidebar .navbar-content {
	height: calc(100vh - 110px);
}

[data-pc-layout="tab"] .pc-sidebar .tab-container .tab-sidemenu,
[data-pc-layout="tab"] .pc-sidebar .tab-container .tab-link {
	height: calc(100vh - 92px);
}

[data-pc-theme="light"].landing-page {
	background: var(--bs-body-bg) !important;
}

[data-pc-theme="dark"].landing-page {
	background: #131920 !important;
}

/* Fitur Pencarian */
/* === NAMESPACE: hanya untuk fitur pencarian === */
.hp-search.dropdown.pc-h-item {
	position: relative;
}

/* Dropdown panel pencarian */
.hp-search .drp-search {
	min-width: 350px;
	padding: 0;
	border: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hp-search .drp-search form {
	padding: 12px;
	border-bottom: 1px solid var(--bs-border-color);
}

/* Container hasil pencarian */
.hp-search .search-results {
	max-height: 400px;
	overflow-y: auto;
	background-color: var(--bs-body-bg);
	display: none; /* toggle via JS saat ada hasil */
}

/* Scrollbar custom */
.hp-search .search-results::-webkit-scrollbar {
	width: 6px;
}
.hp-search .search-results::-webkit-scrollbar-track {
	background: transparent;
}
.hp-search .search-results::-webkit-scrollbar-thumb {
	background: rgba(var(--bs-secondary-rgb), 0.3);
	border-radius: 3px;
}
.hp-search .search-results::-webkit-scrollbar-thumb:hover {
	background: rgba(var(--bs-secondary-rgb), 0.5);
}

/* Item hasil pencarian */
.hp-search .search-result-item {
	padding: 0;
	cursor: pointer;
	transition: all 0.2s ease;
	border-bottom: 1px solid var(--bs-border-color-translucent);
	animation: hpFadeIn 0.3s ease-out;
	position: relative;
}
.hp-search .search-result-item:last-child {
	border-bottom: none;
}

.hp-search .search-result-item:hover,
.hp-search .search-result-item:focus {
	background-color: rgba(var(--bs-primary-rgb), 0.08);
	outline: none;
}
.hp-search .search-result-item:focus {
	box-shadow: inset 3px 0 0 var(--bs-primary);
}

/* Link dalam hasil pencarian */
.hp-search .search-result-item a {
	text-decoration: none;
	color: var(--bs-body-color);
	display: flex;
	align-items: center;
	padding: 12px 16px;
	gap: 12px;
	transition: color 0.2s ease;
	word-break: break-word;
}
.hp-search .search-result-item:hover a,
.hp-search .search-result-item:focus a {
	color: var(--bs-primary);
}

/* Icon hasil pencarian */
.hp-search .search-result-item .result-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	font-size: 18px;
}
.hp-search .search-result-item .result-icon i,
.hp-search .search-result-item .result-icon .search-result-icon {
	font-size: 18px;
	vertical-align: middle;
}

/* Text hasil pencarian */
.hp-search .search-result-item .result-text {
	flex: 1;
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Styling untuk submenu item */
.hp-search .search-result-item.submenu-item {
	background-color: rgba(var(--bs-secondary-rgb), 0.03);
}
.hp-search .search-result-item.submenu-item:hover,
.hp-search .search-result-item.submenu-item:focus {
	background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.hp-search .search-result-item.submenu-item a {
	padding-left: 24px;
}

/* Parent menu label */
.hp-search .search-result-item .parent-menu {
	font-size: 11px;
	color: var(--bs-secondary-color);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Arrow submenu */
.hp-search .search-result-item .submenu-arrow {
	font-size: 10px;
	color: var(--bs-secondary-color);
	margin: 0 6px;
	opacity: 0.6;
}

/* Highlight text */
.hp-search .highlight {
	background-color: rgba(var(--bs-primary-rgb), 0.35);
	color: var(--bs-emphasis-color);
	padding: 0;
	border-radius: 2px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	box-shadow: none;
}

/* No results */
.hp-search .no-results {
	padding: 24px 16px;
	color: var(--bs-secondary-color);
	text-align: center;
	font-size: 14px;
}
.hp-search .no-results i {
	display: block;
	font-size: 32px;
	margin-bottom: 8px;
	opacity: 0.5;
}
.hp-search .no-results span {
	display: block;
	font-style: italic;
}

/* Loading */
.hp-search #search-loading {
	padding: 20px 16px;
	color: var(--bs-primary);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.hp-search #search-loading i {
	margin-right: 8px;
	font-size: 16px;
}

/* Input pencarian */
.hp-search #compo-menu-search {
	width: 100%;
	padding: 10px 16px;
	font-size: 14px;
	border: 1px solid var(--bs-border-color);
	border-radius: 6px;
	transition: all 0.3s ease;
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
}
.hp-search #compo-menu-search:focus {
	outline: none;
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.15);
}
.hp-search #compo-menu-search::placeholder {
	color: var(--bs-secondary-color);
	opacity: 0.6;
}

/* Animation (rename agar tak bentrok) */
@keyframes hpFadeIn {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 576px) {
	.hp-search .drp-search {
		min-width: 280px;
	}
	.hp-search .search-results {
		max-height: 300px;
	}
	.hp-search .search-result-item a {
		padding: 10px 12px;
		gap: 10px;
	}
	.hp-search .search-result-item .result-icon {
		min-width: 24px;
		width: 24px;
		height: 24px;
		font-size: 16px;
	}
	.hp-search .search-result-item .result-text {
		font-size: 13px;
	}
}

/* ===================
   DARK MODE OVERRIDES
   =================== */
[data-pc-theme="dark"] .hp-search .drp-search form {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}
[data-pc-theme="dark"] .hp-search .search-results {
	background-color: #121417;
	border: 1px solid rgba(255, 255, 255, 0.06);
}
[data-pc-theme="dark"] .hp-search .search-results::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.22);
}
[data-pc-theme="dark"]
	.hp-search
	.search-results::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.34);
}
[data-pc-theme="dark"] .hp-search .search-result-item a {
	color: #e6e9ef;
}
[data-pc-theme="dark"] .hp-search .search-result-item:hover a,
[data-pc-theme="dark"] .hp-search .search-result-item:focus a {
	color: var(--bs-primary);
}
[data-pc-theme="dark"] .hp-search .search-result-item .parent-menu,
[data-pc-theme="dark"] .hp-search .search-result-item .submenu-arrow {
	color: rgba(230, 233, 239, 0.72);
}
[data-pc-theme="dark"] .hp-search .search-result-item .result-icon i,
[data-pc-theme="dark"]
	.hp-search
	.search-result-item
	.result-icon
	.search-result-icon {
	color: #e6e9ef;
}
[data-pc-theme="dark"] .hp-search #compo-menu-search {
	background-color: rgba(255, 255, 255, 0.06);
	color: #e6e9ef;
	border-color: rgba(255, 255, 255, 0.12);
}
[data-pc-theme="dark"] .hp-search #compo-menu-search:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}
[data-pc-theme="dark"] .hp-search #compo-menu-search::placeholder {
	color: rgba(230, 233, 239, 0.65);
	opacity: 1;
}
[data-pc-theme="dark"] .hp-search .highlight {
	background-color: rgba(var(--bs-primary-rgb), 0.28);
	color: var(--bs-primary);
}
[data-pc-theme="dark"] .hp-search .no-results {
	padding: 24px 16px;
	color: rgba(230, 233, 239, 0.65);
	text-align: center;
	font-size: 14px;
}

/* End Fitur Seacrh */

.star-section {
	display: inline-flex;
	flex-direction: row-reverse;
	/* Mengubah arah tata letak menjadi dari kiri ke kanan */
}

.star i.star-btn {
	color: #ccc;
	transition: color 0.2s;
	cursor: pointer;
}

.star i.star-btn:hover,
.star i.star-btn:hover ~ i.star-btn {
	color: var(--bs-warning) !important;
}

/* biar utilitas .table-success / .table-danger bisa jalan */
/* Netralisir background default header tabel */
.table thead th {
	background: unset;
}
.table.dataTable[class*="table-"] thead th {
	background: unset;
}

/* Dark mode */
[data-pc-theme="dark"] .table thead th {
	background: unset;
}
[data-pc-theme="dark"] .table.dataTable[class*="table-"] thead th {
	background: unset;
}
/* Biar .table-success / .table-danger di <th> benar2 muncul */
.table thead th.table-success {
	background-color: var(--bs-success-bg-subtle) !important;
	color: var(--bs-success-text-emphasis) !important;
}
.table thead th.table-danger {
	background-color: var(--bs-danger-bg-subtle) !important;
	color: var(--bs-danger-text-emphasis) !important;
}
/* end table */
.accordion-button:focus {
	box-shadow: none;
}

[data-pc-theme="dark"] .loader-bg {
	background: rgb(19, 25, 32) !important;
}

.hp-hero-text-gradient {
	--hp-bg-size: 400%;
	--hp-color-one: rgb(37, 161, 244);
	--hp-color-two: rgb(249, 31, 169);

	background: linear-gradient(
			90deg,
			var(--hp-color-one),
			var(--hp-color-two),
			var(--hp-color-one)
		)
		0 0 / var(--hp-bg-size) 100%;
	color: transparent !important;
	-webkit-background-clip: text;
	background-clip: text;
	animation: hp-move-bg 24s infinite linear;
}
