.videosection {
  padding: 8rem 0 3rem;
}

#player {
  width: 100%;
  height: 300px;
}

/* videotags */

.videotags {
  padding: 1rem 0 0.5rem;
  position: relative;
}

.videotags a {
  padding: 2px 8px;
  border-radius: 30px;
  background: #ededfc;
  color: #504ee4 !important;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.8rem;
}

.videotags a:hover {
  text-decoration: underline;
}

.videotags .videotaghr {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.transcript-container {
  height: 75vh;
  overflow-y: auto;
}

.transcript-container::-webkit-scrollbar {
  display: none;
}

.transcript-word {
  color: #8d8e93;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 182%;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer !important;
}

.transcript-word.active {
  color: #5e6175;
}

.speaker {
  font-size: 0.935rem;
  font-style: normal;
  font-weight: 600;
  line-height: 182%;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.Speaker1 {
  color: #fe852f;
}
.Speaker2 {
  color: #c6a737;
}

.transcript-word.highlighted {
  background-color: yellow;
  border-radius: 0.25rem;
}

.readmore,
.readless {
  border: none;
  background: none;
  color: #504ee4;
  cursor: pointer;
  font-weight: 500;
}

/* videodetails */

.videodetails {
  padding: 1rem 0;
}

.videodetails h1 {
  color: #0d144a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.videodetails p {
  color: #393c56;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.videopara {
  height: 24vh;
  overflow: auto;
}

.videopara::-webkit-scrollbar {
  display: none;
}

.videotaghr {
  width: 100%;
}

/*  */

/* transcript */

.lefthr {
  position: absolute;
  left: 0;
  height: 100%;
}

.transcript h2 {
  color: #0d144a;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*  */

/*  */

.contentContainer h2 {
  color: #393c56;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}

.contentContainer p {
  color: #5e6175;
  font-family: Poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
  margin-top: 1rem;
}

.contentContainer .d-flex {
  cursor: pointer;
}

.content {
  height: 0;
  overflow-y: hidden;
  transition: all 0.6s;
}

.contentContainer.active .content {
  height: 30vh;
  overflow-y: auto;
}

.right-arrow {
  transition: all 0.3s;
  width: 9px;
}

.contentContainer.active .right-arrow {
  transform: rotate(90deg);
}

.contentContainer.active .content::-webkit-scrollbar {
  display: none;
}

.linebreakstyle {
  margin-top: 1rem;
}

.linebreakstyle span {
  color: #5e6175;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.timestamp {
  border-radius: 0.25rem;
  border: 1px solid #e1e1e3;
  background: #fff;
  color: rgba(8, 12, 43, 0.65) !important;
  font-size: 0.75rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  cursor: pointer;
  margin-right: 0.4rem;
  padding: 0.2rem 0.4rem;
}

#videohighlights p:not(:first-child) {
  margin-top: 0.75rem;
}

#videoactioninsights span {
  display: inline-block;
  color: #5e6175;
  font-size: 0.925rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-top: 1rem;
}

#videoactioninsights p span {
  text-indent: 0;
  padding-left: 0;
  margin-left: -6px;
}

#videoactioninsights p {
  color: #5e6175;
  font-size: 0.825rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 6px;
  text-indent: -8px;
  padding-left: 16px;
}

#transcript {
  position: relative;
  transition: all 0.4s;
}

.form h2 {
  color: #120155;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.25rem;
}

.form input {
  display: block;
  border: 1px solid #888a98;
  width: 100%;
  padding: 0.67rem;
  color: #393c56;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.form button {
  border-radius: 0.22288rem;
  background: #5856ce;
  padding: 0.67rem 0;
  width: 100%;
  align-items: center;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

button:disabled,
button[disabled] {
  opacity: 0.6;
  cursor: auto;
}

.errorMessage {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.powered-wrapper a {
  color: #05034e !important;
  font-size: 13px;
  position: relative;
  bottom: 2px;
  font-family: "Open Sans";
  position: relative;
  top: 4px;
}

/* @media only screen and (min-width: 1600px) {
  .contentContainer.active .content {
    height: 360px !important;
  }
} */

/*  */

@media only screen and (max-width: 768px) {
  #player {
    height: 195px;
  }
  .videopara {
    height: auto;
  }
  .pt1 {
    padding-top: 1rem;
  }
  .contentContainer.active .content {
    height: 180px;
  }
  .form input,
  .form button {
    width: 75%;
  }
}
