body {
	background-color: #f5f5f5;
}

.avatar-circle {
	width: 128px;
	height: 128px;
	background-color: #0a2640;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.initials {
	font-size: 48px;
	line-height: 1;
	color: #ffffff;
	font-family: "Arial", sans-serif;
	font-weight: bold;
}

.container {
	max-width: 1140px;
}

.form-section {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.wizard-navigation {
	margin-bottom: 20px;
}

form .input {
	margin-top: 20px;
}

#flashMessage {
	transition: opacity 0.5s ease-in-out;
	padding: 15px;
	border-radius: 5px;
}

.alert-custom-success {
	color: #155724;
	/* Custom text color */
	background-color: #d4edda;
	/* Custom background color */
	border-color: #c3e6cb;
	/* Custom border color */
}

.alert-custom-error {
	color: #721c24;
	/* Custom text color */
	background-color: #f8d7da;
	/* Custom background color */
	border-color: #f5c6cb;
	/* Custom border color */
}

#flashMessage.show {
	display: block;
	opacity: 1;
}

#flashMessage.hide {
	opacity: 0;
}

form .submit {
	margin-top: 20px;
}

form .error-message {
	color: red;
	font-size: 0.8rem;
}

.navbar {
	background-color: #061a2e;
}

.footer {
	background-color: #061a2e;
	color: #ffffff;
}

.copyright {
	font-size: 0.9rem;
}

.social-icons .list-inline-item {
	margin-right: 15px;
}

.social-icons .list-inline-item:last-child {
	margin-right: 0;
}

.social-icons a {
	color: #ffffff;
	font-size: 1.2rem;
	transition: color 0.3s ease;
}

.social-icons a:hover {
	color: #e69500;
}

@media (max-width: 767.98px) {
	.footer .col-md-6 {
		margin-bottom: 1rem;
	}
}

.card {
	transition: transform 0.2s ease-in-out;
}

.card:hover {
	transform: translateY(-5px);
}

.card-title {
	font-size: 1rem;
}

.card-text {
	font-size: 0.9rem;
}

#flashMessage {
	padding: 10px;
	background-color: #d1ecf1;
	border-color: #bee5eb;
	color: #0c5460;
}

#flashMessage.alert-success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

#flashMessage.alert-danger {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

#flashMessage.alert-warning {
	background-color: #fff3cd;
	border-color: #ffeeba;
	color: #856404;
}

#flashMessage.alert-info {
	background-color: #d1ecf1;
	border-color: #bee5eb;
	color: #0c5460;
}

.pagination .page-item.current a {
	background-color: #0d6efd;
	border-color: #0d6efd;
	color: white;
}

.pagination .page-item.disabled span {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.candidate-header {
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.candidate-avatar {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.card {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.btn-action {
	
}

.section-title {
	border-bottom: 2px solid #007bff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h6 {
	font-weight: bold;
}

.form-label {
	font-weight: bold;
}

.card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

}

.timeline {
	border-left: 3px solid #0d6efd;
	padding-left: 20px;
}

.timeline-item {
	position: relative;
	margin-bottom: 30px;
}

/* .timeline-item:before {
	content: '';
	position: absolute;
	left: -29px;
	top: 0;
	background-color: #0d6efd;
	width: 15px;
	height: 15px;
	border-radius: 50%;
} */

.status-badge {
	font-size: 0.8rem;
	padding: 0.4rem 0.8rem;
}

.btn-action {
	background-color: #e69500;
	border-color: #e69500;
	color: #fff;
}

.btn-action:hover {
	background-color: #e69500;
	border-color: #e69500;
	color: #fff;
}

.candidate-card a {text-decoration:none !important;}
.candidate-white i {color:#fff !important;}
.candidate-white span {color:#fff !important;background:none !important;}
.card {
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-body {
	padding: 1.5rem;
}
.badge {
	font-weight: 500;
	padding: 0.5em 0.75em;
}
.list-unstyled li {
	margin-bottom: 0.5rem;
}
.list-unstyled i {
	width: 20px;
	text-align: center;
}
.candidate-list {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.card {
		border: none;
		border-radius: 10px;
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
		
	}
	
	.timeline {
		border-left: 3px solid #0d6efd;
		padding-left: 20px;
	}
	.timeline-item {
		position: relative;
		margin-bottom: 30px;
	}
	/* .timeline-item:before {
		content: '';
		position: absolute;
		left: -29px;
		top: 0;
		background-color: #0d6efd;
		width: 15px;
		height: 15px;
		border-radius: 50%;
	} */
	.status-badge {
		font-size: 0.8rem;
		padding: 0.4rem 0.8rem;
	}
	
	.btn-action {
		background-color: #e69500;
		border-color: #e69500;
		color: #fff;
	}
	.btn-action:hover {
		background-color: #e69500;
		border-color: #e69500;
		color: #fff;
	}
	.select-wrapper ul li span {color:#000;}
.remarks-timeline {
    position: relative;
    padding-left: 30px;
  }
  .remarks-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccc;
  }
  .remark-item {
    position: relative;
    margin-bottom: 30px;
  }
  .remark-item::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0a2640;
  }
  .remark-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .remark-stage {
    font-weight: 600;
    color: #0a2640;
    font-size: 1.1em;
  }
  .remark-date {
    font-size: 0.9em;
    color: #6c757d;
  }
  .remark-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .remark-status {
    font-weight: 600;
  }
  .remark-author {
    font-style: italic;
    color: #495057;
  }
  .remark-content {
    background-color: #f8f9fa;
    border-left: 3px solid #0a2640;
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
  }