/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/event/features/networking/itemtemplate/contactitemactions.less ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.contactitemactions button {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  text-transform: capitalize;
}
.contactitemactions button:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}
.contactitemactions button i {
  margin-right: 0.8em;
  display: inline-block;
  font-size: 10px;
}
.contactitemactions button i.inwink-check {
  font-size: 11px;
}
.contactitemactions button > span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-transform: initial;
}

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/event/components/networking/persontooltip.less ***!
  \*********************************************************************************************************************************************************************************************************************************/
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content {
  background-color: transparent;
  box-shadow: none;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal {
  height: auto;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip {
  padding: 0;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip {
  padding: 12px;
  width: 280px;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip.empty {
  display: none;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip .persondetail {
  display: flex;
  align-items: center;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip .persondetail .bubble {
  margin-right: 12px;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip .contactitemactions {
  display: flex;
  flex-flow: column wrap;
  margin-top: 8px;
}
.popover-shell.persontooltip-modal .popover-wrapper-content .popover-content .popover-modal .tooltip .persontooltip .contactitemactions > * {
  margin-bottom: 4px;
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/textchat/components/replymodal.less ***!
  \**********************************************************************************************************************************************************************************************************************/
.popover-shell.appusermodal.iw-textchat-replymodal .popover-content {
  width: 400px;
}
.popover-shell.appusermodal.iw-textchat-replymodal .popover-content .iw-textchatreplymodal {
  padding: 0 40px 40px 40px;
}
.popover-shell.appusermodal.iw-textchat-replymodal .popover-content .iw-textchatreplymodal p {
  margin-top: 0;
}
.popover-shell.appusermodal.iw-textchat-replymodal .popover-content .iw-textchatreplymodal textarea {
  width: 100%;
  height: 100px;
  display: block;
  resize: none;
  margin-bottom: 8px;
}
.popover-shell.appusermodal.iw-textchat-replymodal .popover-content .iw-textchatreplymodal button {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .popover-shell.appusermodal.iw-textchat-replymodal .popover-content {
    height: auto;
  }
  .popover-shell.appusermodal.iw-textchat-replymodal .popover-content .appusermessage {
    height: auto;
  }
  .popover-shell.appusermodal.iw-textchat-replymodal .popover-content .appusermessage .appusermessage-header {
    height: 40px;
  }
  .popover-shell.appusermodal.iw-textchat-replymodal .popover-content .iw-textchatreplymodal {
    padding: 0 16px 16px 16px;
  }
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/textchat/components/item.less ***!
  \****************************************************************************************************************************************************************************************************************/
.iw-textchat-item-wrapper {
  padding: 4px 8px;
  overflow: hidden;
}
.iw-textchat-item-wrapper .iw-textchat-item {
  padding: 8px 8px 8px 16px;
  border-radius: 8px;
  position: relative;
}
.iw-textchat-item-wrapper .iw-textchat-item .bold {
  font-weight: bold;
}
.iw-textchat-item-wrapper .iw-textchat-item .faded {
  opacity: 0.8;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content {
  display: flex;
  flex-flow: row nowrap;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-message {
  flex-grow: 1;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-message .detail {
  font-size: 9px;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-message .detail .personname {
  margin-right: 1em;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-message .text {
  margin-top: 4px;
  font-size: 13px;
  white-space: pre-wrap;
  word-break: break-word;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-message .text a {
  color: inherit;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-actions {
  flex-shrink: 0;
  opacity: 0.8;
  display: flex;
  flex-flow: column nowrap;
}
.iw-textchat-item-wrapper .iw-textchat-item .iw-textchat-item-content .iw-textchat-item-actions a {
  padding: 4px;
}
.iw-textchat-item-wrapper .iw-textchat-item.pending {
  opacity: 0.3;
}
.iw-textchat-item-wrapper .iw-textchat-item .replies {
  padding-left: 20px;
  margin: 4px 0;
  opacity: 0.8;
  transition: opacity 300ms ease-out;
}
.iw-textchat-item-wrapper .iw-textchat-item .replies .iw-textchat-item {
  padding: 4px 0;
}
.iw-textchat-item-wrapper .iw-textchat-item .replies .showall {
  font-size: 9px;
  font-style: italic;
}
.iw-textchat-item-wrapper .iw-textchat-item .replies .showall:hover {
  text-decoration: underline;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar a {
  font-size: 0.8em;
  font-style: italic;
  white-space: nowrap;
  display: block;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar a:hover {
  text-decoration: underline;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar a.like {
  margin-left: auto;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar a.like .thumb {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar.reply {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar.reply input {
  flex-grow: 1;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar.reply a {
  padding: 4px;
  display: block;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar.actions {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.iw-textchat-item-wrapper .iw-textchat-item .toolbar.actions .moderate {
  margin-left: auto;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-content {
  background-color: transparent;
  width: 360px;
  z-index: 9999;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .tooltip {
  padding: 0;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .persontooltip {
  padding: 12px 20px;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .persontooltip .persondetail {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .persontooltip .bubble {
  flex-shrink: 0;
  margin-right: 12px;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .allownetworking {
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .allownetworking .allownetworking-remark {
  font-style: italic;
  padding: 5px 0 5px 0;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .allownetworking .allownetworking-action {
  margin: 0 auto;
  width: 100%;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .contactitemactions {
  margin-top: 8px;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .contactitemactions button {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.popover-shell.popovertooltip.persontooltip-modal .popover-modal .contactitemactions button.removefromrecos {
  display: none;
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./companion/modules/textchat/components/textchat.less ***!
  \********************************************************************************************************************************************************************************************************************/
.iw-textchat {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.iw-textchat.loading {
  align-items: center;
  justify-content: center;
}
.iw-textchat .nocontentmessage {
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
  margin-top: 1em;
}
.iw-textchat .iw-textchat-items {
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.iw-textchat .iw-textchat-items .newmessages-notif-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  opacity: 0;
  transition: opacity 300ms ease-out;
  pointer-events: none;
}
.iw-textchat .iw-textchat-items .newmessages-notif-container.visible {
  pointer-events: all;
  opacity: 1;
}
.iw-textchat .iw-textchat-items .newmessages-notif-container button.newmessages {
  font-weight: normal;
  font-size: 0.8rem;
  border-radius: 12px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder {
  height: 100%;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder .detail {
  font-size: 9px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder .detail .personname {
  margin-right: 1em;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder .text {
  font-size: 13px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder .toolbar {
  position: inherit;
  bottom: 0;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder.moderate {
  padding-right: 30px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder.moderate .iw-textchat-item-actions {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.2;
  width: 24px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder.moderate .iw-textchat-item-actions button {
  padding: 0;
  width: 24px;
  height: 24px;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder.moderate:not(.pending):hover .iw-textchat-item-actions {
  opacity: 1;
}
.iw-textchat .iw-textchat-items .iw-textchat-item.bloc-lightborder.pending {
  opacity: 0.3;
}
.iw-textchat .iw-textchat-send {
  flex-shrink: 0;
  display: flex;
  height: 48px;
}
.iw-textchat .iw-textchat-send textarea {
  flex-grow: 1;
  display: block;
  height: 100%;
  width: 100%;
  resize: none;
}
.iw-textchat .iw-textchat-send .btnsend {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iw-textchat .iw-textchat-send .btnsend i {
  font-size: 24px;
  width: 24px;
  height: 24px;
}


/*# sourceMappingURL=c-20260721-companion_modules_textchat_index_ts-companion_modules_event_features_networking_itemtemplate_-0ce995-4dde98543d20eda5cb1b.css.map*/