.VerticalDivider_divider_e6d {
  border-left: 1px solid #e2e2e2;
  border-left: 1px solid var(--borderDefault);
  margin: 3px 0;
  align-self: stretch;
}@media screen and (max-width: 767px) {.VerticalDivider_divider_e6d {
    display: none !important;
}
  }

.UserSelect_button_003 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.UserSelect_button_003.UserSelect_isDisabled_140 {
    pointer-events: none;
  }

/* equivalent of Btn__text in regular Button atoms */
.UserSelect_buttonLabel_ec5 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.UserSelect_avatar_597 {
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: text-bottom;
  display: inline-block;
}

.UserSelect_avatar_597 > svg {
    position: static !important;
    width: 16px !important;
  }

.UserSelect_groupMemberCount_dad {
  display: inline-block;
  font-size: 12px;
  color: #767676;
  color: var(--colorTextLight);
  margin-left: 8px;
  align-self: end;
}

.TruncateHeight_wrapper_570 {
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
}

.TruncateHeight_content_775 {
  position: relative;
  overflow: hidden;
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 200ms var(--standardCurve);
}

.TruncateHeight_innerContent_650 {
  box-sizing: border-box;
}

.TruncateHeight_gradient_f43 {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(50px, 50%);
  background: linear-gradient(
    to top,
    #ffffff 0,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    var(--surfaceBackgroundDefault) 0,
    transparent 100%
  );
}

.TruncateLines_wrapper_618 {
  box-sizing: border-box;
  position: relative;
  align-self: stretch;
}

.TruncateLines_content_832 {
  position: relative;
}

.TruncateLines_innerContent_6bb {
  box-sizing: border-box;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;

  overflow: hidden;
  text-overflow: ellipsis;
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 200ms var(--standardCurve);

  /*
   * Safari needs a line-break hack for line-clamp to work properly.
   * This @supports query is a hack to target only Safari.
   * @see https://stackoverflow.com/a/74381245
   * @see https://stackoverflow.com/a/72265044
   */
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {

.TruncateLines_innerContent_6bb {
    line-break: after-white-space;
}
  }

.TruncateLines_gradient_bee {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(50px, 50%);
  background: linear-gradient(
    to top,
    #ffffff 0%,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    var(--surfaceBackgroundDefault) 0%,
    transparent 100%
  );
}

@supports (-webkit-line-clamp: 1) {
  .TruncateLines_gradient_bee {
    display: none !important;
  }
}

.TruncateSmart_measure_c8b {
  height: 0;
  overflow: hidden;
}

.VideoPlayer_loaderWrapper_7a4,
.VideoPlayer_playPauseOverlay_2d9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.VideoPlayer_fullscreenContainer_c4d {
  width: 100%;
  height: 100%;
}

.VideoPlayer_fullscreenContainer_c4d.VideoPlayer_isFullscreen_182 {
    background-color: #000;
  }

.VideoPlayer_loader_3d0 {
  display: block;
}

.VideoPlayer_playPauseOverlay_2d9 {
  position: absolute;
  left: 0;
  top: 0;
}

.VideoPlayer_bigPlay_740 {
  width: 64px;
  height: 64px;
  cursor: pointer;

  color: #ffffff;

  color: var(--colorIconNeutralWhite);
  opacity: 0.9;
}

.VideoPlayer_bigPlay_740:focus,
  .VideoPlayer_bigPlay_740:hover {
    color: #ffffff;
    color: var(--colorIconNeutralWhite);
    opacity: 1;
  }

.VideoPlayer_VideoControls_videoControls_291 {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.VideoPlayer_VideoControls_videoControls_291 * {
    box-sizing: inherit;
  }

.VideoPlayer_VideoControls_videoControls_291::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 96px;
    left: 0;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
    transition: opacity 0.333s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.333s var(--easeInOutQuad);
    opacity: 0;
  }

.VideoPlayer_VideoControls_videoControls_291.VideoPlayer_VideoControls_isVisible_122::before {
    opacity: 1;
  }

.VideoPlayer_VideoControls_videoControlsWrapper_e9a {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 0;
  transition: transform 0.333s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.333s var(--easeInOutQuad);
  transform: translate(0, 100%);
}

.VideoPlayer_VideoControls_isVisible_122 > .VideoPlayer_VideoControls_videoControlsWrapper_e9a {
    transform: translate(0, 0);
  }

.VideoPlayer_VideoControls_videoProgressBarWrapper_b44 {
  padding: 0 8px;
}

.VideoPlayer_VideoControls_videoButtonOuterWrapper_43c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

/* Disables increment/decrement arrows in number inputs. */
.TokenInputField_main_c47 input {
    -moz-appearance: textfield;
  }
.TokenInputField_main_c47 input::-webkit-inner-spin-button,
    .TokenInputField_main_c47 input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

.UserStatusAvatar_wrap_1e1 {
  --avatarSize: 40px;

  /* TODO [darkmode] "special" grey here. Also see calling/UserStatusAvatar */
  --coachingListenColor: var(--colorGray20);

  position: relative;
  width: 40px;
  width: var(--avatarSize);
  height: 40px;
  height: var(--avatarSize);
}

.UserStatusAvatar_wrap_1e1::before {
    content: '';
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: var(--avatarSize);
    height: var(--avatarSize);
    border-radius: 50%;
    border: 2px solid #4cb24d;
    border: 2px solid var(--fillSuccess);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.255, 1.28);
    transform: scale(0.5);
  }

