.badge {
  font-size: 1rem;
}

i {
  height: 50px;
}

.datatable-container .feather, h2 .feather, .list-group .feather, p .feather, .alert .feather {
  width: 24px;
  height: 24px;
  margin: 0px 5px;
}

p .feather {
  margin: 0px;
}

.card-header[data-bs-toggle='collapse'] {
  cursor: pointer;
}

.card-header[data-bs-toggle='collapse']:hover {
  background-color: #e7f3ff;
}

.notification-unread {
  font-weight: bold;
  background-color: #f4f4f4;
}

.alert-heading .feather {
  height: 24px;
  width: 30px;
}

.highlight-drop-zone {
  /*background-color: red;*/
  /*color: white;*/
  font-weight: bold;
  border-width: 2px;
  border-style: dashed;
  border-color: black;
}

.highlight-hovered-drop-zone {
  background-color: #00ba94;
  color: white;
}

table .feather {
  height: 26px;
  width: 30px;
  margin: 0 5px;
}

.datahub_green {
  color: #00673f;
}

.datahub_red {
  color: #e81500;
}

.badge.badge-space-left {
  margin-left: 10px;
}

.big-space-top {
  margin-top: 50px;
}

.small-space-top {
  margin-top: 20px;
}

.submit-button-space {
  margin-top: 10px;
  float: right;
}

.card-header .feather {
  height: 26px;
  width: 20px;
  margin: 0px 5px;
}

.card-header.collapsed .feather {
  height: 20px;
  width: 16px;
}

.org-btn:hover {
    background-color: #e2e6ea;
    color: white;
    border-color: #e2e6ea;
}
