  /* Sidebar */
  .sidebar {
    position: fixed;
    left: 0;
    top: 55px;
    bottom: 0;
    width: 80px;
    background-color: white;
    border-right: 1px solid rgb(211, 211, 211);
    z-index: 100%;
  }

  .sidebar-link{
    height: 74px;
    justify-content:center;
align-items:center;
display:flex;
flex-direction:column;
cursor: pointer;
  }

  .sidebar-link:hover{
    background-color: rgb(240, 240, 240);
  }

  .sidebar-link img{
height:24px;

  }

  .sidebar-link div{
    font-size:10px;
    font-family: "roboto", Arial, Helvetica, sans-serif;
  margin:8px;
font-weight:550;
  }