/* PAGE WRAPPER */
.page-list {
  height: calc(100vh - 370px);
  position: fixed;
  bottom: 99px;
  background-color: white;
  width: calc(100%);
  border-radius: 0 0 30px 30px;
  z-index: 2;
}

.card-stat {
  background-color: transparent;
  top: 100px;
  width: calc(100% - 32px);
  border-radius: 20px;
  position: fixed;
  left: 16px;
  color: #F7FAFC;
  z-index: 2;
}

.stat-bulan {
  background-color: #606060;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.stat-proses {
  background-color: #4EA7E3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.stat-selesai {
  background-color: #4EBFA5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.daftar-gangguan {
  margin-left: 16px;
  color: #606060;
  font-size: 14px;
  margin-bottom: 20px;
}

.daftar-psb {
  margin-left: 16px;
  color: #606060;
  font-size: 14px;
  margin-bottom: 20px;
}

#daftar_semua_gangguan {
  height: calc(43vh);
  width: calc(100% - 32px);
  margin-top: 10px;
  margin-left: 16px;
  overflow-y: scroll;
}

#daftar_semua_psb {
  height: calc(43vh);
  width: calc(100% - 32px);
  margin-top: 10px;
  margin-left: 16px;
  overflow-y: scroll;
}

.bg-verifikasi {
  background-color: #4EBFA5;
}

.bg-selesai {
  background-color: #82D6D6;
}

.bg-proses {
  background-color: #4EA7E3;
}

.bg-antrian {
  background-color: #F87171;
}

.bg-stat {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.bg-kampung {
  width: calc(100% - 50px);
  height: 50px;
  position: absolute;
  left: 30px;
  top: 5px;
  background-color: transparent;
  display: flex;
  align-items: center;
  color: white;
}

.kampung-text {
  margin-top: -2px;
  font-size: 12px;
}

.lapor-text {
  font-size: 12px;
  text-align: center;
  margin-top: -3px;
}

/* Style modal */
.custom-modal {
  display: none;
  /* default tersembunyi */
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-modal-content {
  background-color: #F7FAFC;
  margin: 15% auto;
  padding: 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  color: grey;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.custom-modal input,
.custom-modal textarea {
  border-radius: 10px;
  width: 75%;
  border: 1px solid #606060;
  font-size: 14px;
  color: grey;
  text-align: center;
}

.custom-modal label {
  color: grey;
  font-size: 14px;
}