.meeting_notes_outer {
  background-color: #fff;
  border-radius: 26px;
  padding: 21px 103px;
  margin-top: 60px;
  height: 736px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 22.16803px 44.33606px 0px rgba(97, 78, 250, 0.1);
}
.subtitle_info {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.subtitle_info img {
  margin-right: 6px;
}
.settings {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.settings .tag {
  margin-right: 10px;
  border-radius: 14px;
  padding: 4px 14px;
}
.date_range {
  padding: 4px 10px 4px 18px;
  border: 1px solid #949da6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-right: 13px;
}
.date_range img:first-child {
  margin-right: 18px;
}
.date_range span {
  margin-right: 7px;
}
.date {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.date img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(10%) saturate(572%)
    hue-rotate(169deg) brightness(99%) contrast(86%);
  margin-right: 8px;
}
.notes_opener {
  background-color: #fcfcff;
  border: 1px solid #614efa;
  border-radius: 6px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.notes_title {
  margin-right: auto;
  margin-left: 20px;
}
.notes_title .tag {
  padding: 2px 10px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
}
.notes_title .tag img {
  margin-right: 8px;
}
.controls img:first-child {
  margin-right: 20px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(87, 96, 105, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 8;
  border-radius: 26px;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}
.notes_header .notes_title {
  margin-right: auto;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.notes_header .notes_title img {
  margin-right: 8px;
}
.notes_header .profile_letter {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.meeting_info {
  display: flex;
  align-items: center;
}
.meeting_date {
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  margin-right: 35px;
  margin-left: 48px;
  max-width: 215px;
}
.meeting_date img {
  margin-right: 10px;
}
.date_text {
  margin-right: 12px;
}
.attendees {
  display: inline-flex;
  margin-left: 35px;
  align-items: center;
}
.attendees img {
  margin-right: 3px;
}
.nav_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}
.nav_item.active {
  border-bottom: 2px solid #614efa;
}
.nav_item.disabled {
  color: #576069;
  font-weight: 400;
}
.nav_item.disabled img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(28%) saturate(213%)
    hue-rotate(169deg) brightness(92%) contrast(84%);
}
.nav_item.hidden {
  display: none;
}
.nav_item img {
  margin-right: 10px;
}
.navigation {
  border-bottom: 2px solid #e4e7ea;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation .btn {
  position: relative;
}
.navigation .btn a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(132deg) brightness(103%) contrast(103%);
}

ul.speaker_list {
  list-style: none;
  margin-bottom: 0;
  min-height: 200px;
  padding-left: 80px;
}
.speaker-list .speaker_item:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.speaker_list .speaker_item:after,
.speaker_list .speaker_item:before {
  display: block;
  background-color: #a8afb7;
  position: absolute;
  top: 13px;
}
.speaker_list .speaker_item:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: calc(100% + 20px);
  display: block;
}
.speaker_list .speaker_item:after {
  content: '';
  width: 1px;
  bottom: -30px;
  right: calc(100% + 23px);
}
.speaker_item_inner {
  display: flex;
  align-items: flex-start;
}
.dropdown_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.speaker_list .speech_time {
  position: absolute;
  top: 3px;
  right: calc(100% + 35px);
}
.speaker_list .speaker_item {
  position: relative;
  margin-bottom: 16px;
}
.speaker_dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker_dropdown span {
  margin-left: 8px;
}
#transcript {
  max-width: 750px;
  margin: 0 auto;
  height: 520px;
  overflow-y: scroll;
  overflow-x: visible;
  padding-right: 30px;
  padding-top: 22px;
  position: relative;
  z-index: 99;
  background-color: #fff;
  border-radius: 20px;
}
.speaker_list .speaker_item:last-child::after {
  bottom: -10px;
}
#transcript::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f8f9f9;
}

#transcript::-webkit-scrollbar {
  width: 6px;
  background-color: #f8f9f9;
}

#transcript::-webkit-scrollbar-thumb {
  background-color: #949da6;
  border-radius: 10px;
}
.notes_content {
  color: #414a54;
}
.meeting_transcript .hidden {
  display: none;
}
.add_action_items {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 6px;
  position: relative;
}
.add_action_items a svg {
  margin-right: 6px;
}
.add_action_items .btn {
  height: 34px;
}
.add_action_items .btn a {
  font-size: 13px;
  padding-left: 16px;
  padding-right: 16px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour_tooltip {
  background-color: #fff;
  border-radius: 6px;
  padding: 16px;
  position: absolute;
  width: 293px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease;
  filter: drop-shadow(0px 1px 8px rgba(27, 30, 33, 0.16))
    drop-shadow(0px 1px 8px rgba(27, 30, 33, 0.06));
  z-index: 100;
}
.tour_tooltip.show {
  visibility: visible;
  opacity: 1;
}
.tour_tooltip:before {
  content: '';
  width: 14px;
  height: 7px;
  position: absolute;
  top: -6px;
  left: 10px;
  background: url('../svg/tooltip_arrow.svg') no-repeat center;
}
.summarize_btn_holder {
  display: inline-block;
  position: relative;
}
.choose_template {
  width: 612px;
  margin: 0 auto;
  padding: 36px;
  position: relative;
  background-color: #fff;
  border-radius: 21px;
  z-index: 100;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 33px;
  visibility: hidden;
  opacity: 0;
}
.choose_template.show {
  opacity: 1;
  visibility: visible;
}
.templates_holder {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
}
.templates_holder .template_card {
  background-color: #f2f3f4;
  padding: 12px 18px;
  margin: 0 4px;
  border-radius: 4px;
  flex: 0 1 248px;
}
.templates_holder .template_card .template_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}
.template_btn {
  width: 120px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #3c4248;
  border: 1px solid #e4e7ea;
  background-color: #e4e7ea;
  border-radius: 4px;
}
.template_btn.active {
  background: #dfdcfe;
  border: 1px solid #9487fb;
  color: #5544dc;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summarize a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(132deg) brightness(103%) contrast(103%);
}
.template_card.active {
  border: 2px solid #614efa;
  outline: 3px solid #9487fb;
}
.template_btn.active img {
  margin-right: 4px;
}
.tour_tooltip.side_arrow:before {
  top: 16px;
  left: -10px;
  transform: rotate(-90deg);
}
.notes_opener .tour_tooltip {
  right: 30px;
  top: 120%;
}
.transcript_holder {
  position: relative;
}
.transcript_holder .tour_tooltip {
  right: 0;
  top: 30%;
}
.summarize_btn_holder .tour_tooltip {
  top: 47px;
  right: 50%;
}
.summarize_btn_holder .tour_tooltip:before {
  left: unset;
  right: 10px;
}
.choose_template .tour_tooltip {
  left: -44%;
  top: 50%;
  transform: translateY(-50%);
}
.choose_template .tour_tooltip::before {
  left: unset;
  right: -10px;
  top: 16px;
  rotate: 90deg;
}

.notes_holder {
  max-width: 610px;
  margin: 0 auto;
  padding-top: 21px;
}
.notes_holder #notes {
  z-index: 99;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.notes_holder .tour_tooltip {
  right: -45%;
  top: 30%;
}
.action_items {
  z-index: 99;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.action_items ul {
  padding: 0;
  margin: 0;
}
.action_items.hidden,
.add_action_items.hidden {
  display: none;
}
.notes_screen {
  display: none;
}
.notes_screen.show {
  display: block;
}
.notes_header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  #notes_demo {
    display: none;
  }
}
