.absensi-wrapper {
    background:#fff;
    padding:25px;
    border-radius:20px;
}

table {
    width:100%;
}

table th {
    background:#3B82F6;
    color:#fff;
}

.modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

.modal-content {
    background:#fff;
    margin:8% auto;
    padding:20px;
    width:300px;
    border-radius:10px;
}