/* The sidebar menu */
.sidebar {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #7FFFD4; /* aquamarine */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* the automation section */
.autoDisplay {
  display: none
}

/*all click upgrades*/
.click_upgrade {
    border: solid red 2px;
    width: 500px;
}
