/* ===========================
   LOGIN & REGISTER
=========================== */

/* body{
    margin:0;
    font-family:'Poppins',sans-serif;
    background:url("../assets/img/batik.jpg") center/cover no-repeat;
} */

/* Overlay */
.login-overlay,
.register-page{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:30px 15px;
    background:rgba(24,52,108,.70);
}

/* Card */
.login-card,
.register-card{
    width:450px;
    background:#fff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

/* Logo */
.login-logo{
    width:200px;
    height:70px;
    margin:0 auto 25px;
    background-image:url("../assets/img/logosragen.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
}

/* Judul */
.login-card h2,
.register-card h2{
    text-align:center;
    font-size:30px;
    font-weight:700;
    color:#1f3160;
    margin-bottom:8px;
}

/* Deskripsi */
.login-card p,
.register-card p{
    text-align:center;
    color:#6c757d;
    font-size:15px;
    margin-bottom:30px;
}

/* Form */
.form-control{
    border-radius:12px !important;
}

.form-control:focus{
    border-color:#1f3160;
    box-shadow:0 0 0 .2rem rgba(31,49,96,.15);
}

/* Tombol */
.btn-login,
.btn-register{
    width:100%;
    border:none;
    border-radius:50px;
    padding:13px;
    background:#1f3160;
    color:#fff;
    font-weight:600;
    font-size:16px;
    transition:.3s;
}

.btn-login:hover,
.btn-register:hover{
    background:#2d4d98;
    transform:translateY(-2px);
}

/* Link */
.login-link,
.register-link{
    text-align:center;
    margin-top:20px;
    font-size:14px;
    color:#666;
}

.login-link a,
.register-link a{
    color:#1f3160;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.login-link a:hover,
.register-link a:hover{
    color:#0d6efd;
    text-decoration:underline;
}

/* Footer */
.login-card hr,
.register-card hr{
    margin:25px 0 15px;
}

.login-card .text-muted,
.register-card .text-muted{
    text-align:center;
    font-size:13px;
}


/*Navbar*/
.navbar-custom {
    background-color: #2b3b65; /* contoh oranye */
    }

/* Warna custom untuk sidebar */
#layoutSidenav_nav .sb-sidenav {
  background-color: rgba(222, 235, 239, 0.304) !important; /* ganti kode warna sesuai keinginan */
}

/* Kalau mau ubah warna teks menu juga */
#layoutSidenav_nav .sb-sidenav .nav-link {
  color: rgb(102, 123, 229) !important;
}

/* Saat hover */
#layoutSidenav_nav .sb-sidenav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #000672 !important;
}

/* ===== DASHBOARD KHUSUS HOME ===== */

.home-page h1.mt-4 {
  font-weight: 700;
  color: #2c3e50;
}

.home-page .alert {
  border-radius: 12px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.home-page .card {
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.home-page .card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.home-page .card-body {
  font-size: 18px;
  font-weight: 600;
}

.home-page .card-footer {
  background: transparent;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.home-page .card-footer a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.home-page .card-footer a:hover {
  letter-spacing: 1px;
}

.home-page .card:hover i {
  transform: translateX(5px);
}

/* Gradient khusus home */
.home-page .bg-primary {
  background: linear-gradient(135deg, #4e73df, #224abe) !important;
}

.home-page .bg-warning {
  background: linear-gradient(135deg, #f6e43e, #dda20a) !important;
}

.home-page .bg-success {
  background: linear-gradient(135deg, #1cc88a, #13855c) !important;
}

.custom-alert {
  background: linear-gradient(135deg, #6ea8fe, #4e73df);
  color: white;
  border-radius: 12px;
  font-size: 16px;
  padding: 15px;
}

.custom-alert {
  background: linear-gradient(135deg, #6ea8fe, #4e73df);
  color: white;
  border-radius: 12px;
  padding: 15px;
}

.stat-card {
  border-radius: 16px;
  padding: 10px;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.stat-card h2 {
  font-size: 30px;
  font-weight: bold;
}


/* ===== CARD MODERN ===== */
.stat-card-modern {
  border: none;
  border-radius: 18px;
  padding: 15px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.stat-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.stat-card-modern h6 {
  color: #888;
  font-size: 14px;
}

.stat-card-modern h2 {
  font-weight: 700;
  color: #2c3e50;
}

/* ICON BOX */
.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

/* WARNA */
.bg-primary { background: #4e73df !important; }
.bg-success { background: #1cc88a !important; }
.bg-warning { background: #f6c23e !important; }
.bg-danger  { background: #e74a3b !important; }

/* ===== WELCOME ===== */
.welcome-box {
  background: linear-gradient(135deg, #4e73df, #6ea8fe);
  color: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}


/* === BUKTI PENYELESAIAN === */
.bukti-card {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.bukti-header {
    background: linear-gradient(90deg, #0273d5ff);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
}

.bukti-header i {
    margin-right: 6px;
}

.bukti-card .card-body {
    background-color: #f9fafb;
}

.bukti-card p {
    font-size: 14px;
    color: #374151;
}

.bukti-image {
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 4px;
    background-color: #ffffff;
}

/* kondisi belum ada bukti */
.bukti-empty {
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    color: #6b7280;
    border-radius: 8px;
}


