.admin-icon {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000; /* Ensure it's on top of other elements */
  }
  
  .admin-icon a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
  }
  
  .admin-icon a:hover {
    color: #007bff;
  }
  
  @media (max-width: 768px) {
    .admin-icon {
      left: 320px;
      margin-top: 10px;
    }
  }
  