
.box-video {
    margin-bottom: 20px;
}
.box-video,
.box-video > iframe {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}
.btn-detail {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
.detail-cicilan {
    background-color: var(--background-banner-color-tranparent);
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 10px;
}
.detail-cicilan > label {
    font-size: 14px;
    margin: 0;
}
.label-belum-ada-info-terbaru {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin: 20px 0;
}
.cicilan {
    background-color: #339274;
    color: #FFF;
    font-size: 10px;
    padding: 0px 10px;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
    float: right;
    margin-top: 6px;
}
.title-fitur-cicilan {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.share-data {
    color: #d6d6d6;
}

.not-active .icon-class {
    color: #999999;
    cursor: no-drop;
}

.hidden-text-sub {
    visibility: hidden;
    margin-top: 25px;
}

.hidden-text-judul {
    visibility: hidden;
}

.show-text {
    visibility: visible;
}

.icon-class {
    color:var(--text-color);
    font-size: 30px;
    cursor: pointer;
}

.btn-byr-donasi {
    background-color: var(--button-color);
    padding: 5px 50px;
    color: var(--main-text-color) !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.icons-social-media {
    display: flex;
    margin: 20px 0;
}

.box-share > a {
    padding: 0;
    width: calc(50% - 2px);
    display: inline-block;
}
.box-share > a > div {
    color: #FFFFFF;
    text-align: left;
    border-radius: 2px;
    cursor: pointer;
}
.box-share > a > div > i {
    width: 40px;
    text-align: center;
    height: 40px;
    padding-top: 12px;
}
.box-share > a > .share-facebook {
    background-color: #3b5998;
}
.box-share > a > .share-facebook > i {
    border-right: #1B3771 1px solid;
}
.box-share > a > .share-twitter {
    background-color: #55acee;
}
.box-share > a > .share-twitter > i {
    border-right: #2983C7 1px solid;
}
#shareWhatsapp {
    width: 100%;
    margin-top: 10px;
}
#shareWhatsapp > .share-whatsapp {
    background-color: #23A215;
    text-align: center;
}
#shareWhatsapp > .share-whatsapp > i {
    width: auto;
    margin-right: 5px;
}
#shareWhatsapp > .share-whatsapp > label {
    width: auto;
}
.box-share > a > div > label {
    width: calc(100% - 45px);
    text-align: center;
    cursor: pointer;
}
.program-group {
    display: block;
    color: #999;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}
.ket-nilai {
    margin-top: 0px;
    margin-bottom: -15px;
    text-align: right;
}
.ket-nilai > .nilai {
    font-size: 19px;
    font-weight: 600;
    color: var(--button-color);
}
.ket-nilai > .ket {
    font-size: 12px;
    color: #999;
}
.ket-nilai > .nilai-potongan {
    display: block;
    margin: -10px 0 -5px;
}
.ket-nilai > .nilai-potongan > i {
    color: red;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
.ket-nilai > .nilai-potongan > span {
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-decoration: line-through;
}
/*Kegiatan*/

.kegiatan-program-details {
    width: 100%;
    display: flex;
    margin-bottom: 33px;
}

.kegiatan-program-content, .kegiatan-program-img {
    padding-left: 0px;
    padding-right: 0px;
}

div.kegiatan-program-details > div.kegiatan-program-content, div.kegiatan-program-details > div.kegiatan-program-img {
    height: 270px;
}

div.kegiatan-program-content {
    border: 1px solid #efefef;
    padding: 10px;
}

div.kegiatan-program-img div.content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

div.kegiatan-program-img div.content > div.title {
    padding: 15px 15px;
}

div.kegiatan-program-img div.content > div.title > div.detail-program-date{
    display: flex;
    color: white;
    font-weight: bold;
}

div.kegiatan-program-img div.content > div.title > div.detail-program-location > span.location {
    text-transform: capitalize;
}

div.kegiatan-program-img div.content > div.title > div.detail-program-location{
    display: flex;
    color: white;
    font-weight: bold;
    right: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 55px 10px 10px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.8) 60%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );

}

/*.hr-class-detail-kegiatan {*/
/*margin-bottom: 30px;*/
/*}*/

div.kegiatan-program-details > div.kegiatan-program-content > div.detail-program-right {
    margin-bottom: 10px;
}

div.kegiatan-program-details > div.kegiatan-program-content > div.detail-program-right > label {
    color: var(--text-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0px;
}

div.kegiatan-program-details > div.kegiatan-program-content > div.detail-program-right > span {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

div.kegiatan-program-details > div.kegiatan-program-content > div.deskripsi-kegiatan {
    height: 12em;
    overflow-y: hidden;
    word-break: break-word;
}

div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-caption {
    width: 100%;
    display: inline-block;
    text-align: right;
    height: 10px;
}
div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-caption > label {
    font-size: 14px;
}
div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-value {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 5px;
}
div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-value > .program-donasi {
    display: block;
    color: var(--text-color);
    font-size: 22px;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 5px;
}
div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-value > #label-target {
    font-size: 14px;
}
div.info-detail-program > div.box > div.dana > .box-program-nominal > .box-program-nominal-value > .program-percent {
    display: inline-block;
    font-size: 14px;
}

div.info-detail-program > div.box > div.dana > .box-program-percent > div {
    background-color: var(--diagram-color);
    height: 10px;
    border-radius: 3px;
}

div.info-detail-program > div.box > div.dana > .box-program-percent > div > div {
    background-color: var(--button-color);
    height: 10px;
    border-radius: 3px;
}

div.kegiatan-program-details > div.kegiatan-program-img > div.content {
    height: 100%;
}

div.kegiatan-program-details > div.kegiatan-program-img > div.content > img {
    width: 265px;
    height: 100%;
}

div.kegiatan-program-details > div.kegiatan-program-img {
    max-width: 264px;
}

#table_list_kegiatan_filter,
#table_list_kegiatan_length,
#table_list_kegiatan_info{
    display: none;
}

