<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) {
    #program-page {
        margin: 10px 0 70px;
    }
    i#navbarArrowLeft {
        display: none;
    }
    div.back-top {
        bottom: 145px;
    }
    h2.title {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: center;
        font-weight: 300;
    }
    h2.title &gt; span {
        font-weight: 600;
    }
    .footer-bersedekah {
        display: block;
    }

    /* BEGIN:: Banner */
    .box-banner {
        width: calc(100% - 30px);
        margin-bottom: 10px !important;
    }
    .box-banner .banner &gt; img {
        height: 150px;
    }
    .box-banner ul.slick-dots {
        display: none !important;
    }
    .box-banner .banner &gt; .title {
        padding: 15px;
    }
    .box-banner .banner &gt; .title &gt; h2 {
        font-size: 18px;
    }
    .box-banner .banner &gt; .title &gt; h3 {
        font-size: 14px;
    }
    /* END:: Banner */

    /* BEGIN:: Box Filter */
    .box-filter {
        padding: 10px 15px;
        top: 60px;
    }
    .box-filter &gt; .right {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .box-filter &gt; .right &gt; .sort {
        display: none;
    }
    .box-filter #btnFilter {
        position: fixed;
        right: 13px;
        bottom: 80px;
        padding: 13px 12px 10px;
        border-radius: 50px;
    }
    .box-filter #btnFilter &gt; i {
        margin: 0;
        font-size: 26px;
        transition: all 1.5s;
    }
    .box-filter #btnFilter &gt; span {
        display: none;
    }
    .box-form-filter {
        display: block;
        position: fixed;
        top: 100%;
        left: 0;
        background-color: #FFF;
        height: 100%;
        justify-content: center;
        align-items: baseline;
        align-content: baseline;
        flex-wrap: wrap;
        transition: top .5s;
        padding-top: 65px;
    }
    .box-form-filter #btnFilterClose {
        display: block;
        color: var(--text-color);
        font-size: 28px;
        transition: all 1.5s;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .box-form-filter &gt; div {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .box-form-filter &gt; div &gt; select {
        width: 100%;
        font-size: 14px;
        padding: 8px 10px;
    }
    .box-form-filter &gt; div &gt; label {
        margin: 0;
        font-size: 15px;
        margin-bottom: 6px;
        font-weight: 600;
    }
    .box-form-filter #btnSubmitFilter {
        display: block;
        position: absolute;
        bottom: 140px;
        left: 0;
        width: calc(100% - 30px);
        padding: 10px;
        color: #FFF;
        border-radius: 5px;
        background-color: var(--text-color);
        margin: 0 15px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
    }
    /* END:: Box Filter */

    /* BEGIN:: Box List Program */
    .box-list-program {

    }
    .box-list-program h2 {
        margin: 0 15px;
    }
    .box-list-program &gt; h4 {
        text-align: center;
        font-size: 13px;
        letter-spacing: 0px;
        color: #999;
        margin: 0 15px;
    }
    .box-list-program &gt; .box-list-menu {
        width: calc(100% - 30px);
        margin: 20px 15px -5px;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        text-align: center;
    }
    .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: 10px 20px;
        color: #FFF;
        font-size: 14px;
        margin: 0;
        text-align: center;
        font-weight: 600;
    }
    .box-list-program &gt; .list-program {
        margin-top: 10px;
        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; .cicilan {
        left: calc(-100% - 5px);
        top: 5px;
        right: inherit;
        border-radius: 0;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; a &gt; h3 {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
        height: 29px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .kategori {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 46px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-komunitas {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 46px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.caption &gt; label.left,
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.left,
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.target &gt; label.right {
        display: none;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.caption &gt; label.right {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 22px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.right {
        font-size: 11px;
        position: absolute;
        right: 10px;
        bottom: 8px;
    }
    .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: 37px;
        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; .box-nilai.target &gt; label.left.empty {
        left: 10px;
        width: calc(100% - 15px);
        bottom: 35px;
        height: 10px;
    }
    .box-list-program &gt; .list-program .program &gt; .detail &gt; .box-nilai.value &gt; label.right.empty {
        right: 5px;
        bottom: 8px;
        width: calc(100% - 15px);
    }
    .box-list-program &gt; .list-program &gt; .empty-search &gt; img {
        height: inherit;
        width: 100%;
    }
    /* END:: Box List Program */

    .box-filter &gt; .left.caption-komunitas &gt; h1 {
        margin-bottom: 5px;
    }
}</pre></body></html>