/*==================================================
SECTION DASHBOARD
==================================================*/

.dashboard-card{

    background:#fff;
    border:1px solid #E8EDF5;
    border-radius:12px;
    box-shadow:0 1px 6px rgba(16,24,40,.04);
    overflow:hidden;
    transition:.25s ease;

}

.dashboard-card:hover{

    box-shadow:0 6px 18px rgba(16,24,40,.08);

}

/*==================================================
HEADER
==================================================*/

.dashboard-card .card-header{

    background:#fff;
    border-bottom:1px solid #EEF2F7;

    padding:16px 20px;

}

.dashboard-card .card-header h5{

    margin:0;

    font-family:'Inter',sans-serif;

    font-size:17px;

    font-weight:700;

    color:#1E3A8A;

    line-height:24px;

}

.dashboard-card .card-header small{

    display:block;

    margin-top:3px;

    font-size:11px;

    color:#6B7280;

    font-weight:500;

}

/*==================================================
LINK
==================================================*/

.lihat-link{

    font-size:12px;

    font-weight:600;

    color:#2563EB;

    text-decoration:none;

}

.lihat-link:hover{

    color:#1D4ED8;

}

/*==================================================
BODY
==================================================*/

.dashboard-card .card-body{

    padding:16px;

}

/*==================================================
CHART
==================================================*/

.chart-container{

    position:relative;

    width:100%;

    height:255px;

}

#grafikPenduduk{

    width:100%!important;

    height:255px!important;

}

/*==================================================
PETA
==================================================*/

.dashboard-card img{

    width:100%;

    border-radius:8px;

}

.dashboard-card .text-end{

    margin-top:10px;

}

/*==================================================
AGENDA
==================================================*/

.agenda-item{

    display:flex;

    align-items:center;

    padding:14px 18px;

    border-bottom:1px solid #EEF2F7;

    transition:.2s;

    min-height:78px;

}

.agenda-item:last-child{

    border-bottom:none;

}

.agenda-item:hover{

    background:#F8FAFC;

}

.agenda-date{

    width:50px;

    height:50px;

    border-radius:8px;

    background:#EEF4FF;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    margin-right:15px;

    flex-shrink:0;

}

.agenda-date span{

    font-size:20px;

    font-weight:700;

    color:#2563EB;

    line-height:18px;

}

.agenda-date small{

    margin-top:3px;

    font-size:10px;

    font-weight:700;

    color:#2563EB;

    letter-spacing:.4px;

}

.agenda-content{

    flex:1;

}

.agenda-content h6{

    margin:0 0 4px;

    font-size:13px;

    font-weight:600;

    line-height:19px;

}

.agenda-content h6 a{

    color:#111827;

    text-decoration:none;

}

.agenda-content h6 a:hover{

    color:#2563EB;

}

.agenda-content p{

    margin:0;

    font-size:12px;

    color:#6B7280;

    line-height:18px;

}

.agenda-time{

    min-width:82px;

    text-align:right;

    font-size:11px;

    color:#9CA3AF;

    white-space:nowrap;

}

/*==================================================
CARD TITLE RIGHT
==================================================*/

.card-header .d-flex{

    align-items:center;

}

.card-header .d-flex a{

    font-size:12px;

    font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.dashboard-card{

    margin-bottom:20px;

}

.chart-container{

    height:230px;

}

#grafikPenduduk{

    height:230px!important;

}

}

@media(max-width:768px){

.dashboard-card{

    border-radius:10px;

}

.dashboard-card .card-header{

    padding:14px 15px;

}

.dashboard-card .card-header h5{

    font-size:16px;

}

.dashboard-card .card-body{

    padding:14px;

}

.chart-container{

    height:220px;

}

#grafikPenduduk{

    height:220px!important;

}

.agenda-item{

    padding:12px 14px;

}

.agenda-date{

    width:46px;

    height:46px;

}

.agenda-date span{

    font-size:18px;

}

.agenda-date small{

    font-size:9px;

}

.agenda-content h6{

    font-size:12px;

}

.agenda-content p{

    font-size:11px;

}

.agenda-time{

    display:none;

}

}
#mapPenduduk{

    width:100%;

    height:340px;

    border-radius:10px;

}