html {
    scroll-behavior: smooth;
}

.b {
    font-weight: bolder;
}

.i {
    font-style: italic;
}

/* chat wa */
.chat-wa-area {
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 99999;
}

.chat-wa-area .chat-wa-content {
    background-color: green;
    padding: 10px 30px;
    color: white;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

@media screen and (max-width: 425px) {
    .chat-wa-area .chat-wa-content {
        padding: 10px 10px;
        font-size: 14px;
    }
}

/* chat wa */

.nama_pengusung {
    margin-top: 20px;
    margin-left: 10px;
    max-width: 30px;
}

.judul-timeline {
    margin-top: 20px;
    font-weight: bold;
}

.teks-primer {
    color: #f86048 !important;
}

.single_causes .causes_title a,
.single_causes p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.single_causes .causes_image .causes_progress {
    bottom: -10px;
}

.rowku {
    background-color: #00bdc0;
}

.donatur_area {
    margin-top: -200px;
    z-index: 6;
}

.kolomku3 {
    width: 33%;
    display: inline-block;
}

.single_about_items.color-1 .about_icon {
    background-color: #17bbda;
}

#share-wa-none {
    display: none;
}

/* HALAMAN REKENING */

.toggle-plus {
    color: #616161;
}

.tidak-terlihat {
    display: none;
}

/* END HALAMAN REKENING */

/* HALAMAN KONTAK */
.kontak_area i {
    color: #f86048;
    font-size: 26px;
    margin-right: 10px;
}

.kontak_area .kota-apa-gitu {
    margin-top: 30px;
}

/* END HALAMAN KONTAK */

.box_white_don .btn.btn-rounded.btn-very-small:hover,
.box_white_don .accordion-style3 .panel .panel-heading:hover,
.box_form .panel .panel-heading:hover {
    background: #f59220;
    border-color: #f59220;
    color: #fff;
}

.box_white_don {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    background: #fff;
    overflow: hidden;
}

.box_white_don_social {
    border-radius: 60px;
    background: #fff;
}

.box_white_don .accordion-style3 .panel .panel-heading,
.box_form .panel .panel-heading {
    padding: 5px 15px;
    background: #fff;
}

.box_white_don .accordion-style3 .panel .panel-heading input[type="radio"],
.box_form .panel .panel-heading input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.box_white_don .accordion-style3 .panel-body .select-style,
.box_form .panel .panel-body .select-style {
    border: 2px solid #8dcb3b;
    border-radius: 50px;
    width: 98%;
    margin-left: 0 !important;
}

.box_white_don .accordion-style3 .collapse.in .panel-body .select-style {
    width: 104%;
}

.collapse.in {
    margin: 7px 40px;
}

.collapse.in .panel-body {
    padding: 0;
}

