.bg-login-image {
	background-image: url("../img/bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-registrasi-image {
	background-image: url("../img/bg-registrasi.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.logo-login {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: 50%;
}

.rounded-4 {
	border-radius: 1.25rem !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.25);
	border-color: #198754;
}

.btn-success {
	background: linear-gradient(135deg, #198754, #20c997);
	border: none;
}

.btn-success:hover {
	opacity: 0.9;
}

/* Rounded card */
.rounded-4 {
	border-radius: 1.25rem !important;
}

/* Background kiri */
.simlab-bg {
	background: linear-gradient(135deg, #198754, #20c997);
}

/* Logo */
.simlab-logo {
	width: 120px;
	height: auto;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}

/* Input modern */
.form-control {
	height: 45px;
}

.form-control:focus {
	border-color: #198754;
	box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.25);
}

/* Button */
.btn-success {
	background: linear-gradient(135deg, #198754, #20c997);
	border: none;
}

.btn-success:hover {
	opacity: 0.9;
}

/* =============================
   DASHBOARD HEADER
============================= */

.dashboard-header {
	background: linear-gradient(135deg, #198754, #20c997);
	padding: 30px;
	border-radius: 12px;
	color: white;
}

.dashboard-header h2 {
	font-weight: 700;
}

.dashboard-header p {
	font-size: 14px;
}

/* =============================
   CARD DASHBOARD
============================= */

.dashboard-card {
	border: none;
	border-radius: 14px;
	transition: all 0.3s ease;
	overflow: hidden;
}

.dashboard-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.dashboard-card .card-body {
	padding: 20px;
}

/* =============================
   ICON CIRCLE
============================= */

.icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

/* =============================
   SOFT COLOR BACKGROUND
============================= */

.bg-primary-soft {
	background: #e7f1ff;
}

.bg-success-soft {
	background: #e8f8f0;
}

.bg-warning-soft {
	background: #fff4e5;
}

.bg-info-soft {
	background: #e7f6ff;
}

.bg-danger-soft {
	background: #ffe7e7;
}

/* =============================
   COUNT NUMBER STYLE
============================= */

.count-up {
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

/* =============================
   SECTION TITLE
============================= */

.section-title {
	font-weight: 700;
	color: #198754;
	margin-top: 25px;
	margin-bottom: 10px;
}

/* =============================
   TABLE STYLE
============================= */

.table-dashboard {
	font-size: 14px;
}

.table-dashboard thead {
	background: #f8f9fa;
}

.table-dashboard th {
	font-weight: 600;
}

/* =============================
   CARD BORDER LEFT
============================= */

.card.border-start {
	border-left-width: 4px !important;
}

/* =============================
   BUTTON QUICK MENU
============================= */

.btn-dashboard {
	border-radius: 8px;
	font-size: 14px;
	padding: 8px 12px;
}

.btn-dashboard:hover {
	background: #198754;
	color: white;
}

/* =============================
   CHART CARD
============================= */

.chart-card {
	border: none;
	border-radius: 12px;
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 768px) {
	.dashboard-header {
		padding: 20px;
	}

	.count-up {
		font-size: 22px;
	}

	.icon-circle {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}