.UserStatusAvatar_wrap_1e1.UserStatusAvatar_hasStatusRing_984::before {
    transform: scale(1);
  }

.UserStatusAvatar_wrap_1e1.UserStatusAvatar_coaching-listen_411::before {
      border-color: var(--coachingListenColor);
    }

.UserStatusAvatar_wrap_1e1.UserStatusAvatar_coaching-whisper_c4d::before {
      border-color: #2b6cf0;
      border-color: var(--fillActive);
    }

.UserStatusAvatar_imgWrap_554 {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(var(--avatarSize) - 8px);
  height: calc(var(--avatarSize) - 8px);
  border-radius: 50%;
  background-color: #ffffff;
  background-color: var(--surfaceBackgroundDefault);
}

.UserStatusAvatar_isUnavailable_c8e .UserStatusAvatar_imgWrap_554 .UserStatusAvatar_img_ce2 {
    opacity: 0.5;
  }

.UserStatusAvatar_img_ce2 {
  transition: opacity 0.4s ease;
  width: calc(var(--avatarSize) - 8px);
  height: calc(var(--avatarSize) - 8px);
  border-radius: 50%;
}

.UserStatusAvatar_svgFallback_422 {
  color: var(--coachingListenColor);
}

.UserStatusAvatar_statusIcon_3ce {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  color: var(--colorIconNeutralWhite);
  border: 2px solid #ffffff;
  border: 2px solid var(--surfaceBackgroundDefault);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_regular-call_292,
  .UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_power-call_40f,
  .UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_coaching-barge_836 {
    background-color: #4cb24d;
    background-color: var(--fillSuccess);
  }

.UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_predictive-call_82c {
    background-color: #fccc0b;
    background-color: var(--fillWarn);
  }

.UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_coaching-listen_411 {
    background-color: var(--coachingListenColor);
  }

.UserStatusAvatar_statusIcon_3ce.UserStatusAvatar_coaching-whisper_c4d {
    background-color: #2b6cf0;
    background-color: var(--fillActive);
  }

.Toast_main_c87 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f9f2cd;
  background-color: var(--bgWarnMuted);
  border: 1px solid #f9e9a1;
  border: 1px solid var(--borderWarnMuted);
  border-radius: 3px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  max-width: 400px;
}

@media screen and (max-width: 767px) {

.Toast_main_c87 {
    max-width: calc(100vw - 64px);
}
  }

