body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.page-item .ellipse{
  position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-item:not(:first-child) .ellipse {
    margin-left: -1px;
}
.error-message{
  color: #f00;
  font-weight: 700;
  margin-top: 10px;
}
.table>:not(:first-child){
  border-color: #c8c8c8;
}
.pagination{
  margin: 0;
}
.table > .tfoot-pagination{
  border-top: transparent;
}
.tfoot-pagination td{
  padding: 1rem 0.25rem;
}
.wrapper {
  height: 80vh;
}

/* ----------------------------
// Add your comments here
// ----------------------------*/
.chart-tooltip{
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  color: #ffffff;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 0);
  transition: all 0.1s ease;
  max-width: 100%;
  /*width: 200px;*/
}
.chart-tooltip .tooltip-table{
  border-collapse: separate;
  border-spacing: 0vw 0vw;
  display: table;
  width: 100%;
}

.chart-tooltip .table-body {
  display: table-row-group;
}

.chart-tooltip .table-cell {
  display: table-cell;
  padding: 0px 5px;
  line-height: initial;
  font-size: 12px;
}

.chart-tooltip .table-foot {
  display: table-footer-group;
}

.chart-tooltip .table-head {
  display: table-header-group;
}

.chart-tooltip .table-row {
  display: table-row;
}
.chart-tooltip .table-row-expense.table-row{
  color: #d30000;
}

.chart-tooltip .title {
  font-weight: bold;
}

