
    body {
      padding-top: 90px; /* Add padding-top to accommodate fixed header */
      background-image: url('/img/admin-bg-3.jpg'); /* Path to your background image */
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    .fixed-top {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
    }
    .btn-primary {
      background-color: #7340ED; 
      border-color: #7340ED; 
    }
    .btn-primary:hover {
      background-color: #5F2EEA; 
      border-color: #5F2EEA; 
    }
  