.report-footer {
  position: fixed;
  bottom: 0mm;
  width: 100%;
  box-sizing: border-box; /* ✅ important */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-top: 1px solid #ccc;
  background-color: #1b4f9b;
  color: white;
}

.footer-left {
  text-align: left;
  line-height: 1.4;
}

.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
}

.footer-logo {
  height: 30px;
  margin-bottom: 5px;
}

.footer-signature {
  height: 25px;
}