#table_list_kegiatan {
    width: 100% !important;
    border-bottom: none !important;
}

#table_list_kegiatan > tbody {
    padding-left: 75px;
}

#table_list_kegiatan > thead {
    display: none;
}

#table_list_kegiatan td {
    border: none;
}

/*Detail Program*/

/*Top Banner Detail Detail Program*/

section.top-banner-detail-program {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 400px;*/
    /*display: table;*/
}
section.top-banner-detail-program > div {
    /*display: table-cell;*/
    width: 100%;
    text-align: center;
}
section.top-banner-detail-program > div > h2{
    margin-bottom: 0;
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
    font-weight: 800;
    color: #d8752f;
}
section.top-banner-detail-program > div > label {
    text-align: center;
    width: 100%;
    font-size: 24px;
    padding-bottom: 50px;
}

section.top-banner-detail-program > div.program > div.detail-program > div.info-detail-program {
    background: white;
    padding: 10px;
    box-shadow: 5px 5px 10px #EEE;
    border-radius: 5px;
}

section.top-banner-detail-program > div.program > div.detail-program > div.img-detail-program > img.user-profile {
    width: 100%;
    position: relative;
}
section.top-banner-detail-program div.box > div.description > a , section.top-banner-detail-program div.box > div.description > label.title-detail {
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
}
section.top-banner-detail-program div.box > div.description > label.title-detail {
    width: 100%;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: var(--button-color);
    /*height: 48px;*/
    /*overflow-wrap: break-word;*/
    /*margin-bottom: 5px;*/
    /*word-break: break-word;*/
    /*white-space: pre-wrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
}
section.top-banner-detail-program div.box > div.description > a:hover {
    text-decoration: none;
}
section.top-banner-detail-program div.box > div.description > p {
    margin-top: -5px;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 14px;
}

section.top-banner-detail-program div.box > div.description-box {
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    text-align: left;
}
section.top-banner-detail-program div.box > div.description-box > div.profil-penggagas > span.user-caption {
    font-size: 16px;
    color: #65656538;
}
section.top-banner-detail-program div.box > div.description-box > div.profil-penggagas > label.user-name {
    margin-top: 5px;
}
section.top-banner-detail-program div.box > div.description-box > div.profil-penggagas > img.user-profile {
    position: relative;
    bottom: 5px;
    right: 18px;
    width: 55px;
}

section.top-banner-detail-program div.box > div.program {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
section.top-banner-detail-program div.box > div.program > div.detil > span {
    width: calc(50% - 2px);
    text-align: center;
    margin: 0;
    display: inline-block;
}
section.top-banner-detail-program div.box > div.program > div.detil > span.caption {
    font-size: 14px;
    margin-bottom: 0px;
    color: #65656538;
}
section.top-banner-detail-program div.box > div.program > div.detil > span.value {
    color: var(--text-color);
    font-size: 16px;
}
section.program-detail-content .program-detail > .detail > label.value.keterangan {
    font-size: 12px;
    font-style: italic;
}

section.top-banner-detail-program div.box > div.banner > span {
    padding: 0px 10px;
    color: var(--text-color);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}
section.top-banner-detail-program div.title > div.deskripsi-program {
    text-align: left;
    padding-left: 265px;
    padding-right: 265px;
}

section.top-banner-detail-program div.box > div.description {
    background-color: var(--main-background-color);
    padding: 10px 10px 0;
    text-align: left;
}
section.top-banner-detail-program div.box > div.dana {
    background-color: var(--main-background-color);
    padding: 10px;
}
section.top-banner-detail-program div.box > div.dana > div.persentase {
    border-top: var(--caption-light-color);
    padding-top: 15px;
    margin-bottom: 10px;
    text-align: right;
}
section.top-banner-detail-program div.box > div.dana > div.persentase > span.caption {
    font-size: 14px;
}
section.top-banner-detail-program div.box > div.dana > div.persentase > span.value {
    margin-top: 2px;
    font-weight: 700;
}
section.top-banner-detail-program div.box > div.dana > div.persentase > span.nominal {
    display: block;
    text-align: right;
    clear: both;
    color: #999999;
    font-weight: 500;
    font-size: 14px;
}
section.top-banner-detail-program div.box > div.dana > div.diagram {
    background-color: var(--diagram-color);
    border-radius: 10px;
    height: 15px;
}
section.top-banner-detail-program div.box > div.dana > div.diagram > div.in {
    background-color: var(--button-color);
    width: 80%;
    height: 15px;
    border-radius: 10px;
}
section.top-banner-detail-program div.box > div.dana > div.detil {
    margin-top: 20px;
}
section.top-banner-detail-program div.box > div.dana > div.detil > span {
    width: calc(50% - 2px);
    text-align: center;
    margin: 0;
    display: inline-block;
}
section.top-banner-detail-program div.box > div.dana > div.detil > span.caption {
    font-size: 14px;
    margin-bottom: 0px;
}
section.top-banner-detail-program div.box > div.dana > div.detil > span.value {
    color: var(--text-color);
    font-size: 16px;
}

section.top-banner-detail-program div.program > div.detail-program > div.info-detail-program > div.box > div.dana > div.persentase > span.caption {
    float: left;
}

section.program-detail-content div.fundraiser > div.box > p {
    text-align: center;
    color: #666666;
    line-height: 18px;
    font-size: 14px;
}

section.program-detail-content div.fundraiser > div.box {
    text-align: center;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
}

section.program-detail-content div.fundraiser > div.box > button {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    border-radius: 20px;
    padding-left: 35px;
    padding-right: 35px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 10px;
}

section.program-detail-content .program-detail {
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: var(--background-banner-color-tranparent) thin solid;
    margin-left: 0px;
    width: 100%;
}

section.program-detail-content .program-detail > .detail {
    margin-bottom: 5px;
    align-content: start;
    margin-top: 15px;
}
section.program-detail-content .program-detail > .detail > label.caption {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
section.program-detail-content .program-detail > .detail > label.value {
    white-space: pre-line;
    color: var(--button-color);
    font-weight: 600;
    font-size: 16px;
    align-items: start;
    text-align: left;
    line-height: 16px;
}
section.program-detail-content .program-detail > .detail > label.value > img.logo-pihak-pengelola {
    margin-top: -10px;
    margin-bottom: 10px;
    height: 25px;
}

section.program-detail-content .program-detail > .detail.box-nilai-wakaf {

}

section.program-detail-content .program-detail > .detail.box-nilai-wakaf > label.caption {
    color: #666;
    font-weight: 400;
}

section.program-detail-content .program-detail > .detail.box-nilai-wakaf > label.value {
    color: #666;
    font-weight: 400;
}

section.program-detail-content {
    padding: 30px 10%;
}
section.program-detail-content div.box {
    padding: 20px;
}
section.program-detail-content div.box > div.description {
    background-color: rgb(249, 249, 249);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    text-align: center;
}
section.program-detail-content div.box > div.description > a {
    color: var(--text-color);
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}
section.program-detail-content div.box > div.description > a:hover {
    text-decoration: none;
}
section.program-detail-content div.box > div.description > p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
}
section.program-detail-content div.box > div.hewan {
    background-color: rgb(249, 249, 249);
    padding: 20px;
}
section.program-detail-content div.box > div.hewan > div.detil > span {
    width: calc(50% - 2px);
    text-align: center;
    margin: 0;
    display: inline-block;
}
section.program-detail-content div.box > div.hewan > div.detil > span.caption {
    font-size: 14px;
    margin-bottom: 0px;
    color: #65656538;
}
section.program-detail-content div.box > div.hewan > div.detil > span.value {
    color: var(--text-color);
    font-size: 16px;
}
section.program-detail-content div.box > div.description-box {
    background-color: rgb(249, 249, 249);
    padding-left: 36px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
}
section.program-detail-content div.box > div.description-box > div.profil-penggagas > span.user-caption {
    font-size: 16px;
    color: #65656538;
}
section.program-detail-content div.box > div.description-box > div.profil-penggagas > label.user-name {
    margin-top: 5px;
}
section.program-detail-content div.box > div.description-box > div.profil-penggagas > img.user-profile {
    position: relative;
    bottom: 20px;
}
section.program-detail-content label.title-detail {
    color: var(--text-color);
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}

section.program-detail-content div.foto {
    text-align: center;
    margin-bottom: 40px;
}

section.program-detail-content div.bantu-donasi {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

section.program-detail-content div.foto > span {
    color: #d6d6d6;
}

section.program-detail-content div.box-button-fundraiser {
    margin: 10px 0 15px;
}

section.program-detail-content div.box-button-fundraiser button {
    background-color: #1B3771;
    color: #FFF;
    padding: 10px 0;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

section.program-detail-content img.foto {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}

.detail-program {
    display: flex;
    margin: 0 calc(10% + 30px) 0 10%;
    padding-bottom: 20px;
    padding-top: 35px;
}

.box-social-media > p {
    font-size: 14px;
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
}

.top-banner-detail-program button.slick-arrow {
    top: auto;
    bottom: 40px;
    background-color: rgba(0,0,0,0) !important;
}

.slider {
    width: 650px;
    margin: 0 auto;
}

.slide {
    position: relative;
}

.lokasi_donasi {
    margin-right: 10px;
}

.btn-bantu-donasi {
    background-color: var(--button-color);
    padding: 5px 50px;
    color: var(--main-text-color);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}

.col-laporkan {
    color: red;
    font-weight: bold;
}

.laporkan {
    text-align: left;
    border: 1px solid #eeeeee;
    margin-top: 40px;
    background-color: rgb(249, 249, 249);
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    color: #d6d6d6;
}

.slider-foto {
    width: 100%;
    height: 396px;
}

div.top-banner-program {
    /*width: 100%;*/
    /*max-width: 100%;*/
    height: 397px;
    padding: 0;
    margin-right: 30px;
}
div.top-banner-program div.content {
    height: 397px;
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    background-size: cover;
    position: relative;
    padding-top: 5px;
}

