label.error {
  color: red;
  font-size: 16px;
  font-weight: 600;
}
.loading.text-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-arrow a {
  text-decoration: none !important;
  cursor: pointer;
}
.item-laporan {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 0 0 20px !important;
  border-radius: 6px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.wrapper-laporan {
  width: 100%;
}

.wrapper-laporan {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
li.page-item a {
  text-decoration: none !important;
}

.page-item {
  cursor: pointer;
}

.header-laporan h4 {
  font-size: 15px;
  margin-bottom: -4px;
  color: #555;
}

.header-laporan small {
  font-size: 14px;
}
.header-laporan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.alert-lapor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-alert svg {
  width: 20px;
  height: 20px;
}

.close-alert {
  cursor: pointer;
}
.text-header small svg {
  width: 13px;
  height: 12px;
  margin-right: 2px;
  margin-left: 10px;
}
.header-laporan svg {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 12px;
  fill: #505050;
}

.text-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.content-laporan h2 {
  font-size: 20px;
  color: #183291;
  margin: 0 0 10px !important;
}
.content-laporan h2::before {
  display: none;
}
.content-laporan article {
  font-size: 16px;
  line-height: 23px;
}

.content-laporan .read-more {
  cursor: pointer;
  color: green;
  margin-top: 10px;
  font-weight: bold;
}

.footer-laporan {
  font-size: 17px;
  padding: 4px 15px;
  text-align: right;
  background-color: red;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 5px;
}
nav.main-paginate-laporan {
  max-width: 100% !important;
  margin: 40px 0 !important;
}
.img-full {
  width: 100%;
}
@media (min-width: 120px) {
  .popup-full-laporan {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
  }
  .close-popup {
    position: absolute;
    z-index: 99999;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .close-popup svg {
    fill: #fff !important;
  }
  .content-laporan-popup {
    padding: 0;
    background-color: #fff;
    position: relative;
    width: 90%;
    max-height: 80vh;
    overflow: auto;
  }
  .loading.text-center {
    width: 100%;
    margin: 0 auto;
  }
  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
  }
  h4.nama-pelapor {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .item-laporan {
    width: calc(50% - 10px);
    margin: 5px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .content-laporan-popup {
    width: 700px;
  }
  #main-laporan {
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .item-laporan {
    width: calc(33.3% - 10px);
  }
}
