/* === BLACK & WHITE ELEGANT THEME === */
:root {
  --pure-black: #000000;
  --deep-charcoal: #0a0a0a;
  --dark-graphite: #1a1a1a;
  --medium-gray: #2a2a2a;
  --light-gray: #404040;
  --silver: #666666;
  --light-silver: #999999;
  --off-white: #e0e0e0;
  --pure-white: #ffffff;
  --accent-gray: #8c8c8c;
}

.dashboard-body {
  background: var(--pure-black);
  color: var(--pure-white);
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Minimal Background */
.dashboard-body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.01) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* === CARDS === */
.dashboard-card {
  background: var(--dark-graphite);
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.dashboard-card:hover {
  transform: translateY(-2px);
  border-color: var(--silver);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.project-card {
  background: var(--dark-graphite);
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.project-card:hover {
  transform: translateY(-2px);
  border-color: var(--silver);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* === STAT CARDS === */
.stat-card {
  background: var(--dark-graphite);
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  animation: fadeInUp 0.6s ease forwards;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--pure-white), 
    var(--silver),
    var(--pure-white));
}

.stat-card i {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--pure-white);
}

.stat-card h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--pure-white);
  transition: all 0.3s ease;
}

.stat-card p {
  color: var(--light-silver);
  font-weight: 600;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* === BUTTONS === */
.btn-premium {
  background: var(--pure-white);
  border: none;
  border-radius: 8px;
  color: var(--pure-black);
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
  color: var(--pure-black);
}

.btn-outline-premium {
  background: transparent;
  border: 2px solid var(--pure-white);
  border-radius: 8px;
  color: var(--pure-white);
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease;
}

.btn-outline-premium:hover {
  background: var(--pure-white);
  color: var(--pure-black);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* === FIX NAVIGATION & LOGO === */
.navbar {
  background: var(--pure-black) !important;
  border-bottom: 1px solid var(--light-gray);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding: 0.5rem 0;
  min-height: 60px;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Fix Logo positioning - lebih rapi */
.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--pure-white) !important;
  padding: 0.25rem 0;
  margin: 0;
  line-height: 1;
}

.navbar-brand i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

/* Fix Navigation Pills - putih, bukan biru */
.nav-pills {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: var(--dark-graphite);
  padding: 0.4rem;
  border-radius: 10px;
  border: 1px solid var(--light-gray);
}

.nav-pills .nav-link {
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  color: var(--light-silver);
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-pills .nav-link.active {
  background: var(--pure-white) !important; /* PUTIH, bukan biru */
  color: var(--pure-black) !important; /* HITAM, bukan putih */
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.15);
}

.nav-pills .nav-link:hover:not(.active) {
  background: var(--medium-gray);
  color: var(--pure-white);
  border-color: var(--silver);
}

/* Fix Mobile Menu Toggle positioning */
.mobile-menu-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid var(--light-gray);
  border-radius: 6px;
  color: var(--pure-white);
  padding: 0.4rem;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1002;
}

.mobile-menu-toggle:hover {
  background: var(--medium-gray);
  border-color: var(--silver);
}

/* Fix User email styling */
#user-email {
  background: var(--dark-graphite);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--light-gray);
  color: var(--light-silver);
  font-size: 0.85rem;
  font-weight: 500;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Fix Logout button */
#logout-btn {
  background: transparent;
  border: 1px solid var(--light-gray);
  border-radius: 6px;
  color: var(--light-silver);
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  font-size: 0.85rem;
}

#logout-btn:hover {
  background: var(--pure-white);
  color: var(--pure-black);
  border-color: var(--pure-white);
}

/* === FIX LOADING STATE POSITION === */
.container[style*="padding-top: 100px"] {
  padding-top: 90px !important; /* Dikurangi sedikit */
  min-height: calc(100vh - 60px);
}

#loading-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

#loading-section .text-center {
  padding: 2rem;
}

#loading-section .spinner-border {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
  margin-bottom: 1rem;
}

#loading-section .text-silver-mist {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

/* === MOBILE RESPONSIVE FIXES === */
@media (max-width: 992px) {
  .navbar-nav.ms-auto {
    gap: 0.5rem;
  }
  
  #user-email {
    max-width: 150px;
    font-size: 0.8rem;
  }
  
  .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  /* Show mobile toggle */
  .mobile-menu-toggle {
    display: flex !important;
  }
  
  /* Hide regular navigation on mobile */
  .navbar-nav.ms-auto {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--pure-black);
    border-bottom: 1px solid var(--light-gray);
    padding: 1rem;
    flex-direction: column;
    gap: 0.75rem;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
  }
  
  .navbar-nav.ms-auto.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  /* Style nav pills for mobile */
  .nav-pills {
    flex-direction: column;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
    gap: 0.5rem;
  }
  
  .nav-pills .nav-link {
    width: 100%;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 0.75rem 1rem;
  }
  
  /* Adjust container padding for mobile */
  .container[style*="padding-top: 100px"] {
    padding-top: 80px !important;
  }
}

/* Hide mobile toggle on desktop */
@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