div.top-banner-program div.content > img.banner-img-program-detail {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 5px;
}

div.top-banner-program div.content > div.title > div.detail-program-text{
    display: flex;
    color: white;
}

div.top-banner-program div.content > div.box-daerah {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 3px 10px 6px;
    background-color: rgba(0,0,0,0.6);
}
div.top-banner-program div.content > div.box-daerah > img {
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}
div.top-banner-program div.content > div.box-daerah > span {
    color: var(--main-background-color);
    font-size: 14px;
    width: fit-content;
    text-transform: capitalize;
    vertical-align: bottom;
}

div.top-banner-program div.content > div.title {
    word-break: break-word;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8323704481792717) 25%, rgba(255,255,255,0) 100%);
}
div.top-banner-program div.content > div.title > h2 {
    padding: 10px 60px 0px 60px;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin: 0;
    /*margin-bottom: -20px;*/
    /*margin-top: 0;*/
    color: #FFF;
    text-align: left;
}

div.top-banner-program div.content > div.title > h3 {
    padding: 0px 60px 10px 60px;
    font-size: 16px;
    width: fit-content;
    margin-bottom: 55px;
    color: #FFF;
    text-align: left;
}

/*tab detail program */

section.tab-details {
    margin: 15px 0 0 0px;
}

section.tab-details > div.content-box  {
    width: 100%;
    padding: 0;
    margin: 0;
}

