body {
  margin: 0;
  padding: 0;
  height: 1500px;
  background-color: #fff;
  color: #454545;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
} a:visited { text-decoration: none; }


.overlay-second {
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.exit {
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0);
}
.btn-exit {
  width: 80px;
  height: 6px;
  background-color: #fff;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 10px;
}
.konten {
  width: 100%;
  height: 80%;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px;
}

.konten-judul-kajian {
  color: #555555;
  font-weight: 550;
  margin-top: 12px;
  margin-bottom: 10px;
}

.row-konten-btn {
  margin: 20px 0px 20px -10px;
}

#ic-map {
  width: 16px;
  height: 16px;
  color: #323232;
}

#ic-konten {
  width: 16px;
  height: 16px;
  color: #FF0082;
  margin-bottom: 3px;
  margin-right: 8px;
}

#ic-konten-map {
  width: 16px;
  height: 16px;
  color: #fff;
  margin-right: 10px;
}

.konten-result {
  border: none;
  padding: 0px 10px 10px 10px;
  color: #707070;
  font-size: 13px;
  margin-bottom: 30px;
}

.konten-result-label {
  margin-top: 15px;
}

td {
  font-size: 13px;
  font-weight: 400;
  color: #656565;
}

.btn-overlay{
  width: 100%;
  border-radius: 0px;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  font-weight: 550;
  border: none;
  border-radius: 8px;
  padding: 10px;
  background-color: #FF0082;
  margin-bottom: 5px;
  color: #fff;
}

.btn-kontak-panitia {
  background-color: #8E2DE2;
  color: #fff;
}










.main-row {
  padding-top: 110px;
}
.welcome {
  color: #fff;
  font-size: 19px;
  font-weight: 550;
  padding: 20px 10px 10px 10px;
}

#nav {
  width: 100%;
  height: 130px;
  /* background-color: #0906d1; */
  background: #8E2DE2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, rgb(90, 7, 255), rgb(136, 25, 233));  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, rgb(90, 7, 255), rgb(136, 25, 233)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.searchbox-container {
  width: 90%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 7px;
  box-shadow : 0px 0px 16px -1px rgba(112,112,112,0.25)
}

.searchbox {
  width: 100%;
  border: none;
  background-color: #fff;
  color: #eaeaea;
  border-radius: 2px;
  transition: 0.5s;
  padding-left: 35px;
  transition: 0.5s ease;
}

.searchbox:focus {
  box-shadow: none;
  background-color: #f4f1ff;
  border-radius: 50px;
}

.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #323232;
  margin-left: 3px;
}

#ic-search {
  width: 16px;
  height: 16px;
  color: #0906d1;
}










.menu {
  text-align: center;
}
.menuCard {
  width: 95px;
  height: 95px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 1px 2px 3px 0.8px rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.06);

}
.menu-img > img {
  width: 30px;
  margin-top: 15px;
}
.menuCard .menu-text {
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  color: #1e1e5d;
}
.quickfilter-label {
  color: #323232;
  font-size: 12px;
}
.btn-tag {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 10px;
}
.alert-quickfilter {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 10px 0px 10px;
}







.card-jadwal {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  border: none;
  /* box-shadow : 0px 0px 16px -1px rgba(112,112,112,0.25); */
  margin-bottom: 10px;
  transition: 0.3s ease-in;
}

.card-deskripsi {
  border: none;
  margin: 15px;
}

.card-jadwal:hover {
  cursor: pointer;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.col-tanggal {
  width: 100%;
  margin: 0;
  background-color: #0906d1;
  border-radius: 10px;
}

.quick-info {
  width: 100%;
  height: 120px;
  color: #fff;
  margin-left: 0px;
  background-color: #0906d1;
}

.col-tanggal > img {
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0;
}


.col-full {
  margin-top: 10px;
}

#ic {
  color: #0275d8;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -3px;
}

.hari {
  padding: 5px;
  margin-bottom: 10px;
}

.wilayah {
  font-size: 12px;
}
.waktu {
  color: #656565;
  font-size: 14px;
}
.masjid {
  color: #656565;
  font-size: 14px;
  margin-top: 5px;
}
.jamaah {
  color: #656565;
  font-size: 14px;
  margin-top: 5px;
}



.col-judul {
  padding-left: 40px;
}

.col-judul > h2 {
  font-size: 22px;
  font-weight: 550;
  color: #454545;
}

.col-judul > p {
  font-size: 14px;
  color: #656565;
}






.btn-maps {
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
}
.map-pin {
  width: 15px;
  height: 15px;

}



.modal {
  text-align: center;
  width: 100%;
  border: none;
  vertical-align: middle;
  padding-top: 50%;
}

.modal-title {
  font-size: 14px;
}




/* responsive */

@media only screen and (max-width : 570px) {

  /* ===== FILTER ====== */


  .menuCard {
    width: 80px;
    height: 70px;
    margin: 10px 0px 10px 0px;
    box-shadow: none;
  }

  .menuCard .menu-text {
    font-size: 10px;
    margin-top: 10px;
    margin: 10px;
    font-weight: normal;
    color: #3b3b3b;
  }

  .menuCard .menu-img > img {
    width: 30px;
    margin: 0;
  }





  /* ===== card jadwal====== */

  .card-filter {
    margin: 0px 10px 20px 10px;
  }








  .card-jadwal {
    margin: 8px 20px 0px 20px;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .col-tanggal {
    width: 25%;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
  }

  .quick-info {
    height: 100px;
    margin: 10px;
    border-radius: 10px;
    margin-left: 10px;
    padding: 13px;
    background-color: #FF0082;
    /* box-shadow: -10px 10px 30px -8px rgba(255, 0, 130, 0.6); */
  }

  .wilayah {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
  }
  .tipe-jamaah {
    background-color: #fff;
    padding: 3px;
    margin-top: 18px;
    border-radius: 15px;
  }





  .col-full {
    margin-top: 20px;
  }

  .col-judul {
    width: 70%;
    padding-left: 25px;
  }
  .col-judul > h2 {
    font-size: 15px;
  }

  .col-judul > p {
    font-size: 12px;
    margin-top: -7px;
  }

  .col-info {
    display: none;
  }

  .col-btn {
    display: none;
  }


  /* infi ( mobile ) */

  .hari-mobile {
    font-size: 10px;
    color: #656565;
  }
  #ic-mobile {
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-right: 3px;
    color: #FF0082;
  }

}




@media only screen and (max-width : 360px) {
  .menu {
    padding: 0px;
  }
  .menuCard {
    width: 60px;
    margin: 5px;
  }
}
