html,
body {
  background-color: #f9f6ee;
  /* background-color: #b6b6b2; */
  margin: 5px 0px 5px 2px;
  padding: 5px 0px 5px 2px;
  overflow: hidden;
}

section {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 20px);
}

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

tr {
  cursor: default;
}

.myBtn {
  width: 70px;
}

/* CSS classes for highlighting */
.input-highlight {
  background-color: #f8d7da;
}

.text-highlight {
  color: #721c24;
}

/* ========================= Preloader ==================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Style for the loading spinner or animation */
.spinner-border {
  width: 3rem;
  height: 3rem;
  color: #007bff;
}

/* Optional: Customize animation speed or other properties */
.spinner-border::after {
  animation-duration: 1.5s; /* Adjust the animation duration */
  border-color: #007bff transparent transparent transparent; /* Customize border color */
}

.modal-backdrop {
  display: none;
}