section.tab-details > div.content-box > div.tab-content {
    padding-top: 15px;
}
section.tab-details > div.content-box > ul.nav-tabs > li.nav-item > a.nav-link {
    color: var(--text-color);
    font-weight: 300;
}
section.tab-details > div.content-box > ul.nav-tabs > li.nav-item > a.nav-link:hover {
    border: var(--main-background-color) thin solid;
    color: var(--text-color);
}
section.tab-details > div.content-box > ul.nav-tabs > li.nav-item > a.nav-link.active {
    border: none;
    color: var(--button-color);
    font-weight: 600;
    border-bottom: var(--button-color) 4px solid;
}
section.tab-details > div.content-box > ul.nav-tabs > li.nav-item > a.nav-link > .counter {
    color: var(--button-color);
    font-weight: 800;
    font-size: 14px;
    vertical-align: top;
    margin-top: -5px;
    margin-bottom: 0px;
    margin-left: -2px;
}
section.tab-details > div.content-box > div.tab-content > div.tab-pane > h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

section.tab-details > div.content-box > ul.nav-tabs > li.nav-item {
    width: 25%;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
}

/*donatur tab */

.list-donatur-program-detail {
    width: 100%;
    border-collapse: separate;
    border-spacing: 35px 15px;
    border: 1px solid #eeeeee;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.donatur-box {
    display: flex;
    border: 1px solid #eeeeee;
    padding: 5px;
    border-radius: 5px;
    background-color: #EEE;
}

div.donatur-box > div.donatur-img {
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
}

div.donatur-box > div.donatur-details {
    vertical-align: middle;
    line-height: 30px;
    width: 100%;
}
#table_list_fundraiser div.donatur-box > div.donatur-details {
    max-width: 410px;
}

div.donatur-box > div.donatur-img > i {
    font-size: 45px;
    margin-left: 10px;
    margin-top: 10px;
}

div.donatur-box > div.donatur-details > div.donatur-date {
    font-size: 10px;
    margin-bottom: -10px;
    margin-top: 5px;
}
div.donatur-box > div.donatur-details > div.donatur-date > label {
    margin-bottom: 0;
    display: block;
    height: 30px;
}
div.donatur-box > div.donatur-details > div.donatur-date > label > span.sumber-penerimaan-lain {
    background-color: var(--button-color);
    color: #FFF;
    padding: 1px 7px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 5px;
    letter-spacing: 1px;
}

div.donatur-box > div.donatur-details > div.donatur-pesan {
    font-size: 12px;
    font-style: italic;
    margin-top: -5px;
    margin-bottom: 15px;
    margin-right: 10px;
    display: block;
    line-height: 14px;
    text-align: justify;
    word-break: break-word;
}
div.donatur-box > div.donatur-details > div.donatur-pesan > span.balasan-doa {
    display: block;
    background-color: #FFF;
    color: #000;
    font-weight: 600;
    width: max-content;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0 -5px;
}

div.donatur-box > div.donatur-details > div.donatur-cash {
    height: 25px;
}

div.donatur-box > div.donatur-details > div.donatur-cash > label {
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 18px;
}

