.header-title {
  display: flex;
  align-items: center;
}

.filter-error {
  color: #ff0000;
}
h4 {
  padding-top: 5px;
}
.report-detail {
  width: 30%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ececec;
  box-shadow: 2px 5px 5px -4px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 2px 5px 5px -4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 5px 5px -4px rgba(0, 0, 0, 0.24);
  margin-bottom: 16px;
}

.report-detail_header {
  padding: 12px;
  background-color: #fafafa;
}

.report-detail_body {
  padding: 12px;
}

.report-detail h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.report-details {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .report-detail {
    width: 100%;
  }
}
