.container-chart {
    background: white;
    top: 200px;
    width: calc(100% - 20px);
    left: 10px;
    position: fixed;
}

.list-ukuran {
    height: 60px;
    position: relative;
    border-radius: 50px;
    color: white;
    background-color: #606060;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}

.bg-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/*baru*/
.card-stat-beranda {
    background-color: transparent;
    top: 100px;
    width: calc(100%);
    border-radius: 10px;
    position: fixed;
    color: white;
    z-index: 2;
}

.mobile-style {
    width: calc(100% - 32px);
    margin: auto;
}

.stat-card {
    width: calc(50% - 10px);
}

.stat-card-right {
    margin-left: 20px;
}

.stat-card-in {
    text-align: left;
    background-color: white;
    width: calc(70% + 20px);
    border-radius: 20px;
    height: 80px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    color: #606060;
}

.card-judul {
    margin-top: 17px;
    font-size: 14px;
}

.card-judul-bawah {
    margin-top: -15px;
    font-size: 14px;
}

.stat-angka {
    margin-top: 6px;
    font-size: 16px;
}

.bg-merah,
.bg-icon-gangguan {
    background-color: #F87171;
}

.bg-biru,
.bg-icon-psb {
    background-color: #1F6FA5;
}

.card-angka {
    text-align: center;
    height: 40px;
    margin-top: 20px;
    margin-left: -20px;
    width: calc(30%);
    border-radius: 10px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.page-beranda {
    height: calc(100vh - 450px);
    position: fixed;
    bottom: 99px;
    background-color: white;
    width: calc(100%);
    border-radius: 0 0 30px 30px;
    z-index: 2;
}

.daftar-tugas {
    height: 35vh;
    width: calc(100% - 32px);
    margin-top: 10px;
    margin-left: 16px;
    overflow-y: auto;
}

.bg-stat-beranda {
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.status-text {
    margin-top: -5px;
    font-size: 12px;
}

.bg-verifikasi {
    background-color: #4EBFA5;
}

.bg-proses {
    background-color: #4EA7E3;
}

.slide-down {
    animation: slideDown 0.8s ease-out forwards;
}

.klik-daftar {
    width: 100%;
    margin: auto;
}

.bg-kampung-beranda {
    width: calc(100% - 50px);
    height: 50px;
    position: absolute;
    left: 50px;
    top: 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
    color: white;
}

.status-text {
    margin-top: -5px;
    font-size: 12px;
}

.kampung-text {
    margin-top: -2px;
    font-size: 12px;
}

/* Style modal */
.custom-modal {
    display: none;
    /* default tersembunyi */
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
    background-color: #F7FAFC;
    margin: 15% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    color: grey;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.custom-modal input,
.custom-modal textarea {
    border-radius: 20px;
    width: 75%;
    border: 1px solid #606060;
    font-size: 14px;
    color: grey;
    text-align: center;
}

.custom-modal label {
    color: grey;
    font-size: 14px;
}

.title-table {
    margin-left: 16px;
    margin-top: 20px;
    color: #606060;
    font-size: 14px;
    margin-bottom: 20px;
}

#daftar_tugas {
    height: 35vh;
    width: calc(100% - 32px);
    margin-top: 10px;
    margin-left: 16px;
    overflow-y: scroll;
}