@media(max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0;  /* Remove scrollbar space */
        background: transparent;  /* Optional: just make scrollbar invisible */
    }
    #beranda-page {
        margin: 10px 20px 60px;
    }
    i#navbarArrowLeft {
        display: none;
    }
    h2.title {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: center;
        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;
    }
    .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: 15px;
        padding: 15px 20px;
        border: none;
        box-shadow: 0px 10px 20px #ddd;
    }
    .box-status-penerimaan > h2 {
        display: block;
        margin: 15px 0;
    }
    .box-status-penerimaan > .status-penerimaan {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-status-penerimaan > .status-penerimaan > .box {
        margin: 0;
        text-align: center;
        width: fit-content;
        margin-right: 25px;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value {
        font-size: 16px;
        letter-spacing: 0px;
        width: 100%;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .caption{
        font-size: 12px;
    }
    .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;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li {

    }
    .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;
    }
    .box-status-penerimaan > .status-penerimaan > .box > .value > .tooltips > .dropdown-menu > ul > li > span.nilai {
        float: inherit;
        text-align: left;
    }
    /* END:: Status Penerimaan */

    /* BEGIN:: Box List Program */
    .box-list-program {
        margin-top: 20px;
        padding: 20px 0 70px;
        box-shadow: 0px 5px 20px #ddd;
    }
    .box-list-program h2 {
        margin: 0 15px;
    }
    .box-list-program > h4 {
        text-align: center;
        font-size: 13px;
        letter-spacing: 0px;
        color: #999;
        margin: 0 15px;
    }
    .box-list-program > .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 > .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: 10px 20px;
        color: #FFF;
        font-size: 14px;
        margin: 0;
        text-align: center;
        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 > .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 > .cicilan {
        left: calc(-100% - 5px);
        top: 5px;
        right: inherit;
        border-radius: 0;
    }
    .box-list-program > .list-program .program > .detail > a > h3 {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
        height: 29px;
    }
    .box-list-program > .list-program .program > .detail > .kategori {
        font-size: 10px;
        margin: 0;
        margin-top: auto;
        position: absolute;
        bottom: 46px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.left,
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.left,
    .box-list-program > .list-program .program > .detail > .box-nilai.target > label.right {
        display: none;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.caption > label.right {
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 22px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right {
        font-size: 11px;
        position: absolute;
        right: 10px;
        bottom: 8px;
    }
    .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: 37px;
        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 > .box-nilai.target > label.left.empty {
        left: 10px;
        width: calc(100% - 15px);
        bottom: 35px;
        height: 10px;
    }
    .box-list-program > .list-program .program > .detail > .box-nilai.value > label.right.empty {
        right: 5px;
        bottom: 8px;
        width: calc(100% - 15px);
    }
    /* END:: Box List Program */

    /* BEGIN:: Box List Program Selesai */
    .box-list-program.selesai {
        padding-bottom: 0px;
    }
    .box-list-program.selesai > .list-program {
        overflow-x: scroll;
        width: calc(100% - 15px);
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .box-list-program.selesai > .list-program > .program {
        width: 210px;
        height: fit-content;
        padding: 10px 10px 0 10px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .box-list-program.selesai > .list-program .program > .thumbnail {
        width: 100%;
        border-radius: 7px;
    }
    .box-list-program.selesai > .list-program .program > .thumbnail > img {
        height: 150px;
        border-radius: 5px 0 0 5px;
    }
    .box-list-program.selesai > .list-program .program > .detail {
        width: 100%;
        height: 110px;
        padding: 10px 0 0;
        position: relative;
    }
    .box-list-program.selesai > .list-program .program > .detail > .box-nilai.caption > label.right {
        right: 0px;
    }
    .box-list-program.selesai > .list-program .program > .detail > .box-target {
        right: 0;
        width: 100%;
    }
    .box-list-program.selesai > .list-program .program > .detail > .box-nilai.value > label.right {
        right: 0px;
    }
    .box-list-program.selesai > .list-program div.box-lihat-selengkapnya {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
    .box-list-program.selesai > .list-program div.box-lihat-selengkapnya > a > .lihat-selengkapnya {
        width: 210px;
        height: 270px;
        box-shadow: 0px 5px 10px #ddd;
        margin-right: 10px;
        padding: 10px;
        background-color: var(--button-color);
    }
    .box-list-program.selesai > .list-program div.box-lihat-selengkapnya > a > .lihat-selengkapnya > label {
        font-size: 16px;
        text-align: right;
        width: 150px;
        white-space: pre-wrap;
        line-height: 18px;
    }
    .box-list-program.selesai > .list-program .program > .detail > .box-nilai.value > label.right.empty {
        width: 100%;
    }
    /* 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 {
        width: 100%;
        text-align: center;
        box-shadow: 0px 5px 10px #CCC;
        background-color: var(--button-color);
    }
    /*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 {
        margin-top: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 0px 0px white, 0px -10px 5px white, 0px 0px 0px white, 0px -9px 6px #CCC !important;
    }
    section.form-zakat-mobile {
        margin: -10px 0 0 0 !important;
        width: 100% !important;
        background-color: #FFF !important;
        border-radius: 0 0 10px 10px !important;
        box-shadow: none;
        padding-top: 0px !important;
    }
    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-top: 20px;
        padding: 20px 15px;
    }
    .box-info-terbaru > .list-info-terbaru {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        flex-wrap: inherit;
    }
    .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: 14px;
        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-shadow: 0px 10px 20px #ddd;
        background-color: #FFF;
    }
    .box-sebarkan > .list-icon {
        flex-wrap: nowrap;
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .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: calc(100% + 40px);
        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: 14px;
        line-height: 18px;
        margin: 0;
        display: block;
        color: #FFF;
    }
    .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 */
}