/* ==========================================
   PENDIDIKAN
========================================== */

.pendidikan-card{

    border: none;

    border-radius: 24px;

    background: #ffffff;

    box-shadow: 0 10px 28px rgba(0,0,0,.08);

    overflow: hidden;

    height: 100%;

}

.pendidikan-card .stats-card-header{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 22px 24px 10px;

}

.pendidikan-card .stats-card-header div{

    display: flex;

    align-items: center;

    font-size: 18px;

    font-weight: 700;

    color: #9A6500;

}

.pendidikan-card .stats-card-header i{

    font-size: 22px;

    margin-right: 10px;

}

.pendidikan-card .badge{

    background: #FDB913 !important;

    color: #222;

    font-size: 14px;

    font-weight: 700;

    padding: 8px 16px;

    border-radius: 999px;

}

/* ==========================================
   CHART
========================================== */

.pendidikan-chart{

    position: relative;

    width: 100%;

    height: 350px;

    padding:

        10px
        18px
        20px
        18px;

}

.pendidikan-chart canvas{

    width: 100% !important;

    height: 100% !important;

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:992px){

    .pendidikan-chart{

        height:300px;

    }

}

@media(max-width:768px){

    .pendidikan-card .stats-card-header{

        padding:18px;

    }

    .pendidikan-card .stats-card-header div{

        font-size:16px;

    }

    .pendidikan-card .stats-card-header i{

        font-size:20px;

    }

    .pendidikan-chart{

        height:260px;

        padding:10px;

    }

}