.box_white_don .accordion-style3 .panel-body .select-style select,
.box_form .panel .panel-body .select-style select {
    padding: 5px 25px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

/* feature box style 4 */
.grid-item.feature-box-4 {
    overflow: hidden;
    position: relative;
}

.grid-item.feature-box-4 figure img {
    width: 100%;
    cursor: auto;
}

.grid-item.feature-box-4 figure figcaption {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 0.35s ease-out;
    -webkit-transition: transform 0.35s ease-out;
    -moz-transition: transform 0.35s ease-out;
    -ms-transition: transform 0.35s ease-out;
    -o-transition: transform 0.35s ease-out;
    padding: 15px 30px;
    width: 100%;
    height: auto;
    text-align: left;
    opacity: 1;
    cursor: default;
}

.grid-item.feature-box-4 figure:hover img,
.feature-box-4 figure:focus img {
    opacity: 1;
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.grid-item.feature-box-4 figure:hover figcaption {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.grid-item.feature-box-4 figure figcaption .btn {
    opacity: 0;
}

.grid-item.feature-box-4 figure:hover .btn {
    opacity: 1;
    display: inline-block;
}

.grid-item.feature-box-4 figure:hover img {
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -o-transform: scale(1.09, 1.09);
}

/* button rounded */
.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-rounded.btn-very-small {
    padding: 2px 31px 1px;
}

.btn.btn-rounded.btn-small {
    padding: 5px 29px;
}

.btn.btn-rounded.btn-medium {
    padding: 6px 32px;
}

.btn.btn-rounded.btn-large {
    padding: 9px 38px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 12px 45px 13px;
}

/* button transparent */
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323;
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:focus {
    background: #232323;
    border-color: #232323;
    color: #ffffff;
}

.btn.btn-transparent-light-gray {
    background: transparent;
    border-color: #dbdbdb;
    color: #dbdbdb;
}

.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:focus {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #232323;
}

.btn.btn-transparent-deep-pink {
    background: transparent;
    border-color: #ff214f;
    color: #ff214f;
}

.btn.btn-transparent-deep-pink:hover,
.btn.btn-transparent-deep-pink:focus {
    background: #ff214f;
    border-color: #ff214f;
    color: #fff;
}

.btn.btn-transparent-green {
    background: transparent;
    border-color: #8dcb3b;
    color: #232323;
}

.btn.btn-transparent-green:hover,
.btn.btn-transparent-deep-pink:focus {
    background: #8dcb3b;
    border-color: #8dcb3b;
    color: #fff;
}

.btn.btn-transparent-orange {
    background: transparent;
    border-color: #f59220;
    color: #232323;
}

.btn.btn-transparent-orange:hover,
.btn.btn-transparent-deep-pink:focus {
    background: #f59220;
    border-color: #f59220;
    color: #fff;
}

/* button flat */
.btn-flat {
    border-radius: 0 !important;
}

.small_bold_owl {
    font-weight: 600;
    font-size: 12px;
}

.titel_owl {
    font-size: 34px;
    line-height: 32px;
}

/* background */
.bg-dark-gray {
    background-color: #757575;
}

.bg-extra-medium-gray {
    background-color: #939393;
}

.bg-medium-gray {
    background-color: #dbdbdb;
}

.bg-extra-light-gray {
    background-color: #e0e0e0;
}

.bg-medium-light-gray {
    background-color: #ededed;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-very-light-gray {
    background-color: #fafafa;
}

.bg-deep-pink {
    background-color: #ff214f;
}

.bg-green {
    background-color: #6eb314;
}

.bg-orange {
    background-color: #d98f36;
}

/* separator */
.separator-line-verticle-extra-small {
    width: 1px;
    height: 8px;
}

.separator-line-verticle-small-thick {
    width: 17px;
    height: 3px;
}

.separator-line-verticle-small {
    width: 1px;
    height: 13px;
}

.separator-line-verticle-small-thick2 {
    width: 64px;
    height: 7px;
}

.separator-line-verticle-large {
    width: 1px;
    height: 20px;
}

.separator-line-verticle-extra-large {
    width: 1px;
    height: 30px;
}

.separator-line-verticle-medium-thick-full {
    width: 8px;
    height: 40px;
}

.separator-line-verticle-large-thick {
    width: 109px;
    height: 11px;
}

.separator-line-verticle-large-small {
    width: 70%;
    height: 1px;
}

.separator-line-horrizontal-medium-light {
    width: 36px;
    height: 3px;
}

.separator-line-horrizontal-medium-light2 {
    width: 40%;
    height: 1px;
}

.separator-line-horrizontal-medium-light3 {
    width: 18%;
    height: 1px;
}

.separator-line-horrizontal-medium-thick {
    width: 50px;
    height: 5px;
}

.separator-line-horrizontal-full {
    width: 100%;
    height: 1px;
}

.separator-line-horrizontal-medium-light-full {
    width: 100%;
    height: 3px;
}

/* text size */
.text-extra-small {
    font-size: 9px;
    line-height: 12px;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.text-medium {
    font-size: 16px;
    line-height: 23px;
}

.text-large {
    font-size: 18px;
    line-height: 26px;
}

.text-extra-large {
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans";
    font-weight: 800;
}

.title-medium {
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
}

.title-large {
    font-size: 100px;
    line-height: 95px;
}

.title-extra-large {
    font-size: 130px;
    line-height: 120px;
}

.text-20 {
    font-size: 20px;
}

.text-25 {
    font-size: 25px;
}

.text-30 {
    font-size: 30px;
}

.no-link {
    text-decoration: none;
}

.text-grey {
    color: #616161;
}

/*Volunteer baru*/
.about_area_2 {
    background-color: white;
}

.ketentuan li {
    font-size: 15px;
    margin-left: 25px;
    list-style-type: disc;
}

.ketentuan h3 {
    font-size: 28px;
}

.relawan-area .ketentuan h2 {
    /*text-align: left; */
    font-family: sans-serif;
    font-size: 18px;
}

.multi-form {
    margin-top: 0px;
}

.note-v {
    color: red;
    font-size: 16px;
    font-style: italic;
}

.ketentuan select {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(43, 42, 53, 0.3);
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

.single_form select:focus {
    border-color: #f86048;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

#donate-notext {
    display: none;
}

@media screen and (max-width: 375px) {
    .main-btn {
        font-size: 15px;
    }
}

.show-password {
    cursor: pointer;
}

.domisili {
    display: none;
}

.about_area_2 {
    background-color: white;
}

.ketentuan li {
    font-size: 15px;
    margin-left: 25px;
    list-style-type: disc;
}

.ketentuan h3 {
    font-size: 28px;
}

.pendaftaran_relawan {
    display: none;
}

.pendaftaran_peserta_zoom {
    display: block;
}

.relawan-area .ketentuan h2 {
    font-family: sans-serif;
    font-size: 18px;
}

.multi-form {
    margin-top: 0px;
}

.note-v {
    color: red;
    font-size: 16px;
    font-style: italic;
}

.ketentuan select {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(43, 42, 53, 0.3);
    position: relative;
    width: 100%;
    height: 55px;
    padding: 0 20px;
}

.single_form select:focus {
    border-color: #f86048;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

@media screen and (max-width: 425px) {
    .ketentuan h3 {
        font-size: 26px;
    }

    .tabsnyadong {
        display: none;
    }

    .donatur_area {
        margin-top: -150px;
        z-index: 6;
    }

    .kolomku3 {
        width: 100%;
        border-bottom: 1px solid #6fdbf6;
        border-top: 1px solid #6fdbf6;
    }

    .about_area {
        display: none;
    }

    .rekening_area {
        display: block;
    }

    .rekening-donasi {
        font-size: 26px;
    }

    .rekening_area,
    .rekening_area p {
        font-size: 14px;
    }

    #share-wa-none {
        padding: 11.5px 20px;
        display: inline;
        margin-right: 10px;
        max-width: 30%;
    }

    .btn-donate-now {
        max-width: 50%;
    }

    .nav .nav-item {
        margin: 0;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 375px) {
    .main-btn {
        font-size: 15px;
    }
}

.select2 {
    width: 100% !important;
}

.select2 .selection {
    width: 100%;
}

.select2-selection__rendered {
    line-height: 56px !important;
}

.select2-container .select2-selection--single {
    height: 57px !important;
}

.select2-selection__arrow {
    height: 59px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

/* donatur */
.donatur_area .event_title a {
    font-size: 32px !important;
}

.donatur_area .text-white {
    font-size: 20px;
}

.donatur_area .cari-btn {
    margin-top: 33px;
}

.donatur_area #form_cari_donatur {
    margin-bottom: 20px;
}

@media screen and (max-width: 425px) {
    .donatur_area .line-bottom {
        margin-top: 20px !important;
    }

    .donatur_area .pilih-program-btn {
        width: 100%;
    }

    .cari-btn {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
        width: 100% !important;
    }
}

/* end donatur */

.max-100 {
    max-width: 100% !important;
}

/* start mitra*/
.nav-pills .nav-link {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    padding: 5 15px;
    color: black;
    margin-left: 70px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #15bbda;
    padding: 5px 15px;
    border-radius: 25px;
    color: white;
}

.container .sponsor img {
    height: 70px;
    width: 100% auto;
    text-align: center;
    padding: 0px 10px;
}

.tab-content .tab-pane .sponsor {
    margin: 0px 5px;
}

.tab-content .tab-pane .sponsor .col-lg-3 {
    border: 0.2px solid #d3d8ce !important;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 20px;
}

@media screen and (max-width: 425px) {
    .tab-content .tab-pane .sponsor .col-lg-3 {
        margin-bottom: 5px;
        padding: 1px 5px;
    }

    .nav-pills .nav-link {
        margin-left: 50px;
        font-size: 14px;
        margin: 0px;
    }
}

/* end mitra*/

/*causes2 start*/
.causes_content .causes_meta .raised {
    float: right;
    text-align: right;
}

/*causes2 end*/

/*detail-donasi start*/

.tombolku {
    background-color: #f86048;
    padding: 10px 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: none;
}

.tombolku:hover {
    color: white;
}

.salin-kode-container {
    border: 1px solid #f86048;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #ffd980;
}

.salin-kode-container h6 {
    margin-top: 12px;
}

@media screen and (max-width: 768px) {
    .salin-kode-container h6 {
        margin-top: 0px;
    }

    #donate-text {
        display: none;
    }

    #donate-notext {
        display: block;
    }

    /* .btn-donate-now {
        margin-right: 110px;
    } */

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .nav-pills .dd {
        margin-left: 0px !important;
    }

    /* .nav {
        margin-left: 120px !important;
    } */
}

@media screen and (max-width: 425px) {
    .salin-kode-container .tombolku {
        margin-top: 20px;
    }

    #donate-text {
        display: block;
    }

    #donate-notext {
        display: none;
    }

    .btn-donate-now {
        margin-right: 0px;
    }
}

.berita-selengkapnya-container {
    position: absolute;
    width: 100%;
    margin-top: -180px;
    z-index: 99999;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), white);
    /* Standard syntax (must be last) */
    height: 200px;
}