div.donatur-box > div.donatur-details > div.donatur-cash > a > label {
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 16px;
    color: #0c0c0c;
    cursor: pointer;
    display: -webkit-box;
    text-align: left;
    height: 30px;
    word-break: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 0px;
    margin-bottom: -5px;
}

.detail-value-laporan img {
    width: 100%;
    height: auto;
}

div.donatur-box > div.donatur-details > div.donatur-name {
    word-break: break-word;
    margin-top: 0px;
}

div.donatur-box > div.donatur-details > div.donatur-name > label {
    color: #0c85d0;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    font-size: 14px;
}

#table_list_donatur_filter,
#table_list_donatur_length,
#table_list_donatur_info,
#table_list_fundraiser_filter,
#table_list_fundraiser_length,
#table_list_fundraiser_info{
    display: none;
}

#table_list_donatur,
#table_list_fundraiser {
    width: 100% !important;
    border-bottom: none !important;
}

#table_list_donatur > thead,
#table_list_fundraiser > thead {
    display: none;
}

#table_list_donatur > #sortable3 > tr,
#table_list_fundraiser > #sortable3 > tr {
    background-color: unset !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#table_list_donatur td,
#table_list_fundraiser td {
    border: none;
    width: calc(100% - 20px);
    display: block;
    padding: 0;
}

.nominalWeb{
    display: block;
}

.nominalMobile {
    display: none;
}

/*custom style pagination menu program user*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    font-weight: bold;
    border-style: solid !important;
    border-width: 0px 0px 3px 0px !important;
    padding-left: 7px !important;
    padding-right: 8px !important;
    padding-bottom: 5px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: var(--text-color) !important;
    border-color: var(--text-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: rgba(16, 16, 16, 0.28) !important;
    border-color: rgba(16, 16, 16, 0.28) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.last{
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    float: none !important;
}

.dataTables_empty {
    text-align: center;
}

.program-deskripsiSingkat, #boxDetail {
    text-align: justify;
    word-break: break-word;
}
#boxDetail .box-deskripsi img {
    width: 100% !important;
    height: auto !important;
}
#boxDetail > h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 35px;
    color: #000;
    display: flex;
    text-transform: uppercase;
    border-left: var(--background-button-color-tranparent) 10px solid;
    padding-left: 10px;
    height: 28px;
    align-items: center;
}
#boxDetail > h2:first-child {
    margin-top: 10px;
}

.tbody-program {
    width: 100%;
    display: inline-block;
    margin-left: 0 !important;
}

.box-donasi-bottom {
    display: none;
}

.program-not-active {
    text-transform: uppercase;
    font-size: 16px;
    color: #999;
    width: 100%;
    padding: 2px 30px 4px;
    line-height: 18px;
}

.hr-class {
    margin-bottom: 25px;
}

/*Pagination list donatur*/

.box-paging-table,
.box-paging-table-fund{
    width: 100%;
    padding-top: 15px;
}
.box-paging-table > .btn-paging,
.box-paging-table-fund > .btn-paging {
    color: #008CC1;
    font-size: 12px;
    padding: 2px 10px;
    border: #DDD thin solid;
    border-radius: 5px;
    cursor: pointer;
    min-width: 35px;
    margin: 0 5px;
    text-align: center;
}
.box-paging-table > .btn-paging.disabled,
.box-paging-table-fund > .btn-paging.disabled{
    color: #666666;
    cursor: no-drop;
    background-color: #EEEEEE;
}

.count-paging {
    float: right;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
    margin-bottom: 5px;
}

.detil-dana-tooltip {
    position: relative;
}

.detil-dana-tooltip > i {
    vertical-align: top;
    display: block;
    font-size: 12px;
    position: absolute;
    top: -12px;
    color: #999;
    left: -4px;
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    /*transform: translate3d(170px, 34px, 0px) !important;*/
    margin-left: -165px;
    padding-bottom: 2px;
    border-radius: 10px;
    margin-top: 7px;
    box-shadow: 1px 1px 10px 0px #999999;
}

#dropdown-menu-program {
    margin-top: 10px;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 153px;
    width: 0;
    height: 0;
    position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}
.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -23px;
    border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -23px;
    border-bottom-color: rgba(0,0,0,.15);
}

div.box-program-nominal-value > label > div.dropdown-menu > ul > li{
    list-style: none;
    font-size: 13px;
    line-height: 15px;
}

div.box-program-nominal-value > label > div.dropdown-menu > ul > li > label{
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    font-size: 12px;
}

div.box-program-nominal-value > label > div.dropdown-menu > ul > li > label.title{
    margin-right: 15px;
}

div.box-program-nominal-value > label > div.dropdown-menu > ul > li > label.value{
    float: right;
}

div.box-program-nominal-value > label > div.dropdown-menu > ul {
    padding: 0 10px;
    margin-bottom: 0px;
}

