.transcript-list {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #070C13;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.transcript-list p {
  margin: 10px;
  position: relative;
}
.transcript-list p.active,
.transcript-list span.active {
  background-color: #004070;
  color: white;
}
.transcript-list p.highlight,
.transcript-list span.highlight {
  background-color: #F5CA21;
}
.transcript-list p.current,
.transcript-list span.current {
  background-color: #F5CA21;
  outline: 1px solid #004070;
}
.transcript-list p.inside-active-clip,
.transcript-list span.inside-active-clip {
  background-color: #ccd2da;
}
.modal.clip-share-dialog-modal {
  padding: 0;
  border-top: none;
  max-height: 100%;
  overflow: auto;
  border-radius: 10px;
}
.modal.clip-share-dialog-modal .close-btn {
  top: 20px;
  right: 20px;
}
.clip-share-dialog {
  padding: 25px 25px;
  max-width: 540px;
  color: #526D7B;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
.clip-share-dialog h3 {
  margin: 0 0 10px;
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.clip-share-dialog .permalink-block {
  font-size: 13px;
}
.clip-share-dialog .help-icon {
  vertical-align: bottom;
  font-size: 19px;
  display: inline-block;
}
.clip-share-dialog .other-networks-block {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.clip-share-dialog .other-networks-block .share-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
}
.clip-share-dialog .other-networks-block .share-button .circle {
  cursor: pointer;
  display: inline-flex;
  margin: 0 12px 8px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #526D7B;
  border-radius: 100%;
  background: #F6F6F6;
  border: none;
  padding: 0;
}
.clip-share-dialog .other-networks-block .share-button .title {
  font-size: 12px;
  line-height: 15px;
  /* 125% */
}
.clip-share-dialog .other-networks-block .share-button .twitter-icon {
  width: 23px;
  height: 20px;
  display: inline-block;
  background-image: url('/assets/images/x.svg');
  background-size: cover;
  background-position: center;
}
.clip-share-dialog .other-networks-block .share-button:hover.twitter {
  color: black;
}
.clip-share-dialog .other-networks-block .share-button:hover.twitter .circle {
  background: black;
}
.clip-share-dialog .other-networks-block .share-button:hover.twitter .twitter-icon {
  background-image: url('/assets/images/x-white.svg');
}
.clip-share-dialog .other-networks-block .share-button:hover.facebook {
  color: #2162AE;
}
.clip-share-dialog .other-networks-block .share-button:hover.facebook .circle {
  background-color: rgba(33, 98, 174, 0.1);
  color: inherit;
}
.clip-share-dialog .other-networks-block .share-button:hover.linkedin {
  color: #2E609A;
}
.clip-share-dialog .other-networks-block .share-button:hover.linkedin .circle {
  background-color: rgba(46, 96, 154, 0.1);
  color: inherit;
}
.clip-share-dialog .other-networks-block .twitter {
  font-size: 20px;
}
.clip-share-dialog .other-networks-block .facebook {
  font-size: 20px;
}
.clip-share-dialog .other-networks-block .linkedin {
  font-size: 18px;
}
.clip-share-dialog .or-share-by {
  margin: 0 0 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  /* 181.818% */
}
.clip-share-dialog .link-container {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 4px;
  background: #F6F6F6;
}
.clip-share-dialog .link-container .copy-button {
  cursor: pointer;
  color: inherit;
  background: none;
  padding: 0;
  border: none;
}
.clip-share-dialog .link-container .copy-button:hover {
  color: #257DAA;
}
.clip-share-dialog .link-container > a {
  flex: 1;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  /* 125% */
}
.clip-share-dialog .link-and-bulk-block {
  display: flex;
  align-items: center;
}
.clip-share-dialog .bulk-share-button {
  margin-left: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  background: #257DAA;
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.clip-share-dialog .bulk-share-button:hover {
  background: #309bd2;
}
.clip-share-dialog .bulk-share-button .material-icons {
  margin-right: 10px;
}
.clip-share-dialog .button-row {
  text-align: right;
  margin-top: 50px;
}
.clip-share-dialog .button-row .mp4-button {
  display: inline-block;
  background: white;
  border: 1px solid #257DAA;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -ms-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  position: relative;
  color: #257DAA;
  margin-left: 10px;
}
.clip-share-dialog .button-row .mp4-button:active {
  background-color: white;
}
.clip-share-dialog .button-row .mp4-button:hover {
  background-color: #d9d9d9;
  border-color: #45a5d7;
}
.clip-share-dialog .button-row .mp4-button:focus {
  outline: none;
}
.clip-share-dialog .button-row .mp4-button.disabled,
.clip-share-dialog .button-row .mp4-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.clip-share-dialog .button-row .mp4-button.disabled:active,
.clip-share-dialog .button-row .mp4-button[disabled]:active {
  background: white;
  border-color: #257DAA;
}
.clip-share-dialog .button-row .mp4-button.disabled:hover,
.clip-share-dialog .button-row .mp4-button[disabled]:hover {
  background: white;
  border-color: #257DAA;
}
.clip-share-dialog .button-row .mp4-button-hardsub {
  display: inline-block;
  background: #257DAA;
  border: 1px solid #257DAA;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -ms-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  position: relative;
  color: white;
  margin: 0 5px;
}
.clip-share-dialog .button-row .mp4-button-hardsub:active {
  background-color: #257DAA;
}
.clip-share-dialog .button-row .mp4-button-hardsub:hover {
  background-color: #45a5d7;
  border-color: #45a5d7;
}
.clip-share-dialog .button-row .mp4-button-hardsub:focus {
  outline: none;
}
.clip-share-dialog .button-row .mp4-button-hardsub.disabled,
.clip-share-dialog .button-row .mp4-button-hardsub[disabled] {
  opacity: 0.7;
  cursor: default;
}
.clip-share-dialog .button-row .mp4-button-hardsub.disabled:active,
.clip-share-dialog .button-row .mp4-button-hardsub[disabled]:active {
  background: #257DAA;
  border-color: #257DAA;
}
.clip-share-dialog .button-row .mp4-button-hardsub.disabled:hover,
.clip-share-dialog .button-row .mp4-button-hardsub[disabled]:hover {
  background: #257DAA;
  border-color: #257DAA;
}
.clip-share-dialog .button-row .mp4-in-progress {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #257DAA;
  color: white;
  line-height: 0;
  border-radius: 100%;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.clip-share-dialog .button-row .mp4-in-progress i {
  font-size: 14px;
  transform: scaleX(-1);
}
.clip-share-dialog .more-info-button,
.clip-share-dialog .less-info-button {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  border: none;
  padding: 3px 10px;
  text-align: right;
  background: #979797;
}
.clip-share-dialog .less-info-button {
  background: none;
}
.clip-share-dialog .info-blocks {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.clip-share-dialog .info-block > p {
  color: #4A90E2;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  padding: 2px 5px;
  margin: 0 0 2px;
}
.clip-share-dialog .info-block-before {
  width: 182px;
}
.clip-share-dialog .info-block-after {
  width: 296px;
}
.bulk-share {
  position: relative;
}
.bulk-share .back-button {
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
}
.bulk-share .preview {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  overflow: hidden;
}
.bulk-share .preview .thumbnail {
  width: 120px;
  height: 120px;
  background-color: black;
  background-position: center;
  background-size: cover;
}
.bulk-share .preview .content {
  flex: 1;
  padding: 8px;
  overflow: hidden;
  height: 120px;
}
.bulk-share .preview .content .highlight {
  color: #0091FF;
}
.bulk-share .social-platforms {
  margin-top: 20px;
}
.bulk-share .social-platforms > li {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-top: 2px solid #F6F6F6;
}
.bulk-share .social-platforms > li:last-child {
  border-bottom: 2px solid #F6F6F6;
}
.bulk-share .social-platforms > li .remove-platform-button {
  padding: 0;
  border: none;
  background: none;
  color: #BEBEBE;
  margin-right: 6px;
  cursor: pointer;
}
.bulk-share .social-platforms > li .remove-platform-button:hover {
  color: #a5a5a5;
}
.bulk-share .social-platforms > li .platform-icon {
  font-size: 20px;
  color: #526D7B;
  margin-right: 10px;
}
.bulk-share .social-platforms > li .profile-link {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: inherit;
}
.bulk-share .social-platforms > li .platform-image {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  border-radius: 100%;
  background-position: center;
  margin-right: 6px;
  flex-shrink: 0;
}
.bulk-share .social-platforms > li .platform-name {
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bulk-share .social-platforms > li .validation-errors {
  display: flex;
  align-items: center;
  margin-left: auto;
  min-width: 1px;
  flex: 1;
  justify-content: flex-end;
}
.bulk-share .social-platforms > li .validation-errors > li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  background: rgba(255, 0, 0, 0.2);
  color: #C60707;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  /* 200% */
  flex: 1;
  min-width: 1px;
}
.bulk-share .social-platforms > li .validation-errors > li .material-icons {
  margin-right: 5px;
}
.bulk-share .social-platforms > li a {
  color: #0091FF;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bulk-share .button-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.bulk-share .button-row .schedule-button {
  display: inline-block;
  background: transparent;
  border: 1px solid #257DAA;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -ms-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 4px;
  color: #257DAA;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 125% */
}
.bulk-share .button-row .schedule-button:active {
  background-color: transparent;
}
.bulk-share .button-row .schedule-button:hover {
  background-color: rgba(38, 38, 38, 0);
  border-color: #45a5d7;
}
.bulk-share .button-row .schedule-button:focus {
  outline: none;
}
.bulk-share .button-row .schedule-button.disabled,
.bulk-share .button-row .schedule-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.bulk-share .button-row .schedule-button.disabled:active,
.bulk-share .button-row .schedule-button[disabled]:active {
  background: transparent;
  border-color: #257DAA;
}
.bulk-share .button-row .schedule-button.disabled:hover,
.bulk-share .button-row .schedule-button[disabled]:hover {
  background: transparent;
  border-color: #257DAA;
}
.bulk-share .button-row .schedule-button.active {
  display: inline-block;
  background: #257DAA;
  border: 1px solid #257DAA;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -ms-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 4px;
}
.bulk-share .button-row .schedule-button.active:active {
  background-color: #257DAA;
}
.bulk-share .button-row .schedule-button.active:hover {
  background-color: #45a5d7;
  border-color: #45a5d7;
}
.bulk-share .button-row .schedule-button.active:focus {
  outline: none;
}
.bulk-share .button-row .schedule-button.active.disabled,
.bulk-share .button-row .schedule-button.active[disabled] {
  opacity: 0.7;
  cursor: default;
}
.bulk-share .button-row .schedule-button.active.disabled:active,
.bulk-share .button-row .schedule-button.active[disabled]:active {
  background: #257DAA;
  border-color: #257DAA;
}
.bulk-share .button-row .schedule-button.active.disabled:hover,
.bulk-share .button-row .schedule-button.active[disabled]:hover {
  background: #257DAA;
  border-color: #257DAA;
}
.bulk-share .button-row .schedule-button .material-icons {
  margin-right: 6px;
}
.bulk-share .button-row .share-button {
  display: inline-block;
  background: #257DAA;
  border: 1px solid #257DAA;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding: 8px 13px;
  -webkit-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -ms-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s, border-color 0.2s;
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 125% */
}
.bulk-share .button-row .share-button:active {
  background-color: #257DAA;
}
.bulk-share .button-row .share-button:hover {
  background-color: #45a5d7;
  border-color: #45a5d7;
}
.bulk-share .button-row .share-button:focus {
  outline: none;
}
.bulk-share .button-row .share-button.disabled,
.bulk-share .button-row .share-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
.bulk-share .button-row .share-button.disabled:active,
.bulk-share .button-row .share-button[disabled]:active {
  background: #257DAA;
  border-color: #257DAA;
}
.bulk-share .button-row .share-button.disabled:hover,
.bulk-share .button-row .share-button[disabled]:hover {
  background: #257DAA;
  border-color: #257DAA;
}
.bulk-share .button-row .share-button .material-icons {
  margin-right: 6px;
}
.bulk-share .success-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3fb43f;
  font-size: 16px;
  border: 1px solid #d5d5d5;
}
.bulk-share .success-message .material-icons {
  font-size: 60px;
  margin-top: 20px;
}
.modal-root {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.modal-root .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-root .overlay.transparent-overlay {
  background-color: transparent;
}
.modal-root .modal {
  background-color: white;
  padding: 20px;
  position: relative;
  border: none;
  box-shadow: 0 10px 50px 6px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
.modal-root .modal .close-btn {
  padding: 0 0 2px 1px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: transparent;
  width: 27px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  z-index: 10000;
  opacity: 0.7;
}
.modal-root .modal .close-btn:hover {
  opacity: 1;
}
.modal-root .modal.absolute {
  position: absolute;
}
.modal-root .modal.grey-header-dialog-modal {
  padding: 0;
  overflow: hidden;
}
.modal-root .modal.grey-header-dialog-modal h1 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  padding: 20px 25px;
  background-color: #4A4A4A;
  margin: 0;
}
.modal-root .modal.grey-header-dialog-modal .close-btn {
  color: white;
  top: 16px;
  right: 6px;
}