.berita-selengkapnya {
    text-align: center;
}

.berita-selengkapnya a {
    color: #f86048;
    /* margin-top: 150px; */
    border: 1px solid #f86048;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    bottom: 15px;
    left: 350px;
}

.berita-selengkapnya a:hover {
    background-color: #f86048;
    color: white;
}

@media screen and (max-width: 425px) {
    .berita-selengkapnya-container {
        margin-top: -280px;
        height: 300px;
    }

    .berita-selengkapnya a {
        bottom: 15px;
        left: 135px;
    }
}

@media screen and (max-width: 375px) {
    .berita-selengkapnya a {
        bottom: 15px;
        left: 110px;
    }

    #donate-text {
        display: block;
    }

    #donate-notext {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .berita-selengkapnya a {
        bottom: 15px;
        left: 80px;
    }
}

.donate_progress strong {
    font-size: 40px;
    color: #2b2a35;
}

.donaturnya {
    height: 100%;
}

.donaturnya p {
    margin-top: 15px !important;
    height: 100%;
}

.causes_details_donate h5 {
    font-weight: unset !important;
}

.causes_details_donate p {
    margin-top: 10px;
    font-size: 12px;
}

.bar_inner {
    margin-top: 8px;
    margin-bottom: 10px;
}

.donate-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 25px 0px;
    width: 100%;
    font-size: 30px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #f86048;
}

