.cursor-pointer {
  cursor: pointer;
}
.card-default-bl {
  border-width: 1px;
  border-color: #cfdbe2;
}
.button-standard-bl {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  border-radius: 3px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
.button-standard-hover-bl {
  background-color: #f5f5f5;
  color: #212529;
  border-color: #e6e6e6;
  cursor: pointer;
}
.buttons-copy,
.buttons-excel,
.buttons-csv,
.buttons-pdf,
.buttons-print {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  border-radius: 3px;
  font-size: 13px;
  -webkit-appearance: none;
  outline: none !important;
  transition: all 0.1s;
}
.button-bl-standard,
.buttons-copy:hover,
.buttons-excel:hover,
.buttons-csv:hover,
.buttons-pdf:hover,
.buttons-print:hover {
  background-color: #f5f5f5;
  color: #212529;
  border-color: #e6e6e6;
  cursor: pointer;
}
.green-highlight {
  color: #7ABC64;
}
[data-bs-toggle="collapse"] .collapse-toggle:before {
  content: "\f077";
}
[data-bs-toggle="collapse"].collapsed .collapse-toggle:before {
  content: "\f078";
}
.card-bl {
  border-width: 1px;
  border-color: #cfdbe2;
}
.table-compact-mode td {
  padding: 0.1rem 0rem 0.1rem 0.25rem !important;
}
.default-anchor-style {
  color: #fff;
  outline: none !important;
  text-decoration: none;
}
.default-anchor-style:hover {
  color: #fff;
}

