.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: 0;
}
.select2-container--classic .select2-dropdown--below {
    border-top: 0;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.box-filter-open {
    position: fixed;
    left: auto;
    bottom: 125px;
    width: 100%;
    max-width: 420px;
}
#btn-filter-open {
    position: absolute;
    right: 40px;
    width: fit-content;
    cursor: pointer;
    padding: 5px 5px 4px 11px;
    text-align: center;
    font-size: 25px;
    background-color: #ff6d05;
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 0 0 10px #888;
}
@media (max-width: 768px) {
    #btn-filter-open {
        padding: 5px 6px 4px 11px;
    }
}
#btn-filter-open i {
    transition: all 1.5s;
}
#box-filter {
    position: fixed;
    top: 100%;
    left: auto;
    margin-left: -20px;
    max-width: 420px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px 30px;
    transition: top 0.5s;
    font-size: 14px;
    z-index: 2;
}
#box-filter > .head > .close {
    cursor: pointer;
}
#box-filter > .head > .close > i {
    color: var(--mp-default-color);
    transition: 1.5s;
    transform: rotate(0);
}
#box-filter > .body-filter {
    position: relative;
    height: 100%;
    margin: 30px 0;
}
#box-filter > .body-filter > label {
    font-size: 12px;
}
#box-filter > .body-filter > label > i {
    font-size: 10px;
    display: block;
    margin-top: -5px;
    color: #999;
}
#box-filter > .body-filter input,
#box-filter > .body-filter select {
    padding: 8px;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    border: #999 thin solid;
    font-size: 14px;
    margin-bottom: -5px;
}
#box-filter > .body-filter > .btn-filter {
    width: 100%;
    padding: 10px;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    cursor: pointer;
}
#box-filter > .body-filter > #btn-filter-cancel {
    color: #000;
    background-color: #ddd;
    top: calc(100% - 245px);
}
#box-filter > .body-filter > #btn-filter-submit {
    color: #fff;
    background-color: var(--mp-default-color);
    top: calc(100% - 195px);
}
#box-filter .form-group {
    margin-bottom: 10px;
}
.select2-selection--single {
    height: 39px !important;
    padding: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.select2-results__option {
    font-size: 14px;
}
.opt-lembaga {
    font-size: 14px;
    position: relative;
}
.opt-lembaga > i {
    width: 40px;
    height: 25px;
    padding-bottom: 0;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}
.opt-lembaga > i > img {
    height: auto;
    width: auto;
    max-height: 20px;
    max-width: 100%;
}
li.select2-results__option .opt-lembaga > i > img {
    margin-top: 8px;
}
.opt-lembaga > i.domain {
    font-size: 10px;
    color: var(--mp-default-color);
    font-style: normal;
    width: max-content;
    position: absolute;
    bottom: -22px;
    left: 53px;
}
#program-page {
    min-height: calc(100vh - 100px);
}
#program-page::-webkit-scrollbar {
    display: none;
}
div.icon-menu > div.list-icon-menu {
    margin-top: 5px;
}
#backTop {
    position: fixed;
    left: auto;
    bottom: 175px;
    width: 100%;
    max-width: 420px;
    z-index: 1;
    opacity: 0.6;
    display: none;
}
#backTop > i {
    position: absolute;
    right: 45px;
    width: fit-content;
    cursor: pointer;
    padding: 8px 9px 8px 9px;
    text-align: center;
    font-size: 22px;
    background-color: var(--mp-default-color);
    color: #fff;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 0 0 10px #888;
}
#program-page #btn-filter-open > i {
    margin-right: 5px;
}
#program-page > .head {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
#program-page > .head > div,
#box-filter > .head > div {
    display: inline-block;
}
#program-page > .top-content {
    display: none;
}
#program-page > .top-content > .banner-program > img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
#program-page > .top-content.program-qurban > .banner-program {
    margin-left: -20px;
    margin-top: -20px;
    width: calc(100% + 40px);
}
#program-page > .top-content.program-qurban > .banner-program > img {
    border-radius: 0;
}
#program-page > .head > .title {
    font-weight: 800;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0095ff;
    margin-top: -5px;
    display: inline-block;
}
#program-page > .head > .counter {
    width: 200px;
    font-weight: 500;
    text-align: right;
    font-size: 14px;
    color: #666;
}
#program-page > .head > .counter > i {
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
}
.box-kategori-empty:empty {
    margin-top: 7px;
    margin-bottom: 25px;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0),
        linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 175px 200px, 100px 200px, 100px 200px, 100px 200px, 85px 200px;
    background-position: 0 0, 0 0, 120px 0, 240px 0, 360px 0;
    animation: box-kategori-shine 1s infinite;
}
@keyframes box-kategori-shine {
    to {
        background-position: 500px 0, 0 0, 120px 0, 240px 0, 360px 0;
    }
}
.box-kategori {
    display: block;
    overflow-y: scroll;
    width: 100%;
    white-space: nowrap;
    padding: 0 0 7px;
    margin-bottom: 15px;
}
.box-kategori > span {
    background-color: #fff;
    display: inline-block;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 10px;
    cursor: pointer;
    border: #ccc 1px solid;
    margin-right: 10px;
}
.box-kategori > span.active,
.box-kategori > span.active:hover {
    cursor: default;
    background-color: var(--mp-default-color);
    color: #fff;
}
.box-kategori > span:hover {
    color: var(--mp-default-color);
    border: var(--mp-default-color) 1px solid;
}
#program-page .box-zakat {
    margin-top: 30px;
    display: none;
}
#program-page .box-zakat .title {
    font-weight: 800;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--mp-default-color);
    margin-bottom: 10px;
}
#program-page .box-zakat .title > i {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    color: #999;
    font-weight: 100;
    text-transform: initial;
    margin-top: 0;
    line-height: 12px;
}
#program-page .box-zakat span.btn-kalkulator {
    background-color: var(--mp-default-color);
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 14px;
}
#program-page .box-zakat a.box-btn-kalkulator {
    display: none;
}
#program-page .box-zakat span.btn-kalkulator > i {
    margin-right: 10px;
}
#program-page .box-zakat label {
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
    color: #999;
    margin: 30px 0;
}
#program-page .box-zakat label > i {
    font-style: normal;
}
#program-page .box-zakat label > i:nth-child(2) {
    width: 200px;
    display: inline-block;
}
#program-page .box-zakat label > i:nth-child(1) {
    display: block;
    border-bottom: #aaa thin solid;
    margin-bottom: -12px;
    width: calc(((100% - 200px) / 2) - 10px);
}
#program-page .box-zakat label > i:nth-child(3) {
    display: block;
    border-bottom: #aaa thin solid;
    margin-top: -10px;
    width: calc(((100% - 200px) / 2) - 10px);
    margin-left: auto;
}
#program-page .list-program {
    padding-bottom: 70px;
}
#program-page .list-program-empty {
    width: 100%;
    padding-top: 30%;
    text-align: center;
    display: none;
    height: 300px;
}
#program-page .list-program-empty > div > img {
    width: calc(100% - 175px);
}
#program-page .list-program-empty > div > span {
    display: block;
    margin-top: 40px;
    color: #0095ff;
}
#program-page .list-program-empty > div > span.error {
    display: none;
}
#program-page .list-program-empty.error > div > span.empty {
    display: none;
}
#program-page .list-program-empty.error > div > span.error {
    display: block;
}
#program-page .box-title-search {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-style: italic;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.box-program-empty:empty {
    box-shadow: 0 0 20px #ddd;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    height: 110px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 110px, transparent 0), linear-gradient(lightgray 15px, transparent 0),
        linear-gradient(lightgray 30px, transparent 0), linear-gradient(lightgray 3px, transparent 0), linear-gradient(lightgray 20px, transparent 0), linear-gradient(lightgray 20px, transparent 0);
    background-repeat: repeat-y;
    background-size: 175px 200px, 170px 200px, 150px 200px, 180px 200px, 185px 200px, 50px 200px, 95px 200px;
    background-position: 0 0, 0 0, 180px 10px, 180px 30px, 180px 70px, 180px 80px, 270px 80px;
    animation: box-program-shine 1s infinite;
}
@keyframes box-program-shine {
    to {
        background-position: 500px 0, 0 0, 180px 10px, 180px 30px, 180px 70px, 180px 80px, 270px 80px;
    }
}
div.list-program .box-program {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
div.list-program .box-program:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px var(--mp-color-two);
}
div.list-program a:last-child > .box-program {
    margin-bottom: 0;
}
div.list-program .box-program > .banner {
    display: inline-block;
    max-width: 170px;
    width: 50%;
    height: 110px;
    border-radius: 10px 0 0 10px;
    vertical-align: top;
    transition: 1s;
}
div.list-program .box-program > .cicilan {
    position: absolute;
    background: #f55;
    color: #fff;
    font-size: 11px;
    border-radius: 0 8px 0 8px;
    padding: 0 10px;
    left: 0;
    bottom: -8px;
    font-weight: 500;
    letter-spacing: 1px;
}
div.list-program .box-program div {
    position: relative;
    display: inline-block;
    width: calc(100% - 175px);
    height: 110px;
    padding: 5px;
    background-color: #fff;
}
div.list-program .box-program div > .lembaga {
    font-size: 11px;
    color: #666;
    display: -webkit-box;
    text-align: left;
    word-break: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
div.list-program .box-program div > .lembaga > img {
    height: 9px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}
div.list-program .box-program div > .lembaga > i {
    font-size: 9px;
    vertical-align: initial;
    margin-left: 5px;
}
div.list-program .box-program div > .judul {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    text-align: left;
    word-break: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 15px;
    transition: 0.5s;
}
div.list-program .box-program div > div.box-target {
    background-color: #eee;
    height: 3px;
    width: calc(100% - 10px);
    position: absolute;
    bottom: 40px;
    left: 5px;
    display: block;
    padding: 0;
    border-radius: 5px;
}
div.list-program .box-program div > div.box-target > .target {
    background-color: var(--mp-default-color);
    height: 3px;
    border-radius: 5px;
    display: block;
    padding: 0;
    width: 0;
    max-width: 100%;
}
div.list-program .box-program div > .sisa-waktu-caption {
    position: absolute;
    left: 5px;
    bottom: 20px;
    font-size: 10px;
    color: #999;
}
div.list-program .box-program div > .sisa-waktu {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 12px;
    color: var(--mp-default-color);
}
div.list-program .box-program div > .terkumpul-caption {
    position: absolute;
    right: 5px;
    bottom: 20px;
    font-size: 10px;
    color: #999;
    text-align: right;
}
div.list-program .box-program div > .harga-caption {
    bottom: 24px;
}
div.list-program .box-program div > .terkumpul {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 12px;
    text-align: right;
    color: var(--mp-default-color);
}
div.list-program .box-program div > .terkumpul.harga-value {
    background-color: #d58a00;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 12px;
}
div.list-program a span.lihat-semua {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    background-color: #2079ff;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 1px;
}
