.dashboard-stat-item {
  min-width: 200px;
  display: flex;
}

.dashboard-card {
  width: 100%;
}

.dashboard-card .card-body {
  position: relative;
  overflow: hidden;
}

.dashboard-card-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  opacity: 0.2;
}

.dashboard-card-withdraw-link-icon {
  display: inline-block;
  transform: rotate(-90deg);
}

.dashboard-card .card-body-notification {
  max-height: 512px;
  overflow: hidden;
  overflow-y: auto;
}

.card-body-notification .notification-item {
  margin: 0 0 0.5rem 0;
}

.notification-list .pagination {
  padding: 0.25rem;
  border-top: 1px solid #eee;
  border-radius: 0;
}

.dashboard-card-link-stat {
  vertical-align: top;
  margin: 0;
  position: relative;
}

/*# sourceMappingURL=dashboard.css.map */
