*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}


body{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#111827;
}


.login-box{

    width:350px;
    background:white;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.3);

}


.login-box h2{

    text-align:center;
    margin-bottom:30px;
    color:#111827;

}



.input-box{

    position:relative;
    margin-bottom:25px;

}


.input-box input{

    width:100%;
    padding:12px;
    border:none;
    border-bottom:2px solid #999;
    outline:none;

}


.input-box label{

    position:absolute;
    left:0;
    top:10px;
    color:#777;
    pointer-events:none;
    transition:.3s;

}


.input-box input:focus ~ label,
.input-box input:valid ~ label{

    top:-15px;
    font-size:12px;
    color:#2563eb;

}


button{

    width:100%;
    padding:12px;
    background:#2563eb;
    color:white;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;

}


button:hover{

    background:#1d4ed8;

}

.btn-edit{


background:#22c55e;

color:white;

padding:8px 15px;

border-radius:8px;

text-decoration:none;

font-size:14px;

}



.btn-delete{


background:#ef4444;

color:white;

padding:8px 15px;

border-radius:8px;

text-decoration:none;

font-size:14px;

}



.btn-edit:hover{

background:#16a34a;

}



.btn-delete:hover{

background:#dc2626;

}

*{

margin:0;
padding:0;
box-sizing:border-box;
font-family:'Segoe UI',sans-serif;

}



body{

background:#f1f5f9;
min-height:100vh;
padding:40px;

}




.container{

width:900px;
margin:auto;

}



