.sidebar-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 18px #fff5dc;
  margin-bottom: 30px;
}

.sidebar-box h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
}

.download-btn {
  display: flex;
  align-items: center;
  background: #ce5315;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: background 0.3s ease;
  font-weight: bold;
}

.download-btn:hover {
  background: #ce5315;
  text-decoration: none;
  color: #fff;
}

.download-btn i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.view-btn {
  display: flex;
  align-items: center;
  background: #259516;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 12px;
  transition: background 0.3s ease;
  font-weight: bold;
}

.view-btn:hover {
  background: #259516;
  text-decoration: none;
  color: #fff;
}

.view-btn i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.stats-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 15px;
}

.stats-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  padding: 8px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.stats-list li i {
  color: #000;
  margin-right: 10px;
  font-weight: bold;
}

.stats-list span {
  font-weight: 600;
  color: #007bff;
}

#course-content .course-content-area .sidebar .left-links {
  box-shadow: 0 0 10px 10px #ffffff !important;
}
#course-content .course-content-area .sidebar .left-links .links-list li {
  border-bottom: 0px !important;
}
#course-content
  .course-content-area
  .sidebar
  .left-links
  .links-list
  li:nth-child(odd) {
  background-color: #86848a; /* light gray */
}

#course-content
  .course-content-area
  .sidebar
  .left-links
  .links-list
  li:nth-child(even) {
  background-color: #86848a; /* light blue */
}

#course-content .course-content-area .sidebar .left-links .links-list li {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
}

#course-content .course-content-area .sidebar .left-links .links-list li:hover {
  background-color: #d1ecf1; /* hover effect */
}

.sidebar .menu li a {
  color: #3078a5 !important;
  display: block;
  font-weight: bold;
  padding: 7px 0px 5px 40px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid #e1e1e1;
}

.views {
  margin-top: 20px;
  font-weight: 500;
}

p {
  font-size: 17px;
}

.article-desc h4 {
  font-size: 17px;
}

.article-desc li {
  font-size: 17px;
}

.dynamicheaders li {
}

.active {
  color: rgb(248, 81, 2);
}

.text-tiny {
  position: relative;
  font-size: 12px;
  top: 10pt;
  top: -0.5em;
}

.downloads {
  font-weight: 600;
  margin-top: 5px;
}

.parent-cls[data-for="abstract"] {
  background: #e9ffd2 !important;
  border-radius: 10px;
}

.parent-cls[data-for="abstract"] p {
  padding: 0px 10px !important;
}
h2 {
  font-size: 22px !important;
}
