.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 */
}