.colored-toast.swal2-popup {
	padding: 1em !important;
	width: 360px !important;
	max-width: 100%;
	box-sizing: border-box;
}

.colored-toast .swal2-title {
	font-size: 1rem !important;
	padding: 0 1em !important;
	text-align: left !important;
	line-height: 1.5em !important;
}

.colored-toast.swal2-icon-success,
.colored-toast.swal2-icon-error,
.colored-toast.swal2-icon-warning,
.colored-toast.swal2-icon-info,
.colored-toast.swal2-icon-question {
	padding: 0.75em !important;
	background-color: #fff !important;
	color: inherit !important;
}

.swal2-popup {
	padding-bottom: 24px;
	border-radius: 0.3rem;
	background-color: #fff;
	color: #212529;
	width: 28em !important;
}

.hiddenrow {
	padding: 0 !important;
}

.header-card {
	background-color: #8e3f8a;
	padding: 0.1rem 0.5rem;
	text-align: left;
	margin-bottom: 1rem;
}

#jstree .ti-file-diff {
	background: none;
	font-family: 'Tabler Icons';
	font-size: 16px;
}

.step-head {
	border-bottom: 1px solid #e6e6e8;
	padding: 1.5rem 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 992px) {
	.step-head {
		gap: 1.25rem;
	}
}

@media (max-width: 991.98px) {
	.step-head {
		flex-direction: column;
		align-items: flex-start;
	}
}

.step-head .step-body .link-step {
	padding: 0;
	flex-wrap: nowrap;
	gap: 0.5rem;
	font-weight: 500;
}

@media (max-width: 991.98px) {
	.step-head .step-body:first-child .link-step {
		padding-top: 0;
		flex-direction: row;
		padding: 0.625rem 0;
	}
}

.step-head .link-step {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #6c757d;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: none;
	border-radius: 0.25rem;
	transition:
		background-color 0.15s ease-out,
		color 0.15s ease-out;
}

.step-head .link-step .step-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	width: 2.375rem;
	height: 2.375rem;
	font-size: 1.125rem;
	font-weight: 500;
}

.step-head .step-body .link-step.active .step-circle {
	background-color: #8e3f8a;
	color: #fff;
	box-shadow: 0 0.125rem 0.375rem 0 rgba(115, 103, 240, 0.3);
}

.step-head .step-body .link-step .step-circle {
	background-color: rgba(47, 43, 61, 0.06);
	color: #444050;
}

.step-head .step-body .link-step .step-label {
	margin: 0;
	max-width: 224px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: start;
	display: inline-grid;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 1.375rem;
}

.step-head .step-body .link-step .step-label .step-title {
	font-weight: 500;
}

.step-head .line {
	flex: 0;
	min-width: auto;
	min-height: auto;
	background-color: transparent;
	margin: 0;
}

@media (max-width: 991.98px) {
	.step-head .line {
		display: none;
	}
}

.step-head .link-step:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.step-head .link-step:disabled,
.step-head .link-step.disabled {
	pointer-events: none;
	opacity: 0.65;
}

.step-head .link-step:focus {
	color: #8e3f8a;
	outline: none;
}

@media (max-width: 520px) {
	.step-head .link-step {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px;
	}
}
.step-label {
	display: inline-block;
	margin: 0.25rem;
}

.step-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 520px) {
	.step-head {
		margin: 0 -10px;
		text-align: center;
	}
}

.step-circle {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	padding: 0.5em 0;
	margin: 0.25rem;
	line-height: 1em;
	color: #fff;
	background-color: #6c757d;
	border-radius: 1em;
}

@media (max-width: 991.98px) {
	.step-head .step-body .link-step {
		padding: 0.625rem 0;
	}
}

@media (max-width: 991.98px) {
	.step-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.step-head .step-body .link-step {
		flex-direction: row;
	}
	.step-head .step-body .link-step .step-label {
		margin-left: 0.35rem;
	}
	.step-head .step-body:first-child .link-step {
		padding-top: 0;
	}
	.step-head .step-body:last-child .link-step {
		padding-bottom: 0;
	}

	.step-head {
		align-items: flex-start;
	}
	.step-head .line:before {
		left: 0.75rem;
		margin-left: 0;
	}
	.step-head .line i {
		display: none;
	}
}
@media (max-width: 520px) {
	.step-head {
		margin: 0;
	}
}

.bg-card-primary {
	background-color: #8e3f8a;
}

table.table-blue {
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #d1d5db !important;
}

.table-blue thead tr th {
	background-color: #5b1792 !important;
	color: #fff !important;
	padding: 16px !important;
	font-size: 1rem;
	font-weight: 600;
}

.table-blue tbody tr th {
	background-color: #5b1792 !important;
	color: #fff !important;
	padding: 16px !important;
	font-size: 1rem;
	font-weight: 600;
}

.text-low {
	--bs-text-opacity: 1;
	color: #ff4c51, var(--bs-text-opacity) !important;
}

.text-ls {
	--bs-text-opacity: 1;
	color: #ff050c, var(--bs-text-opacity) !important;
}

#scanner {
	width: 100%;
	height: 400px;
	max-width: 100%;
	background-color: #eaeaea;
	display: block;
}

.option-box {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
	margin: 10px;
	background-color: #f9f9f9;
}

.font-poppins {
	font-family: 'Poppins', sans-serif !important;
}

h6.section-title {
	background: #8e3f8a;
	color: #fff !important;
	padding: 10px;
	margin-top: 5px;
}

.text-purple {
	color: #5b1792;
}

.text-black-new {
	color: #343a40;
}

.bg-soft-green {
	background-color: #a6fb8c;
}

.table-green {
	--bs-table-color: #fff;
	--bs-table-bg: #a6fb8c;
	--bs-table-border-color: #a6fb8c;
	--bs-table-striped-bg: #a6fb8c;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #a6fb8c;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #a6fb8c;
	--bs-table-hover-color: #fff;
	color: #fff;
	border: 2px rgba(47, 43, 61, 0.06);
}

.bg-image-vertical {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

@media (min-width: 1025px) {
	.h-custom-2 {
		height: 100%;
	}
}

.btn-cakra,
.btn-cakra:hover,
.btn-cakra:focus,
.btn-cakra:active {
	background: #884ea0;
	color: #fff;
	border: 1px solid #884ea0;
}

.btn-edit,
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active {
	background: #ffc107;
	color: #fff;
	border: 1px solid #ffc107;
}

.btn-delete,
.btn-delete:hover,
.btn-delete:focus,
.btn-delete:active {
	background: #dc3545;
	color: #fff;
	border: 1px solid #dc3545;
}