.donate-btn:hover {
    background-color: #e7a642;
    color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
}

.causes_donate_many {
    text-align: center;
}

.inisiator {
    text-align: left;
    margin: 15px 0px;
    padding: 10px;
    background-color: #e2e8f0 !important;
    border-radius: 5px;
    color: #2b2a35;
}

.inisiator img {
    padding: 1px 1px;
    width: 100% auto;
    height: 80px;
    margin-left: 40px;
}

.inisiator .col-md-10 span {
    line-height: 80px;
    vertical-align: middle;
    float: left;
}

.inisiator .col-md-10 strong {
    font-size: 16px;
}

.btn-donate-now {
    margin-top: 55px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0px 40px;
    font-size: 15px;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #f86048;
    /* margin-left: -100px; */
}

.btn-donate-now .fa-heart {
    margin-left: -7px;
}

.btn-donate-now:hover {
    background-color: #e7a642;
    color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(34, 34, 34, 0.15);
}

.box-fundraiser {
    border: 1px solid #cccccc;
    padding: 20px;
    background-color: #efefef;
}

.box-fundraiser h6 {
    font-weight: unset;
    font-size: 22px;
    font-family: sans-serif;
    margin: 10px;
}

.box-fundraiser .button {
    background-color: #f86048;
    width: 100%;
    padding: 20px 10px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

@media screen and (max-width: 425px) {
    .box-fundraiser .button {
        font-size: 16px;
        padding: 10px 5px;
    }

    .box-fundraiser h6 {
        font-size: 18px;
    }
}

.nav-pills .dd {
    margin-left: 10px;
}

.causes_details_share {
    padding-top: 20px;
}

.causes_details_share span,
ul {
    padding-top: 10px;
}

.individual-donatur {
    background-color: #e2e8f0;
    padding: 20px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.individual-donatur img {
    height: 80px;
    width: 80px;
    float: right;
    margin-top: 10px;
    border-radius: 50%;
    border: 2px solid white;
}

.individual-donatur .detail p {
    margin-top: -15px;
    font-size: 15px;
}

.individual-donatur .detail i {
    font-size: 12px;
    margin-top: -5px;
}

.individual-donatur .detail strong {
    color: #f86048;
}

/* timeline */
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-left: 20px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #17bbda;
    top: 0;
    bottom: 0;
    margin-left: -2.5px;
}

/* Container around content */
.container-timeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.container-timeline img {
    max-width: 100px;
}

.m-autoku {
    margin: 0;
}

.berita-atas {
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .berita-atas {
        margin-left: 50px;
    }

    .donaturnya p {
        margin-left: 50px;
    }
}

/* The circles on the timeline */
.container-timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #17bbda;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 0;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e2e8f0;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e2e8f0 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -13px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: #e2e8f0;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container-timeline {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container-timeline::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 18px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/*detail-donasi end*/

/* banner di tema */

.bannerku {
    padding-top: 150px;
    color: white;
}

.bannerku .bg-banner {
    background-color: #43bbd4;
}

.bannerku h1 {
    margin-top: 50px;
    margin-left: 120px;
    font-size: 26px;
    color: white;
    margin-bottom: 20px;
}

.bannerku h2 {
    margin-left: 120px;
    font-size: 70px;
    color: white;
    font-weight: 100;
}

.bannerku h2 strong {
    font-weight: bold;
}

.bannerku .banner {
    height: 100%;
}

.bannerku img {
    margin-left: -15px;
    max-width: 96%;
    position: absolute;
    margin-top: 30px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bannerku .give-btn {
    font-weight: bold;
    padding: 20px 60px;
    background-color: #004154;
    margin: 0 auto;
    color: white;
    border-radius: 10px;
}

/* end banner di tema */

@media screen and (max-width: 768px) {

    .bannerku h1,
    .bannerku h2 {
        margin-left: 10px;
    }

    .bannerku h1 {
        font-size: 30px;
    }

    .bannerku h2 {
        font-size: 32px;
    }

    .bannerku .p-5 {
        padding: 15px !important;
    }
}

/* The tangstik class is added to the header with JS when it reaches its scroll position */

.btn-donate-now {
    /* margin-left: -80px; */
}

.causes_details_content {
    margin-left: -20px;
}

.causes_area .tab-content {
    padding-left: 30px;
    padding-right: 10px;
}

.causes_area .box-donasi {
    padding: 0 90px;
}

.tangstik {
    position: fixed;
    top: -25px;
    width: 120%;
    z-index: 999999;
    background-color: white;
    left: 0;
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
}

.tangstik .causes_details_content {
    margin-left: 300px;
}

.tangstik .btn-donate-now {
    margin-left: -400px;
}

.tangstik .causes_details_share {
    margin-left: -200px;
}

@media screen and (max-width: 2560px) {
    .tangstik .causes_details_content {
        margin-left: 480px;
    }

    .tangstik .btn-donate-now {
        margin-left: -740px;
    }

    .tangstik .causes_details_share {
        margin-left: -300px;
    }
}

@media screen and (max-width: 1440px) {
    .tangstik .causes_details_content {
        margin-left: 150px;
    }

    .tangstik .btn-donate-now {
        margin-left: 50px;
    }

    .tangstik .causes_details_share {
        margin-left: -100px;
    }
}

@media screen and (max-width: 1366px) {
    .tangstik .btn-donate-now {
        margin-left: -450px;
    }

    .tangstik .causes_details_share {
        margin-left: -200px;
    }

    .tangstik .causes_details_content {
        margin-left: 220px;
    }
}

@media screen and (max-width: 1024px) {
    .tangstik .btn-donate-now {
        margin-left: -350px;
    }

    .tangstik .causes_details_share {
        display: none !important;
    }

    .tangstik .causes_details_content {
        margin-left: 120px;
    }
}

@media screen and (max-width: 768px) {
    .btn-donate-now {
        /* margin-left: -30px; */
    }

    #social-share-hehe {
        display: none;
    }

    .tangstik {
        position: fixed;
        top: -25px;
        width: 120%;
        background-color: white;
        left: 0;
        box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.15);
    }

    .tangstik .causes_details_content {
        margin-left: 10px;
    }

    .tangstik .btn-donate-now {
        margin-left: -140px;
    }

    .tangstik .causes_details_share {
        margin-left: -100px;
    }

    .donate-btn {
        width: 100%;
        padding: unset;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 425px) {
    .causes_area .box-donasi {
        padding: 0;
    }

    .berita-atas {
        margin-left: 0px;
    }

    .container-timeline img {
        max-width: 100%;
    }

    .causes_area {
        padding-bottom: 40px !important;
    }

    .container-timeline::after {
        border: 2px solid #ff9f55;
        right: -9px;
    }

    .left::after,
    .right::after {
        left: 17px;
    }

    .container-timeline::before {
        display: none;
    }

    .timeline .content {
        margin-left: -18px;
        margin-right: -20px;
    }

    .timeline p {
        padding-top: 5px !important;
    }

    .timeline {
        margin-left: -20px;
    }

    .timeline::after {
        width: 2px;
    }

    .inisiator .col-md-10 span {
        margin-top: 0;
    }

    #social-share-hehe {
        margin-top: -60px;
    }

    #share-wa-none {
        position: absolute;
    }

    #donasi-hehe {
        box-shadow: -10px 10px 25px 0px rgba(34, 34, 34, 0.15);
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .btn-donate-now {
        position: absolute;
        right: 10px;
        margin-top: 0px;
        width: 100%;
    }

    .causes_details h2 {
        margin-top: 20px;
    }

    .tangstik {
        top: unset;
        bottom: -10px;
        left: 15px;
        width: 100%;
        padding-bottom: 10px;
    }

    .tangstik .tabsnyadong {
        display: none;
    }

    .tangstik .causes_details_content {
        margin-left: -20px;
    }

    .tangstik .btn-donate-now {
        margin-left: 15px;
        max-width: 63%;
    }

    .tangstik .causes_details_share {
        margin-left: 0;
        margin-top: -30px;
    }

    .bannerku h1,
    .bannerku h2 {
        margin-left: 10px;
    }

    .bannerku h1 {
        font-size: 20px;
    }

    .bannerku h2 {
        font-size: 22px;
    }

    .bannerku .p-5 {
        padding: 15px !important;
    }

    .donate-btn {
        width: 100%;
        padding: 10px;
        font-size: 20px;
    }

    .individual-donatur img {
        float: unset;
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .inisiator {
        margin: 0px;
        margin-top: 10px;
        padding: 10px;
    }

    .inisiator img {
        margin: 0 auto;
        margin-top: 0px;
        display: block;
        max-width: 70px;
        max-height: 70px;
    }

    .causes_donate_many span {
        width: 100%;
    }

    .causes_donate_many p {
        text-align: left;
    }

    .donasinyadong {
        display: none;
    }

    .tangstik .donasinyadong {
        display: block;
    }

    .causes_details_content h2 {
        font-size: 26px;
    }

    .donaturnya p {
        margin-left: 0px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: none;
}

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 24px;
    height: 24px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}

