.TokenInputField_main_6d1 input {
  -moz-appearance: textfield;
}
.TokenInputField_main_6d1 input::-webkit-inner-spin-button,
.TokenInputField_main_6d1 input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.UserStatusAvatar_wrap_098 {
  position: relative;
  width: 40px;
  height: 40px;
}
.UserStatusAvatar_wrap_098::before {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #4ec375;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.255, 1.28);
  transform: scale(0.5);
}
.UserStatusAvatar_wrap_098.UserStatusAvatar_hasStatusRing_2de::before {
  transform: scale(1);
}
.UserStatusAvatar_wrap_098.UserStatusAvatar_coaching-listen_e76::before {
  border-color: #b2b2b2;
}
.UserStatusAvatar_wrap_098.UserStatusAvatar_coaching-whisper_838::before {
  border-color: #3781b8;
}
.UserStatusAvatar_imgWrap_a62 {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
}
.UserStatusAvatar_isUnavailable_b20 .UserStatusAvatar_imgWrap_a62 .UserStatusAvatar_img_752 {
  opacity: 0.5;
}
.UserStatusAvatar_img_752 {
  transition: opacity 0.4s ease;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.UserStatusAvatar_svgFallback_b49 {
  color: #b2b2b2;
}
.UserStatusAvatar_statusIcon_544 {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_regular-call_bb4,
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_power-call_0ee,
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_coaching-barge_74b {
  background-color: #4ec375;
}
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_predictive-call_03e {
  background-color: #fccc0b;
}
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_coaching-listen_e76 {
  background-color: #b2b2b2;
}
.UserStatusAvatar_statusIcon_544.UserStatusAvatar_coaching-whisper_838 {
  background-color: #3781b8;
}

.Toast_main_527 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fffbcf;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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_527 {
    max-width: calc(100vw - 64px);
  }
}
.Toast_text_d9c {
  font-size: 13px;
  line-height: 1.53846154;
  flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Toast_close_32b {
  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;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.25;
  transition: opacity 0.2s ease-in;
}
.Toast_close_32b.guideflow_hovered {
  opacity: 1;
}

.TruncateHeight_main_1b3 {
  position: relative;
}
.TruncateHeight_main_1b3.TruncateHeight_withGradient_46c::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.TruncateHeight_main_1b3.TruncateHeight_isClosed_add::after {
  opacity: 1;
}
.TruncateHeight_link_7e6 {
  display: block;
}
.TruncateHeight_link_7e6.TruncateHeight_medium_9c9 {
  margin-top: 8px;
}
.TruncateHeight_link_7e6.TruncateHeight_large_44e {
  margin-top: 20px;
}

.VideoPlayer_fullscreenContainer_2d0 {
  width: 100%;
  height: 100%;
}
.VideoPlayer_fullscreenContainer_2d0.VideoPlayer_isFullscreen_ce1 {
  background-color: #000;
}
.VideoPlayer_loaderWrapper_d40 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.VideoPlayer_loader_f1f {
  display: block;
}
.VideoPlayer_playPauseOverlay_5d2 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.VideoPlayer_bigPlay_08e {
  color: #fff;
  opacity: 0.9;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.VideoPlayer_bigPlay_08e:focus,
.VideoPlayer_bigPlay_08e.guideflow_hovered {
  color: #fff;
  opacity: 1;
}

.VideoPlayer_VideoControls_videoControls_eb1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.VideoPlayer_VideoControls_videoControls_eb1 * {
  box-sizing: inherit;
}
.VideoPlayer_VideoControls_videoControls_eb1::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);
  opacity: 0;
}
.VideoPlayer_VideoControls_videoControls_eb1.VideoPlayer_VideoControls_isVisible_651::before {
  opacity: 1;
}
.VideoPlayer_VideoControls_videoControlsWrapper_624 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 4px 0;
  transition: transform 0.333s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate(0, 100%);
}
.VideoPlayer_VideoControls_isVisible_651 > .VideoPlayer_VideoControls_videoControlsWrapper_624 {
  transform: translate(0, 0);
}
.VideoPlayer_VideoControls_videoProgressBarWrapper_9f9 {
  padding: 0 8px;
}
.VideoPlayer_VideoControls_videoButtonOuterWrapper_528 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
}

