.sidebar {
  height: 100vh;
  width: 340px;
  background: #7386D5;
  color: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.sidebar-header {
  margin-top: 15px;
  margin-left: 20px;
}

#outer_canvas{
  margin-left: 340px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-control{
	margin-left: 20px;
}

/* body {
  background-color: #2269A4;
} */
