.custom-container-current-job {
  height: 180px;
}

.custom-container-active-job {
  height: 1px;
}

/*@media (max-width: 576px) {*/
/*  .custom-container-current-job {*/
/*    height: 140px;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .custom-container-active-job {*/
/*    height: 80px;*/
/*  }*/
/*}*/
.clickable {
    cursor: pointer;
}

#reportContainer {
  height: calc(100vh - 80px); /* Adjust 60px to match your header/footer height */
}

/* Export/Import buttons — matches DataTables button style */
.btn.btn-export,
a.btn-export {
  background-color: #343a40 !important;
  color: #fff !important;
  border-color: #343a40 !important;
  border-radius: 4px;
  font-size: .88em;
  line-height: 1.6em;
  white-space: nowrap;
  text-decoration: none;
}

.btn.btn-export:hover,
a.btn-export:hover {
  background-color: #23272b !important;
  color: #fff !important;
  border-color: #23272b !important;
  text-decoration: none;
}

.btn-export:focus {
  outline: 2px solid rgb(53, 132, 228);
}

.btn-export.disabled,
.btn-export:disabled {
  cursor: default;
  opacity: .4;
}

/* Ensure edit icons appear black within modals */
.modal .fa-pencil-alt,
.modal .fa-pen-to-square,
.modal .fa-pen {
  color: #000 !important;
}
