mark {
  padding-inline: 0;
}
.pt-navbar {
  padding-top: 60px;
}
.clickable-row {
  cursor: pointer;
}
.empty-row {
  background: lightgray;
  text-align: center;
}
.dot {
  height: 12px;
  width: 12px;
  background-color: #0866FF;
  border-radius: 50%;
  display: inline-block;
}
.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
}
.dropdown-toggle-split {
  flex: none !important;
}
#loading-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#loading-overlay > .spinner-border {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4em;
  height: 4em;
}
