.custom-blue-button {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.custom-filter-chat-tabs {
  margin-bottom: 0px;
  padding-left: 24px;
  gap: 12px; }
  .custom-filter-chat-tabs .Tabs__Header__Item {
    padding: 12px 0 12px;
    margin-bottom: 0px;
    border: none;
    color: #191919; }
    .custom-filter-chat-tabs .Tabs__Header__Item.Tabs__Header__Item--active {
      color: var(--color-primary); }
      .custom-filter-chat-tabs .Tabs__Header__Item.Tabs__Header__Item--active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: var(--color-primary);
        width: 100%;
        height: 2px;
        border-radius: 4px 4px 0 0; }

.Form__FileInput__Preview .Spinner--size-large {
  margin: 2em 0em; }

.ConversationStatus .Badge {
  background-color: var(--color-button);
  color: #ffffff;
  border-radius: 999px;
  min-height: 16px; }

.ConversationStatus .Icon {
  color: #505050; }

#Chat .Container__Content {
  display: -ms-flexbox;
  display: flex; }

.Conversation__Messages {
  padding: 20px;
  -ms-flex: 1;
      flex: 1;
  overflow-y: scroll; }

.Conversation {
  height: calc(100vh - 72px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .Conversation .Conversation__spinner {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.AlertBar + .TopBar + .Content__Wrapper .Conversation {
  height: calc(100vh - 72px - 48px); }

.Chat__placeholder {
  margin: 0 auto;
  padding: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
  .Chat__placeholder button {
    margin-top: 24px; }

.MyConversations {
  height: calc(100vh - 72px - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .MyConversations .ImagePlaceholder {
    background-color: #E5E5EA;
    color: #808080; }

.MyConversations__list {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto; }

.AlertBar + .TopBar + .Content__Wrapper .MyConversations {
  height: calc(100vh - 72px - 40px - 48px); }

.MyConversations__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow-y: hidden; }
  .MyConversations__container .balloon__header {
    margin: 0 -16px;
    padding: 0 16px 16px 16px;
    border-bottom: 1px solid #E5E5EA; }

.MyConversations__show-more {
  padding: 8px 0;
  text-align: center;
  cursor: pointer; }

.MyConversations__List__ShowMore {
  padding: 16px 16px;
  overflow: hidden;
  text-align: center;
  font-weight: 600;
  cursor: pointer; }
  .MyConversations__List__ShowMore:hover {
    text-decoration: underline; }

.MyConversations__List__Placeholder {
  padding: 16px 16px;
  display: block;
  text-align: center; }

.ConversationItem {
  padding: 16px;
  border-bottom: 1px solid #E5E5EA;
  overflow: initial; }
  .ConversationItem .ImageItem__image__container.hasStatus {
    margin-left: -20px; }
  .ConversationItem .statusBadge {
    position: relative;
    bottom: -11px !important; }
  .ConversationItem:not(.ConversationItem--state-active) {
    cursor: pointer; }
  .ConversationItem:last-child {
    border-bottom: none; }
  .ConversationItem .ImageItem__info__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 21px; }
    .ConversationItem .ImageItem__info__name :first-child {
      -ms-flex: 1;
          flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .ConversationItem .ImageItem__info__name :first-child .Icon {
        width: 16px;
        height: 16px; }
        .ConversationItem .ImageItem__info__name :first-child .Icon path[fill^="#"] {
          fill: #808080; }
        .ConversationItem .ImageItem__info__name :first-child .Icon path[stroke^="#"] {
          stroke: #808080; }
  .ConversationItem .ConversationActions.Icon {
    top: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .ConversationItem .ConversationActions.Icon path[fill^="#"] {
      fill: #808080; }
    .ConversationItem .ConversationActions.Icon path[stroke^="#"] {
      stroke: #808080; }

.ConversationItem.ConversationItem--state-active {
  background-color: #F6F6F6; }

.ConversationItem .Profile .Profile__info .Profile__info__name {
  color: #191919; }

.ConversationItem__Content {
  display: -ms-flexbox;
  display: flex; }

.ConversationItem__LastMessage {
  -ms-flex: 1;
      flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #808080;
  line-height: 20px; }
  .ConversationItem__LastMessage .dropdown {
    float: right; }

.ConversationItem__LastMessage__Creator {
  color: #191919; }

.ConversationItem__Unread {
  width: 8px;
  height: 8px;
  margin: 6px 8px 0 0;
  border-radius: 50%;
  background-color: var(--color-primary);
  float: left; }

.ConversationItem__Archived {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ConversationItem .ImageItem__image {
  background-color: #FFFFFF; }

@media (max-width: 1200px) {
  .MyConversations {
    height: calc(100vh - 72px - 32px); }
  .AlertBar + .TopBar + .Content__Wrapper .MyConversations {
    height: calc(100vh - 72px - 40px - 48px); }
  .ConversationItem {
    padding: 12px; } }

.Hightlight_Conversation_Message {
  background-color: #FDE047;
  color: #191919;
  padding: 2px 4px;
  border-radius: 6px; }

.Conversation {
  height: calc(100vh - 72px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-image: url("/static/images/chat/chat-bg.jpg");
  background-size: contain;
  border-left: 1px solid #E5E5EA; }
  .Conversation .Spinner__container {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-align: center;
        align-items: center; }
  .Conversation .Button--default {
    background-color: rgba(0, 0, 0, 0.03); }

.AlertBar + .TopBar + .Content__Wrapper .Conversation {
  height: calc(100vh - 72px - 48px); }

.Conversation__Content {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  overflow-x: hidden; }
  .Conversation__Content > div {
    padding: 20px; }

.Conversation__LoadMore {
  margin: auto !important;
  display: block; }

.Conversation__Content__Placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 88%;
  color: #9CA3AF;
  font-size: 12px;
  text-align: center; }
  .Conversation__Content__Placeholder .Icon {
    width: 18px;
    height: 18px;
    margin-right: 8px; }
    .Conversation__Content__Placeholder .Icon path[fill^="#"] {
      fill: #9CA3AF; }
    .Conversation__Content__Placeholder .Icon path[stroke^="#"] {
      stroke: #9CA3AF; }

.Conversation__Header {
  background-color: #FFFFFF;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E5EA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .Conversation__Header .ImageItem {
    -ms-flex: 1;
        flex: 1;
    margin-right: 16px; }
    .Conversation__Header .ImageItem:not(.disabled) {
      cursor: pointer; }
  .Conversation__Header .ImageItem__image {
    background-color: #F6F6F6; }
  .Conversation__Header .ImageItem__info__name {
    font-size: 20px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0 5px 0; }
    .Conversation__Header .ImageItem__info__name .Icon {
      margin-left: 12px;
      top: 3px; }
      .Conversation__Header .ImageItem__info__name .Icon path[fill^="#"] {
        fill: #808080; }
      .Conversation__Header .ImageItem__info__name .Icon path[stroke^="#"] {
        stroke: #808080; }
  .Conversation__Header .ImagePlaceholder {
    background-color: #E5E5EA;
    color: #808080; }
  .Conversation__Header .Conversation__archive {
    line-height: 30px;
    color: #808080;
    cursor: pointer; }
    .Conversation__Header .Conversation__archive:hover {
      text-decoration: underline; }
    .Conversation__Header .Conversation__archive .Icon {
      margin-right: 8px;
      line-height: 30px; }

.Conversation__spinner {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.Conversation__DayHeader {
  height: 1px;
  width: calc(100% + 40px);
  margin: 24px -20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .Conversation__DayHeader span {
    background-color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    color: #191919;
    border-radius: 8px; }

.Conversation__DayHeader + .Conversation__UserSection {
  margin-top: 0; }

.Conversation__UserSection {
  margin-top: 16px; }
  .Conversation__UserSection > small {
    padding-left: 56px; }

.Conversation__UserSection__Messages > small {
  color: #ABB4BD; }

.Conversation__UserSection__Content {
  display: -ms-flexbox;
  display: flex; }

.Conversation__UserSection__Messages {
  max-width: 100%;
  -ms-flex: 1;
      flex: 1; }

.Conversation__UserSection__User {
  margin-right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .Conversation__UserSection__User .statusBadge {
    bottom: -4px !important; }

@media (max-width: 1200px) {
  .Conversation {
    height: calc(100vh - 72px); }
  .AlertBar + .TopBar + .Content__Wrapper .Conversation {
    height: calc(100vh - 72px - 48px); } }

.ImageItem__info .UserStatusPreview {
  margin-left: 1em;
  margin-top: 4px; }
  .ImageItem__info .UserStatusPreview .emoji-mart-emoji {
    margin: 0px; }
    .ImageItem__info .UserStatusPreview .emoji-mart-emoji span {
      margin: 0px; }

.ImageItem__info.conversationHead {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: inherit;
      align-items: inherit; }

.ConversationActivity {
  margin: 8px auto;
  line-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 8px;
  border-radius: 8px; }
  .ConversationActivity .Icon {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    color: #191919; }
    .ConversationActivity .Icon path[fill^="#"] {
      fill: #808080; }
    .ConversationActivity .Icon path[stroke^="#"] {
      stroke: #808080; }
  .ConversationActivity small {
    color: #808080; }

.ConversationActivity--margin-bottom {
  margin-bottom: 48px; }

.ConversationActivity__Content {
  text-align: center; }
  .ConversationActivity__Content h2 {
    font-weight: 600;
    font-size: 24px; }
  .ConversationActivity__Content h3 {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    margin-top: 4px; }
  .ConversationActivity__Content a {
    display: block;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600; }

.ConversationActivity__Content__Participants {
  margin: 0 0 16px -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .ConversationActivity__Content__Participants > * {
    margin-right: -15px;
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer; }
  .ConversationActivity__Content__Participants .ImagePlaceholder {
    background-color: #E5E5EA;
    color: #808080;
    font-size: 24px; }

.ConversationActivity__Content__Participants__More {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #FFFFFF;
  letter-spacing: -1px; }

.PrivateMessage {
  width: 60%;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .PrivateMessage .Attachment--document {
    background-color: #FFFFFF;
    border-radius: 8px;
    border: none; }
  .PrivateMessage .Attachment .Attachment__Container {
    border-radius: 8px; }
  .PrivateMessage .Attachment img {
    height: auto; }
  .PrivateMessage .Video, .PrivateMessage .Attachment:not(.Attachment--document) {
    border-radius: 8px;
    overflow: hidden; }
  .PrivateMessage > *:not(:first-child):not(.dropdown) {
    margin-top: 4px; }
  .PrivateMessage .Linkify {
    white-space: pre-wrap;
    word-break: break-word;
    display: block;
    overflow: hidden; }
    .PrivateMessage .Linkify a {
      word-break: break-word; }
  .PrivateMessage:last-of-type {
    margin-bottom: 0; }
    .PrivateMessage:last-of-type + small {
      margin-top: 4px; }

.PrivateMessage__Container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  line-height: 17.5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .PrivateMessage__Container--preview .ui.dropdown {
    position: absolute;
    top: 8px;
    right: 8px; }
  .PrivateMessage__Container + .dropdown .PrivateMessage__Options {
    background-color: #F7F8F9;
    border-radius: 8px; }

.PrivateMessage__Receiver .EmojiReactions {
  left: 8px; }

.PrivateMessage__Sender .EmojiReactions {
  right: 16px; }

.PrivateMessage__OptionsOverlay {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  padding: 4px;
  border-top-right-radius: 8px; }
  .PrivateMessage__OptionsOverlay .PrivateMessage__OptionsDropdown svg {
    top: 4px;
    transform: rotate(-90deg);
    font-size: 16px;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0.6));
    border-radius: 100px;
    color: #808080; }

.PrivateMessage__OptionsOverlay__Attachment {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: transparent;
  padding: 4px;
  border-top-right-radius: 8px; }
  .PrivateMessage__OptionsOverlay__Attachment .PrivateMessage__OptionsDropdown svg {
    top: 4px;
    transform: rotate(-90deg);
    font-size: 16px;
    border-radius: 100px;
    color: #FFFFFF; }

.PrivateMessage__EmojiReactionPicker {
  position: absolute;
  top: 0px;
  right: -26px;
  color: #808080;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.PrivateMessage__Sender .PrivateMessage__EmojiReactionPicker {
  right: unset;
  left: -26px; }

.PrivateMessage__Sender .PrivateMessage__OptionsOverlay .PrivateMessage__OptionsDropdown svg {
  background: linear-gradient(to right, #DCF7C5, #DCF7C580); }

.PrivateMessage__OptionsDropdown {
  transition: transform 0.2s ease-in-out; }

.PrivateMessage--state-sent {
  margin-left: auto;
  text-align: right; }
  .PrivateMessage--state-sent .PrivateMessage__Container {
    -ms-flex-align: end;
        align-items: flex-end; }
  .PrivateMessage--state-sent .Attachment .Attachment__Container {
    float: right; }
  .PrivateMessage--state-sent .Video, .PrivateMessage--state-sent .Attachment:not(.Attachment--document) {
    margin-left: auto; }
  .PrivateMessage--state-sent .PrivateMessage__EmojiReactions {
    -ms-flex-pack: end;
        justify-content: flex-end; }

.PrivateMessage .Attachment--document {
  background: transparent;
  padding: 4px 0;
  border: none !important; }
  .PrivateMessage .Attachment--document svg {
    margin-top: -12px; }
  .PrivateMessage .Attachment--document img {
    background: transparent; }

.PrivateMessage__AttachmentDivider {
  margin: 0 !important;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.PrivateMessage--state-received .PrivateMessage__Container {
  -ms-flex-align: start;
      align-items: flex-start; }

.PrivateMessage--state-received .PrivateMessage__Inner {
  background-color: #FFFFFF;
  border: 1px solid #E5E5EA; }
  .PrivateMessage--state-received .PrivateMessage__Inner::before {
    left: -8px;
    right: 0;
    rotate: 100deg; }

.PrivateMessage--state-received .Attachment--document {
  border: 1px solid #F6F6F6; }

.PrivateMessage--state-received .PrivateMessage__Reply {
  background-color: #F2F2F7; }

.PrivateMessage--state-sent .PrivateMessage__Inner {
  background-color: #DCF7C5;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12); }

.PrivateMessage__timestamp {
  float: right;
  margin-left: 12px; }
  .PrivateMessage__timestamp--hidden {
    visibility: hidden; }
  .PrivateMessage__timestamp:not(.PrivateMessage__timestamp--hidden) {
    margin-top: -16.5px; }

.PrivateMessage__editedflag {
  float: right; }

.PrivateMessage__Deleted {
  color: #ABB4BD; }
  .PrivateMessage__Deleted .Icon {
    margin-right: 8px;
    width: 16px;
    height: 16px; }

.PrivateMessage__Options {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1; }
  .PrivateMessage__Options--preview .Icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5); }

.Document__Container:not(.Document__Container--has-file-size) + .PrivateMessage__timestamp {
  margin-top: 1px !important; }

.PrivateMessage__Inner {
  max-width: calc(60% - 16px);
  padding: 8px 16px;
  display: inline-block;
  border-radius: 16px;
  text-align: left;
  position: relative;
  font-size: 15px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12); }

.PrivateMessage__Sender .PrivateMessage__Inner {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12); }

.Conversation__UserSection__Messages .PrivateMessage:last-child .PrivateMessage__Inner::before {
  content: '';
  width: 24px;
  height: 12px;
  bottom: 3px;
  position: absolute;
  background-color: inherit;
  -webkit-clip-path: polygon(0 0, 96% 0, 40% 10px);
          clip-path: polygon(0 0, 96% 0, 40% 10px);
  transform: rotate(200deg);
  right: -8px; }

.PrivateMessage__Reply {
  margin: 2px -8px 8px -8px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-radius: 8px; }

.PrivateMessage__Reply__Inner {
  min-width: 0;
  padding: 4px 12px;
  color: #808080;
  border-left: 3px solid #808080; }
  .PrivateMessage__Reply__Inner .Linkify span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 315px; }

.PrivateMessage__EmojiReactions {
  width: calc(60% - 16px);
  margin-top: 4px; }

.EditMessageModal .EditMessageModal__Container .PrivateMessage {
  width: 100%;
  background-image: url("/static/images/chat/chat-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  min-height: 150px;
  max-height: -moz-max-content;
  max-height: max-content; }
  .EditMessageModal .EditMessageModal__Container .PrivateMessage .PrivateMessage__Container {
    width: 100%;
    padding: 16px 24px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .EditMessageModal .EditMessageModal__Container .PrivateMessage .PrivateMessage__Container .PrivateMessage__EmojiReactions {
      -ms-flex: initial;
          flex: initial; }

.EditMessageModal .EditMessageModal__Container .EditMessageModal__Header {
  padding: 16px 24px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .EditMessageModal .EditMessageModal__Container .EditMessageModal__Header svg {
    cursor: pointer; }

.EditMessageModal .EditMessageModal__Container .EditMessageModal__Footer {
  padding: 16px 24px !important;
  width: auto !important;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .EditMessageModal .EditMessageModal__Container .EditMessageModal__Footer .Button {
    padding: 10px; }

.PostPrivateMessage {
  border-top: 1px solid #E5E5EA;
  background-color: #FFFFFF; }
  .PostPrivateMessage .Messages {
    margin: 16px; }

.PostPrivateMessage__Actions {
  width: calc(100% - 32px);
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .PostPrivateMessage__Actions > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .PostPrivateMessage__Actions .Button {
    padding: 2px 4px;
    border-radius: 20px;
    text-align: center;
    box-shadow: none; }
    .PostPrivateMessage__Actions .Button:not(.Button--primary) {
      background-color: transparent; }
    .PostPrivateMessage__Actions .Button .Icon {
      margin: 0 4px;
      width: 24px;
      height: 24px; }
      .PostPrivateMessage__Actions .Button .Icon path[fill^="#"] {
        fill: var(--color-button); }
      .PostPrivateMessage__Actions .Button .Icon path[stroke^="#"] {
        stroke: var(--color-button); }
  .PostPrivateMessage__Actions .Button--primary {
    padding: 4px; }
    .PostPrivateMessage__Actions .Button--primary .Icon {
      transform: rotate(-45deg);
      position: relative;
      top: -2px;
      left: 1px; }
      .PostPrivateMessage__Actions .Button--primary .Icon path[fill^="#"] {
        fill: #FFFFFF; }
      .PostPrivateMessage__Actions .Button--primary .Icon path[stroke^="#"] {
        stroke: #FFFFFF; }
    .PostPrivateMessage__Actions .Button--primary .Spinner__container {
      width: 32px; }
    .PostPrivateMessage__Actions .Button--primary[disabled] {
      background-color: #E5E5EA;
      opacity: 1; }

.PostPrivateMessage__Error {
  padding: 12px 16px 16px; }

.PostPrivateMessage__Input {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin: 0 8px;
  border-radius: 20px;
  background-color: #F6F6F6; }
  .PostPrivateMessage__Input textarea {
    max-height: 50vh;
    border: none !important;
    background-color: transparent;
    padding: 11px 16px; }

.PostPrivateMessage__Attachments > *:not(:last-child) {
  margin-right: 8px; }

.PostPrivateMessage__Attachments .FilePreview {
  border-radius: 3px !important;
  background-color: #E5E5EA; }

.PostPrivateMessage__Attachments .Form__FileInput {
  width: 68px;
  height: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #E5E5EA;
  border-radius: 4px; }
  .PostPrivateMessage__Attachments .Form__FileInput .Icon path[fill^="#"] {
    fill: #808080; }
  .PostPrivateMessage__Attachments .Form__FileInput .Icon path[stroke^="#"] {
    stroke: #808080; }
  .PostPrivateMessage__Attachments .Form__FileInput:hover .Icon path[fill^="#"] {
    fill: #505050; }
  .PostPrivateMessage__Attachments .Form__FileInput:hover .Icon path[stroke^="#"] {
    stroke: #505050; }

.PostPrivateMessage__Documents {
  overflow: hidden; }
  .PostPrivateMessage__Documents > * {
    margin-top: 8px;
    width: calc(50% - 2px - 4px);
    float: left; }
    .PostPrivateMessage__Documents > *:nth-child(2n) {
      margin-left: 8px; }
    .PostPrivateMessage__Documents > *:nth-child(1), .PostPrivateMessage__Documents > *:nth-child(2) {
      margin-top: 0; }
  .PostPrivateMessage__Documents .FilePreview--file {
    border: 1px solid #E5E5EA; }

.PostPrivateMessage__Attachments, .PostPrivateMessage__Documents {
  margin: 8px 16px 0;
  overflow: hidden; }

.PostPrivateMessage__Reply {
  padding: 12px 16px 12px 14px;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
  border-left: 3px solid #808080;
  border-top: 1px solid #E5E5EA; }
  .PostPrivateMessage__Reply .Icon {
    cursor: pointer; }
    .PostPrivateMessage__Reply .Icon path[fill^="#"] {
      fill: #808080; }
    .PostPrivateMessage__Reply .Icon path[stroke^="#"] {
      stroke: #808080; }
    .PostPrivateMessage__Reply .Icon:hover path[fill^="#"] {
      fill: #191919; }
    .PostPrivateMessage__Reply .Icon:hover path[stroke^="#"] {
      stroke: #191919; }

.PostPrivateMessage__Action {
  padding: 8px;
  cursor: pointer; }
  .PostPrivateMessage__Action path[fill^="#"] {
    fill: var(--color-button); }
  .PostPrivateMessage__Action path[stroke^="#"] {
    stroke: var(--color-button); }
  .PostPrivateMessage__Action:hover path[fill^="#"] {
    fill: hsl(var(--color-button-hue), var(--color-button-saturation), var(--color-button-lightness-dark)); }
  .PostPrivateMessage__Action:hover path[stroke^="#"] {
    stroke: hsl(var(--color-button-hue), var(--color-button-saturation), var(--color-button-lightness-dark)); }

.PostPrivateMessage__Reply__Quote {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .PostPrivateMessage__Reply__Quote b {
    display: block; }

.NewConversationForm .modal-body-full-width > :first-child {
  border-top: 0; }

.NewConversationForm .modal-body .Form:not(.SearchBar) {
  margin-top: -16px; }
  .NewConversationForm .modal-body .Form:not(.SearchBar) input, .NewConversationForm .modal-body .Form:not(.SearchBar) textarea {
    width: calc(100% - 32px);
    padding: 12px 16px; }

.NewConversationForm .List--empty {
  padding: 16px;
  background-color: #FFFFFF;
  text-align: center;
  border-bottom: 1px solid #E5E5EA; }

.NewConversationForm .Form {
  margin-top: 17px; }

.NewConversationForm .Form__Row {
  margin-bottom: 0 !important;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5EA; }
  .NewConversationForm .Form__Row .Spinner__container {
    padding: 2px 16px; }

.NewConversationForm .Form__control {
  border: none !important; }

.NewConversationForm .SearchBar {
  margin: 0 0 0 0 !important;
  border: 0;
  border-bottom: 1px solid #E5E5EA;
  border-top: 0 !important;
  border-radius: 0;
  width: 100% !important; }
  .NewConversationForm .SearchBar .Icon {
    line-height: 42px; }
  .NewConversationForm .SearchBar input {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }

.NewConversationForm .SectionHeader {
  border-top: 0; }

.NewConversationForm .AsyncList > .Button {
  margin: 0 16px; }

.NewConversationForm .Button--white.Button--size-fill {
  border-top: 1px solid #E5E5EA;
  border-bottom: 1px solid #E5E5EA;
  color: #FF3B30;
  line-height: 47px;
  font-size: 15px; }
  .NewConversationForm .Button--white.Button--size-fill .Icon path[fill^="#"] {
    fill: #FF3B30; }
  .NewConversationForm .Button--white.Button--size-fill .Icon path[stroke^="#"] {
    stroke: #FF3B30; }

.NewConversationModal__Item {
  min-height: 30px;
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5EA;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .NewConversationModal__Item .Form__Checkbox {
    margin: 0; }
  .NewConversationModal__Item .ImageItem {
    -ms-flex: 1;
        flex: 1; }
  .NewConversationModal__Item .ImagePlaceholder {
    background-color: #E5E5EA;
    color: #808080;
    font-size: 14px; }
  .NewConversationModal__Item:not(.NewConversationModal__Item--disabled):not(.NewConversationModal__Item--standalone):hover {
    background-color: #F6F6F6;
    cursor: pointer; }
    .NewConversationModal__Item:not(.NewConversationModal__Item--disabled):not(.NewConversationModal__Item--standalone):hover .Form__Checkbox__input:not(.Form__Checkbox__input--checked) {
      border: 1px solid #ABB4BD; }
    .NewConversationModal__Item:not(.NewConversationModal__Item--disabled):not(.NewConversationModal__Item--standalone):hover > .Icon path[fill^="#"] {
      fill: #606060; }
    .NewConversationModal__Item:not(.NewConversationModal__Item--disabled):not(.NewConversationModal__Item--standalone):hover > .Icon path[stroke^="#"] {
      stroke: #606060; }
  .NewConversationModal__Item--standalone {
    border-top: 1px solid #E5E5EA; }
    .NewConversationModal__Item--standalone:last-child {
      margin-bottom: -16px;
      border-bottom: 0;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
  .NewConversationModal__Item > .Icon path[fill^="#"] {
    fill: #DFDFDF; }
  .NewConversationModal__Item > .Icon path[stroke^="#"] {
    stroke: #DFDFDF; }
  .NewConversationModal__Item + .SectionHeader {
    border-top: 0; }

.NewConversationModal__Item .dropdown-toggle .Icon path[fill^="#"] {
  fill: #ABB4BD; }

.NewConversationModal__Item .dropdown-toggle .Icon path[stroke^="#"] {
  stroke: #ABB4BD; }

.NewConversationModal__Item--more {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.ConversationForm__Image {
  margin-top: -16px;
  border-bottom: 1px solid #E5E5EA;
  background-color: #FFFFFF;
  text-align: center; }
  .ConversationForm__Image + .ConversationForm__TitleForm {
    margin-top: 0 !important; }

.ConversationForm__Image__Container {
  height: 300px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-position: center;
  background-size: 100%; }
  .ConversationForm__Image__Container > .Button {
    display: none; }
  .ConversationForm__Image__Container:hover > .Button {
    display: initial; }

.ConversationForm__TitleForm {
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5EA; }
  .ConversationForm__TitleForm input {
    font-size: 15px; }
  .ConversationForm__TitleForm input:focus {
    margin-bottom: -1px;
    border-bottom: 1px solid var(--color-primary); }
    .ConversationForm__TitleForm input:focus + .ConversationForm__TitleForm__Fill {
      margin-bottom: -1px;
      border-bottom: 1px solid var(--color-primary); }
  .ConversationForm__TitleForm .Icon {
    float: right;
    width: 18px;
    height: 18px; }
    .ConversationForm__TitleForm .Icon path[fill^="#"] {
      fill: #808080; }
    .ConversationForm__TitleForm .Icon path[stroke^="#"] {
      stroke: #808080; }
  .ConversationForm__TitleForm .ConversationForm__TitleForm__Fill {
    padding-right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.ConversationForm__TitleForm__Save {
  padding-right: 8px;
  padding-top: 4px;
  color: var(--color-button);
  font-weight: 600;
  line-height: 26px; }
  .ConversationForm__TitleForm__Save:hover {
    color: hsl(var(--color-button-hue), var(--color-button-saturation), var(--color-button-lightness-dark)); }

.ConversationForm__Title, .ConversationForm__Description {
  width: calc(100% - 32px);
  padding: 12px 16px;
  background-color: #FFFFFF;
  cursor: text;
  word-break: break-word;
  border-bottom: 1px solid #E5E5EA; }

.ConversationForm__Description {
  white-space: pre; }
  .ConversationForm__Description:focus {
    border-bottom: 1px solid var(--color-primary); }

.ConversationForm__Title__Placeholder {
  color: #808080; }

