.row {
  margin-right: 0px;
  margin-left: 0px;
}

.manuel-image {
  border-radius: 15px;
  width: 100%;
  height: 20%;
  padding: 8% !important;
  object-fit: cover;
}

.video-details-container {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.video-player {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.video-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.video-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: start;
}

.teacher-info {
  display: flex;
  align-items: center;
}

.teacher-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 10px;
}

.like-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-left: 15px;
}

.likes-count {
  margin-left: 10px;
}

.more-video-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.shepherd-button-next {
  background-color: var(--primary) !important;
  color: white;
}

.shepherd-element {
  border-radius: 35px;
  border: 2px solid var(--primary);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  max-width: 400px;
  font-family: "Tajawal", sans-serif !important;
  text-align: center;
}

.shepherd-element .shepherd-text {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
  line-height: 1.5;
}

.shepherd-arrow:before {
  content: url("/assets/default/icons/click.png") !important;
  transform: scale(0.07) rotate(0deg) !important;
  top: -23px !important;
  left: 15px !important;
}

.shepherd-arrow {
  background-color: white !important;
}

.scrollable-manuels {
  max-height: 87vh;
  overflow-y: auto;
  padding: 5px;
}

#followersCount {
  color: rgb(167, 167, 167);
}

.btn-group {
  margin-right: 10px;
}

.follow-form {
  display: inline;
  margin-right: 10px;
}
