@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
/*
sd = sadly darken
*/
/*
note: sebelum diotak-atik css/scss-nya, harap baca dokumentasi di readme.txt
trms

joe
*/

html, body {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    /*background-color: #1a2632 !important;*/
    /* overflow: hidden;*/
    color: #f1f1f1;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url("../../Image/bg-12.jpg");
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../Image/bg-12.jpg");*/
    background-size: cover;
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.pointer { cursor: pointer; }
.overlay02 {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
    padding: 15% 0px 0px 45%;
}

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-animation: imageAnimation 42s linear infinite 0s;
  -moz-animation: imageAnimation 42s linear infinite 0s;
  -o-animation: imageAnimation 42s linear infinite 0s;
  -ms-animation: imageAnimation 42s linear infinite 0s;
  animation: imageAnimation 42s linear infinite 0s; }

.cb-slideshow li:nth-child(1) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../Image/bg-sdh-3.jpg");*/
  /*Photo by Elia Clerici from Pexels*/ }

.cb-slideshow li:nth-child(2) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../image/bg-sdh-2.jpg");*/
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  background-image: url("../../Image/bg-12.jpg");
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../Image/bg-1.jpg");*/
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../Image/bg-2.jpg");*/
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../Image/bg-12.jpg");*/
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; }

.cb-slideshow li:nth-child(7) span {
  background-image: url("../../Image/bg-12.jpg");
  /*background-image: url("../../Image/bg-13.jpg");*/
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s; }

.cb-slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

.cb-slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s; }

.cb-slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s; }

.cb-slideshow li:nth-child(7) div {
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s; }

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; } 
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; } 
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; } 
}
.no-cssanimations .cb-slideshow li span { opacity: 1; }

.list-group-item {
    list-style-type: circle;
    background-color: transparent!important;
    border:none!important;
    box-shadow:none!important;
    font-size:180%;
}
/*.card { padding:25vh 50px 0 50px; }*/
.card, .card-body {
    font-size:1vw;
    background-color: transparent!important;
    /*border:none!important;*/
    box-shadow:none!important;
}

.modal { color: black; }
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw; 
}
.modal.modal-fullscreen .modal-content {
  height: 100%;
  border-radius: 0;
  border: none; 
}
.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}


.legend {
    line-height: 18px;
    color: #555;
    padding: 6px 8px;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
    margin: 0 !important;
}

.table.table-head-fixed thead tr:nth-child(1) th {
    z-index: 7;
}

.table.table-fix-1-column thead tr th:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
}

.divJadwalPemakaman {
    background-color: rgba(10,10,10,0.5) !important;
}
    /* width */
    .divJadwalPemakaman::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    /* Track */
    .divJadwalPemakaman::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px black;
        border-radius: 10px;
    }
    /* Handle */
    .divJadwalPemakaman::-webkit-scrollbar-thumb {
        background: #f1f1f1;
        border-radius: 10px;
    }
        /* Handle on hover */
        .divJadwalPemakaman::-webkit-scrollbar-thumb:hover {
            background: red;
        }

.modal-dialog .table td, .modal-dialog .table th {
    padding: .3rem;
}

.txtKeyword {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #555;
}

    .txtKeyword:focus {
        border-color: #555;
    }

.leaflet-popup-close-button {
    margin-right: .5rem !important;
    margin-top: .5rem !important;
}

.hCuaca {
    color: white;

    /*background-color:rgba(100,100,100,0.3);*/
}

.hCuacaJam {
    font-size: 4vw;
    /*margin-bottom: -10px;*/
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
    word-wrap: break-word;
}

.hCuacaTgl {
    font-size: 2vw;
}

.hCuacaTitle {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    margin-top: 0;
}

.hCuacaFootNote {
    font-size: 1rem;
    white-space: nowrap;
}

.buttonFooterGreen {
    border-radius: 10px;
    /*background-color: rgba(139,69,19,0.7);*/
    /*background-color: rgba(138, 154, 91, 0.9);*/
    /*height: 30vh;*/
    font-size: 4vw;
    cursor: pointer;
}

.buttonFooterOrange {
    border-radius: 4rem;
    background-color: rgba(300,200,0,0.8);
    height: 30vh;
    font-size: 5vw;
}

#clock {
    letter-spacing: 0.8rem;
}

.bmkg-disclaimer{
    font-size: 0.8rem;
}

.responsive-text {
    font-size: 2rem;
}

.hCuacaCuaca {
    font-size: 0.7rem;
}

.scrolling-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
    max-height: 35vh;
    height: 35vh;
    max-width: 100%;
    width: 100%;
    word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    #clock {
        letter-spacing: 0.3rem;
        font-size: 1rem;
    }

    #date {
        font-size: 0.8rem;
        white-space:nowrap;
    }

    .hCuacaCuaca {
        font-size: 1rem;
    }

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        max-width: 90vw;
        max-height: 30vh;
        height: 30vh;
    }
}


.pblr {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.display {
    /*z-index: 1;*/
    /*position:absolute;*/
    /*align-items:center;*/
    /*height:-webkit-fill-available;
    width:-webkit-fill-available;*/
    /*background-color:rgba(0, 0, 0, 0.3);*/
    /*background-color:rgba(0, 1, 1, 0.2);*/
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.swiper-image {
    object-fit: contain;
    height: 100%;
    border-radius: 15px;

}

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/

.modal-kirim-link {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -20%);
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

pagination-ys table > tbody > tr > td {
    display: inline;
}
 .pagination-ys table > tbody > tr > td > a,
 .pagination-ys table > tbody > tr > td > span {
     position: relative;
     float: left;
     padding: 8px 12px;
     line-height: 1.42857143;
     text-decoration: none;
     color: #dd4814;
     background-color: #ffffff;
     border: 1px solid #dddddd;
     margin-left: -1px;
 }

 .pagination-ys table > tbody > tr > td > span {
     position: relative;
     float: left;
     padding: 8px 12px;
     line-height: 1.42857143;
     text-decoration: none;
     margin-left: -1px;
     z-index: 2;
     color: #aea79f;
     background-color: #f5f5f5;
     border-color: #dddddd;
     cursor: default;
 }

 .pagination-ys table > tbody > tr > td:first-child > a,
 .pagination-ys table > tbody > tr > td:first-child > span {
     margin-left: 0;
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
 }

 .pagination-ys table > tbody > tr > td:last-child > a,
 .pagination-ys table > tbody > tr > td:last-child > span {
     border-bottom-right-radius: 4px;
     border-top-right-radius: 4px;
 }

 .pagination-ys table > tbody > tr > td > a:hover,
 .pagination-ys table > tbody > tr > td > span:hover,
 .pagination-ys table > tbody > tr > td > a:focus,
 .pagination-ys table > tbody > tr > td > span:focus {
     color: #97310e;
     background-color: #eeeeee;
     border-color: #dddddd;
 }