body{
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

.berbagi-link-super-container{
    background-color: #e8e8e8;min-height:100%;position: absolute;height: auto;width: 100%;display: inline-block;
    background-color: #ffffff;
}

.berbagi-link-super-container .berbagi-link-main-container {
    min-height: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 68px;
    flex-flow: column;
    background-color: #f7f7f7;
}

.berbagi-link-super-container .campaign-container {
    width: 100%;
    max-width: 800px;
}
.btn-group-top-container {
    width: 100%;
    display: flex;
    box-shadow: 0px 2px 12px #bfb8b8;
    z-index: 5;
    background-color: #fff;
}
.btn-group-top {
    width: 100%;
    margin: auto;
    display: inline-block;
    position: relative;
    min-height: 100%;
    text-align: left;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-back {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -1px;
}
.btn-back img {
    height: 16px;
}
.btn-group-top-item {
    display: flex; align-items: center;gap: 8px;
}
.campaign-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #0A3234;
}
.fundraiser-container {
    padding: 16px 16px 12px 16px;
    background-color: #fff;
}
.fundraiser-content-container {
    width: 100%;
    border-radius: 12px;
    padding: 8px;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    gap: 12px;
}
img.fundraiser-img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 0.5px solid #D9D9D9;
    background-color: #fff;
}
.fundraiser-verify-lbl {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    margin-top: 2px;
}
.fundraiser-verify {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.fundraiser-name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #0A3234;
    display: flex;
    align-items: center
}

.campaign-container .img-campaign-container {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}

.berbagi-link-super-container .location-main-container {
    margin-top: 1rem;
    position: relative;
    display: inline-block;
}

.berbagi-link-super-container .location-container {
    padding-left: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
}

.berbagi-link-super-container .lbl-funds-needed {
    font-weight: 400;
    word-break: break-all;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #707070;
}

.berbagi-link-super-container .location-item {
    background: #707070;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0px;
}

.location-lbl {
    font-size: 13px;
    font-weight: 400;
    word-break: break-all;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #707070
}