#boxDonatur > h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
}
#boxDonatur > div.box-donatur-penerimaan-lain {
    display: block;
    width: 100%;
    background-color: #EEE;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#boxDonatur > div.box-donatur-penerimaan-lain > div.donatur-penerimaan-lain {

}
#boxDonatur > div.box-donatur-penerimaan-lain > div.donatur-penerimaan-lain > label {
    margin-bottom: 0;
    margin: 5px 0;
    font-size: 14px;
    display: inline-block;
}
#boxDonatur > div.box-donatur-penerimaan-lain > div.donatur-penerimaan-lain > label.caption {
    width: 50%;
    max-width: 200px;
    font-weight: 600;
}
#boxDonatur > div.box-donatur-penerimaan-lain > div.donatur-penerimaan-lain > label.donasi {
    width: 200px;
}
#boxDonatur > div.box-donatur-penerimaan-lain > div.donatur-penerimaan-lain > label.donatur {
    width: 200px;
}

img.img-responsive,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > img,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > p > img,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > strong > img,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.accordion__body > img,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.accordion__body > p > img{
    width: 100%;
    height: 100%;
}

#tampilkanLainnya {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    color: #008CC1;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#tampilkanLainnya * {
    cursor: pointer;
}
#tampilkanLainnya > i {
    margin: 0 10px;
}

/*-----------*/

#info_terbaru_page .card-body {
    padding: 0px;
}

#info_terbaru_page .card-body > hr {
    border: none;
    height: 2px;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

#info_terbaru_page .card-body > div > h3 {
    color: #ffaf00;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}

#info_terbaru_page .card-body > div > div > img {
    height: 320px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#info_terbaru_page .card-body > div > div.col-md-5,
#info_terbaru_page .card-body > div > div.col-md-7{
    padding-right: 40px;
}


#info_terbaru_page .card-body > div > div > label#judulProgram {
    font-size: 15px;
    color: #00aeef;
    font-weight: 600;
    text-transform: uppercase;
}

#info_terbaru_page .card-body > div > div > div > div > .text-o-total {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
}

#info_terbaru_page .card-body > div > div > div > div > span#cfd{
    font-size: 12px;
    color: #00aeef;
    font-weight: 500;
}

#info_terbaru_page .card-body > div > div > div > div > label.value-o-cfd {
    color: #00aeef;
    font-weight: 500;
    font-size: 13px;
}

#info_terbaru_page .card-body > div > div > div > div > label#total-value,
#info_terbaru_page .card-body > div > div > div > div > label.value-o-total{
    font-size: 14px;
    font-weight: 600;
    float: right;
}

#info_terbaru_page .card-body > div > div > div > div > span.text-o,
#info_terbaru_page .card-body > div > div > div > div > label.value-o{
    font-size: 14px;
    font-weight: 600;
}

#info_terbaru_page .card-body > div > div > div > hr {
    margin-bottom: 5px;
    margin-top: 15px;
    border: none;
    height: 2px;
    width: 100%;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

#info_terbaru_page .card-body > div > div > div.detail-value{
    margin-bottom: -10px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > span.text-judul{
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #464646b8
}

div.detail-value > div > span.title-date {
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
    color: #a29e9e;
    font-size: 11px;
    font-style: italic;
}

#info_terbaru_page .card-body > div > div > div.rencana-dana,
#info_terbaru_page .card-body > div > div > div.jumlah-donatur{
    margin-top: 15px;
}

#info_terbaru_page .card-body > div > div > div.rencana-dana > div {
    line-height: 18px;
}

#info_terbaru_page .card-body > div > div > div.detail-title > div > span.title-date {
    display: block;
    font-style: italic;
    font-size: 10px;
    color: #c7c7c7;
    position: relative;
    top: -3px;
}

