.bodyLogin {
  background: linear-gradient(135deg, #2c1810, #4a3c2a, #3d2c1e);
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #c5c6c7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.bodyLogin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(229, 178, 93, 0.1) 0%, transparent 70%);
  animation: pulse 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.1); }
  100% { opacity: 0.5; transform: scale(1); }
}

.bodyclass { 
  background-color: #d7ccea;
  background-size: 300% 300%;
  animation: solanaGradient 15s ease infinite;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #c5c6c7;
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}

/* Animate gradient */
@keyframes solanaGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
} 

  
  .container {
    margin-top: 40px;
  }
  .table th {
    background-color: #d1c44e;
    color: rgb(10, 0, 0);
    text-align: center; 
  }
  
  .quick-links .card {
    border: 1px solid #dee2e6;
    border-radius: 1rem; 
  }
  .system-usage-card {
    max-width: 500px;
    margin: 40px auto;
    border-radius: 1rem;
    background: linear-gradient(to right, #f8d7da, #f1f1f1);
    border: none;
  }
  .system-usage-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #dc3545;
  }
  .system-usage-card p {
    font-size: 1.1rem;
  }
  .highlight {
    font-weight: bold;
    color: #212529;
  }
  .text-warning{
    color : rgb(201 168 72) !important;
  }
  .yellow-stroke-text {  
    color : rgb(104, 173, 107) !important; 
  }


  .login-wrapper { 
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .login-card {
    width: 100%;
    max-width: 400px;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background-color: rgba(31, 40, 51, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .login-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
  }

  .login-header {
    background-color: rgba(11, 12, 16, 0.9);
    color: #e5b25d !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: center;
    padding: 1.2rem;
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(229, 178, 93, 0.2);
  }

  .form-label {
    color: #e5b25d;
    font-weight: 500;
  }

  .form-control {
    background-color: rgba(11, 12, 16, 0.8);
    color: #ffffff !important;
    border: 1px solid rgba(229, 178, 93, 0.3);
    border-radius: 10px;
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
  }

  .form-control:focus {
    background-color: rgba(11, 12, 16, 0.9);
    border-color: #e5b25d;
    box-shadow: 0 0 0 0.25rem rgba(229, 178, 93, 0.25);
  }

  .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .btn-login {
    background-color: #e5b25d !important;
    border: none;
    border-radius: 10px;
    color: #1a120b;
    font-weight: bold;
    padding: 0.8rem;
    transition: all 0.3s ease;
  }

  .btn-login:hover {
    background-color: #d4a14c !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(229, 178, 93, 0.3);
  }

  .error-message {
    font-size: 0.9rem;
    color: #ff6b6b;
    text-align: center;
    background-color: rgba(255, 107, 107, 0.1);
    padding: 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 107, 107, 0.2);
  }

  .brand {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #e5b25d !important;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  footer {
    text-align: center;
    padding: 1rem;
    background-color: rgba(11, 12, 16, 0.9);
    color: #888;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  footer span {
    color: #e5b25d !important;
  }

  footer a {
    color: #e5b25d !important;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  footer a:hover {
    color: #d4a14c !important;
    text-decoration: underline;
  }

   .welcome-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.2em 0.5em;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
      0 4px 30px rgba(0, 0, 0, 0.1),
      0 0 10px rgba(255, 255, 255, 0.6);
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.9),
      0 0 10px rgba(255, 255, 255, 0.7);
    user-select: none;
  }

  /* Optional gradient text variant */
  .welcome-gradient {
    background: linear-gradient(45deg, #00ffff, #0077ff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
.glassy-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #ffffffdd;
  background: linear-gradient(135deg, #FF9800 0%, #08062c 50%, #4338ca 100%) !important;
  padding: 2rem 3rem;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 20px rgba(0, 150, 255, 0.6),
    inset 0 0 20px rgba(255, 255, 255, 0.2),
    0 8px 32px rgba(0, 0, 0, 0.1);
  display: inline-block;
  line-height: 1.2;
  user-select: none;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.glassy-heading:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 30px rgba(0, 150, 255, 0.8),
    inset 0 0 25px rgba(255, 255, 255, 0.3),
    0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Shine effect */
.glassy-heading span {
  position: relative;
  display: inline-block;
  color: #00d8ff;
  background: linear-gradient(90deg, #00eaff, #0066ff, #00eaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

/* Welcome text styling */
.welcome-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.brand-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  background: linear-gradient(135deg, #00eaff, #0066ff, #00eaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  animation: glow 2s ease-in-out infinite alternate;
  display: block;
  margin-top: 0.5rem;
}

@keyframes glow {
  from {
    filter: drop-shadow(0 0 5px rgba(0, 234, 255, 0.5));
  }
  to {
    filter: drop-shadow(0 0 20px rgba(0, 234, 255, 0.8));
  }
}

/* Logo image enhancement */
.glassy-heading img {
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.glassy-heading img:hover {
  transform: scale(1.05) rotate(2deg);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .glassy-heading {
    padding: 1.5rem 2rem;
    font-size: 2.5rem;
  }
  
  .welcome-text {
    font-size: 1.4rem;
  }
  
  .brand-name {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}

@keyframes shine {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}

    .card-title {
      font-size: 1.2rem;
      font-weight: 700;
    }

    .card-text {
      font-size: 1.5rem;
    }

    .card {
      border-radius: 12px;
    }

   

    .welcome-heading {
      font-weight: 700;
    }
 
     .link-item-dark {
      display: block;
      color: #f8f9fa;
      text-decoration: none;
      padding: 0.5rem 1rem;
      transition: background 0.2s;
      font-weight: 500;
    }

    .link-item-dark:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff;
    }

    .sidebar-card {
      background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 50%, #c4b5fd 100%);
      border: 2px solid #7c3aed;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 8px 32px rgba(139, 92, 246, 0.3);
      backdrop-filter: blur(10px);
      position: relative;
      overflow: hidden;
    }

    .sidebar-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      transition: left 0.5s;
    }

    .sidebar-card:hover::before {
      left: 100%;
    }

    .sidebar-title {
      color: #ffffff;
      font-weight: 900;
      text-align: center;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
      font-size: 1.8rem;
      position: relative;
      font-style: italic;
      -webkit-text-stroke: 1px #2d1b69;
      text-stroke: 1px #2d1b69;
      letter-spacing: 1px;
    }

    .sidebar-title::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, #8b5cf6, #a78bfa, #c4b5fd);
      border-radius: 2px;
      animation: shimmer 2s infinite;
    }

    @keyframes shimmer {
      0% { background-position: -100px 0; }
      100% { background-position: 200px 0; }
    }

    /* Animated Sidebar Menu */
    .animated-sidebar-menu {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sidebar-item {
      margin-bottom: 8px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .sidebar-item:hover {
      transform: translateX(8px) scale(1.02);
      background: rgba(255, 255, 255, 0.1);
      border-color: #8b5cf6;
      box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
    }

    .sidebar-link {
      display: flex;
      align-items: center;
      padding: 16px 20px;
      color: #ffffff;
      text-decoration: none;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-weight: 800;
      font-size: 1.1rem;
      letter-spacing: 1px;
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
      font-style: italic;
      -webkit-text-stroke: 0.5px #2d1b69;
      text-stroke: 0.5px #2d1b69;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    .sidebar-link:hover {
      color: #ffffff;
      text-decoration: none;
    }

    .sidebar-link .icon {
      font-size: 1.6rem;
      margin-right: 15px;
      min-width: 24px;
      text-align: center;
      transition: transform 0.3s ease;
      -webkit-text-stroke: 0.5px #2d1b69;
      text-stroke: 0.5px #2d1b69;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }

    .sidebar-item:hover .icon {
      transform: scale(1.2) rotate(5deg);
    }

    .sidebar-link .text {
      flex: 1;
      position: relative;
      z-index: 2;
      transition: all 0.3s ease;
    }

    .sidebar-item:hover .text {
      transform: translateX(5px);
      font-weight: 900;
    }

    .hover-effect {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, 
        transparent, 
        rgba(139, 92, 246, 0.2), 
        rgba(167, 139, 250, 0.3), 
        rgba(139, 92, 246, 0.2), 
        transparent
      );
      transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1;
    }

    .sidebar-item:hover .hover-effect {
      left: 100%;
    }

    /* Active state animation */
    .sidebar-item.active {
      background: rgba(139, 92, 246, 0.2);
      border-color: #8b5cf6;
      transform: translateX(5px);
    }

    .sidebar-item.active .text {
      font-weight: 900;
      color: #8b5cf6;
      -webkit-text-stroke: 0.5px #2d1b69;
      text-stroke: 0.5px #2d1b69;
    }

    /* Entrance animation for menu items */
    .sidebar-item {
      animation: slideInLeft 0.6s ease forwards;
      opacity: 0;
      transform: translateX(-30px);
    }

    .sidebar-item:nth-child(1) { animation-delay: 0.1s; }
    .sidebar-item:nth-child(2) { animation-delay: 0.2s; }
    .sidebar-item:nth-child(3) { animation-delay: 0.3s; }
    .sidebar-item:nth-child(4) { animation-delay: 0.4s; }
    .sidebar-item:nth-child(5) { animation-delay: 0.5s; }
    .sidebar-item:nth-child(6) { animation-delay: 0.6s; }
    .sidebar-item:nth-child(7) { animation-delay: 0.7s; }
    .sidebar-item:nth-child(8) { animation-delay: 0.8s; }

    @keyframes slideInLeft {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* Pulse animation for active items */
    @keyframes pulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.7); }
      50% { box-shadow: 0 0 0 10px rgba(139, 92, 246, 0); }
    }

    .sidebar-item.active {
      animation: pulse 2s infinite;
    }

    /* Glow effect on hover */
    .sidebar-item:hover {
      box-shadow: 
        0 8px 25px rgba(139, 92, 246, 0.3),
        0 0 20px rgba(139, 92, 246, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .sidebar-item:hover {
        transform: translateX(4px) scale(1.01);
      }
      
      .sidebar-link {
        padding: 14px 16px;
        font-size: 0.9rem;
      }
      
      .sidebar-link .icon {
        font-size: 1.1rem;
        margin-right: 12px;
      }
    }

    /* Enhanced animations and effects */
    .sidebar-card {
      animation: cardFloat 3s ease-in-out infinite;
    }

    @keyframes cardFloat {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-5px); }
    }

    /* Glowing border effect */
    .sidebar-card::after {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: linear-gradient(45deg, #8b5cf6, #a78bfa, #c4b5fd, #ddd6fe);
      border-radius: 17px;
      z-index: -1;
      animation: borderGlow 3s linear infinite;
      background-size: 400% 400%;
    }

    @keyframes borderGlow {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    /* Enhanced hover effects for menu items */
    .sidebar-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at center, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 12px;
    }

    .sidebar-item:hover::before {
      opacity: 1;
    }

    /* Text glow effect on hover */
    .sidebar-item:hover .text {
      text-shadow: 0 0 10px rgba(139, 92, 246, 0.8);
    }

    /* Icon bounce animation */
    .sidebar-item:hover .icon {
      animation: iconBounce 0.6s ease;
    }

    @keyframes iconBounce {
      0%, 20%, 50%, 80%, 100% { transform: scale(1.2) rotate(5deg); }
      40% { transform: scale(1.3) rotate(10deg); }
      60% { transform: scale(1.25) rotate(7deg); }
    }

    /* Ripple effect on click */
    .sidebar-link:active::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      background: rgba(139, 92, 246, 0.3);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      animation: ripple 0.6s ease-out;
    }

    @keyframes ripple {
      to {
        width: 200px;
        height: 200px;
        opacity: 0;
      }
    }

    /* Staggered entrance animation for admin sidebar */
    .animated-sidebar-menu .sidebar-item:nth-child(9) { animation-delay: 0.9s; }
    .animated-sidebar-menu .sidebar-item:nth-child(10) { animation-delay: 1.0s; }
    .animated-sidebar-menu .sidebar-item:nth-child(11) { animation-delay: 1.1s; }
    .animated-sidebar-menu .sidebar-item:nth-child(12) { animation-delay: 1.2s; }
    .animated-sidebar-menu .sidebar-item:nth-child(13) { animation-delay: 1.3s; }

/* Beautiful Navigation Styling */
.custom-navbar {
  background: linear-gradient(135deg, #FF9800 0%, #08062c 50%, #4338ca 100%) !important;
  border-bottom: 3px solid #8b5cf6;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.custom-navbar .navbar-brand {
  font-size: 1.8rem;
  font-weight: 900;
  font-style: italic;
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  -webkit-text-stroke: 1px #2d1b69;
  text-stroke: 1px #2d1b69;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.custom-navbar .navbar-brand::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.custom-navbar .navbar-brand:hover::before {
  left: 100%;
}

.custom-navbar .navbar-brand:hover {
  transform: scale(1.05);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.custom-navbar .nav-link {
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  color: #e0e7ff !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-text-stroke: 0.3px #2d1b69;
  text-stroke: 0.3px #2d1b69;
  letter-spacing: 1px;
  padding: 12px 20px !important;
  margin: 0 5px;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.custom-navbar .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(167, 139, 250, 0.2));
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-navbar .nav-link:hover::before {
  opacity: 1;
}

.custom-navbar .nav-link:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(167, 139, 250, 0.3));
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
  -webkit-text-stroke: 0.5px #2d1b69;
  text-stroke: 0.5px #2d1b69;
}

.custom-navbar .nav-link.active {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(167, 139, 250, 0.4));
  color: #ffffff !important;
  border: 2px solid #8b5cf6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
  -webkit-text-stroke: 0.5px #2d1b69;
  text-stroke: 0.5px #2d1b69;
}

.custom-navbar .btn {
  font-weight: 700;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  padding: 8px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-text-stroke: 0.3px #2d1b69;
  text-stroke: 0.3px #2d1b69;
}

.custom-navbar .btn-outline-success {
  color: #a78bfa !important;
  border-color: #8b5cf6;
  background: transparent;
}

.custom-navbar .btn-outline-success:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
  border-color: #8b5cf6;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
  -webkit-text-stroke: 0.5px #2d1b69;
  text-stroke: 0.5px #2d1b69;
}

.custom-navbar .btn-success {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa);
  border-color: #8b5cf6;
  color: #ffffff !important;
}