/* Ensure proper alignment */
.navbar-nav.ms-auto {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* === STATUS BADGES === */
.status-badge {
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
}

.status-new { 
  border-color: var(--pure-white); 
  color: var(--pure-white);
  background: rgba(255, 255, 255, 0.1);
}

.status-progress { 
  border-color: var(--silver); 
  color: var(--silver);
  background: rgba(255, 255, 255, 0.05);
}

.status-completed { 
  border-color: var(--light-silver); 
  color: var(--light-silver);
  background: rgba(255, 255, 255, 0.02);
}

.status-paid { 
  border-color: var(--light-silver); 
  color: var(--light-silver);
  background: rgba(255, 255, 255, 0.02);
}

.status-overdue { 
  border-color: var(--pure-white); 
  color: var(--pure-white);
  background: rgba(255, 255, 255, 0.1);
  animation: blink 1s infinite;
}

/* === AMOUNT BADGE === */
.amount-badge {
  background: var(--pure-white);
  color: var(--pure-black);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

/* === SKELETON LOADING === */
.skeleton-line {
  background: linear-gradient(90deg, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  border-radius: 4px;
}

/* === PROJECT DETAILS EXPAND === */
.project-details {
  max-height: 80px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-details.expanded {
  max-height: 400px;
}

.read-more {
  background: linear-gradient(transparent, var(--dark-graphite));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0 20px 0;
  text-align: center;
  transition: opacity 0.3s ease;
}

.read-more.hidden {
  opacity: 0;
  pointer-events: none;
}

.read-more-btn {
  color: var(--pure-white) !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
}

.read-more-btn:hover {
  color: var(--off-white) !important;
  transform: translateY(-2px);
}

/* === TOAST === */
.toast {
  background: var(--dark-graphite);
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.toast-success {
  border-left: 4px solid var(--light-silver);
}

.toast-error {
  border-left: 4px solid var(--pure-white);
}

.toast-info {
  border-left: 4px solid var(--silver);
}

.toast-warning {
  border-left: 4px solid var(--off-white);
}

/* === TEXT COLORS === */
.text-premium { color: var(--pure-white) !important; }
.text-silver-mist { color: var(--light-silver) !important; }
.text-electric-blue { color: var(--pure-white) !important; }
.text-success { color: var(--light-silver) !important; }
.text-danger { color: var(--pure-white) !important; }

/* === ENHANCED REFRESH BUTTON === */
.refresh-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid var(--pure-white);
  background: transparent;
  color: var(--pure-white);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.refresh-btn:hover {
  transform: rotate(45deg) scale(1.1);
  background: var(--pure-white);
  color: var(--pure-black);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
  border-color: var(--pure-white);
}

.refresh-btn:active {
  transform: rotate(90deg) scale(0.95);
}

.refresh-btn.loading {
  animation: spin 1s linear infinite;
  pointer-events: none;
}

/* Cache Indicator */
#projects-cache-indicator,
#invoices-cache-indicator {
  background: var(--dark-graphite);
  padding: 0.6rem 1rem;
  border-radius: 25px;
  border: 1px solid var(--light-gray);
  font-size: 0.8rem;
  min-width: 180px;
  text-align: center;
  color: var(--light-silver);
  transition: all 0.3s ease;
}

/* === ANIMATIONS === */
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0.7; }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.project-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.invoice-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .container {
    padding-top: 80px;
  }
  
  .stat-card {
    padding: 1rem;
  }
  
  .stat-card i {
    font-size: 1.5rem;
  }
  
  .stat-card h3 {
    font-size: 1.5rem;
  }
  
  .btn-premium,
  .btn-outline-premium {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  
  .refresh-btn {
    width: 38px;
    height: 38px;
  }
  
  #projects-cache-indicator,
  #invoices-cache-indicator {
    min-width: 150px;
    font-size: 0.75rem;
    padding: 0.5rem 0.8rem;
  }
}

/* === CUSTOM SCROLLBAR === */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--dark-graphite);
}

::-webkit-scrollbar-thumb {
  background: var(--silver);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--light-silver);
}

/* === TYPOGRAPHY ENHANCEMENT === */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800 !important;
  color: var(--pure-white) !important;
}

p, span, div {
  color: var(--off-white);
}

strong {
  color: var(--pure-white);
  font-weight: 800;
}

/* === FOCUS STATES === */
.btn:focus,
.nav-link:focus,
.refresh-btn:focus {
  outline: 2px solid var(--pure-white);
  outline-offset: 2px;
}

/* === LOADING STATES === */
.spinner-border {
  border-color: var(--pure-white) transparent transparent transparent;
}

/* === UTILITY CLASSES === */
.border-dark {
  border-color: var(--light-gray) !important;
}

.bg-dark {
  background-color: var(--dark-graphite) !important;
}

.text-muted {
  color: var(--light-silver) !important;
}

/* Ensure sections are properly hidden */
section {
  display: none;
}

section:first-of-type {
  display: block;
}
/* === PAYMENT MODAL SOLID BACKGROUND === */
.premium-payment-modal {
  background: #000000 !important;
  border: 2px solid #ffffff !important;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8) !important;
}

