.box-waktu-shalat {
    background: url(../../images/bg_waktu_sholat.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    margin-top: -20px;
    border-radius: 10px 10px 0 0;
    padding-top: 70px;
}
.box-waktu-shalat > h3.caption {
    text-align: center;
    margin-bottom: 10px !important;
}
.box-waktu-shalat #btnRefreshLocation {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    background-color: #EEE;
    padding: 2px 5px 2px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    display: none;
    letter-spacing: 0.5px;
    color: #999;
    display: none;
}
.box-waktu-shalat #btnRefreshLocation > i {
    font-size: 8px;
    vertical-align: inherit;
    margin-right: 2px;
}
.box-waktu-shalat #btnRefreshLocation > i:before {
    content: "\f021";
}
.box-waktu-shalat .box-success {
    text-align: center;
}
.box-waktu-shalat .box-error {
    display: none;
    margin: 30px auto;
    width: 200px;
}
.box-waktu-shalat .lokasi {
    font-size: 14px;
    color: #999;
    font-weight: 700;
    margin: 0px auto;
    display: block;
    width: max-content;
    text-align: center;
    background-color: #FFFFFF;
}
.box-waktu-shalat .lokasi > img {
    margin-right: 2px;
    width: 15px;
    vertical-align: text-top;
}
.box-waktu-shalat .waktu-shalat {
    margin: 0;
    text-align: center;
    width: max-content;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    background-color: #FFFFFF;
}
.box-waktu-shalat .waktu {
    margin: 0px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    display: block;
    color: #999;
    letter-spacing: 1px;
}
.box-waktu-shalat .tanggal {
    margin: 0 auto 10px;
    text-align: center;
    width: max-content;
    font-size: 13px;
    color: #000;
}
.box-waktu-shalat .box-waktu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.box-waktu-shalat .box-waktu > .box-list-waktu {
}
.box-waktu-shalat .box-waktu > .box-list-waktu.active {
    /*background-color: #EEE;*/
}
.box-waktu-shalat .box-waktu > .box-list-waktu > .caption {
    text-align: center;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    color: #666 !important;
    background-color: #FFFFFF;
}
.box-waktu-shalat .box-waktu > .box-list-waktu > .value {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 2px;
    background-color: #f7f7f7;
    padding: 2px 8px;
}
.box-waktu-shalat .box-waktu > .box-list-waktu.active > .caption,
.box-waktu-shalat .box-waktu > .box-list-waktu.active > .value {
    color: var(--mp-color-one) !important;
    font-weight: bold !important;
}

.box-waktu-shalat .box-error > div {
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 16px;
}
.box-waktu-shalat .box-error #btnAktifkanLokasi {
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--mp-color-one);
    color: #FFF;
    letter-spacing: 1px;
    border: none;
}
.box-waktu-shalat .box-error #btnAktifkanLokasi > i {
    margin-right: 5px;
}

.waktu-value:empty {
    box-shadow: 0px 0px 20px #DDD;
    background-color: #FFF;
    border-radius: 10px;
    max-width: 100px;
    height: 20px;
    margin: 2px auto 5px;
    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 180px, transparent 0);
    background-repeat: repeat-y;
    background-size: 380px 200px, 380px 200px;
    background-position: 0 0, 0 0;
    animation: box-banner-shine 1s infinite;
    display: block;
}
@keyframes box-banner-shine {
    to {
        background-position:
                500px 0,
                0 0;
    }
}
