:root {
  --primary: #8b5cf6;
  --secondary: #a78bfa;
  --danger: #ef4444;
  --bg: #f8f7ff;
  --text: #2f2347;
  --muted: #6b6483;
  --surface: #ffffff;
  --surface-soft: #f7f1ff;
}
body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #f8f7ff 0%, #f3ebff 100%);
  color: #1f2937;
}
.landing-page {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #fff3fd 0%, #f2e8ff 45%, #efe4ff 100%);
  color: var(--text);
}
.landing-page .navbar {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139, 92, 246, 0.12);
  box-shadow: 0 10px 35px rgba(139, 92, 246, 0.06);
}
.landing-page .navbar-brand {
  color: var(--primary) !important;
  font-size: 1.35rem;
}
.landing-page .nav-link {
  color: var(--text) !important;
  font-weight: 500;
}
.landing-page .nav-link:hover {
  color: var(--primary) !important;
}
.landing-page .hero-section {
  background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(243,235,255,0.85) 100%);
  position: relative;
  overflow: hidden;
}
.landing-page .hero-section::before {
  content: '';
  position: absolute;
  inset: -40px auto auto -40px;
  width: 220px;
  height: 220px;
  background: rgba(139, 92, 246, 0.12);
  filter: blur(24px);
  border-radius: 50%;
}
.landing-page .hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
}
.landing-page .hero-section .display-5 {
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.landing-page .lead {
  color: var(--muted) !important;
}
.landing-page .btn-primary {
  background: linear-gradient(135deg, var(--primary), #a855f7);
  border: none;
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.24);
}
.landing-page .btn-primary:hover {
  background: linear-gradient(135deg, #7c3aed, var(--primary));
  transform: translateY(-2px);
}
.landing-page .btn-outline-secondary {
  border-color: #b892ff;
  color: var(--primary);
  background: rgba(255,255,255,0.8);
}
.landing-page .btn-outline-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.landing-page .feature-card,
.landing-page .card {
  border-radius: 1.1rem;
  border: 1px solid rgba(139, 92, 246, 0.12);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.06);
}
.landing-page .feature-card:hover,
.landing-page .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2.5rem rgba(139, 92, 246, 0.16) !important;
}
.landing-page .feature-card .icon-box,
.landing-page .icon-box {
  background: linear-gradient(135deg, #f3e8ff, #efe7ff);
  color: var(--primary);
}
.landing-page .feature-card .icon-box i,
.landing-page .icon-box i {
  color: var(--primary) !important;
}
.landing-page section[id] {
  scroll-margin-top: 80px;
}
.landing-page .section-soft {
  background: rgba(255, 255, 255, 0.55);
}
.landing-page footer {
  background: linear-gradient(135deg, #5b3fd0, #7c3aed) !important;
}
.page-shell {
  max-width: 1200px;
  margin: 0 auto;
}
.savings-hero {
  background: linear-gradient(135deg, #f9f6ff 0%, #f3ebff 100%);
}
.stat-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(139, 92, 246, 0.12);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  height: 100%;
}
.goal-detail-card {
  background: #fcfaff;
  border-radius: 0.9rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid #efe7ff;
}
.goal-item {
  padding: 0.9rem 0;
  border-bottom: 1px solid #efe7ff;
}
.goal-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.goal-item .progress-bar,
.progress-bar {
  background: linear-gradient(135deg, var(--primary), #a78bfa);
}
.landing-page .form-control,
.landing-page .form-select {
  border: 1px solid #e5d8ff;
  border-radius: 0.9rem;
  background: #fcfaff;
}
.landing-page .form-control:focus,
.landing-page .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.15);
}
.sidebar {
  width: 260px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
}
.sidebar .nav-link {
  border-radius: 12px;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.sidebar .nav-link:hover {
  background: rgba(255,255,255,0.14);
  transform: translateX(2px);
}
main {
  min-height: 100vh;
}
.auth-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
}
.hero-section {
  background: linear-gradient(120deg, rgba(37,99,235,0.08), rgba(16,185,129,0.08));
}
.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.12) !important;
}
.feature-card .icon-box, .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37,99,235,0.1);
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  border: none;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, var(--primary));
}
.page-shell {
  max-width: 1100px;
  margin: 0 auto;
}
.form-shell {
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  border: 1px solid rgba(37,99,235,0.08);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}
.page-heading {
  background: linear-gradient(120deg, rgba(37,99,235,0.08), rgba(16,185,129,0.08));
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
}
.page-heading h3 {
  letter-spacing: -0.02em;
}
.form-field {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-field:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.14);
}
.form-field .form-control,
.form-field .form-select {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.form-field .form-control:focus,
.form-field .form-select:focus {
  border: none;
  box-shadow: none;
}
.form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.25rem;
}
.submit-btn {
  border-radius: 999px;
  padding: 0.8rem 1.4rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}