.UserSelect_button_43a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.UserSelect_button_43a.UserSelect_isDisabled_07f {
  pointer-events: none;
}
.UserSelect_buttonLabel_506 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.UserSelect_avatar_f07 {
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: text-bottom;
  display: inline-block;
}
.UserSelect_avatar_f07 > svg {
  position: static !important;
  width: 16px !important;
}
.UserSelect_groupMemberCount_6b6 {
  display: inline-block;
  font-size: 12px;
  color: #767676;
  margin-left: 8px;
  align-self: end;
}

.AttachmentCards_wrapper_496 {
  box-sizing: border-box;
}
.AttachmentCards_wrapper_496 *,
.AttachmentCards_wrapper_496 *:before,
.AttachmentCards_wrapper_496 *:after {
  box-sizing: inherit;
}
.AttachmentCards_cards_122 {
  display: grid;
  grid-template-columns: repeat(auto-fit, 164px);
  gap: 8px;
}
.AttachmentCards_mediaPlayerColumn_bbf {
  grid-column: 1 / -1;
  max-width: 1024px;
}

.AttachmentCards_AttachmentCard_card_919 {
  display: flex;
  position: relative;
  width: 164px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #fafafa;
  overflow: hidden;
}
.AttachmentCards_AttachmentCard_card_919.guideflow_hovered,
.AttachmentCards_AttachmentCard_card_919:visited,
.AttachmentCards_AttachmentCard_card_919:focus {
  text-decoration: none;
}
.AttachmentCards_AttachmentCard_thumbnail_b25 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s opacity linear;
  z-index: 0;
}
.AttachmentCards_AttachmentCard_thumbnail_b25.AttachmentCards_AttachmentCard_loaded_7e0 {
  opacity: 1;
}
@keyframes AttachmentCards_AttachmentCard_skeleton_c8e {
  0% {
    background-color: rgba(38, 46, 57, 0.4);
  }
  100% {
    background-color: rgba(38, 46, 57, 0.7);
  }
}
.AttachmentCards_AttachmentCard_content_c1f {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 8px;
  align-items: center;
  width: 100%;
  padding: 8px;
  z-index: 1;
}
.AttachmentCards_AttachmentCard_content_c1f.AttachmentCards_AttachmentCard_hasThumbnail_1f3 {
  background-color: rgba(38, 46, 57, 0.7);
  opacity: 0;
  transition: 0.1s opacity linear, 0.1s background-color linear;
}
.AttachmentCards_AttachmentCard_card_919.guideflow_hovered .AttachmentCards_AttachmentCard_content_c1f.AttachmentCards_AttachmentCard_hasThumbnail_1f3 {
  opacity: 1;
}
.AttachmentCards_AttachmentCard_content_c1f.AttachmentCards_AttachmentCard_hasThumbnail_1f3:not(.AttachmentCards_AttachmentCard_loaded_7e0) {
  opacity: 1;
  animation: AttachmentCards_AttachmentCard_skeleton_c8e 0.5s infinite alternate;
}
.AttachmentCards_AttachmentCard_col2_e7f {
  grid-column: 2;
}
.AttachmentCards_AttachmentCard_icon_e05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_imageIcon_927 {
  background: #57b7df;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_videoIcon_048 {
  background: #4ec375;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_audioIcon_d42 {
  background: #fccc0b;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_pdfIcon_bae {
  background: #d0021b;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_wordIcon_f43 {
  background: #1463ff;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_excelIcon_a6a {
  background: #4ec375;
}
.AttachmentCards_AttachmentCard_icon_e05.AttachmentCards_AttachmentCard_defaultIcon_3c3 {
  background: #262e39;
}
.AttachmentCards_AttachmentCard_svg_214 {
  display: block;
  width: 10px;
  height: 10px;
}
.AttachmentCards_AttachmentCard_svg_214 svg {
  display: block;
}
.AttachmentCards_AttachmentCard_text_3dd {
  display: flex;
  min-width: 0;
}
.AttachmentCards_AttachmentCard_text_3dd span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AttachmentTiles_tiles_35a {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .AttachmentTiles_tiles_35a {
    grid-template-columns: repeat(auto-fill, minmax(334px, max-content));
  }
}
.AttachmentTiles_errorBox_c1c {
  position: relative;
  margin: 8px 0 0 0;
  padding: 14px 25px 14px 16px;
  background-color: #fbe6e8;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  font-size: 13px;
  color: #262e39;
}
.AttachmentTiles_errorBox_c1c button {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #e2e2e2;
  z-index: 1;
}
.AttachmentTiles_errorBox_c1c button svg {
  fill: #464a55;
}

