.sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 55px;
    background-color: white;
    width: 72px;
    z-index: 200;
    padding-top: 5px;
  }



   
  
   .sidebar-link {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  
  .sidebar-link:hover {
    background-color: rgb(235, 235, 235);
  }
  
  .sidebar-link img {
    height: 24px;
    margin-bottom: 4px;
  }
  
  .sidebar-link div {
    font-size: 10px;
  }


  .sidebar {
    width: 120px;
    height: 100%;
    background-color: #f4f4f4;
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar-link {
    
    align-items: center;
    margin-bottom: 15px;
  }

  .sidebar-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .toggle-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }







  .sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 55px;
    background-color: white;
    width: 72px;
    z-index: 200;
    padding-top: 5px;
  }


  
 
    .video-grid2{
      display: flex;
      flex-direction: column;
      column-gap: 16px;
      width: 416px;
      margin-left: -0px;
    }
   
  
   .sidebar-link {
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  
  .sidebar-link:hover {
    background-color: rgb(235, 235, 235);
  }
  
  .sidebar-link img {
    height: 24px;
    margin-bottom: 4px;
  }
  
  .sidebar-link div {
    font-size: 10px;
  }


  .sidebar {
    width: 120  px;
    height: 100%;
    background-color: #f4f4f4;
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar-link {
    
    align-items: center;
    margin-bottom: 15px;
  }

  .sidebar-link img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .toggle-btn {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }








  