<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }
    #beranda-page {
        margin: 5px 0 60px;
    }
    i#navbarArrowLeft {
        display: none;
    }
    h2.title {
        font-size: 18px;
        letter-spacing: 0px;
        text-align: left;
        font-weight: 300;
    }
    h2.title &gt; span {
        font-weight: 600;
    }
    .footer-bersedekah {
        display: block;
    }

    /* BEGIN:: Status Penerimaan */
    .box-status-penerimaan {
        width: 100%;
        min-width: inherit;
        margin-top: 0;
        padding: 20px;
        border: none;
    }
    .box-status-penerimaan &gt; h2 {
        display: none;
    }
    .box-status-penerimaan &gt; .status-penerimaan {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box {
        margin: 0 15px;
        text-align: center;
        width: fit-content;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value {
        font-size: 16px;
        letter-spacing: 0px;
        width: fit-content;
        margin: 0 auto -10px;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value.empty {
        width: 50px;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .caption{
        font-size: 10px;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box.dana-tersalurkan {
        display: none;
    }
    /* Tooltips */
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips {
        top: -5px;
        right: -25px;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips &gt; .dropdown-toggle &gt; i {
        font-size: 14px;
        color: #999;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips &gt; .dropdown-menu &gt; ul &gt; li {
        display: block;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips &gt; .dropdown-menu &gt; ul &gt; li &gt; span {
        font-size: 12px;
        display: block;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips &gt; .dropdown-menu &gt; ul &gt; li &gt; span.sumber {
        margin: 0 0 -7px 0;
        font-size: 12px;
        font-weight: 400;
    }
    .box-status-penerimaan &gt; .status-penerimaan &gt; .box &gt; .value &gt; .tooltips &gt; .dropdown-menu &gt; ul &gt; li &gt; span.nilai {
        float: inherit;
        text-align: left;
        margin-top: 3px;
        font-weight: 400;
    }
    /* END:: Status Penerimaan */

    /* BEGIN:: Box List Program */
    .box-list-program {
        margin-top: -20px;
        padding: 20px 0 70px;
    }
    .box-list-program h2 {
        margin: 0 0 30px;
        text-align: center;
        font-weight: 600;
        padding-bottom: 20px;
        box-shadow: 0px 5px 10px #ddd;
    }
    .box-list-program &gt; h4 {
        display: none;
    }
    .box-list-program &gt; .box-list-menu {
        width: calc(100% - 30px);
        margin: 20px 15px -15px;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .box-list-program &gt; .box-list-menu &gt; a{
        display: inline-block;
        margin-right: 5px;
    }
    .box-list-program &gt; .box-list-menu &gt; a &gt; .box-menu{
        background-color: var(--button-color);
        width: fit-content;
        padding: 6px 30px 10px 10px;
        color: #FFF;
        font-size: 14px;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }
    .box-list-program &gt; .list-program {
        margin-top: 20px;
        padding: 0 15px;
        background: none;
    }
    .box-list-program &gt; .list-program .program {
        width: 100%;
        margin: 0 0 15px 0;
        box-shadow: 0px 5px 10px #ddd;
        display: flex;
        flex-wrap: nowrap;
        background-color: #FFF;
    }
    .box-list-program &gt; .list-program .program &gt; .thumbnail {
        width: 50%;
    }
    .box-list-program &gt; .list-program .program &gt; .thumbnail &gt; img {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail {
        width: 50%;
        padding: 5px 5px 5px 10px;
        position: relative;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .daerah {
        display: none;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; a &gt; h3 {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        height: 30px;
        text-transform: capitalize;
        font-weight: 500;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .kategori {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 32px;
        border: none;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.caption &gt; label.left {
        text-align: left;
        position: absolute;
        left: 10px;
        bottom: 18px;
        font-size: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.caption &gt; label.right {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 18px;
        font-size: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.left {
        font-size: 10px;
        position: absolute;
        left: 10px;
        bottom: 5px;
        color: var(--button-color);
        font-weight: 400;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.right {
        font-size: 10px;
        position: absolute;
        right: 10px;
        bottom: 5px;
        color: var(--button-color);
        font-weight: 400;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.target &gt; label.left {
        color: var(--button-color);
        position: absolute;
        bottom: 8px;
        left: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-target {
        position: absolute;
        bottom: 34px;
        right: 10px;
        width: calc(100% - 20px);
        height: 3px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-target &gt; div {
        height: 3px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.right &gt; i {
        font-size: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail a &gt; .btn-donasi {
        display: none;
    }
    /* Zakat */
    .box-list-program.zakat {
        padding-bottom: 10px;
        margin-top: 25px;
    }
    .box-list-program.zakat &gt; .list-program &gt; .program {
        display: flex;
        width: 100%;
    }
    /* Empyy */
    .box-list-program &gt; .list-program .program &gt; .thumbnail.empty {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail .empty {
        margin: 0 !important;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; a &gt; h3.empty {
        width: calc(100% - 5px);
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.left.empty {
        bottom: 35px;
        height: 10px;
        width: calc(100% - 20px);
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.right.empty {
        left: 10px;
        width: calc(100% - 20px);
        bottom: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.target &gt; label.left.empty,
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.target &gt; label.right.empty {
        display: none;
    }
    /* END:: Box List Program */

    /*BEGIN:: Box Zakat */
    .box-zakat {
        margin-top: 0px;
        box-shadow: none;
        z-index: 1;
    }
    .box-zakat &gt; .banner-zakat &gt; .title &gt; div &gt; h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .box-zakat &gt; .banner-zakat &gt; .title &gt; div &gt; h3 {
        font-size: 14px;
    }
    .box-zakat .box-status-penerimaan {
        padding-top: 20px;
        padding-bottom: 10px;
        border-radius: 0;
        margin-bottom: 20px;
    }
    section.form-zakat-mobile {
        margin: -10px 0 0 !important;
        width: 100% !important;
        background-color: #EEE !important;
        border-radius: 0 0 10px 10px !important;
        box-shadow: none;
        padding-top: 10px !important;
    }
    section.form-zakat {
        background-color: #FFF;
        width: 100% !important;
        margin: -15px 0 0 !important;
        padding: 15px 0 10px !important;
    }
    .box-deskripsi-zakat {
        margin: 0 0 65px;
    }
    /*END:: Box Zakat */

    /* BEGIN:: Box Sebarkan */
    .box-sebarkan &gt; .list-icon {
        flex-wrap: wrap;
    }
    /* END:: Box Sebarkan */
}</pre></body></html>