.campaign-detail-container {
    padding-top: 16px;
    padding-bottom: 16px;
}
.campaign-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #0A3234;
    margin-bottom: 8px;
}
.line-funds-percent {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.campaign-funds-needed-and-due-date-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.campaign-funds-raised {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    color: #FAAC18;
    margin-bottom: 6px;
}
.campaign-funds-needed-lbl-1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #0A3234;
}
.campaign-funds-needed-lbl-2 {
    font-weight: 700;
}
.campaign-due_date-lbl-1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #BABABA;
    margin-bottom: 12px;
}
.campaign-due_date-lbl-2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: #0A3234;
}
/* progress */
.campaign-progress-container {
    background: #EDF6F8;
    border-radius: 12px;
}
.campaign-progress {
    display: grid;
    padding-top: 10px;
    padding-bottom: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.campaign-progress.campaign-progress-with-total-donate {
    grid-template-columns: repeat(3, 1fr);
}
.campaign-progress-item-container {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-right: 1px solid #D9D9D9;
}
.campaign-progress-item-container:last-child {
    border-right: 0px;
}
.campaign-progress-item-img {
    width: 20px;
    height: 20px;
}
.campaign-progress-item-lbl-1 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #0A3234;
}
.campaign-progress-item-lbl-2 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: #0A3234;
}
.tab-campaign-super-container {
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 12px;
}
#tab-campaign-container {
    background: #33333314;
    border-radius: 48px;
    padding: 4px;
}
.nav-campaign.active {
    color: #00ADB0;
    background: #FFFFFF;
}
.nav-campaign:hover {
    color: #00ADB0;
    background: #FFFFFF;
}
.nav-campaign {
    word-break: break-all;
    border-radius: 40px;
    padding: 6px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 11px;
    font-size: 15px;
    color: #0A3234;
    cursor: pointer;
}
.btn-donation{
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    background: #00ADB0;
    color: #fff;
    border: 2px solid #00ADB0;
    border-radius: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.btn-donation:hover {
    background-color: #fff;
    color: #00ADB0;
}
.btn-share {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #00ADB0;
    border: 2px solid #00ADB0;
    border-radius: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.btn-share:hover {
    background-color: #00ADB0;
    color: #fff;
}
.btn-share:hover svg path {
    fill: #fff;
}
.btn-share svg path {
    fill: #00ADB0;
}
.footer-berbagi-link{
    position: relative;
    text-align: center;
    width: 100%;
    bottom: 0px;
    background: #fff;
    padding-bottom: 52px;
}
.footer-content {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
}
img#footer-black {
    width: 150px;
    margin-top: 8px;
}

.campaign-content {
    color: #747474;
}

.video-super-container {
    width: 100%;
    padding: 0px 16px 12px 16px;
    background-color: #fff;
}
.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px; height: 0; overflow: hidden;
    border-radius: 12px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icon-amanah{
    width: 25px;
    height: 25px;
}

.container-total-donation,
.container-last-donation {
    height: 100%;
    color: white;
}

.lbl-total-donation, .lbl-last-donation { font-size: 10px; }

.container-total-donation{
    background-color: #FE2E2E;
    background-color: #333333;
}

.total-donation, .last-donation {
    font-size: 15px;
    font-weight: 600;
}

.container-last-donation{
    background-color: #FE9D2E;
    background-color: #333333;
}

iframe{
    width: 100%;
}

.campaign-content img{
    max-width: 100%;
}


.line-funds-percent{
    width: 100%;
    height: 8px;
    border-radius: 10px;
}

.total-donasi-absolute{
    position: absolute;
    top: 8px;
    left: 130px;
    padding: 2px 5px;
    background-color: #19A2A2;
    background-color: #333333;
    border-radius: 15px;
    color: white;
}

.total-donasi-absolute b{
    font-weight: 100;
}

.detail-image-super-container {
    width: 100%;
    padding: 0px 16px 12px 16px;
    background-color: #fff;
}
.detail-image-super-container .carousel-inner {
    border-radius: 12px;
}
.detail-content-super-container {
    width: 100%;
    padding: 0px 16px 12px 16px;
    background-color: #fff;
}
.detail-content-container {
    font-family: Roboto;
    color: #0A3234;
}
.filter-contribute-container {
    width: 100%;
    padding: 0px 16px 12px 16px;
    background-color: #fff;
}
.filter-contribute-wrapper {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filter-contribute-btn {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    padding: 6px 12px;
    border-radius: 999px;
    color: #0A3234;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-contribute-btn:hover {
    border-color: #00ADB0;
    color: #0A3234;
    background: #F5FFFF;
}
.filter-contribute-btn.active {
    border-color: #00ADB0;
    background: #00ADB0;
    color: #fff;
}
.load-more-contribute-container {
    width: 100%;
    padding: 4px 16px 16px 16px; 
    background-color: #fff;
    text-align: center;
}
.btn-load-more-contribute {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    border-radius: 999px;
    transition: all 0.3s ease;
    border: 2px solid #00ADB0;
    background: #fff;
    cursor: pointer;
    min-width: 129px;
    padding: 8px 16px;
    color: #00ADB0;
}
.btn-load-more-contribute:hover {
    background: #00ADB0;
    color: #fff;
}
.btn-group-donation-container {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    min-height: 68px;
    align-items: center;
}
.btn-group-donation {
    width: 100%;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-share > svg {
    display: inline-block; vertical-align: middle; margin-right: 8px;
    width: 24px; height: 24px;
}
.btn-group-donation .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.btn-group-donation .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.total-update-campaign {
    font-family: Roboto;
    font-weight: 700;
    border: 0.5px solid #00ADB0;
    text-align: center;
    color: #00ADB0;
    border-radius: 16px;
    position: absolute;
    top: 0px;
    right: -28px;
    font-size: 14px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-contribute-container {
    width: 100%;
    padding: 0px 16px 12px 16px;
    background-color: #fff;
}
.contribute-item-container {
    background: #EDF6F8;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 12px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.contribute-item-content-and-profile-container {
    display: flex;
    gap: 15px;
    align-items: center;
}
.contribute-item-profile-img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.name-contribute {
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    color: #0A3234;
}
.price-contribute {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #0A3234;
}
.price-contribute b {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #00ADB0;
}
.time-contribute {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #BABABA;
    text-align: right;
}
.comment-contribute {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
}


@media screen and (max-width: 2000px) {
    .berbagi-link-super-container .campaign-container {
        max-width: 540px;
    }
    .btn-back img {
        height: 12px;
    }
    .btn-group-top {
        max-width: 540px;
    }
    .campaign-name {
        font-size: 16px;
    }
    .campaign-container .img-campaign-container {
        height: 222px;
    }
    img.fundraiser-img {
        width: 36px;
        height: 36px;
    }
    .fundraiser-name {
        font-size: 12px;
    }
    .fundraiser-verify-lbl {
        font-size: 12px;
    }
    .fundraiser-verify {
        width: 16px;
        height: 16px;
    }
    .campaign-title {
        font-size: 16px;
    }
    .line-funds-percent {
        height: 6px;
    }
    .campaign-funds-raised {
        font-size: 16px;
    }
    .campaign-funds-needed-lbl-1 {
        font-size: 14px;
    }
    .campaign-due_date-lbl-1 {
        font-size: 14px;
    }
    .campaign-due_date-lbl-2 {
        font-size: 14px;
    }
    .campaign-progress-item-img {
        width: 16px;
        height: 16px;
    }
    .campaign-progress-item-lbl-1 {
        font-size: 12px;
    }
    .campaign-progress-item-lbl-2 {
        font-size: 11px;
    }
    .nav-campaign {
        font-size: 11px;
    }
    .footer-content {
        font-size: 12px;
    }
    img#footer-black {
        width: 100px;
    }
    .btn-group-donation {
        max-width: 540px;
    }
    .btn-donation{
        font-size: 16px;
    }
    .btn-share{
        font-size: 16px;
    }
    .btn-share svg {
        width: 20px;
        height: 20px;
    }
    .total-update-campaign {
        font-size: 10px;
        width: 18px;
        height: 18px;
        top: 0px;
        right: -24px;
    }
    .filter-contribute-btn {
        font-size: 12px;
    }
    .btn-load-more-contribute {
        font-size: 12px;
    }
    .contribute-item-profile-img {
        width: 26px;
        height: 26px;
    }
    .name-contribute {
        font-size: 12px;
    }
    .price-contribute {
        font-size: 12px;
    }
    .price-contribute b {
        font-size: 12px;
    }
    .time-contribute {
        font-size: 12px;
    }
    .comment-contribute {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .btn-group-donation {
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-group-top-item {
        padding-left: 16px;
        padding-right: 16px;
    }
    .btn-share {
        padding-left: 6px;
        padding-right: 6px;
    }
    .btn-share > svg {
        margin-right: 2px;
    }
}

@media screen and (max-width: 450px) {
    .name-contribute {
        font-size: 16px;
    }

    .price-contribute {
        font-size: 11px;
    }

    .time-contribute {
        font-size: 10px;
    }

    .comment-contribute {
        font-size: 11px;
    }
}

@media screen and (min-width: 768px) {
    .lbl-total-donation, .lbl-last-donation { font-size: 13px; }
    .total-donation, .last-donation { font-size: 20px; }
}

@media screen and (max-width: 768px) {
    .total-donasi-absolute { display: none; }
}