.sidebar-item {
    margin: 10px;
}


/* Adjust height of the cell output in user notebooks*/
.cell-output {
  max-height: 500px;
  overflow-y: auto; 
  overflow-x: auto; 
  background-color:#fefdfe;
}
 

/* Make sure logo sits above tools */
.sidebar-logo-link {
  display: block;
  width: 100%;
  margin-bottom: 10px; /* space between logo and tools */
}

/* Make tools stack below logo */
.sidebar-tools-main {
  display: block;
  margin-top: 10px; /* optional extra spacing */
  text-align: center; /* center the icons under the logo */
}

/* Adjust logo size & centering */
.sidebar-logo {
  max-height: 200px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}



/* .sidebar-item-text::before {
    content: '>'
} */

.content {
    padding: 0 48px 0 12px;
}
