html {
  padding: 0;
  margin: 0;
}
.nav-link {
  cursor: pointer;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }

  .search-and-add {
    position: sticky;
    top: 58px;
    /* z-index: 999; */
    padding: 0%;
  }

  @media (max-width: 617px) {
    .search-and-add {
      top: 97px;
    }
  }

  table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}
#department-alert, #location-alert {
  z-index: 1002;
}

.modal {
  overflow: auto;
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}