@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 > span {
        font-weight: 600;
    }
    .footer-bersedekah {
        display: block;
    }

    /* BEGIN:: Banner */
    .box-banner .banner > img {
        height: 150px;
    }
    .box-banner ul.slick-dots {
        display: none !important;
    }
    .box-banner .banner > .title {
        padding: 15px;
        border-radius: 0;
    }
    .box-banner .banner > .title > h2 {
        font-size: 18px;
    }
    .box-banner .banner > .title > h3 {
        font-size: 14px;
    }
    /* END:: Banner */

    /* BEGIN:: Status Penerimaan */
    .box-status-penerimaan {
        width: 100%;
        min-width: inherit;
        margin-top: 0;
        padding: 20px;
        border: none;
    }
    .box-status-penerimaan > h2 {
        display: none;
    }
    .box-status-penerimaan > .status-penerimaan {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-status-penerimaan > .status-penerimaan > .box {
        margin: 0 15px;
        text-align: center;
        width: fit-content;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value {
        font-size: 16px;
        letter-spacing: 0px;
        width: fit-content;
        margin: 0 auto -10px;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value.empty {
        width: 50px;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .caption{
        font-size: 10px;
    }
    .box-status-penerimaan > .status-penerimaan > .box.dana-tersalurkan {
        display: none;
    }
    /* Tooltips */
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips {
        top: -5px;
        right: -25px;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-toggle > i {
        font-size: 14px;
        color: #999;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li {
        display: block;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li > span {
        font-size: 12px;
        display: block;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li > span.sumber {
        margin: 0 0 -7px 0;
        font-size: 12px;
        font-weight: 400;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li > 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 > h4 {
        display: none;
    }
    .box-list-program > .box-list-menu {
        width: calc(100% - 30px);
        margin: 20px 15px -15px;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .box-list-program > .box-list-menu > a{
        display: inline-block;
        margin-right: 5px;
    }
    .box-list-program > .box-list-menu > a > .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 > .list-program {
        margin-top: 20px;
        padding: 0 15px;
        background: none;
    }
    .box-list-program > .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 > .list-program .program > .cicilan {
        font-size: 10px;
    }
    .box-list-program > .list-program .program > .thumbnail {
        width: 50%;
    }
    .box-list-program > .list-program .program > .thumbnail > img {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program > .list-program .program > .detail {
        width: 50%;
        padding: 5px 5px 5px 10px;
        position: relative;
    }
    .box-list-program > .list-program .program > .detail > .daerah {
        display: none;
    }
    .box-list-program > .list-program .program > .detail > a > h3 {
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        height: 28px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: -1px;
    }
    .box-list-program > .list-program .program > .detail > .kategori {
        font-size: 9px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 32px;
        border: none;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.left {
        text-align: left;
        position: absolute;
        left: 10px;
        bottom: 20px;
        font-size: 9px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.right {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 20px;
        font-size: 9px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.left {
        font-size: 10px;
        position: absolute;
        left: 10px;
        bottom: 5px;
        color: var(--button-color);
        font-weight: 600;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right {
        font-size: 10px;
        position: absolute;
        right: 10px;
        bottom: 5px;
        color: var(--button-color);
        font-weight: 600;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.left {
        color: var(--button-color);
        position: absolute;
        bottom: 8px;
        left: 10px;
    }
    .box-list-program > .list-program .program > .detail > .box-target {
        position: absolute;
        bottom: 34px;
        right: 10px;
        width: calc(100% - 20px);
        height: 3px;
    }
    .box-list-program > .list-program .program > .detail > .box-target > div {
        height: 3px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right > i {
        font-size: 10px;
    }
    .box-list-program > .list-program .program > .detail a > .btn-donasi {
        display: none;
    }
    /* Zakat */
    .box-list-program.zakat {
        padding-bottom: 10px;
        margin-top: 25px;
    }
    .box-list-program.zakat > .list-program > .program {
        display: flex;
        width: 100%;
    }
    /* Empyy */
    .box-list-program > .list-program .program > .thumbnail.empty {
        height: 105px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program > .list-program .program > .detail .empty {
        margin: 0 !important;
    }
    .box-list-program > .list-program .program > .detail > a > h3.empty {
        width: calc(100% - 5px);
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.left.empty {
        bottom: 35px;
        height: 10px;
        width: calc(100% - 20px);
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right.empty {
        left: 10px;
        width: calc(100% - 20px);
        bottom: 10px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.left.empty,
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.right.empty {
        display: none;
    }
    /* END:: Box List Program */

    /* BEGIN:: Box List Program Selesai */
    .box-list-program.selesai {
        padding-bottom: 0px;
    }
    .box-list-program.selesai h4 {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        margin: 10px 0 20px;
        padding: 0 0 20px;
        box-shadow: 0px 5px 10px #ddd;
    }
    .box-list-program.selesai > .list-program {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        overflow: hidden;
        justify-content: center;
    }
    .box-list-program.selesai > .list-program > .program {
        display: flex;
        width: 100%;
    }
    .box-list-program.selesai > .box-lihat-selengkapnya {
        margin: 10px 0 0;
    }
    .box-list-program.selesai > .box-lihat-selengkapnya div {
        padding: 7px 20px;
        font-size: 14px;
        border-radius: 8px;
    }
    /* END:: Box List Program Selesai */

    /*BEGIN:: Lihat Semua Program*/
    .box-lihat-semua-program {
        flex-wrap: wrap;
        background: none;
        padding: 0;
        margin-top: -65px;
        margin-bottom: 20px;
    }
    .box-lihat-semua-program > h2 {
        display: none;
    }
    .box-lihat-semua-program > a {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .box-lihat-semua-program > a > .btn-donasi {
        text-align: center;
        box-shadow: 0px 5px 10px #ccc;
        font-size: 13px;
        padding: 8px 30px;
        width: fit-content;
        margin: 10px auto 0;
        display: block;
        border-radius: 10px;
    }
    /*END:: Lihat Semua Program*/

    /*BEGIN:: Box Zakat */
    .box-zakat {
        margin-top: 25px;
        box-shadow: none;
        z-index: 1;
    }
    .box-zakat > .banner-zakat > .title > div > h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .box-zakat > .banner-zakat > .title > div > 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-mobile > label {

    }
    section.form-zakat {
        background-color: #FFF;
        width: 100% !important;
        margin: -15px 0 0 !important;
        padding: 15px 0 10px !important;
    }
    /*END:: Box Zakat */

    /* BEGIN:: Box Sebarkan */
    .box-sebarkan > .list-icon {
        flex-wrap: wrap;
    }
    /* END:: Box Sebarkan */

    /* BEGIN:: Info Terbaru */
    .box-info-terbaru {
        margin: 10px 0 0 0;
        padding: 20px 15px 0;
        background: none;
    }
    .box-info-terbaru > .list-info-terbaru {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: inherit;
        width: 100%;
    }
    .box-info-terbaru > .list-info-terbaru > div {
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        width: fit-content !important;
        white-space: nowrap;
        vertical-align: top;
    }
    .box-info-terbaru > .list-info-terbaru div.box {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .box-info-terbaru > .list-info-terbaru div.box > img {
        height: 115px;
        width: 185px;
    }
    .box-info-terbaru > .list-info-terbaru div.box > div.title,
    .box-info-terbaru > .list-info-terbaru .right div.box > div.title {
        padding: 10px;
    }
    .box-info-terbaru > .list-info-terbaru div.box > div.title > label.tanggal,
    .box-info-terbaru > .list-info-terbaru .right div.box > div.title > label.tanggal {
        font-size: 11px;
    }
    .box-info-terbaru > .list-info-terbaru div.box > div.title > label.judul,
    .box-info-terbaru > .list-info-terbaru .right div.box > div.title > label.judul {
        display: block;
        font-size: 12px;
        width: 100%;
        line-height: 16px;
        font-weight: 600;
        height: 32px;
        display: -webkit-box;
        text-align: left;
        word-break: break-word;
        white-space: pre-wrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        transition: all .5s;
    }
    .box-info-terbaru > .list-info-terbaru .right div.box {
        height: 115px;
        margin-bottom: 0;
    }
    .box-info-terbaru > .list-info-terbaru > div div.lihat-selengkapnya {
        vertical-align: top;
        display: inline-block;
        padding: 10px;
        width: 185px;
        height: 115px;
        position: relative;
    }
    .box-info-terbaru > .list-info-terbaru > div div.lihat-selengkapnya > label {
        position: absolute;
        right: 15px;
        bottom: 15px;
        white-space: initial;
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
    }
    .box-info-terbaru > .list-info-terbaru > div div.lihat-selengkapnya.empty {
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
    }
    /* END:: Info Terbaru */

    /* BEGIN:: Box Youtube */
    .box-youtube {
        margin-top: 0px;
        padding: 20px 15px;
        box-shadow: 0px 5px 20px #DDD;
    }
    .box-youtube > h2 {
        margin-bottom: 20px;
    }
    /* END:: Box Youtube */

    /* BEGIN:: Box Sebarkan */
    .box-sebarkan > h2 {
        margin-bottom: 10px;
    }
    .box-sebarkan {
        margin: 0;
        padding: 20px 15px;
    }
    .box-sebarkan > .list-icon {
        flex-wrap: nowrap;
        width: 100%;
    }
    .box-sebarkan > .list-icon > a {
        margin: 0;
    }
    .box-sebarkan > .list-icon > a > div.button-sebarkan {
        width: 55px;
        margin: 5px;
    }
    .box-sebarkan > .list-icon > a > div.button-sebarkan > i {
        margin: 0;
    }
    .box-sebarkan > .list-icon > a > div.button-sebarkan > label {
        display: none;
    }
    .box-sebarkan > .list-icon > a#shareWhatsapp,
    .box-sebarkan > .list-icon > a > div.button-sebarkan.whatsapp {
        width: calc(100% - 10px);
    }
    .box-sebarkan > .list-icon > a > div.button-sebarkan.whatsapp > label {
        display: inline-block;
    }
    /* END:: Box Sebarkan */

    /* BEGIN:: Box Lembaga */
    .box-lembaga-footer {
        width: 100%;
        margin: 20px 0 0;
        padding: 40px 20px;
        text-align: center;
        background-color: var(--button-color);
    }
    .box-lembaga-footer > label {
        margin: 0;
        display: block;
        color: #FFF;
    }
    .box-lembaga-footer > hr {
        border-top: #FFF thin solid;
        display: block;
        width: 50%;
        margin: 20px auto;
        opacity: 0.2;
    }
    .box-lembaga-footer > label.deskripsi-lembaga {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        display: block;
        color: #FFF;
        font-weight: 300;
    }
    .box-lembaga-footer > div.sosial-media-lembaga {
        margin: 15px 0 0;
    }
    .box-lembaga-footer > div.sosial-media-lembaga i {
        display: inline-block;
        color: #FFF;
        margin: 0 5px;
        font-size: 20px;
    }
    .box-lembaga-footer > div.tautan-lembaga {
        display: block;
    }
    .box-lembaga-footer > div.tautan-lembaga > a {
        display: inline-block;
        color: #FFF;
        margin: 20px 10px 0;
        font-size: 14px;
        text-decoration: underline;
    }
    /* END:: Box Lembaga */
}