.sidebar-unit {
  position: relative;
  z-index: 1;
  box-shadow: 4px 0px 50px 0px rgba(0, 0, 0, 0.1);
  /* min-width: 248px; */
  max-width: 270px;
}

.sidebar-unit-menu {
  position: sticky;
  top: 138px;
  height: calc(100vh - 138px);
  overflow: auto;
}

.sidebar-unit-name {
  position: sticky;
  top: 64px;
}

.pb-20 {
  padding-bottom: 20px;
}

.chapter-item {
  color: var(--Blue, #004DA9);
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.chapter-item:hover {
  cursor: pointer;
}

/* .unit-list-content li{
  padding: 8px 52px 8px 24px;
} */

.unit-item {
  color: var(--Neutral04, #4D4D4D);
  font-size: 1rem;
  line-height: 120%;
  padding: 0.5rem 3.25rem 0.5rem 1.5rem;
}

.unit-list-content li:hover,
.unit-list-content li.active {
  background: rgba(204, 58, 61, 0.04);
}

.unit-list-content li:hover .unit-item,
.unit-item.active {
  color: var(--Primarycolor, #CC3A3D);
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}
