body {
  font-family: "Inter", sans-serif;
}

.app-header {
  box-shadow: none;
  border-bottom: none;
  height: 56px;
  background: transparent;
}
.app-header-inner .back-color {
  background-color: #fff;
  padding: 15px 13px;
}
.app-branding {
  padding-top: 1.4rem;
}
.app-branding .logo-icon {
  height: auto;
  width: auto;
}
.app-sidepanel {
  border-right: none;
}
.app-sidepanel .sidepanel-inner {
  border-right: 1px solid #d9d9db;
}
.user-title h4 {
  color: #09090b;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
}
.user-title p {
  color: #58585e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.12px;
  margin-bottom: 0;
}
.app-content {
  margin-top: 20px;
  background-color: #f2f4f9;
}
.app-nav .nav-link:hover {
  color: #003772;
}
.first-card {
  background: #4a90e2 !important;
  color: white;
}
.app-nav .nav-link.active {
  color: #003772;
  background: #e6f0fa;
  border-left: 3px solid #003772;
  font-weight: 500;
}
@media (min-width: 992px) {
  .app-header-inner {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .app-header-inner {
    margin-left: 250px;
  }

  .app-wrapper {
    margin-left: 250px;
  }

  .app-sidepanel,
  .app-sidepanel.sidepanel-hidden,
  .app-sidepanel.sidepanel-visible {
    left: 0;
  }

  .app-sidepanel {
    transition: none;
  }

  .app-sidepanel .sidepanel-drop,
  .sidepanel-visible .sidepanel-drop {
    display: none;
  }

  .app-sidepanel .sidepanel-close,
  .sidepanel-visible .sidepanel-close {
    display: none;
  }
}
@media (min-width: 768px) {
  .dashboard-page .col-md-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.dashboard-page .app-card {
  border-radius: 14px;
  padding: 20px 18px;
  background: #fff;
  box-shadow: 6px 6px 54px 0 rgba(0, 0, 0, 0.05);
}
.dashboard-page .stats-figure {
  color: #09090b;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.dashboard-page .stats-type {
  color: #58585e;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-page .first-parent {
  background: #003772;
}

.dashboard-page .first-parent .stats-figure {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.dashboard-page .first-parent .stats-type {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