.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}

.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}

.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 375px) {
    #share-wa-none {
        width: 30%;
        margin-right: 10px;
    }

    .tangstik .btn-donate-now {
        margin-left: 0px;
        width: 55%;
    }
}

@media screen and (max-width: 320px) {
    .nav-pills .nav-link {
        margin-left: 0;
        font-size: 12px;
    }

    #share-wa-none {
        max-width: 33%;
        width: 33%;
        margin-right: 5px;
    }

    .tangstik .btn-donate-now {
        margin-left: -10px;
        max-width: 55%;
        width: 55%;
    }
}

.f14 {
    font-size: 16px !important;
}

.notifikasi-area {
    position: fixed;
    left: 15px;
    bottom: 15px;
    height: 70px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    z-index: 999999;
    font-size: 12px;
    display: none;
}

.notifikasi-area img {
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 50%;
    max-width: 50px;
}

.notifikasi-area .teksnya {
    padding-top: 8px;
}

.notifikasi-area strong {
    color: black;
}

.notifikasi-area span {
    display: block;
    font-size: 10px;
}

/* berita selengkapnya */

.header_berita_selengkapnya {
    background-color: #17bbda;
    height: 80px;
    z-index: 2;
}

.header_berita_selengkapnya h4 {
    color: white;
    padding-left: 70px;
    padding-top: 25px;
}

