body {
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
	color: #2c3e50;
	margin: 10px;
	min-height: 100vh;
	font-size: 14px;
	line-height: 1.6;
}
input[type="submit"] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

input[type="submit"]:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

input[type="submit"]:active {
  transform: translateY(0);
}

.body_input {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  padding: 24px 28px;
  color: #2c3e50;
  border: 1px solid #e8ecf1;
}
.judul_input {
	font-family: 'Segoe UI', Roboto, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #667eea;
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
	padding-bottom: 8px;
}

.button {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	transition: all 0.3s ease;
	padding: 10px 20px;
	border-radius: 6px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.button:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}
.form {
  text-align: left;
  padding: 11px 12px;
  font-size: 13px;
  border-radius: 7px;
  border: 1.5px solid #d1d5db;
  background-color: #f8f9fa;
  color: #2c3e50;
  transition: all 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form:focus {
  text-align: left;
  padding: 11px 12px;
  font-size: 13px;
  border-radius: 7px;
  border: 1.5px solid #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
  background-color: #ffffff;
  outline: none;
}

.formlog {
  text-align: center;
  padding: 11px 12px;
  font-size: 13px;
  border-radius: 7px;
  border: 1.5px solid #d1d5db;
  background-color: #f8f9fa;
  color: #2c3e50;
  transition: all 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.formlog:focus {
  text-align: center;
  padding: 11px 12px;
  font-size: 13px;
  border-radius: 7px;
  border: 1.5px solid #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.15);
  background-color: #ffffff;
  outline: none;
}

.body_input_nama {
	color: #e74c3c;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}
.notif {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #2c3e50;
	padding: 12px;
	background-color: #ecf0f1;
	border-radius: 6px;
	margin: 10px 0;
}
.notif_link {
	text-align: center;	
	font-size: 16px;
	font-style: italic;
	color: #e74c3c;
	font-weight: 600;
	animation: pulse 2s infinite;
	padding: 12px;
}

@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.7; }
}
.notif_link2 {
	font-family: 'Segoe UI', Gadget, sans-serif;
	color: #3498db;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.isi_view {
	text-align: left;
	font-style: italic;
	color: #3498db;
	font-size: 14px;
	font-weight: 500;
}
.isi_data {
	font-size: 13px;
	color: #555;
	line-height: 1.5;
}
.paging {
	text-align: left;
	font-family: 'Segoe UI', Gadget, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	padding: 10px;
}
.label_data {
	font-size: 13px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	font-family: 'Segoe UI', Verdana, sans-serif;
	text-align: center;
	white-space: pre;
	padding: 12px 14px;
	color: white;
	font-weight: 600;
	border-radius: 6px;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

/* Gaya dasar untuk sel data */
.mod-table {
  border-collapse: collapse;
  font-family: 'Segoe UI', Roboto, sans-serif;
  font-size: 0.85rem;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.mod-table th,
.mod-table td {
  padding: 2px 5px;
  border: none;
  border-bottom: 1px solid #e8ecf1;
}

.mod-table th {
	background: #d1d5db;
    color: #434343;
    font-weight: 700;
    border-bottom-style: solid;
    border-bottom-color: #959595;
    font-size: 0.8rem;
}

/* Zebra striping */
.mod-table tr:nth-child(even) {
  background-color: #f0f5ff;
}
.mod-table tr:nth-child(odd) {
  background-color: #ffffff;
}

/* Hover effect */
.mod-table tr:hover {
  background-color: #f0f4ff;
  transition: background-color 0.25s ease-in-out;
}

.mod-table td img {
  max-width: 100px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.gambar {
	text-align: center;
	margin: 2px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.merah {
	color: #e74c3c;
	font-size: 22px;
	font-weight: 700;
}
.merah2 {
	color: #e74c3c;
	font-size: 16px;
	font-weight: 600;
}

.kuning {
	color: #f39c12;
	font-size: 22px;
	font-weight: 700;
}
.hijau {
	color: #27ae60;
	font-size: 22px;
	font-weight: 700;
}
.judul {
	text-align: center;
	font-weight: 800;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 28px;
	margin: 20px 0;
}
.judul_bodi {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #2c3e50;
	line-height: 1.4;
	margin: 15px 0;
}
.judul_view {
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	color: #2c3e50;
}
.status {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
}

.status.tercatat {
  color: white;
  background-color: #e74c3c;
}

.status.hold,
.status.ditolak {
  color: white;
  background-color: #b50000;
}

.status.diterima {
  color: white;
  background-color: #f39c12;
}

.status.implementasi {
  color: white;
  background-color: #27ae60;
}
.status2 {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 8px;

}

.status2.tercatat {
  color: white;
  background-color: #e74c3c;
}

.status2.hold,
.status2.ditolak {
  color: white;
  background-color: #34495e;
}

.status2.diterima {
  color: white;
  background-color: #f39c12;
}

.status2.implementasi {
  color: white;
  background-color: #27ae60;
}

.welcome_page {
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #555;
	padding: 20px;
}
.body_login {
	border: 2px solid #e74c3c;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	font-size: 14px;
	border-radius: 10px;
	padding: 24px;
	background-color: white;
}
.judul_login {
	font-weight: 700;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #667eea;
	padding-bottom: 12px;
	margin-bottom: 16px;
	color: #2c3e50;
	font-size: 18px;
}
.isi_notif {
	text-align: left;
	padding: 12px 14px;
	font-size: 15px;
	border-radius: 7px;
	background-color: #ecf0f1;
	color: #555;
	border-left: 4px solid #667eea;
	margin: 10px 0;
}

.footer {
	margin-left: 0;
	margin-right: 0;
	border-top: 2px solid #667eea;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	vertical-align: text-top;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	text-align: right;
	display: inherit;
	position: fixed;
	bottom: 0;
	padding: 10px 20px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.footer_left {
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	color: #666;
}
.isi_tabel_laporan {
	font-size: 13px;
	padding: 10px 12px;
	color: #333;
}
.isi_tabel_laporan_2 {
	font-size: 12px;
	white-space: pre-line;
	color: #555;
}
.garis_bawh {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}
.link {
	font-weight: 700;
	color: #667eea;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}

.link:hover {
	color: #764ba2;
	text-decoration: underline;
}
