.nav .nav-item a {
  font: 500 19px / normal "Kalpurush";
  color: #000;
}

.contentSection {
  padding: 1.5rem 1rem;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.contentSection .contentTitle {
  font: 700 22px / normal "Kalpurush";
  color: #000;
}

.contentSection .contentInfo {
  font: 500 18px / normal "Kalpurush";
  color: #000;
}

#videoListContainer .video-item {
  width: 300px;
  height: fit-content;
  margin: 0;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  padding: 5px;
  text-align: center;
  border-color: #cccccc;
}

#videoListContainer .video-item.active {
  color: #007bff;
  box-shadow: 0px 0px 12px 0px #888888;
}

#videoListContainer .video-item img {
  height: 120px;
  object-fit: cover;
  border-radius: 0.5rem;
}

#videoListContainer .video-item p {
  margin: 5px 0;
  font: 500 16px / normal "Kalpurush";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#videoNav .nav-link.active {
  color: #007bff;
}