.header{

background:linear-gradient(135deg,#2563eb,#1e40af);
color:white;
padding:30px;
border-radius:18px;
margin-bottom:25px;

}


.header h1{

font-size:32px;

}


.header p{

margin-top:8px;
opacity:.8;

}





.card{

background:white;
padding:30px;
border-radius:18px;
margin-bottom:25px;

box-shadow:
0 10px 25px rgba(0,0,0,.08);

}




.card h2{

margin-bottom:20px;
color:#1e293b;

}




label{

display:block;
margin-top:15px;
margin-bottom:7px;
font-weight:600;

}



input{

width:100%;
padding:13px;

border:1px solid #cbd5e1;
border-radius:10px;

outline:none;

}



input:focus{

border-color:#2563eb;

}





button{

margin-top:25px;

width:100%;

padding:14px;

border:none;

border-radius:10px;

background:#2563eb;

color:white;

font-size:16px;

cursor:pointer;

}



button:hover{

background:#1d4ed8;

}





table{

width:100%;
border-collapse:collapse;

}



th{

background:#2563eb;
color:white;
padding:14px;

}



td{

padding:13px;

border-bottom:1px solid #ddd;

}



tr:hover{

background:#f8fafc;

}

.header-content{

display:flex;
justify-content:space-between;
align-items:center;

}



/* BUTTON LOGOUT */

.btn-logout{

background:#ef4444;

color:white;

padding:12px 25px;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.3s;

box-shadow:
0 5px 15px rgba(239,68,68,.3);

}



.btn-logout:hover{

background:#dc2626;

transform:translateY(-3px);

}

.title-table{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;

padding:18px 22px;

background:linear-gradient(
135deg,
#2563eb,
#1e40af
);

border-radius:16px;

box-shadow:
0 8px 20px rgba(37,99,235,0.25);

}



/* judul */

.title-table h2{

margin:0;

color:white;

font-size:22px;

font-weight:700;

letter-spacing:.3px;

}



/* teks kecil tambahan */

.title-table h2::before{

content:"📅 ";

}



/* tombol export */

.btn-export{

background:white;

color:#2563eb;

padding:10px 18px;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.3s;

}



.btn-export:hover{

background:#eff6ff;

transform:translateY(-2px);


}



.btn-export{

background:#16a34a;

color:white;

padding:12px 20px;

border-radius:10px;

text-decoration:none;

font-weight:600;

}



.btn-export:hover{

background:#15803d;

}

.navbar{

background: linear-gradient(135deg, #2563eb, #1e40af);

padding:18px 28px;

border-radius:16px;

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:25px;

box-shadow:0 10px 25px rgba(37,99,235,.25);

position:sticky;

top:15px;

z-index:100;

}


/* JUDUL */

.navbar h2{

color:white;

font-size:20px;

letter-spacing:.5px;

font-weight:700;

}


/* LINK MENU */

.navbar div{

display:flex;

gap:12px;

align-items:center;

}



.navbar a{

text-decoration:none;

color:white;

font-weight:600;

padding:10px 14px;

border-radius:10px;

transition:.3s;

background:rgba(255,255,255,.12);

backdrop-filter: blur(6px);

border:1px solid rgba(255,255,255,.15);

}



/* HOVER MENU */

.navbar a:hover{

background:white;

color:#1e40af;

transform:translateY(-2px);

box-shadow:0 6px 15px rgba(0,0,0,.15);

}



/* LOGOUT KHUSUS */

.navbar .logout{

background:rgba(239,68,68,.2);

border:1px solid rgba(239,68,68,.4);

}



.navbar .logout:hover{

background:#ef4444;

color:white;

box-shadow:0 6px 15px rgba(239,68,68,.3);

}

/*untuk table*/
th, td{

text-align:center;
vertical-align:middle;

padding:12px;

}

td a{

display:inline-block;

margin:3px;

}

table th,
table td{

text-align:center;

}


/* KHUSUS KOLOM JUDUL (kolom ke-2) */

table th:nth-child(2),
table td:nth-child(2){

text-align:left;
padding-left:15px;

}

/*bulan*/
.bulan-header{

background:#1e40af;

color:white;

font-weight:600;

text-align:left;

padding:12px 15px;

border-radius:8px;

}

.accordion{

background:white;
margin-bottom:15px;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.accordion-btn{

width:100%;
text-align:left;
padding:15px;
background:#2563eb;
color:white;
border:none;
cursor:pointer;
font-weight:600;

}

.accordion-content{

display:none;
padding:15px;
background:#f8fafc;

}

.item{

display:flex;
justify-content:space-between;
padding:10px;
border-bottom:1px solid #e5e7eb;
align-items:center;

}

.item .judul{
flex:1;
margin-left:10px;
}

.no{
width:30px;
}

.aksi a{
margin:0 3px;
}

.btn-edit{
background:#22c55e;
color:white;
padding:5px 10px;
border-radius:6px;
text-decoration:none;
}

.btn-delete{
background:#ef4444;
color:white;
padding:5px 10px;
border-radius:6px;
text-decoration:none;
}

.accordion{

background:white;
margin-bottom:15px;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.accordion-btn{

width:100%;
text-align:left;
padding:15px;
background:#2563eb;
color:white;
border:none;
cursor:pointer;
font-weight:600;

}

.accordion-content{

display:none;
padding:10px;

}

input[type="checkbox"]{

width:18px;
height:18px;
cursor:pointer;

}


table th:first-child,
table td:first-child{

text-align:center;
width:50px;

}

/* ANIMASI LOGIN MASUK */

.login-box{

animation: masukLogin 0.8s ease-out;

}


/* keyframe animasi */

@keyframes masukLogin{

from{

opacity: 0;

transform: translateY(40px);

}


to{

opacity: 1;

transform: translateY(0);

}

}

/* =========================
   SPLIT LOGIN MODERN BLUE
========================= */

body.login-page{

margin:0;

font-family:Arial, sans-serif;

background:#f1f5f9;

height:100vh;

display:flex;

justify-content:center;

align-items:center;

}



/* container utama */

.container-login{

display:flex;

width:800px;

height:450px;

box-shadow:0 10px 30px rgba(0,0,0,0.2);

border-radius:15px;

overflow:hidden;

animation:fadeIn 0.8s ease;

}



/* kiri form */

.box-login{

flex:1;

background:white;

padding:40px;

display:flex;

flex-direction:column;

justify-content:center;

}



.box-login h2{

margin:0;

color:#2563eb;

font-size:28px;

}



.box-login p{

color:#64748b;

margin-bottom:20px;

}



/* input */

.box-login input{

width:100%;

padding:12px;

margin-bottom:15px;

border:1px solid #ddd;

border-radius:8px;

}



/* forgot */

.forgot{

display:block;

font-size:12px;

margin-bottom:15px;

color:#2563eb;

text-decoration:none;

}



/* button */

.box-login button{

width:100%;

padding:12px;

background:#2563eb;

border:none;

color:white;

border-radius:8px;

cursor:pointer;

font-weight:bold;

}



.box-login button:hover{

background:#1d4ed8;

}



/* kanan info */

.box-info{

flex:1;

background:linear-gradient(135deg,#2563eb,#1e40af);

color:white;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

padding:40px;

}



.box-info h2{

font-size:26px;

margin-bottom:10px;

}



.box-info p{

font-size:14px;

opacity:0.9;

margin-bottom:20px;

}



/* tombol kanan */

.ghost-btn{

padding:10px 20px;

border:2px solid white;

background:transparent;

color:white;

border-radius:20px;

cursor:pointer;

}



.ghost-btn:hover{

background:white;

color:#2563eb;

}



/* animasi */

@keyframes fadeIn{

from{

opacity:0;

transform:translateY(20px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/* =========================
   MODERN BLUE DASHBOARD UI
========================= */

body{
    margin:0;
    font-family: 'Segoe UI', sans-serif;
    background: #f4f7ff;
    color:#1e293b;
}

/* container utama */
.container{
    width:90%;
    margin:auto;
    padding-top:30px;
}

/* NAVBAR MODERN */
.navbar{
    background: linear-gradient(135deg,#1d4ed8,#2563eb);
    padding:18px 25px;
    border-radius:16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow: 0 10px 25px rgba(37,99,235,0.25);
}

.navbar h2{
    color:white;
    font-size:20px;
}

.navbar a{
    text-decoration:none;
    color:white;
    margin-left:10px;
    padding:10px 16px;
    border-radius:10px;
    background: rgba(255,255,255,0.15);
    transition:0.3s;
    font-size:14px;
}

.navbar a:hover{
    background:white;
    color:#2563eb;
}

/* CARD UTAMA */
.card{
    margin-top:25px;
    background:white;
    border-radius:18px;
    padding:25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* TITLE HEADER */
.title-table h2{
    background: linear-gradient(135deg,#1d4ed8,#3b82f6);
    color:white;
    padding:14px 18px;
    border-radius:14px;
    display:inline-block;
    font-size:18px;
}

/* ACCORDION BUTTON */
.accordion-btn{
    width:100%;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    color:white;
    border:none;
    padding:14px 18px;
    border-radius:12px;
    margin-top:12px;
    text-align:left;
    font-size:15px;
    cursor:pointer;
    transition:0.3s;
    box-shadow: 0 6px 15px rgba(37,99,235,0.2);
}

.accordion-btn:hover{
    transform: translateY(-2px);
}

/* ACCORDION CONTENT */
.accordion-content{
    display:none;
    padding:15px;
}

/* TABLE */
table{
    width:100%;
    border-collapse:collapse;
    margin-top:10px;
    overflow:hidden;
    border-radius:12px;
}

th{
    background:#2563eb;
    padding:12px;
    text-align:left;
    font-size:14px;
}

td{
    padding:12px;
    border-bottom:1px solid #eee;
    font-size:14px;
}

tr:hover{
    background:#f1f5ff;
}

/* BUTTON ACTION */
.btn-edit{
    background:#3b82f6;
    color:white;
    padding:6px 10px;
    border-radius:8px;
    text-decoration:none;
    font-size:12px;
}

.btn-delete{
    background:#ef4444;
    color:white;
    padding:6px 10px;
    border-radius:8px;
    text-decoration:none;
    font-size:12px;
}

.btn-export{
    background: linear-gradient(135deg,#258e2c,#3ca943);
    color:white;
    padding:10px 16px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    margin-bottom:10px;
    box-shadow: 0 8px 20px rgba(37,99,235,0.2);
}

.btn-export:hover{
    transform: translateY(-2px);
}