.custom-navbar .btn-success:hover {
  background: linear-gradient(135deg, #7c3aed, #8b5cf6);
  border-color: #7c3aed;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.4);
  -webkit-text-stroke: 0.5px #2d1b69;
  text-stroke: 0.5px #2d1b69;
}

.custom-navbar .navbar-toggler {
  border: 2px solid #8b5cf6;
  border-radius: 10px;
  padding: 8px 12px;
}

.custom-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
}

.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(139, 92, 246, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navigation animations */
@keyframes navItemSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-navbar .nav-item {
  animation: navItemSlideIn 0.6s ease forwards;
  opacity: 0;
}

.custom-navbar .nav-item:nth-child(1) { animation-delay: 0.1s; }
.custom-navbar .nav-item:nth-child(2) { animation-delay: 0.2s; }
.custom-navbar .nav-item:nth-child(3) { animation-delay: 0.3s; }
.custom-navbar .nav-item:nth-child(4) { animation-delay: 0.4s; }
.custom-navbar .nav-item:nth-child(5) { animation-delay: 0.5s; }

/* Navigation icon and text styling */
.custom-navbar .nav-icon {
  font-size: 1.2rem;
  margin-right: 8px;
  display: inline-block;
  transition: all 0.3s ease;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6));
}

.custom-navbar .nav-text {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.custom-navbar .nav-link:hover .nav-icon {
  transform: scale(1.2) rotate(5deg);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
}

.custom-navbar .nav-link.active .nav-icon {
  animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Enhanced button styling */
.custom-navbar .btn-outline-success,
.custom-navbar .btn-success {
  position: relative;
  overflow: hidden;
}

.custom-navbar .btn-outline-success::before,
.custom-navbar .btn-success::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.custom-navbar .btn-outline-success:hover::before,
.custom-navbar .btn-success:hover::before {
  left: 100%;
}

/* Dashboard Cards - Beautiful Modern Design */
.dashboard-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.dashboard-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dashboard-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.dashboard-card:hover::before {
  opacity: 1;
}

/* Card Icons */
.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}

.card-icon i {
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 3;
}

.card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

.card-value {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.25rem;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}

.card-subtitle {
  font-size: 0.8rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

/* Individual Card Themes */
.wallet-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.wallet-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.wallet-card .card-icon {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
}

.balance-card {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  position: relative;
}

.balance-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.balance-card .card-icon {
  background: linear-gradient(135deg, rgba(240, 147, 251, 0.8), rgba(245, 87, 108, 0.8));
}

.wallets-card {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  position: relative;
}

.wallets-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.wallets-card .card-icon {
  background: linear-gradient(135deg, rgba(79, 172, 254, 0.8), rgba(0, 242, 254, 0.8));
}

.bundler-card {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  position: relative;
}

.bundler-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.bundler-card .card-icon {
  background: linear-gradient(135deg, rgba(67, 233, 123, 0.8), rgba(56, 249, 215, 0.8));
}

.volume-card {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  position: relative;
}

.volume-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.volume-card .card-icon {
  background: linear-gradient(135deg, rgba(250, 112, 154, 0.8), rgba(254, 225, 64, 0.8));
}

.subscription-card {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  position: relative;
}

.subscription-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  border-radius: 20px;
  pointer-events: none;
}

.subscription-card .card-icon {
  background: linear-gradient(135deg, rgba(168, 237, 234, 0.8), rgba(254, 214, 227, 0.8));
}

/* Hover Effects for Each Card */
.wallet-card:hover {
  box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.balance-card:hover {
  box-shadow: 0 20px 40px rgba(240, 147, 251, 0.3);
}

.wallets-card:hover {
  box-shadow: 0 20px 40px rgba(79, 172, 254, 0.3);
}

.bundler-card:hover {
  box-shadow: 0 20px 40px rgba(67, 233, 123, 0.3);
}

.volume-card:hover {
  box-shadow: 0 20px 40px rgba(250, 112, 154, 0.3);
}

.subscription-card:hover {
  box-shadow: 0 20px 40px rgba(168, 237, 234, 0.3);
}

/* Logo Container Styles */
.logo-container {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.logo-container img {
  transition: all 0.3s ease;
}

.logo-container:hover img {
  transform: scale(1.05);
}

.logo-fallback {
  background: linear-gradient(135deg, #667eea, #764ba2) !important;
  color: white !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-card {
    min-height: 160px;
    padding: 1.25rem;
  }
  
  .card-icon {
    width: 50px;
    height: 50px;
  }
  
  .card-icon i {
    font-size: 1.5rem;
  }
  
  .card-value {
    font-size: 1.75rem;
  }
  
  .card-title {
    font-size: 0.85rem;
  }
}

/* Animation for card values */
.card-value span {
  display: inline-block;
  animation: fadeInUp 0.6s ease-out;
}

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

/* Loading state for dynamic values */
.card-value.loading {
  position: relative;
}

.card-value.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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