#rec849623026 {
  position: fixed; /* Keeps the sidebar fixed */
  left: 0 !important; /* Forces the sidebar to the far left */
  top: 0; /* Aligns it to the top of the viewport */
  margin: 0 !important; /* Removes any extra margins */
  padding: 0 !important; /* Removes any padding */
  z-index: 10; /* Ensures it stays on top of other elements */
}