.AttachmentTiles_AttachmentTile_tile_207 {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 16px auto 70px 1fr;
  column-gap: 8px;
  align-items: center;
  height: 32px;
  padding-left: 8px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #262e39;
}
.AttachmentTiles_AttachmentTile_tile_207.guideflow_hovered,
.AttachmentTiles_AttachmentTile_tile_207:visited,
.AttachmentTiles_AttachmentTile_tile_207:focus {
  text-decoration: none;
}
.AttachmentTiles_AttachmentTile_tile_207.AttachmentTiles_AttachmentTile_error_1f6 {
  grid-template-columns: 16px 108px auto 1fr;
}
.AttachmentTiles_AttachmentTile_icon_f2b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: #fff;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_imageIcon_972 {
  background: #57b7df;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_videoIcon_61e {
  background: #4ec375;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_audioIcon_2d8 {
  background: #fccc0b;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_pdfIcon_f3c {
  background: #d0021b;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_wordIcon_a09 {
  background: #1463ff;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_excelIcon_cdb {
  background: #4ec375;
}
.AttachmentTiles_AttachmentTile_icon_f2b.AttachmentTiles_AttachmentTile_defaultIcon_e09 {
  background: #262e39;
}
.AttachmentTiles_AttachmentTile_loading_290 .AttachmentTiles_AttachmentTile_icon_f2b {
  background: #b2b2b2;
}
.AttachmentTiles_AttachmentTile_error_1f6 .AttachmentTiles_AttachmentTile_icon_f2b {
  background: transparent;
}
.AttachmentTiles_AttachmentTile_error_1f6 .AttachmentTiles_AttachmentTile_icon_f2b .AttachmentTiles_AttachmentTile_iconSvg_616 {
  width: 100%;
  height: 100%;
}
.AttachmentTiles_AttachmentTile_error_1f6 .AttachmentTiles_AttachmentTile_icon_f2b svg {
  fill: #d0021b;
}
.AttachmentTiles_AttachmentTile_filenameColumn_b25 {
  display: flex;
  max-width: 186px;
}
.AttachmentTiles_AttachmentTile_iconSvg_616 {
  display: block;
  width: 10px;
  height: 10px;
}
.AttachmentTiles_AttachmentTile_iconSvg_616 svg {
  display: block;
}
.AttachmentTiles_AttachmentTile_actions_682 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
}
.AttachmentTiles_AttachmentTile_loading_290 .AttachmentTiles_AttachmentTile_actions_682 {
  color: #b2b2b2;
}
.AttachmentTiles_AttachmentTile_actions_682 svg {
  width: 16px;
  height: 16px;
}
.AttachmentTiles_AttachmentTile_actions_682 span {
  display: flex;
}
.AttachmentTiles_AttachmentTile_actions_682 button {
  height: 100%;
}

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

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


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