html,
body {
  background-color: #f9f6ee;
  margin: 5px 0px 5px 2px;
  padding: 5px 0px 5px 2px;
  overflow-y: auto;

}

section {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 90px);
  overflow: hidden;
  padding-bottom: 0px; /* Space for the fixed footer */
}

.tab-content {
  flex: 1;
  overflow-y: auto;
}

tr {
  cursor: default;
}

.myBtn {
  width: 70px;
}

.appHeader {
  height: 120px;
  background-color: #f9f6ee;
  border-bottom: 1px solid #ccc;

}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f6ee;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ccc;
  z-index: 999;
}