.Toast_text_758 {
  font-size: 13px;
  line-height: 20px;
  flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Toast_close_59a {
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  margin-left: 16px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  padding: 0;
  /* TODO [darkmode] not working 100% */
  color: #474747;
  color: var(--colorIconDefault);
  opacity: 0.25;
  transition: opacity 0.2s ease-in;
}

.Toast_close_59a:hover {
    opacity: 1;
  }

.AttachmentIcon_icon_b8e {
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  width: 16px;
  width: var(--size, 16px);
  height: 16px;
  height: var(--size, 16px);
  min-width: 16px;
  min-width: var(--size, 16px);
  min-height: 16px;
  min-height: var(--size, 16px);
}.AttachmentIcon_icon_b8e svg {
    width: 100%;
    height: 100%;
  }

.AttachmentCards_wrapper_760 {
  box-sizing: border-box;
}

.AttachmentCards_wrapper_760 *,
  .AttachmentCards_wrapper_760 *:before,
  .AttachmentCards_wrapper_760 *:after {
    box-sizing: inherit;
  }

.AttachmentCards_cards_94e {
  /* keep in sync with ./index.js */
  --attachmentCardWidth: 164px;

  display: grid;
  grid-template-columns: repeat(auto-fit, 164px);
  grid-template-columns: repeat(auto-fit, var(--attachmentCardWidth));
  grid-gap: 8px;
  grid-gap: var(--spacing-8);
  gap: 8px;
  gap: var(--spacing-8);
}

.AttachmentCards_mediaPlayerColumn_d30 {
  /* make the audio player always span a whole row */
  grid-column: 1 / -1;
  max-width: 1024px;
}

.AttachmentThumbnail_thumbnail_71f {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.3s opacity linear;
  z-index: 0;
}.AttachmentThumbnail_thumbnail_71f.AttachmentThumbnail_loaded_d40 {
    opacity: 1;
  }

.AttachmentCards_AttachmentCard_card_369 {
  --iconSize: 24px;

  /* flex forces the card to collapse in height */
  display: flex;
  position: relative;
  width: var(--attachmentCardWidth);
  border: 1px solid #f1f1f1;
  border: 1px solid var(--borderLight);
  border-radius: 7px;
  background: #f9f9f9;
  background: var(--surfaceBackgroundMedium);
  overflow: hidden;
}

.AttachmentCards_AttachmentCard_card_369:hover,
  .AttachmentCards_AttachmentCard_card_369:visited,
  .AttachmentCards_AttachmentCard_card_369:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.AttachmentCards_AttachmentCard_card_369:hover {
    border-color: #e2e2e2;
    border-color: var(--borderDefault);
    background: #f1f1f1;
    background: var(--surfaceBackgroundDark);
  }

.AttachmentCards_AttachmentCard_card_369:focus {
    /* TODO */
  }

.AttachmentCards_AttachmentCard_thumbnail_2f4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 0.3s opacity linear;
  z-index: 0;
}

.AttachmentCards_AttachmentCard_thumbnail_2f4.AttachmentCards_AttachmentCard_loaded_93d {
    opacity: 1;
  }

@keyframes AttachmentCards_AttachmentCard_skeleton_307 {
  0% {
    background-color: rgba(46, 46, 46, 0.4);
  }

@supports (color: color-mix(in lch, red, blue)) {
0% {
    background-color: color-mix(
      in srgb,
      var(--colorTextDefault) 40%,
      transparent
    );
  }
}
  100% {
    background-color: rgba(46, 46, 46, 0.7);
  }

@supports (color: color-mix(in lch, red, blue)) {
100% {
    background-color: color-mix(
      in srgb,
      var(--colorTextDefault) 70%,
      transparent
    );
  }
}
}

.AttachmentCards_AttachmentCard_content_669 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.AttachmentCards_AttachmentCard_content_669.AttachmentCards_AttachmentCard_hasThumbnail_974 {
    background-color: rgba(46, 46, 46, 0.7);
    opacity: 0;
    transition:
      0.1s opacity linear, 0.1s background-color linear;
  }

@supports (color: color-mix(in lch, red, blue)) {
.AttachmentCards_AttachmentCard_content_669.AttachmentCards_AttachmentCard_hasThumbnail_974 {
    background-color: color-mix(
      in srgb,
      var(--colorTextDefault) 70%,
      transparent
    );
  }
}

.AttachmentCards_AttachmentCard_card_369:hover .AttachmentCards_AttachmentCard_content_669.AttachmentCards_AttachmentCard_hasThumbnail_974 {
      opacity: 1;
    }

.AttachmentCards_AttachmentCard_content_669.AttachmentCards_AttachmentCard_hasThumbnail_974:not(.AttachmentCards_AttachmentCard_loaded_93d) {
      opacity: 1;
      animation: AttachmentCards_AttachmentCard_skeleton_307 0.5s infinite alternate;
    }

