@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Maison Neue";
  src: url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff2") format("woff2"), url("/platform-content/themes/generic-2021/fonts/maisonneuebook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.tns-nav {
  text-align: center;
}
.tns-nav button {
  margin: 0 5px;
  background: #ccc;
  border: 0;
  width: 24px;
  height: 2px;
}
.tns-nav button.tns-nav-active {
  background: #2A96CE;
}

.clip__chat {
  box-sizing: border-box;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.clip__chat * {
  box-sizing: border-box;
  margin: 0;
}
.clip__chat--dev {
  position: absolute;
  left: 1em;
  bottom: 1em;
  border-radius: 8px;
  background-color: orange;
  padding: 1em;
}
.clip__chat--module {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #403b4b;
  position: relative;
}
.clip__chat--module .lazyload-wrapper {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.clip__chat--module .lazyload-placeholder {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0.75em 0;
  border-radius: 8px 8px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 1em;
  font-size: 0.95em;
  position: relative;
}
.clip__chat--nav {
  width: 100%;
  background: #403b4b;
  color: white;
  display: flex;
  align-items: center;
  box-shadow: 0px -4px 20px black;
  z-index: 10;
  position: relative;
}
.clip__chat--nav.no-shadow {
  box-shadow: none;
}
.clip__chat--nav p {
  margin: 0;
}
.clip__chat--nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  font-size: 1em;
  min-height: 24px;
}
.clip__chat--nav span svg {
  margin-right: 0.5em;
}
.clip__chat--nav button {
  padding: 0.45em 0.75em;
  -webkit-appearance: none;
  border: 0;
  border-right: 0;
  background-color: transparent;
  color: white;
  font-size: 1em;
  cursor: pointer;
  min-height: 24px;
  opacity: 0.5;
}
.clip__chat--nav button:first-child {
  border-right: 0.5px solid black;
}
.clip__chat--nav button.selected, .clip__chat--nav button:hover {
  opacity: 1;
}
.clip__chat--nav-secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  background: #403b4b;
  box-shadow: 0px -4px 20px black;
  font-size: 0.9em;
  z-index: 9;
}
.clip__chat--nav-secondary.no-shadow {
  box-shadow: none;
}
.clip__chat--nav-secondary.direct-message {
  z-index: 8;
  border-top: none;
}
.clip__chat--nav-secondary button {
  display: flex;
  align-items: center;
  padding: 0.75em;
  -webkit-appearance: none;
  border: 0;
  border-right: 0;
  background-color: transparent;
  color: white;
  font-size: 1em;
  cursor: pointer;
  min-height: 24px;
  opacity: 0.75;
}
.clip__chat--nav-secondary button.selected, .clip__chat--nav-secondary button:hover {
  opacity: 1;
}
.clip__chat--close {
  position: absolute;
  right: 0;
  color: #00d1d2 !important;
  opacity: 1 !important;
}
.clip__chat--messages {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #403b4b;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  padding-top: 0.5em;
}
.clip__chat--input {
  align-self: flex-end;
  width: 100%;
  background: #403b4b;
  color: white;
  display: flex;
  box-shadow: 0px 5px 10px black;
  z-index: 10;
  padding: 1em;
  position: relative;
}
.clip__chat--input input,
.clip__chat--input textarea {
  width: 100%;
  padding: 0.45em 2.5em 0.45em 2.25em;
  font-size: 1em;
  border-radius: 17px;
  border: 0;
  -webkit-appearance: none;
  color: black;
}
.clip__chat--input__emoji {
  position: absolute;
  width: 90%;
  display: flex;
  bottom: 1em;
}
.clip__chat--input__emoji--trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  bottom: 0.25em;
  left: 0.25em;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1em;
}
.clip__chat--input aside.emoji-picker-react {
  position: absolute;
  bottom: 3em;
  height: 270px;
  width: 100%;
  box-shadow: none;
}
.clip__chat--input__button {
  position: absolute;
  -webkit-appearance: none;
  border: 0;
  width: 28px;
  height: 28px;
  right: 1.5em;
  bottom: 1.25em;
  background-color: #00d1d2;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px lightgray;
}
.clip__chat--input__button svg {
  flex-shrink: 0;
}
.clip__chat--input__button:disabled {
  cursor: no-drop;
  opacity: 0.75;
}
.clip__chat--input--reply {
  display: flex;
  flex-direction: column;
  padding: 1em;
  background: #403b4b;
  box-shadow: 0px 5px 20px black;
  z-index: 8;
  color: white;
  border-radius: 8px 8px 0 0;
  border-top: 2px solid #00d1d2;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transition: all 0.3s ease-in;
}
.clip__chat--input--reply-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.clip__chat--input--reply-actions span {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.clip__chat--input--reply-actions span svg {
  margin-right: 0.5em;
}
.clip__chat--input--reply-actions button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  color: red;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.clip__chat--input--reply-actions button svg {
  margin-left: 0.5em;
}
.clip__chat--input--reply-message {
  font-size: 0.95em;
  max-height: 200px;
  overflow-y: scroll;
}
.clip__chat--message {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  margin: 0.75em 0.75em 0;
  border-radius: 8px 8px 0 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 1em;
  font-size: 0.95em;
  opacity: 0;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: relative;
}
.clip__chat--message-info {
  display: flex;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 0.85em;
  justify-content: space-between;
}
.clip__chat--message time {
  font-size: 0.75em;
  font-weight: 300;
}
.clip__chat--message.highlight {
  background-color: #00d1d2;
  color: black;
}
.clip__chat--message.thread {
  margin-top: 0;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.clip__chat--message.deleted {
  -webkit-animation: fade_in_deleted 0.3s ease-in;
          animation: fade_in_deleted 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.clip__chat--message-toolbar {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0.1em 0.75em 0.75em;
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  overflow: hidden;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.clip__chat--message-toolbar button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.35em 0.35em;
  min-width: 45px;
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
  font-size: 1em;
  border: 0;
  margin-right: 0.15em;
}
.clip__chat--message-toolbar button span:nth-child(2) {
  margin-left: 0.35em;
  font-size: 0.9em;
}
.clip__chat--message-toolbar button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.clip__chat--message-toolbar button:last-child {
  margin-right: 0;
}
.clip__chat--message-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.clip__chat--message-toolbar button:disabled:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.clip__chat--message-reactions {
  display: flex;
  flex-direction: row;
}
.clip__chat--message-reactions.local {
  opacity: 0.2;
  pointer-events: none;
}
.clip__chat--message-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.clip__chat--message-actions.local {
  opacity: 0.2;
  pointer-events: none;
}
.clip__chat--message--thread {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0.1em 0.8em 0;
  border-radius: 8px 8px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  overflow: hidden;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  padding: 1em;
  font-size: 0.85em;
}
.clip__chat--message--thread span {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 0.9em;
}
.clip__chat--message--thread span svg {
  margin-right: 0.5em;
}
.clip__chat--message--thread-message {
  opacity: 0.85;
  padding: 0.5em 0;
  width: 100%;
}
.clip__chat--message--thread-message time {
  font-size: 0.75em;
  font-weight: 300;
}
.clip__chat--directory {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #403b4b;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  position: relative;
}
.clip__chat--directory.hidden {
  display: none;
  visibility: hidden;
}
.clip__chat--directory-list {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.clip__chat--profile {
  display: flex;
  flex-direction: column;
  margin: 0.75em 0.75em 0.5em;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 0.75em 0 0;
  font-size: 0.95em;
  opacity: 0;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.clip__chat--profile-info {
  display: flex;
  font-weight: 800;
  font-size: 1em;
  padding: 0 0.75em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.clip__chat--profile-name {
  display: flex;
  flex-direction: column;
}
.clip__chat--profile-name i {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
  color: gray;
}
.clip__chat--profile-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid lightgray;
}
.clip__chat--profile-actions button {
  padding: 1em;
  width: 50%;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clip__chat--profile-actions button svg {
  margin-right: 0.5em;
}
.clip__chat--profile-actions button:hover {
  background-color: white;
}
.clip__chat--profile-actions button:first-child {
  border-right: 0.5px solid lightgray;
}
.clip__chat--profile-actions.full-button button {
  width: 100%;
  border-right: none;
}
.clip__chat--profile img {
  border-radius: 50%;
  margin-left: 1em;
}
.clip__chat--featured-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  background-color: rgba(0, 0, 0, 0.7);
  flex: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: saturate(100%) blur(10px);
  position: relative;
}
.clip__chat--featured-profile--close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.clip__chat--featured-profile--inner {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 0.75em 0 0;
  opacity: 0;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
}
.clip__chat--featured-profile--inner-info {
  display: flex;
  font-weight: 800;
  font-size: 1em;
  padding: 0 0.75em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.clip__chat--featured-profile--inner-name {
  display: flex;
  flex-direction: column;
}
.clip__chat--featured-profile--inner-name i {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
  color: gray;
}
.clip__chat--featured-profile--inner-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid lightgray;
}
.clip__chat--featured-profile--inner-actions button {
  padding: 1em;
  width: 50%;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  font-size: 0.75em;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clip__chat--featured-profile--inner-actions button svg {
  margin-right: 0.5em;
}
.clip__chat--featured-profile--inner-actions button:hover {
  background-color: white;
}
.clip__chat--featured-profile--inner-actions button:first-child {
  border-right: 0.5px solid lightgray;
}
.clip__chat--featured-profile--inner img {
  border-radius: 50%;
  margin-left: 1em;
}
.clip__chat--featured-profile--close {
  color: #00d1d2;
  -webkit-appearance: none;
  border: 0;
  border-right: 0;
  background-color: transparent;
  font-size: 1em;
  cursor: pointer;
  min-height: 24px;
}
.clip__chat--loading {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #403b4b;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 1em;
  text-align: center;
}
.clip__chat--loading p {
  margin-top: 1em;
}
.clip__chat--channel {
  display: flex;
  flex-direction: column;
  margin: 0.75em 0.75em 0.5em;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 0.75em;
  font-size: 0.95em;
  -webkit-animation: fade_in 0.3s ease-in;
          animation: fade_in 0.3s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.clip__chat--channel:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.clip__chat--channel-info {
  display: flex;
  font-weight: 800;
  font-size: 1em;
  justify-content: space-between;
  align-items: center;
}
.clip__chat--channel-name {
  display: flex;
  flex-direction: column;
}
.clip__chat--channel-name i {
  font-size: 0.8em;
  font-style: normal;
  font-weight: 500;
  color: gray;
}
.clip__chat--channel img {
  border-radius: 50%;
  margin-left: 1em;
}
.clip__chat--search {
  display: flex;
  margin: 0.75em 0.75em 0;
  position: relative;
}
.clip__chat--search input {
  display: flex;
  padding: 0.5em 0.75em;
  font-size: 1em;
  border-radius: 8px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  border: 1px solid black;
  width: 100%;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes fade_in_deleted {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }
  100% {
    opacity: 0.25;
    transform: translate(0);
  }
}
@keyframes fade_in_deleted {
  0% {
    opacity: 0;
    transform: translate(0, 8px);
  }
  100% {
    opacity: 0.25;
    transform: translate(0);
  }
}
@-webkit-keyframes scale_in {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.98);
  }
}
@keyframes scale_in {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.98);
  }
}
.block--chat {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.block--chat [react-clip] {
  width: 100%;
  height: 100%;
  color: white;
  background: #383C45;
}