.submit-btn:hover {
  transform: translateY(-1px);
}
.form-control, .form-select {
  border-radius: 12px;
  border: 1px solid #dbeafe;
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.15);
}
.transaction-form-shell {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,251,255,0.94)),
    radial-gradient(circle at top right, rgba(139,92,246,0.12), transparent 34%);
  border: 1px solid rgba(139, 92, 246, 0.12) !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
}
.transaction-form-shell::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #22c55e, #3b82f6, #ef4444);
}
.transaction-form-shell .page-heading {
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}
.transaction-form-shell .page-heading h3 {
  font-size: 1.36rem;
}
.transaction-form-shell .page-heading p,
.transaction-form-shell .badge {
  font-size: 0.82rem;
}
.transaction-form-shell .icon-box {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}
.transaction-form {
  position: relative;
  z-index: 1;
}
.transaction-form-shell .form-field {
  padding: 0.58rem 0.78rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.92);
  border-color: #e5e7eb;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.transaction-form-shell .form-field:hover {
  transform: translateY(-1px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.transaction-form-shell .form-label {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.transaction-form-shell .form-control,
.transaction-form-shell .form-select {
  font-size: 0.94rem;
  min-height: 34px;
}
.transaction-form-shell .submit-btn {
  padding: 0.62rem 1.25rem;
  font-size: 0.94rem;
  min-width: 120px;
}
.transaction-actions {
  padding-top: 0.25rem;
}
.dashboard-shell {
  max-width: 1240px;
}
.dashboard-hero,
.dashboard-panel,
.dashboard-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}
.dashboard-hero {
  border-radius: 1.25rem;
  padding: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.dashboard-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dashboard-actions,
.dashboard-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.dashboard-actions .btn,
.dashboard-quick-actions .btn {
  border-radius: 999px;
  font-weight: 600;
}
.dashboard-stat {
  height: 100%;
  border-radius: 1rem;
  padding: 1rem;
}
.dashboard-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dashboard-stat p {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0.75rem 0 0.2rem;
}
.dashboard-stat h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}
.dashboard-stat small {
  color: #64748b;
  display: block;
  margin-top: 0.35rem;
  font-weight: 600;
}
.dashboard-panel {
  border-radius: 1rem;
  padding: 1.25rem;
}
.dashboard-progress {
  height: 0.8rem;
  background: #eef2ff;
  border-radius: 999px;
}
.dashboard-mini-progress {
  height: 0.5rem;
  background: #eef2ff;
  border-radius: 999px;
}
.dashboard-snapshot {
  display: grid;
  gap: 0.2rem;
}
.dashboard-snapshot div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #eef2ff;
}
.dashboard-snapshot div:last-child {
  border-bottom: 0;
}
.dashboard-snapshot span {
  color: #64748b;
}
.dashboard-snapshot strong {
  text-align: right;
  overflow-wrap: anywhere;
}
.dashboard-insights {
  display: grid;
  gap: 0.75rem;
}
.dashboard-insight {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: #f8fbff;
  color: #334155;
  font-size: 0.92rem;
}
.dashboard-insight i {
  margin-top: 0.15rem;
}
.dashboard-empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.65rem;
  color: #64748b;
  background: #f8fbff;
  border-radius: 0.9rem;
  text-align: center;
  padding: 1rem;
}
.dashboard-empty i {
  color: var(--primary);
  font-size: 1.6rem;
}
.budget-shell {
  max-width: 1220px;
}
.budget-hero,
.budget-panel,
.budget-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}
.budget-hero {
  border-radius: 1.25rem;
  padding: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.budget-panel {
  border-radius: 1rem;
  padding: 1.25rem;
}
.budget-stat {
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}
.budget-stat p {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0.75rem 0 0.2rem;
}
.budget-stat h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}
.budget-stat small {
  color: #64748b;
  display: block;
  margin-top: 0.35rem;
  font-weight: 600;
}
.budget-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.budget-progress {
  height: 0.8rem;
  background: #eef2ff;
  border-radius: 999px;
}
.budget-mini-progress {
  height: 0.5rem;
  background: #eef2ff;
  border-radius: 999px;
}
.budget-tips {
  display: grid;
  gap: 0.75rem;
}
.budget-tip {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: #f8fbff;
  color: #334155;
  font-size: 0.92rem;
}
.budget-tip i {
  margin-top: 0.15rem;
}
.budget-projection {
  display: grid;
  gap: 0.25rem;
}
.budget-projection div,
.recent-budget-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eef2ff;
}
.budget-projection div:last-child,
.recent-budget-item:last-child {
  border-bottom: 0;
}
.budget-projection span,
.recent-budget-item span {
  color: #64748b;
  font-size: 0.9rem;
}
.recent-budget-list {
  display: grid;
}
.recent-budget-item strong,
.recent-budget-item span {
  display: block;
}
.recent-budget-item b {
  white-space: nowrap;
}
.budget-empty {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.65rem;
  color: #64748b;
  background: #f8fbff;
  border-radius: 0.9rem;
  text-align: center;
  padding: 1rem;
}
.budget-empty i {
  color: var(--primary);
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .budget-hero {
    align-items: stretch;
    flex-direction: column;
  }
  .budget-hero .btn {
    width: 100%;
  }
}
.reports-shell {
  max-width: 1240px;
}
.report-hero,
.report-panel,
.report-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}
.report-hero {
  border-radius: 1.25rem;
  padding: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.report-range {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}
.report-range .btn {
  border-radius: 999px;
  min-width: 82px;
  font-weight: 600;
}
.report-stat {
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.report-stat p {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
  margin: 0.75rem 0 0.2rem;
}
.report-stat h3 {
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}
.report-stat small {
  display: block;
  margin-top: 0.45rem;
  font-weight: 600;
}
.report-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.report-panel {
  border-radius: 1rem;
  padding: 1.25rem;
}
.report-insights {
  display: grid;
  gap: 0.75rem;
}
.insight-item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.75rem;
  border-radius: 0.85rem;
  background: #f8fbff;
  color: #334155;
  font-size: 0.92rem;
}
.insight-item i {
  margin-top: 0.15rem;
}
.report-progress {
  height: 0.55rem;
  background: #eef2ff;
  border-radius: 999px;
}
.category-list,
.snapshot-list {
  display: grid;
  gap: 0.85rem;
}
.category-row {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eef2ff;
}
.category-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.snapshot-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eef2ff;
}
.snapshot-list div:last-child {
  border-bottom: 0;
}
.snapshot-list span {
  color: #64748b;
}
.snapshot-list strong {
  text-align: right;
  overflow-wrap: anywhere;
}
.empty-report {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.75rem;
  color: #64748b;
  background: #f8fbff;
  border-radius: 0.9rem;
}
.empty-report i {
  font-size: 1.8rem;
  color: var(--primary);
}
.empty-report.compact {
  min-height: 96px;
}
.profile-shell {
  max-width: 1180px;
}
.profile-hero,
.profile-panel,
.profile-stat {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}
.profile-hero {
  border-radius: 1.25rem;
  padding: 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.profile-avatar-wrap {
  flex: 0 0 auto;
}
.profile-avatar {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}
.profile-avatar-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), #22c55e);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
.profile-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.profile-meta {
  min-width: 150px;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: #f8fbff;
  text-align: right;
}
.profile-meta span,
.profile-stat p,
.profile-upload small {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
}
.profile-meta strong {
  display: block;
  margin-top: 0.2rem;
}
.profile-stat {
  height: 100%;
  border-radius: 1rem;
  padding: 1rem;
}
.profile-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-stat p {
  margin: 0.75rem 0 0.2rem;
}
.profile-stat h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}
.profile-panel {
  border-radius: 1.25rem;
  padding: 1.35rem;
}
.profile-upload {
  min-height: 280px;
  border: 2px dashed #c7d2fe;
  border-radius: 1rem;
  background: #f8fbff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.65rem;
  text-align: center;
  cursor: pointer;
  padding: 1rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.profile-upload:hover {
  border-color: var(--primary);
  background: #f5f3ff;
  transform: translateY(-1px);
}
.profile-upload img,
.profile-upload span {
  width: 128px;
  height: 128px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}
.profile-upload span {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), #22c55e);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
}
.profile-upload strong {
  color: #1f2937;
}
.transaction-row-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.transaction-row-actions .btn {
  border-radius: 999px;
  font-weight: 600;
  min-width: 82px;
}
@media (max-width: 991.98px) {
  .d-flex:has(> .sidebar) {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    min-height: auto;
    position: static;
  }
  .sidebar .nav {
    flex-direction: row !important;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
  .sidebar .nav-link {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  main {
    padding: 1rem !important;
  }
  .dashboard-hero {
    align-items: stretch;
    flex-direction: column;
  }
  .dashboard-actions .btn,
  .dashboard-quick-actions .btn {
    flex: 1 1 auto;
  }
  .report-hero {
    align-items: stretch;
    flex-direction: column;
  }
  .report-range {
    justify-content: flex-start;
  }
  .report-range .btn {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .profile-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .profile-meta {
    text-align: left;
    width: 100%;
  }
  .transaction-row-actions {
    justify-content: flex-start;
  }
}
@media print {
  body {
    background: #ffffff !important;
  }
  .sidebar,
  .transaction-toolbar,
  .transaction-search,
  .transaction-actions-cell {
    display: none !important;
  }
  main {
    min-height: auto;
    padding: 0 !important;
  }
  .card {
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    padding: 0 !important;
  }
  .table {
    font-size: 0.85rem;
  }
  .table th:last-child,
  .table td:last-child {
    display: none !important;
  }
}