#info_terbaru_page .card-body > div > div > div > div:nth-child(2) {
    text-align: right;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap {
    width: 100%;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div:nth-child(1) {
    text-align: left;
    padding-right: 0px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div:nth-child(1) > span.text-judul {
    margin-top: -3px;
    font-size: 16px;
    font-weight: 600;
    color: #464646b8;
    display: block;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div:nth-child(2) {
    text-align: right;
    padding-right: 0px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > div {
    display: flex;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > div,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > div > div{
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > p {
    text-align: justify;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > div > div:nth-child(2) > p {
    margin-bottom: 0px;
    text-align: justify;
    font-style: italic;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan > div > div:nth-child(1) > label{
    font-weight: 600;
    margin-bottom: 0px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(3),
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(2) > p{
    text-align: justify;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > label.title-date {
    position: relative;
    font-style: italic;
    font-size: 10px;
    margin-bottom: 0px;
    color: #c7c7c7;
    top: -5px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div:nth-child(1) {
    padding-left: 0px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div:nth-child(2) > label {
    color: #a29e9e;
    font-weight: 600;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(1) {
    margin-bottom: -5px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(1) > div:nth-child(2) > i {
    margin-right: 3px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(1) > div:nth-child(2) > i,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(1) > div:nth-child(2) > span{
    font-size: 14px;
    color: #a29e9e;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(2),
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div:nth-child(3) {
    text-align: left;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap .box-video {
    margin: 10px 0px 20px 15px;
    width: calc(100% - 15px);
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value-laporan {
    text-align: left;
    word-break: break-word;
}

#info_terbaru_page .card-body > div > div > div > div:nth-child(2) > label.value-o,
#info_terbaru_page .card-body > div > div > div > div > label.value-o-rencana{
    color: #a29e9e;
}

#info_terbaru_page .card-body > div > div > div > div > label.value-o-rencana {
    font-size: 13px;
    font-style: italic;
}

#info_terbaru_page .card-body > div.div-one > div.col-md-5 > label {
    color: #00aeef;
    font-weight: 500;
}

#info_terbaru_page .card-body > div.div-one > div.div-left > div,
#info_terbaru_page .card-body > div.div-one > div > div > div {
    padding-left: 0px;
}

#info_terbaru_page .card-body > div.div-one > div > div > div {
    padding-right: 0px;
}

#info_terbaru_page .card-body > div.div-one > div > div {
    padding-left: 0px;
    padding-right: 0px;
}

#info_terbaru_page .card-body > div.div-one > div > div .box-video {
    margin: 10px 0 20px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap {
    font-size: 13px;
    margin-top: 15px;
    padding: 0px 15px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-o {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #00aeef;
    font-weight: 600;
    text-transform: uppercase;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.value-o {
    font-size: 14px;
    color: #00aeef;
    font-weight: 600;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-o > label {
    margin-bottom: 0px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-lokasi {
    float: right;
    padding-top: 3px;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-lokasi > i,
#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-lokasi > span {
    font-size: 12px;
    color: #a29e9e;
}

#info_terbaru_page .card-body > div.div-one > div.div-tahap > div.step > div.content-tahap > div.detail-value > div > label.text-lokasi > i {
    margin-right: 3px;
}


#info_terbaru_page .card-body > div > div > div.detail-title > div > label.title {
    margin-bottom: 0px;
    font-size: 16px;
    color: #00aeef;
    font-weight: 600;
    text-transform: uppercase;
}

div.penggunaan_sisa_dana {
    margin-top: 30px;
}

#table_list_laporan thead {
    border-top: 3px solid #00aeef;
    border-bottom: 2px solid #dedede;
}

#table_list_laporan > thead > tr > th{
    text-align: center;
}

#table_list_laporan > thead > tr > th:nth-child(4) {
    text-align: right;
}

#table_list_laporan tbody > tr > td {
    border: none;
    white-space: unset !important;
}

#table_list_laporan tfoot {
    border-top: 2px solid #dedede;
    border-bottom: 3px solid #00aeef;
}

#table_list_laporan tfoot > tr > th {
    border-left: none;
    border-right: none;
    font-weight: 500;
}

.text_up {
    font-size: 13px;
    color: #00aeef;
    font-weight: 600;
    padding-right: 40px;
}

.text_down {
    font-size: 22px;
    font-weight: 600;
    color: dimgrey;
}

#table_list_laporan_filter, #table_list_laporan_length{
    display: none;
}

#table_list_laporan_info {
    float: right;
}

.tgl-laporan-width {
    width: 180px;
}

.desc-laporan-width {
    /*max-width: 300px;*/
    white-space: pre-line !important;
    border-bottom: 1px solid #f2f2f2;
    word-break: break-word;
    width: 1000px;
}

.penerima-laporan-width {
    width: 500px;
    white-space: pre-line !important;
    border-bottom: 1px solid #f2f2f2;
    word-break: break-word;
}

.jumlah-laporan-width {
    width: 200px;
}

.hidden {
    display: none;
}

div.box-button {
    margin-bottom: 0;
    margin-top: 25px;
}
div.box-button > button {
    font-size: 13px;
    float: right;
    padding: 10px 30px;
    color: #333;
    font-weight: 600;
}

.img-laporan , .img-kegiatan {
    width: 100%;
    /*height: 250px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

.infoterbaru-mobile {
    display: none;
}

.infoterbaru-web {
    display: block;
}

/*read more*/

a.read-more-mobile {
    display: none;
}

/*Stepper*/

.step {

    padding: 10px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    background-color: cream;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}

/* regular step */
.step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    visibility: visible;
    border-color: #E65251;
}

.step .line {
    top: 24px;
    left: 10px;
    height: 100%;
    position: absolute;
    border-left: 5px solid #e6e2e2;
}

.step.active .circle {
    visibility: visible;
    border-color: #51d8b3;
}

.step.active .line {
    border-left: 5px solid #e6e2e2;
}

.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1; /* behind the circle to completely hide */
}

/*CSS LAYOUT*/
.detail-yatim,.sosmed-share-yatim,.header-yatim{
    display: none;
}

#modalGenerateProgram {
    z-index: 99999;
}
#modalGenerateProgram > .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
    max-width: 700px;
    flex-wrap: wrap;
}
#modalGenerateProgram > .modal-dialog > .modal-content {
    border-radius: 20%;
    box-shadow: 0px 10px 20px -10px #000;
}
#modalGenerateProgram > .modal-dialog > .modal-content > .modal-body > button.close {
    position: absolute;
    right: -10px;
    top: -30px;
    font-size: 50px;
}
#modalGenerateProgram > .modal-dialog > .modal-content > .modal-body {
    background-color: #1B3771;
    border-radius: 10px;
    padding: 25px 50px;
}
#modalGenerateProgram .modal-body > label {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFF;
}
#modalGenerateProgram .btn {
    width: 100%;
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: pointer;
}
#modalGenerateProgram .powered-paybill {
    text-align: center;
}
#modalGenerateProgram .powered-paybill > label {
    font-size: 12px;
    margin-bottom: 0;
}
#modalGenerateProgram .powered-paybill > img {
    height: 14px;
    vertical-align: middle;
}
#modalGenerateProgram .box-fundraiser-referral .caption-1 {
    text-align: center;
    padding: 10px 15px 20px;
    color: #FFF;
}
#modalGenerateProgram .box-fundraiser-referral .box-input {

}
#modalGenerateProgram .box-fundraiser-referral .box-input input {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    border: none;
}
#modalGenerateProgram .box-fundraiser-referral .box-input.has-danger input {
    border: red thin solid;
    background-color: #fab6b6;
    color: red;
}
#modalGenerateProgram .box-fundraiser-referral .box-input.has-danger > label.ket {
    color: red;
}
#modalGenerateProgram .box-fundraiser-referral .box-input > label.ket {
    color: #FFF;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: right;
    margin: 5px 0 0;
}
#modalGenerateProgram .box-fundraiser-referral .box-input input {
    text-align: center;
}
#modalGenerateProgram .box-fundraiser-referral .box-button {
    text-align: center;
}
#modalGenerateProgram .box-fundraiser-referral .box-button button {
    background-color: #ffda00;
    font-size: 16px;
    border-radius: 5px;
    border: #ffcc4a thin solid;
    font-weight: 800;
    cursor: pointer;
    float: inherit;
}

