<style>
/*=================================================
    HALAMAN STATISTIK
=================================================*/
.page-header{
    background:#0d6efd;
    color:#fff;
    padding:45px 0;
    margin-bottom:40px;
}

.page-header h1{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.page-header p{
    margin:0;
    opacity:.9;
}

.sidebar-card,
.content-card{
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    overflow:hidden;
    margin-bottom:25px;
}

.sidebar-title,
.content-title{
    background:#0d6efd;
    color:#fff;
    padding:15px 20px;
    font-size:18px;
    font-weight:600;
}

.sidebar-menu{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar-menu li{
    border-bottom:1px solid #eee;
}

.sidebar-menu li:last-child{
    border-bottom:none;
}

.sidebar-menu li a{
    display:block;
    padding:12px 20px;
    color:#333;
    text-decoration:none;
    transition:.3s;
}

.sidebar-menu li a:hover{
    background:#f5f8ff;
    color:#0d6efd;
    padding-left:28px;
}

.statistik-image img{
    width:100%;
    border-radius:10px;
    margin-bottom:20px;
}

.statistik-content{
    line-height:1.9;
    font-size:16px;
    text-align:justify;
}

.file-download{
    margin-top:25px;
}

.file-download a{
    display:inline-block;
    padding:10px 18px;
    background:#198754;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
}

.file-download a:hover{
    background:#157347;
}
.excel-card{
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    margin-top:30px;
}

.excel-header{
    background:#198754;
    color:#fff;
    padding:15px 20px;
    font-size:18px;
    font-weight:700;
}

.excel-body{
    padding:20px;
}

.table thead th{
    background:#198754;
    color:#fff;
    text-align:center;
    white-space:nowrap;
}

.table td{
    white-space:nowrap;
    vertical-align:middle;
}

.table-responsive{
    overflow-x:auto;
}
/* =================================
   PAGE HEADER APBDES SMALL STYLE
================================= */

.page-header{
    padding:0;
    margin:25px 0 30px;
}


.page-header .container{

    background:#006f6f;

    border-radius:14px;

    padding:25px 35px;

    color:#fff;

    box-shadow:0 6px 18px rgba(0,0,0,.15);

    position:relative;

    overflow:hidden;
}


/* garis kiri */
.page-header .container:before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:6px;
    height:100%;

    background:#fff;

}


/* Judul */
.page-header h1{

    margin:0 0 8px;

    font-size:30px;

    font-weight:400;

    color:#fff;

}


/* Subjudul */
.page-header p{

    margin:0;

    font-size:16px;

    color:#e5ffff;

}
/* =================================
   SMALL FONT STATISTIK
================================= */

/* Semua isi halaman */
.page-header h1{
    font-size:24px;
}

.page-header p{
    font-size:14px;
}


/* Judul card */
.sidebar-title,
.content-title,
.excel-header{
    font-size:15px;
}


/* Menu sidebar */
.sidebar-menu li a{
    font-size:13px;
    padding:10px 15px;
}


/* Isi artikel */
.statistik-content{
    font-size:14px;
    line-height:1.7;
}


/* Tombol download */
.file-download a{
    font-size:13px;
}


/* Card ringkasan */
.card-body h3{
    font-size:22px;
}

.card-body small{
    font-size:12px;
}


/* Tabel Excel */
.table{
    font-size:12px;
}

.table thead th{
    font-size:12px;
    padding:8px;
}

.table td{
    font-size:12px;
    padding:8px;
}


/* DataTables */
.dataTables_wrapper{
    font-size:12px;
}

.dataTables_filter input,
.dataTables_length select{
    font-size:12px;
}


/* Footer informasi */
.text-muted{
    font-size:12px;
}
</style>
<style>
.sidebar-category{
    margin-bottom:20px;
}

.sidebar-category-title{
    margin:0 0 8px;
    padding:8px 12px;
    background:#f5f5f5;
    border-left:4px solid #0d6efd;
    font-size:15px;
    font-weight:600;
    color:#333;
}

.sidebar-menu{
    margin:0;
    padding:0;
    list-style:none;
}

.sidebar-menu li{
    border-bottom:1px solid #eee;
}

.sidebar-menu li:last-child{
    border-bottom:none;
}

.sidebar-menu li a{
    display:block;
    padding:8px 12px;
    color:#555;
    text-decoration:none;
    transition:all .2s;
}

.sidebar-menu li a:hover{
    background:#f8f9fa;
    color:#0d6efd;
    padding-left:18px;
}
</style>