html {
  background-color: #fafafa;
}

body.admin-bankco-body {
  background-color: #fafafa;
}

.admin-bankco-root .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-bankco-root .bankco-chart-wrap {
  position: relative;
  width: 100%;
}

.admin-bankco-root .bankco-chart-wrap canvas {
  display: block;
  width: 100% !important;
}

/* Smaller nav labels — template item-text uses text-lg */
.admin-bankco-root .sidebar-wrapper .item-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.admin-bankco-root .sidebar-wrapper .item-wrapper > button {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