#modalGenerateProgramSuccess > .modal-dialog {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
    max-width: 700px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content {
    border-radius: 20%;
    box-shadow: 0px 10px 20px -10px #000;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body {
    background-color: #1B3771;
    border-radius: 10px;
    padding: 25px 50px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > button.close {
    position: absolute;
    right: -10px;
    top: -30px;
    font-size: 50px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > label {
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 16px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > div.box-url {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 10px 0 15px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > div.box-url > input {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 600;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    font-size: 16px;
    height: 40px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > div.box-url > span {
    cursor: pointer;
    width: 100px;
    display: flex;
    align-items: center;
    background-color: #DDD;
    border-radius: 0 5px 5px 0;
    height: 40px;
    justify-content: center;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > div.box-url > span > i {
    margin-right: 5px;
}
#modalGenerateProgramSuccess > .modal-dialog > .modal-content > .modal-body > a > label {
    background-color: #ffc300;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    max-width: 265px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

/* BEGIN:: Fundraiser */
.box-fundraiser {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #EEE;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;

}
.box-fundraiser > .img-fundraiser {
    width: 200px;
    text-align: center;
}
.box-fundraiser > .img-fundraiser > i {
    font-size: 40px;
}
.box-fundraiser > .img-fundraiser > img {
    width: 100px;
}
.box-fundraiser > .detail-fundraiser {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
}
.box-fundraiser > .detail-fundraiser > .name-fundraiser {
    display: block;
    width: 100%;
}
.box-fundraiser > .detail-fundraiser > .name-fundraiser > label {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.box-fundraiser > .detail-fundraiser > .domain-fundraiser {
    display: block;
    width: 100%;
    margin: -2px 0 0;
}
.box-fundraiser > .detail-fundraiser > .domain-fundraiser label.judul-fundraiser {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: -5px;
    cursor: pointer;
}
.box-fundraiser > .detail-fundraiser > .domain-fundraiser label.url-fundraiser {
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 14px;
}
.box-fundraiser > .amount-fundraiser {
    width: 200px;
    font-weight: bold;
    margin-bottom: 0;
}
/* END:: Fundraiser */

#box-shadow-deskripsi,
#selengkapnyaDeskripsi {
    display: none;
}

.box-dokumen-pendukung {
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0 30px;
    box-shadow: 0px 10px 20px #eee;
    background-color: #FFF;
}
.box-dokumen-pendukung > .title {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    color: #999;
}
.box-dokumen-pendukung > .dokumen-pendukung {
    padding: 5px 0;
}
.box-dokumen-pendukung > .dokumen-pendukung * {
    cursor: pointer;
}
.box-dokumen-pendukung > .dokumen-pendukung > a {
    text-decoration: none;
}
.box-dokumen-pendukung > .dokumen-pendukung > a > label {
    margin-bottom: 0;
}
.box-dokumen-pendukung > .dokumen-pendukung > a > label > i {
    margin-right: 3px;
}
.box-dokumen-pendukung > .dokumen-pendukung > a > label.btn {
    float: right;
    border: #F23024 thin solid;
    margin-top: -5px;
    color: #F23024;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
}
.box-dokumen-pendukung > .dokumen-pendukung > a > label.btn:hover {
    background-color: #F23024;
    color: #FFF;
}

.box-qris-first-button {
    margin-bottom: 20px;
}
.box-qris-first-button img {
    width: 100%;
    border-radius: 10px;
}
#boxDonatur > .box-qris-first-button {
    display: none;
}
