.permohonan__card {
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	background-color: #ffffff;
}

.permohonan__icon-container {
	color: #ac0404;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #ac04041f;
	/* Example color */
	font-size: 24px;
	border-radius: 8px;
}

.permohonan__title {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
}

.permohonan__subtitle {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	color: #2E263DB2;
}

.permohonan__header {
	border-bottom: 2px solid #EEEEEE;
}

.permohonan__col-title {
	font-size: 14px;
	font-weight: 500;
}

.permohonan__col-body {
	font-size: 15px;
	font-weight: 400;
}

.permohonan__badge {
	padding: 5px 20px;
	display: inline-block;
	border-radius: 20px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;

}

.permohonan__edit-button {
	text-decoration: none;
	color: #ac0404;
	border: 1px solid #ac0404;
	padding: 7px 20px;
	border-radius: 10px;
	display: inline-block;
	font-size: 14px;
	transition: 0.3s;
	margin-right: 5px;
}

.permohonan__edit-button:hover {
	text-decoration: none;
	background-color: #ac0404;
	color: #ffffff;
}

.permohonan__view-button {
	text-decoration: none;
	color: #ffffff;
	background-color: #ac0404;
	padding: 7px 20px;
	border-radius: 10px;
	display: inline-block;
	font-size: 14px;
	transition: 0.3s;
}

.permohonan__view-button:hover {
	text-decoration: none;
	background-color: #720303;
	color: #ffffff;
}

/* Permohonan Detail */

.permohonan-detail__title {
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
}

.permohonan-detail__content {
	border: 1px solid #EEEEEE;
	border-radius: 8px;
	background-color: #ffffff;
}

.permohonan-detail__head-row {
	background-color: #f3f3f3;
}

.permohonan-detail__head-col {
	border-top: none !important;
	border-bottom: none !important;
	color: #6f6f6f;
	font-weight: 400;
	font-size: 14px;
}

.permohonan-detail__left-corner {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.permohonan-detail__right-corner {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.permohonan-detail__col-body {
	border-bottom: none !important;
	border-top: none !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}

.permohonan-detail__grey-badge {
	background-color: #a6a6a6;
	padding: 6px 10px;
	display: inline-block;
	border-radius: 13px;
	font-size: 11px;
	font-weight: 500;
	color: #ffffff;
}

.permohonan-detail__view-button {
	color: #ac0404;
	background-color: #ed9999;
	padding: 8px 14px;
	display: inline-block;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
	transition: 0.5s;
}

.permohonan-detail__view-button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ac0404;
}

.permohonan-detail__border-bottom {
	border-bottom: 1px solid #f3f3f3 !important;
}

.permohonan-detail__line {
	border-bottom: 2px solid #f3f3f3;
}

.permohonan-detail__subtitle {
	font-weight: 600 !important;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
}

.permohonan-detail__grey-color {
	color: #939393;

}

.permohonan-detail__right-content {
	font-size: 14px;
	font-weight: 500 !important;
	text-align: right;
}

.permohonan-detail__registration-number {
	color: #939393;
	font-size: 15px;
	font-weight: 500 !important;
}

.permohonan-detail__user {
	font-size: 18px;
	font-weight: 500 !important;
}

.permohonan-detail__badge {
	padding: 5px 20px;
	display: inline-block;
	border-radius: 20px;
}

.permohonan-detail__right-border {
	border-right: 1.5px solid #bababa;
}

.permohonan-detail__subsubtitle {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600 !important;
}

.permohonan-detail__content-body {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}

.permohonan-detail__back {
	text-decoration: none;
	color: #939393;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	transition: 0.5s;
	padding: 7px 13px;
	border: 1px solid #939393;
	border-radius: 10px;
	background-color: #ffffff;

}

.permohonan-detail__back:hover {
	text-decoration: none;
	color: #939393;

	background-color: #f3f3f3;
}

/* ===== Custom Timeline ===== */
.custom-timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 20px 0 40px;
}

.custom-timeline::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	height: 4px;
	background: #e4e6ef;
	z-index: 1;
}

.custom-timeline-step {
	position: relative;
	text-align: center;
	flex: 1;
	z-index: 2;
}

.custom-timeline-step .custom-timeline-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	background: #f3f6f9;
	border: 3px solid #e4e6ef;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	color: #7e8299;
	transition: all 0.3s ease;
}

/* Completed step */
.custom-timeline-step.completed .custom-timeline-icon {
	background: #e8fff3;
	border-color: #50cd89;
	color: #50cd89;
}

/* Current step */
.custom-timeline-step.current .custom-timeline-icon {
	background: #eef6ff;
	border-color: #0d6efd;
	color: #0d6efd;
	transform: scale(1.1);
	box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);
}

/* Pending step */
.custom-timeline-step.pending .custom-timeline-icon {
	background: #fff8dd;
	border-color: #ffc107;
	color: #ffc107;
}

/* Timeline content */
.custom-timeline-content {
	margin-top: 10px;
}

.custom-timeline-content h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}

.custom-timeline-content small {
	font-size: 12px;
	color: #7e8299;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
}

/* Optional: Style the scrollbar */
.table-responsive::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}

@media (max-width: 991px) {
	.permohonan-detail__right-content {
		text-align: left;
	}

	.permohonan-detail__right-border {
		border-right-color: transparent;
	}

	.permohonan-detail__title {
		font-size: 20px;
	}

	.permohonan-detail__subtitle {
		font-size: 16px;

	}

	.permohonan-detail__user {
		font-size: 14px;
	}

	.permohonan-detail__right-content {
		font-size: 13px;
	}

	.permohonan-detail__registration-number {
		font-size: 14px;
	}
}