.berita_selengkapnya_area {
    margin-top: -100px;
}

.berita-selengkapnya_area .berita-atas {
    margin-left: 10px;
}

@media screen and (max-width: 425px) {
    .berita_selengkapnya_area {
        /* margin-top: -40px; */
        margin-top: 0;
        padding: 5px;
        padding-left: 15px;
    }

    .header_berita_selengkapnya h4 {
        color: white;
        padding-left: 0px;
        padding-top: 25px;
    }
}

/* end berita selengkapnya */

.chat-wa-content-items {
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #cccccc;
}

.chat-wa-content-items .rapet {
    border: 2px solid white;
    margin-left: -40px;
    display: inline-block;
}

.chat-wa-content-items .rapet:first-child {
    margin-left: 0;
}

.chat-wa-content-items .chat-wa-content-header {
    background-color: green;
    padding: 10px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.chat-wa-content-items .chat-wa-content-body {
    padding: 10px;
}

.chat-wa-content-items img {
    border-radius: 50%;
    max-height: 60px;
}

.chat-wa-list {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 425px) {
    .chat-wa-content-items .chat-wa-content-header {
        border-radius: unset;
    }

    .chat-wa-content-items,
    .chat-wa-content-items .chat-wa-content-body {
        height: 100%;
    }

    .chat-wa-content {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .chat-wa-area {
        right: 0;
        background-color: "white";
    }
}

.chat-wa-list:last-child {
    border: none;
}

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

*,
h1,
h2,
h3,
h4,
h5,
h6,
.footer_area .footer_title {
    font-family: "Noto Sans JP", sans-serif;
}

.pilihan-filter a {
    margin-left: 10px;
    color: white;
}

.bg-pink {
    background-color: deeppink;
}

.bg-orange {
    background-color: sandybrown;
}

.bg-biru {
    background-color: dodgerblue;
}

.bg-maroon {
    background-color: maroon;
}
