.container {
  display: flex;
  padding: 40px 65px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: -webkit-fill-available;
}

li{
  list-style: none;
}
.container .header-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.container .header-container .flex-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.container .header-container .flex-text .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.container .header-container .flex-text .description {
  color: #adb5bd;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 876px;
}

.container .header-container .flex-upgrade {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  justify-content: center;
  border-radius: 34.211px;
  border-bottom: 1.368px solid #654df8;
  background: #030303;
  width: 190.211px;
  height: 52px;
  color: #fff;
  font-family: Poppins;
  font-size: 16.421px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

.container .header-container .flex-upgrade div {
  position: absolute;
  left: 0;
  width: 171.053px;
  height: 171.053px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.13);
  filter: blur(42.900001525878906px);
  transition: 0.5s;
}

.container .header-container .flex-upgrade:hover div {
  transform: translateX(50px);
  background: rgba(255, 255, 255, 0.185);
}

.container .body-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.container .body-container .flex-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.container .body-container .flex-left .flex-new-course {
  display: flex;
  padding: 23px 38px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  width: -webkit-fill-available;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.container .body-container .flex-left .flex-new-course .flex-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.container .body-container .flex-left .flex-new-course .flex-text .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.container .body-container .flex-left .flex-new-course .flex-text .description {
  max-width: 460px;
  color: #adb5bd;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container .body-container .flex-left .flex-new-course .start-btn {
  border: 0;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  background: #654df8;
  box-shadow: 0px 0px 15px 0px rgba(101, 77, 248, 0.49);
  display: flex;
  padding: 8px 27px;
  align-items: flex-start;
  gap: 9px;
  color: #fff;
  font-family: Poppins;
  font-size: 16.421px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.container .body-container .flex-left .flex-new-course .start-btn:hover {
  transform: translateY(-3px);
  border-bottom: 2px solid white;
  transition: 0.3s;
}

.container .body-container .flex-left .flex-new-course .start-btn span {
  position: relative;
  z-index: 1;
}

.container .body-container .flex-left .flex-new-course .start-btn div {
  background: rgba(247, 37, 251, 0.31);
  filter: blur(22.350000381469727px);
  width: 114px;
  height: 114px;
  position: absolute;
  left: -45px;
  top: -59px;
  z-index: 0;
}

.container .body-container .flex-left .flex-carousel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
}

.container .body-container .flex-left .flex-carousel .flex-carousel-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
  flex: 1;
}

.container .body-container ul {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
}

.container .body-container ul li button {
    display: flex;
    height: 43px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #adb5bd;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    border: 0;
}

.container .body-container ul li button.active {
    border-bottom: 2px solid #654df8;
    color: white;
}

.container .body-container ul li:hover {
    color: white;
    cursor: pointer;
}

.container
  .body-container
  .flex-left
  .flex-carousel
  .flex-carousel-actions
  .flex-buttons {
  display: flex;
  align-items: center;
  gap: 13px;
}

.flex-lessons {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: -webkit-fill-available;
  border-radius: 20px;
  gap: 20px;
  background: #ffffff0f;
  padding: 25px;
  height: -webkit-fill-available;
  overflow-y: scroll;
  overflow-x: hidden;
}

.flex-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}