.AttachmentCards_AttachmentCard_icon_b73 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--iconSize);
  height: var(--iconSize);
  border-radius: 50%;
  color: #fff;
}

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_imageIcon_0d0 {
    background: #57b7df;
    background: var(--closeBrightBlue);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_videoIcon_0da {
    background: #4ec375;
    background: var(--successPrimaryColor);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_audioIcon_ce7 {
    background: #fccc0b;
    background: var(--warningPrimaryColor);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_pdfIcon_295 {
    background: #dd0f21;
    background: var(--failurePrimaryColor);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_wordIcon_510 {
    background: #1463ff;
    background: var(--colorBrandBlue);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_excelIcon_189 {
    background: #4ec375;
    background: var(--successPrimaryColor);
  }

.AttachmentCards_AttachmentCard_icon_b73.AttachmentCards_AttachmentCard_defaultIcon_d0a {
    background: #2e2e2e;
    background: var(--colorTextDefault);
  }

.AttachmentCards_AttachmentCard_svg_45b {
  display: block;
  width: 10px;
  height: 10px;
}

.AttachmentCards_AttachmentCard_svg_45b svg {
    display: block;
  }

.AttachmentCards_AttachmentCard_text_33c {
  /* flex fixes vertical line-height bug */
  display: flex;
  min-width: 0;
}

.AttachmentCards_AttachmentCard_text_33c span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.AttachmentTiles_tiles_901 {
  --attachmentTileWidth: 334px;
  width: 100%;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

@media screen and (min-width: 768px) {

.AttachmentTiles_tiles_901 {
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--attachmentTileWidth), max-content)
    );
}
  }

.AttachmentTiles_errorBox_1e7 {
  position: relative;
  margin: 8px 0 0 0;
  padding: 14px 25px 14px 16px;
  background-color: #fbe6e8;
  border: 1px solid #e2e2e2;
  border: 1px solid var(--borderDefault);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  font-size: 13px;
}

.AttachmentTiles_errorBox_1e7 button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    opacity: 0.25;
    transition: opacity 0.2s ease-in;
  }

/* TODO: Possibly create a button variant for such cases (icon button within colorful background) */

.AttachmentTiles_errorBox_1e7 button:hover,
  .AttachmentTiles_errorBox_1e7 button:active,
  .AttachmentTiles_errorBox_1e7 button:focus-visible,
  .AttachmentTiles_errorBox_1e7 button:active:hover {
    opacity: 1;
    background-color: transparent;
  }

.AttachmentTiles_AttachmentTile_tile_657 {
  --iconSize: 16px;
  --fileNameWidth: 186px;
  --fileNameWidthWhenError: 108px;
  --fileSizeWidth: 70px;
  --attachmentTileHeight: 32px;
  --attachmentTileSpacing: 8px;

  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 16px auto 70px 1fr;
  grid-template-columns: var(--iconSize) auto var(--fileSizeWidth) 1fr;
  grid-column-gap: 8px;
  grid-column-gap: var(--attachmentTileSpacing);
  column-gap: 8px;
  column-gap: var(--attachmentTileSpacing);
  align-items: center;
  height: 32px;
  height: var(--attachmentTileHeight);
  padding-left: 8px;
  padding-left: var(--attachmentTileSpacing);
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border: 1px solid var(--borderDefault);
  background: #ffffff;
  background: var(--bgCardBase);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadowLevel1);
  color: #2e2e2e;
  color: var(--colorTextDefault);
}

.AttachmentTiles_AttachmentTile_tile_657:hover,
  .AttachmentTiles_AttachmentTile_tile_657:visited,
  .AttachmentTiles_AttachmentTile_tile_657:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.AttachmentTiles_AttachmentTile_tile_657:focus {
    /* TODO: possibly a lil nice blue border */
  }

.AttachmentTiles_AttachmentTile_tile_657.AttachmentTiles_AttachmentTile_error_ffa {
    grid-template-columns: var(--iconSize) var(--fileNameWidthWhenError) auto 1fr;
  }

.AttachmentTiles_AttachmentTile_errorIcon_e97 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--iconSize);
  height: var(--iconSize);
  border-radius: 3px;
  color: #dd0f21;
  color: var(--failurePrimaryColor);
}

.AttachmentTiles_AttachmentTile_filenameColumn_1e6 {
  /* flex fixes vertical line-height bug */
  display: flex;
  max-width: var(--fileNameWidth);
}

.AttachmentTiles_AttachmentTile_actions_ada {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
}

.AttachmentTiles_AttachmentTile_loading_642 .AttachmentTiles_AttachmentTile_actions_ada {
    color: #767676;
    color: var(--colorTextLight);
  }

.AttachmentTiles_AttachmentTile_actions_ada svg {
    width: var(--iconSize);
    height: var(--iconSize);
  }

.AttachmentTiles_AttachmentTile_actions_ada span {
    /* flex fixes vertical line-height bug */
    display: flex;
  }

.AttachmentTiles_AttachmentTile_actions_ada button {
    width: 24px;
    height: 24px;
    padding: 0;
  }

.FileDropzone_dropzone_c37 {
  display: block;
  width: 100%;
}

.FileDropzone_DropArea_droparea_b04 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 2px dashed #999;
  color: #777;
  font-size: 16px;
}.FileDropzone_DropArea_droparea_b04.FileDropzone_DropArea_draggingOver_725 {
    border-color: #3781b8;
    border-color: var(--linkColor);
    color: #3781b8;
    color: var(--linkColor);
  }.FileDropzone_DropArea_droparea_b04[hidden] {
    display: none;
  }


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/main~abd3b526.1c90f9d678d21cd863d8.js.map*/