.sidebar{
  width: 260px; 
  background-color: var(--side-bar-color);
  padding-top: 100px;
  position: fixed;
  overflow-y: auto;
  height: 100vh;
  left: 10px;
}

.holder h4{
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 0;
  /* color: rgba(0, 0, 0, .55); */
}

.line{
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 10%;
  margin-top: 10px;
}

.accordion {
  margin-top: 20px;
}

.accordion-body ul{
  padding: 0;
}

.accordion-body{
  padding: 0px;
}

.filter-icon{
  width: 20px;
}

.accordion-body li{
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.082);
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, .55);
}

label{
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.checkbox{
  cursor: pointer;
  height: 20px;
  width: 20px;
  accent-color: rgb(121, 214, 178);
  margin-right: 10px;
}

.accordion-button{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
}

.search-lesson{
  padding: 7px;
  font-size: 1.1rem;
  font-size: 1.3rem;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.39);
  outline: none;
  width: 100%;
  border-radius: 3px;
}

.search-lesson:focus{
   border: 2px solid rgba(0, 0, 0, 0.877);
}

.holder-for-input{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.search-icon{
  width: 30px;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
  cursor: pointer;
}


@media (max-height: 700px){


  .sidebar{
    width: 200px; 
  }
  
  .holder h4{
    font-size: 1rem;
  }

  .accordion-button{
    font-size: 1rem;
  }
  
  .search-lesson{
    font-size: 1rem;
    font-size: 1rem;
  }
  
  .accordion-button{
    font-size: 1rem;
  }
  
  label{
    width: 100%;
    padding: 5px;
    cursor: pointer;
    font-size: .8rem;
  }

  .accordion-button{
    font-size: .8rem !important;
    padding: 6px;
  }


}

@media (max-height: 900px){
  .worksheet{
    zoom: 0.8;
  }
}