.vocal {
  background: linear-gradient(90deg, #352254 0%, #3c1770 100%);
  border: 1px solid rgba(255, 255, 255, 0.47);
  border-radius: 20px;
  height: 90px;
  width: 100%;
  position: relative;
}

.vocal_center {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  width: 100%;
  position: relative;
}

.vocal_div {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.vocal_left {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 80px;
}

.vocal_right {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  width: 65px;
}

.container-play {
  background: linear-gradient(99.84deg, #8e58ff24 -36.4%, #9747ff 131.27%);
  border-radius: 12px;
  box-shadow: 0 0 20px rgb(127 5 212 / 50%);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.speed-control,
.loop-control {
  background: linear-gradient(95deg, #8e58ff, #5c18e1);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.speed-control.active,
.loop-control.active {
  background: linear-gradient(95deg, #ffce72, #c105ff);
}

.speed-control:hover,
.loop-control:hover {
  transform: scale(1.1);
  background: linear-gradient(95deg, #d076ff, #8e58ff);
}

.new-vocal {
  position: absolute;
  left: -1.6%;
  top: 8.3%;
  background-color: #721ae5;
  font-size: 10px;
  border-radius: 20px;
  transform-origin: left;
  color: white;
  transform: rotate(326deg);
  padding: 5px 15px;
}

.number_text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* The title text element */
.text_title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.3s ease;
  flex: 1;
  min-width: 200px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.slider {
  -webkit-appearance: none;
  background: #ffffff8a;
  border-radius: 25px;
  cursor: pointer;
  height: 2px;
  width: 100%;
}

.slider::-moz-range-thumb {
  background: #d7c5c5;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #d7c5c5;
  border-radius: 50%;
  cursor: pointer;
  height: 13px;
  width: 13px;
}

.slider_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
  padding: 0px 0.3rem;
  width: 100%;
}

.number_div {
  align-items: center;
  color: white;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 0;
  font-family: "Poppins";
}

.input-search-container {
	display: flex;
	width: 530px;
	padding: 12px 15px;
	align-items: center;
	gap: 21px;
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid rgba(255,255,255,0.33);
}

.input-search-container input {
  width: 100%;
  background: transparent;
  outline: 0;
  border: 0;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.flex-lessons::-webkit-scrollbar {
  width: 5px;
}

.flex-lessons::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.flex-lessons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.flex-not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    background: #ffffff0f;
    max-height: 553px;
    gap: 50px;
    height: -webkit-fill-available;
}

.flex-not-found .message {
    color: white;
    text-transform: capitalize;
    font-family: Poppins;
    font-size: 28px;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1100px) {
  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-inner
    .flex-carousel-inner-content
    .card-carousel {
    max-width: 350px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-inner
    .flex-carousel-inner-content
    .card-carousel
    img {
    height: 200px;
  }
}

@media screen and (max-width: 920px) {
  .container .header-container .flex-text .title {
    font-size: 28px;
  }

  .container .header-container .flex-text .description {
    font-size: 14px;
  }

  .container {
    padding: 20px 32px;
  }

  .container .body-container .flex-left .flex-new-course .flex-text .title {
    font-size: 22px;
  }

  .container
    .body-container
    .flex-left
    .flex-new-course
    .flex-text
    .description {
    font-size: 14px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-actions
    ul {
    gap: 28px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-actions
    ul
    li {
    font-size: 14px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-inner
    .flex-carousel-inner-content
    .card-carousel
    .title {
    font-size: 18px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-inner
    .flex-carousel-inner-content
    .card-carousel
    .flex-footer
    .btn-start-learn {
    font-size: 14px;
    width: 125px;
    height: 33px;
  }

  .container .body-container .flex-left .courses .flex-not-found .message {
    font-size: 24px;
  }

  .container .body-container .flex-right .profile .name {
    font-size: 18px;
  }

  .container
    .body-container
    .flex-left
    .flex-carousel
    .flex-carousel-inner
    .flex-carousel-inner-content
    .card-carousel {
    padding: 26px 16.5px;
  }

  .container .header-container .flex-upgrade {
  }

  .container .body-container .flex-right .profile,
  .container .body-container .flex-right .mentors,
  .container .body-container .flex-right .learn-progress {
    padding: 23.5px 16.5px;
  }
}

@media screen and (max-width: 750px) {
  .container .body-container .flex-left .flex-new-course {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .container .body-container .flex-left .flex-new-course .start-btn {
    margin: 0;
  }

  .container .body-container .flex-left .flex-new-course svg {
    width: 48px;
    height: 49px;
  }
}

#app {
  border-radius: 50%;
  height: 30px;
  position: relative;
  width: 30px;
}

#app:active {
  transform: scale(0.9);
}

#currentTime,
#duration {
  color: white;
  font-size: 14px;
}

.animated-text {
  background: linear-gradient(95deg, #a45cf6 52.95%, #5910f5 109.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 700;
}

.center_div {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 20px;
  width: 100%;
  padding: 15px 0;
}

.center_text {
  color: #d9d9d9;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 4px 250px #3b37ff, 0px 0px 54.8px rgba(164, 92, 246, 0.5);
}

.container-play {
  background: linear-gradient(99.84deg, #8e58ff24 -36.4%, #9747ff 131.27%);
  border-radius: 12px;
  box-shadow: 0 0 20px rgb(127 5 212 / 50%);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container__div {
  margin: auto;
  width: 100%;
  max-width: 900px;
}

.container__main {
  background: rgba(29, 29, 29, 0.32);
  border-radius: 19.734px;
  box-shadow: 0px 3.947px 110.907px 0px rgba(151, 71, 255, 0.46);
  overflow: hidden;
  gap: 10px;
}

.container_de {
  height: 100%;
  display: flex;
  padding-top: 10px;
  width: 100%;
  max-width: 1800px;
}

.favorite-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.heartIcon {
  transition: transform 0.3s ease, color 0.3s ease;
  position: relative;
  color: #b7b7b7;
}

.heartIcon.liked {
  color: red;
  transform: scale(1.3);
}

.heartIcon.liked::before {
  content: "💖";
  position: absolute;
  font-size: 17px;
  top: -14px;
  left: -11px;
  animation: burst 0.5s ease;
}

@keyframes burst {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.heartIcon.unliked {
  color: #d2d2d2;
  transform: scale(0.9);
}

.likes {
  color: #fff;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.line-l {
  background: #ffffff;
  border-radius: 5px;
  height: 50%;
  position: absolute;
  transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
  width: 3px;
}

.number_div {
  align-items: center;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  padding: 0;
}

.pause .line-l {
  opacity: 0;
}

.pause .line_1-l {
  left: 28%;
  margin: 25% 0;
}

.pause .line_2-l {
  margin: 100% -16%;
  right: 45%;
  transition-delay: 200ms;
}

.pause,
.play {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.pause.active .line-l {
  opacity: 1;
}

.pause.active .line_1-l {
  left: 28%;
  margin: 25% 0;
}

.pause.active .line_2-l {
  margin: 25% 0;
  right: 28%;
}

.play .line-l {
  margin: 25% 0;
  opacity: 0;
}

.play .line_1-l {
  left: 28%;
}

.play .line_2-l {
  height: 56%;
  left: 90%;
  transform: rotate(-55deg) translateY(-128px) translateX(16px);
  transition-delay: 100ms;
}

.play .line_3-l {
  height: 56%;
  left: 87%;
  transform: rotate(55deg) translateY(-128px) translateX(16px);
  transition-delay: 200ms;
}

.play.active .line-l {
  height: 62%;
  margin: 20% 0;
  opacity: 1;
}

.play.active .line_1-l {
  left: 28%;
  transform: translateY(-2px);
}

.play.active .line_2-l {
  height: 56%;
  left: 90%;
  transform: rotate(-55deg) translateY(-13.5px) translateX(-3px);
  transition: all 300ms cubic-bezier(0.8, 0, 0.33, 1);
}

.play.active .line_3-l {
  height: 56%;
  left: 87%;
  transform: rotate(55deg) translateY(11px) translateX(-4px);
  transition: all 300ms cubic-bezier(0.8, 0, 0.33, 1);
}

.player-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

.search-button {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.text_title {
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.upper_center {
  width: 100%;
}

.upper_text {
  color: var(--Color, #fff);
  font-size: 17.329px;
  font-weight: 275;
  line-height: 22.055px;
  text-transform: capitalize;
}

.vocal {
  background: linear-gradient(90deg, #352254 0%, #3c1770 100%);
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 20px;
  height: 90px;
  width: 97%;
  position: relative;
  padding: 6px 0;
}

.vocal_center {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  width: 100%;
  position: relative;
}

.vocal_div {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.vocal_left {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 80px;
}

.vocal_right {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  width: 65px;
}

@media screen and (max-width: 550px) {
  .vocal_center {
    width: 61%;
  }
}

@keyframes floatButtonAnimation {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.audio-controls {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.speed-control,
.loop-control {
  background: linear-gradient(95deg, #8e58ff, #5c18e1);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.speed-control.active,
.loop-control.active {
  background: linear-gradient(95deg, #ffce72, #c105ff);
}

.speed-control:hover,
.loop-control:hover {
  transform: scale(1.1);
  background: linear-gradient(95deg, #d076ff, #8e58ff);
}

.new-vocal {
  position: absolute;
  left: -1.6%;
  top: 8.3%;
  background-color: #721ae5;
  font-size: 10px;
  border-radius: 20px;
  transform-origin: left;
  color: white;
  transform: rotate(326deg);
  padding: 5px 15px;
  font-family: "Poppins";
}

@keyframes pumping {
  from {
    scale: 1;
  }

  to {
    transition: all 0.3s ease;
    scale: 1.1;
  }
}

@keyframes breathing {
  0% {
    box-shadow: 0px 3.947px 110.907px 0px rgba(61, 3, 122, 0.46);
    transition: 1s ease-in-out;
  }

  20% {
    box-shadow: 0px 3.947px 110.907px 0px rgba(227, 4, 82, 0.46);
    transition: 1s ease-in-out;
  }

  50% {
    box-shadow: 0px 3.947px 110.907px 0px rgba(204, 0, 72, 0.46);
    transition: 1s ease-in-out;
  }

  80% {
    box-shadow: 0px 3.947px 110.907px 0px rgba(86, 4, 127, 0.46);
    transition: 1s ease-in-out;
  }

  100% {
    box-shadow: 0px 3.947px 110.907px 0px rgba(98, 2, 116, 0.676);
    transition: 1s ease-in-out;
  }
}

.breathing-effect {
  animation: breathing 5s ease-in-out infinite;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popupFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

.popup-content .points-count {
  font-weight: bold;
  font-size: 18px;
  margin-left: 5px;
  animation: pointsChange 0.5s ease-in-out;
}

@keyframes pointsChange {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 550px) {
  .lower_div {
    padding: 10px;
  }

  .container-play {
    height: 38px;
    height: 38px;
  }

  .audio-controls {
    gap: 3px;
  }

  .center_text,
  .animated-text {
    font-size: 38px;
  }

  .search-bar {
    max-width: 350px;
    gap: 3px;
  }
}

/* The container for the title – controls the visible width */
.number_text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* The title text element */
.text_title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.3s ease;
  flex: 1;
  min-width: 200px;
}

/* When the marquee animation is active, the "marquee" class is added */
.text_title.marquee {
  /* The animation uses CSS custom properties for duration and scroll distance */
  animation: marqueeAnimation var(--duration, 5s) linear forwards;
}

/* Keyframes for the marquee animation */
@keyframes marqueeAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--scrollDistance, 0px)));
  }
}

/* --- Existing CSS from your "lessons.css" is unchanged up to the end --- */

/* NEW: Right-side comment panel styling */
.comment-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px; /* Adjust as desired */
  height: 100vh;
  background: rgb(6 6 6);
  border-radius: 19.734px;
  box-shadow: 0px 3.947px 110.907px 0px rgba(151, 71, 255, 0.46);
  padding: 22px;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comment-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}

.close-comment-panel {
  cursor: pointer;
  font-size: 24px;
  color: #aaa;
  transition: color 0.3s;
}
.close-comment-panel:hover {
  color: #ff6b6b;
}

.comment-list {
  flex: 1;
  overflow-y: auto;
  background: #191922;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #fff;
}

.comment-item {
  background: #2a2a38;
  margin-bottom: 10px;
  font-size: 17px;
  padding: 8px;
  border-radius: 6px;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comment-form textarea {
  width: 100%;
  height: 50px;
  resize: none;
  border-radius: 6px;
  border: 1px solid #00000000;
  background: #333;
  color: #ffffff;
  padding: 8px;
  display: flex;
  outline: none;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}

.comment-form button {
  background: linear-gradient(135deg, #6a00ff, #ab3cff);
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}

.comment-form button:hover {
  background: linear-gradient(135deg, #8534ff, #bd6aff);
  transform: scale(1.05);
}

.comment-panel.open {
  transform: translateX(0);
}

.container__main.shift-left {
  transform: translateX(-200px);
  transition: transform 0.3s ease;
}

.upper_div {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.message{
  color: white;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 28px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .container .body-container ul{
    gap: 15px;
  }

  .container .body-container ul li{
    font-size: 14px;
    height: 15px;
  }

  .input-search-container input{
    font-size: 14px;
  }

  .input-search-container{
    padding: 8px 12px;
  }

  .text_title{
    font-size: 14px;
  }

  .container{
    padding: 20px 14px;
  }

  .flex-lessons{
    padding: 20px 14px;
  }

  .input-search-container {
		padding: 8px 12px;
	}

	.input-search-container {
		width: -webkit-fill-available;
	}

  .vocal_right{
    width: 45px;
  }

  .vocal_left{ 
    width: 60px;
  }
}

@media screen and (max-width: 420px) {
  .container{
    padding: 20px 7px;
  }

  .vocal_div{
    gap: 3px;
  }

  .container .body-container ul li{
    font-size: 12px;
  }

  .container .body-container ul{
    gap: 6px;
  }

  .flex-lessons{
    padding: 20px 7px;
  }
}


@keyframes pumpHeartAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.heart{
  transition: transform .3s ease;
}

.heart.active{
  animation: pumpHeartAnimation 0.3s 0s linear;
  transition: transform .3s ease;
}

.heart.active path {
  fill: red;
}

.heart path {
  fill: #ffffff29;
  stroke: #ffffff2e;
  stroke-width: 2px;
}
