fieldset.boxset-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.boxset-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

:root {
    --bs-primary: #f97316 !important; /* warna baru */
    --bs-primary-rgb: 249,115,22 !important; /* versi RGB */
}

.btn-primary,
.bg-primary,
.badge-primary {
	background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.text-primary{
	color: var(--bs-primary) !important;
}

.nav-link.active,
.menu-link.active,
.active > .nav-link {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
}