.premium-payment-modal .modal-content {
  background: #000000 !important;
  border-radius: 16px;
  border: 2px solid #ffffff !important;
}

.premium-payment-modal .modal-header {
  background: #1a1a1a !important;
  border-bottom: 2px solid #ffffff !important;
  padding: 1.5rem;
  border-radius: 14px 14px 0 0 !important;
}

.premium-payment-modal .modal-header .modal-title {
  color: #ffffff !important;
  font-weight: 900;
  font-size: 1.3rem;
}

.premium-payment-modal .modal-body {
  background: #000000 !important;
  padding: 2rem;
  color: #ffffff !important;
}

.premium-payment-modal .modal-footer {
  background: #1a1a1a !important;
  border-top: 2px solid #ffffff !important;
  padding: 1.5rem;
  border-radius: 0 0 14px 14px !important;
}

/* Payment Header - SOLID */
.payment-header {
  background: #1a1a1a !important;
  border: 2px solid #ffffff !important;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Bank Info Card - SOLID */
.bank-info-card {
  background: #1a1a1a !important;
  border: 2px solid #ffffff !important;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Transfer Methods - SOLID */
.transfer-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.method-item {
  background: #1a1a1a !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px;
  padding: 1.25rem;
  transition: all 0.3s ease;
}

.method-item:hover {
  background: #2a2a2a !important;
  transform: translateY(-2px);
}

/* Confirmation Info - SOLID */
.confirmation-info {
  background: #1a1a1a !important;
  border: 2px solid #ffffff !important;
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

/* Important Notes - SOLID */
.important-notes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.note-item {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #1a1a1a !important;
  border-radius: 8px;
  border-left: 4px solid #ffffff;
  border: 1px solid #ffffff !important;
}

/* Instruction Sections - SOLID */
.instruction-section {
  padding: 1.5rem;
  background: #1a1a1a !important;
  border: 2px solid #ffffff !important;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

/* === FORCE WHITE TEXT - READABLE === */
.premium-payment-modal,
.premium-payment-modal * {
  color: #ffffff !important;
}

.premium-payment-modal h1,
.premium-payment-modal h2,
.premium-payment-modal h3,
.premium-payment-modal h4,
.premium-payment-modal h5,
.premium-payment-modal h6,
.premium-payment-modal p,
.premium-payment-modal span,
.premium-payment-modal div,
.premium-payment-modal li,
.premium-payment-modal strong,
.premium-payment-modal em,
.premium-payment-modal small {
  color: #ffffff !important;
  font-weight: 600;
}

.premium-payment-modal strong {
  font-weight: 900 !important;
  background: #333333 !important;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Info items */
.info-item .label {
  color: #cccccc !important;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-item .value {
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 800;
}

/* Method steps */
.method-steps {
  color: #ffffff !important;
  margin: 0;
  padding-left: 1.5rem;
}

.method-steps li {
  color: #ffffff !important;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.method-steps strong {
  color: #ffffff !important;
  background: #333333 !important;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 800;
}

/* Buttons - HIGH CONTRAST */
.premium-payment-modal .btn {
  font-weight: 800 !important;
  border: 2px solid !important;
  padding: 0.75rem 1.5rem;
}

.premium-payment-modal .btn-outline-light {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.premium-payment-modal .btn-outline-light:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.premium-payment-modal .btn-premium {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}

.premium-payment-modal .btn-premium:hover {
  background: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #000000 !important;
}

.premium-payment-modal .btn-success {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 900 !important;
}

.premium-payment-modal .btn-success:hover {
  background: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #000000 !important;
}

/* Icons */
.premium-payment-modal .bi {
  color: #ffffff !important;
}

.premium-payment-modal .btn .bi {
  color: inherit !important;
}

/* Modal Backdrop - DARKER */
.modal-backdrop {
  background: rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(10px) !important;
}

/* Close Button */
.btn-close-white {
  filter: invert(1) !important;
  opacity: 1 !important;
}

.btn-close-white:hover {
  opacity: 0.8 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .premium-payment-modal .modal-body {
    padding: 1rem;
  }
  
  .instruction-section,
  .payment-header,
  .bank-info-card,
  .method-item,
  .confirmation-info {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .premium-payment-modal .btn {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }
}

/* Ensure no transparency */
.premium-payment-modal * {
  background-color: transparent !important;
}

.premium-payment-modal .modal-content {
  background: #000000 !important;
}

.premium-payment-modal .modal-header {
  background: #1a1a1a !important;
}

.premium-payment-modal .modal-body {
  background: #000000 !important;
}

.premium-payment-modal .modal-footer {
  background: #1a1a1a !important;
}

.premium-payment-modal .payment-header,
.premium-payment-modal .bank-info-card,
.premium-payment-modal .method-item,
.premium-payment-modal .confirmation-info,
.premium-payment-modal .instruction-section,
.premium-payment-modal .note-item {
  background: #1a1a1a !important;
}
/* Agreement & Handover skeleton loader */
#agreement-skeleton-loader,
#handover-skeleton-loader {
    /* Gunakan style yang sama seperti projects-skeleton-loader */
}