.table td,
.table th {
  vertical-align: middle;
  white-space: nowrap;
}

.aksi-col .btn {
  font-size: 0.85rem;
}

.aksi-col .d-grid {
  gap: 5px;
}

/* Tombol Toggle */
#sidebarToggle {
  transition: 0.3s;
}

/* Sidebar */
.sb-sidenav {
  background: linear-gradient(180deg, #0d6efd, #0b5ed7) !important;
  overflow-y: auto;
}

/* Logo */
.sb-sidenav h5,
.sb-sidenav h6 {
  color: #fff;
}

.sb-sidenav small {
  color: rgba(255, 255, 255, 0.8);
}

/* Heading Menu */
.sb-sidenav-menu-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 12px 18px 6px;
}

/* Menu */
.sb-sidenav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 18px;
  margin: 4px 10px;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* Ikon */
.sb-nav-link-icon {
  width: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

/* Hover */
.sb-sidenav .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* Menu Aktif */
.sb-sidenav .nav-link.active {
  background: #ffffff;
  color: #0d6efd;
  font-weight: 600;
}

.sb-sidenav .nav-link.active .sb-nav-link-icon {
  color: #0d6efd;
}
/* ==========================
   Dashboard User
==========================*/

.hero-title {
  font-weight: 700;
  color: #0d6efd;
}

.hero-subtitle {
  font-size: 17px;
  color: #6c757d;
}

.card-menu {
  border: none;

  border-radius: 15px;

  transition: 0.3s;

  cursor: pointer;
}

.card-menu:hover {
  transform: translateY(-8px);

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-menu i {
  font-size: 45px;

  margin-bottom: 15px;
}

.card-menu h5 {
  font-weight: 600;
}

.info-card {
  border-radius: 15px;
}

.rekomendasi-card {
  border-radius: 15px;
}
/*=========================================================
BODY
=========================================================*/

body {
  background: #f4f7fb;
}

/*=========================================================
JUDUL
=========================================================*/

.page-title {
  font-weight: 700;

  color: #0d6efd;
}

/*=========================================================
CARD
=========================================================*/

.card {
  border: none;

  border-radius: 16px;

  overflow: hidden;

  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

/*=========================================================
HERO
=========================================================*/

.hero-card {
  background: linear-gradient(135deg, #0d6efd, #4facfe);

  color: white;
}

.hero-card h1 {
  font-weight: 700;
}

.hero-card p {
  font-size: 17px;

  opacity: 0.95;
}

.hero-icon {
  font-size: 80px;
}

/*=========================================================
STATISTIK
=========================================================*/

.stat-card {
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-6px);
}

.stat-card i {
  font-size: 45px;
}

/*=========================================================
SMARTWATCH TERBAIK
=========================================================*/

.best-card {
  background: white;
}

.best-card h2 {
  color: #0d6efd;

  font-weight: 700;
}

.best-card h1 {
  font-weight: 700;
}

/*=========================================================
MENU
=========================================================*/

.card-menu {
  transition: 0.3s;

  cursor: pointer;
}

.card-menu:hover {
  transform: translateY(-8px);

  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.2);
}

.card-menu i {
  font-size: 42px;
}

.card-menu h6 {
  margin-top: 15px;

  font-weight: 600;
}

/*=========================================================
SIDEBAR
=========================================================*/

.sb-sidenav {
  background: linear-gradient(180deg, #0d6efd, #0b5ed7) !important;
}

.sb-sidenav .nav-link {
  color: white;
}

.sb-sidenav .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

.sb-sidenav .nav-link.active {
  background: white;

  color: #0d6efd;
}

.sb-sidenav .nav-link.active .sb-nav-link-icon {
  color: #0d6efd;
}

/*=========================================================
FOOTER
=========================================================*/

footer {
  background: white;
}

/*=========================================================
RESPONSIVE
=========================================================*/

@media (max-width: 768px) {
  .hero-icon {
    font-size: 55px;
  }

  .hero-card h1 {
    font-size: 26px;
  }

  .card-menu i {
    font-size: 30px;
  }
}
.stat-card {
  border-radius: 18px;

  transition: 0.35s;
}

.stat-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.15);
}

.stat-card h2 {
  font-size: 34px;

  font-weight: 700;
}

.stat-card small {
  font-size: 14px;
}
/*=========================================================
SMARTWATCH TERBAIK
=========================================================*/

.best-card {
  border-radius: 20px;

  transition: 0.35s;
}

.best-card:hover {
  box-shadow: 0 12px 30px rgba(255, 193, 7, 0.25);
}

.best-card h2 {
  font-weight: 700;
}

.best-card .progress {
  border-radius: 30px;
}
/*=========================================================
INFORMATION CARD
=========================================================*/

.info-card {
  border-radius: 18px;

  transition: 0.35s;
}

.info-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.15);
}

.info-card i {
  font-size: 50px;
}

.info-card h5 {
  margin-top: 15px;

  font-weight: 700;
}

.info-card p {
  font-size: 14px;

  text-align: justify;
}
/*=========================================================
MENU UTAMA
=========================================================*/

.menu-card {
  transition: 0.35s;

  border-radius: 18px;
}

.menu-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 35px rgba(13, 110, 253, 0.2);
}

.menu-icon {
  width: 75px;

  height: 75px;

  margin: auto;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;
}

.menu-icon i {
  font-size: 32px;

  color: white;
}

.menu-card h6 {
  color: #343a40;

  font-weight: 600;
}
/*=========================================================
TOP 5
=========================================================*/

.table tbody tr {
  transition: 0.3s;
}

.table tbody tr:hover {
  background: #eef5ff;
}

.table td {
  vertical-align: middle;
}

/*=========================================================
TIMELINE
=========================================================*/

.timeline-item h6 {
  font-weight: 600;

  margin-bottom: 5px;
}

.timeline-item small {
  font-size: 13px;
}
.stat-card {
  border: 0;

  border-radius: 18px;

  transition: 0.35s;
}

.stat-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.18);
}

.stat-card h1 {
  font-size: 48px;

  font-weight: 700;
}

.stat-card h5 {
  font-weight: 600;
}

.stat-card p {
  font-size: 14px;
}
