body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

.paper {
    max-width: 1000px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.header-img img {
    max-width: 70%;
    height: auto;
    justify-content: center;
    margin-left: 40px;
}

.form-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.form-right img {
    max-width: 10%;
    /* Gambar akan menyesuaikan lebar elemen pembungkus */
    height: auto;
    /* Menjaga rasio aspek gambar */
    border-radius: 8px;
}

.form-check-input:checked + label {
    background-color: #5b5a5a !important;
    opacity: 90%;
    color: white;
    font-weight: bold;
}

footer {
    background-color: #284f41;
    color: white;
    padding: 20px 0;
}

.footer-line {
    border-top: 1px solid white;
    margin: 20px 0;
}

.social-icons a {
    color: white !important;
    /* Ikon warna putih */
    margin-right: 10px;
}

.social-icons a:hover {
    color: #ccc;
    /* Warna saat hover */
}

.footer-line {
    border-top: 3px solid white;
}

footer a {
    color: white !important;
    /* Teks link terkait warna putih */
}

footer a:hover {
    color: #ccc;
    /* Warna teks saat hover */
}

.chart-legend li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}

.chart-legend span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 50%;
}
