.training_details_section {
  position: relative;
  padding: 0 0 50px;
  background-color: var(--bgColor300);

}

.training_details_section .tabs-container {
  max-width: 840px;
}

.media-section {
  position: relative;
  margin-bottom: 40px;
}

.media-section img,
.media-section video {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 24px;
}

.tabs-container.left .tabs_lst {
  margin: 0;
}

.discussion-input {
  position: relative;
  width: 100%;
  padding-left: 24px;
}

.discussion-input textarea {
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.349);
  padding: 10px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
}

.discussion-input button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 8px;
  background-color: var(--cream100);
  padding: 12px;
  border: none;
  z-index: 2;
}

.discussion-thread {
  padding: 32px 0;
  position: relative;
}

.discussion-thread .option_wrapper {
  top: 60px !important;
}

.discussion-thread:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.discussion-thread .dp {
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1/1;
}

.webinar-sidebar .img {
  border-radius: 12px;
}

.inner-body {
  max-width: 507px;
  margin: 0 auto;
  padding: 60px 0;
}

.webinar-sidebar .txt_wrap {
  margin-right: 15px;
}

.by_author {
  color: #1C1C1C;
}

.query {
  margin-left: 0;
}

.live-chat {
  padding: 16px 12px;
  border-radius: 28px;
  background-color: var(--white);

  margin-bottom: 40px;
  position: relative;
}

.chat-tile {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 12px 7px;
  border-radius: 12px;
}

.actions {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  visibility: hidden;
}

.actions .bbtn {
  line-height: 2;
}

.chat-tile:hover .actions {
  opacity: 1;
  visibility: visible;
}

.live-chat .inner {
  max-height: 510px;
  overflow: auto !important;
  padding-right: 4px;
}

.chat-tile>img {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.chat-tile .text {
  padding-left: 12px;
  padding-right: 10px;
}

.chat-title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 14px;
  margin-bottom: 14px;


}

.chat-tile:hover {
  background-color: var(--bgColor500);
}

.report-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 24px;

  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
  padding: 24px 16px;

  display: flex;
  align-items: center;
  justify-content: center;


  opacity: 0;
  visibility: hidden;
  z-index: -2;

  transition: all 200ms ease;
}

.report-section.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.report-list {
  position: relative;
  background-color: var(--white);
  border-radius: 24px;

  padding: 48px 26px;
  width: 100%;
}

.close-report {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
}

.bookmark-btn:not(.active) .saved {
  display: none;
}

.bookmark-btn.active .unsaved {
  display: none;
}

.bookmark-btn {
  border: 1px solid var(--primary);
  padding: 14px 18px;
  border-radius: 12px;
  background-color: transparent
}

.bookmark-btn:hover {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.138);
  animation: scale .5s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.bookmark-btn:active {
  transform: scale(0.7);
}


.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background-color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  transform: translate(-50%, -50%);
}

.play-pause-btn img {
  aspect-ratio: 1/1;
  width: auto;
}


.round-progress {
  height: 28px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 28px;
}

.progress-bar__background {
  fill: none;
  stroke: var(--border400);
  stroke-width: 5;
}

.progress-bar__progress {
  fill: none;
  stroke: #e2eff0;
  stroke: var(--primary);
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 5;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}

.round-progress-lg {
  height: 84px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  width: 84px;
  position: absolute;
}

.round-progress-lg .progress-bar__background {
  fill: none;
  stroke: var(--border400);
  stroke-width: 8px;
}

.round-progress-lg .progress-bar__progress {
  stroke-width: 15px;
  stroke-dasharray: 150 150;
  stroke-dashoffset: 100;
}

.max-w-55 {
  max-width: 50%;
}


@media screen and (min-width: 993px) {
  .discussion-section {
    max-width: 82%;
  }
}

@media screen and (max-width: 1280px) {
  .flex_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .txt_wrap {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 992px) {
  .training_details_section {
    padding: 40px 0;
  }

  .media-section {
    margin-bottom: 25px;
  }

  .max-w-55 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .training_title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .training_title .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 12px 0 18px;
  }

  .training_title .ml-auto {
    margin-left: 0;
  }

  .media-section {
    margin-bottom: 12px;
  }

  .discussion-section {
    padding-right: 6px;
  }

  .training_details_section .tabs li {
    padding: 12px 18px;
    min-width: auto;
  }

  .inner-body {
    padding: 20px 0;
  }

  .media-section {
    margin-bottom: 30px;
  }

  .tabs_lst.line .tab {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }

  .bookmark-btn {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 576px) {
  .media-title {
    display: none;
  }

  .by_author {
    margin-bottom: 10px;
  }

  .tabs_lst {
    padding-left: 0;
    padding-right: 0;
  }

  .training_title h2 {
    font-weight: 600;
  }

  .bookmark-btn {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 480px) {
  .training_title .bbtn {
    padding: 6px 12px;
    min-height: 40px;
    font-size: 13px;
  }

  .training_title .bbtn:not(:nth-last-of-type(1)) {
    margin-right: 6px !important;
  }

  .fs_20 {
    font-size: 13px;
  }

  .report-list {
    padding: 48px 16px 24px;
  }
}

@media screen and (max-width: 400px) {
  .tabs_lst.line .tab {
    padding: 0 12px;
    font-size: 13px;
    height: 40px;
    border-radius: 10px;
  }

  .tabs_lst.line .tab:not(:last-child) {
    margin-right: 10px;
  }
}