{"version":3,"file":"../css/chunks/defaultVendors-node_modules_crypto-js_enc-hex_js-node_modules_vue-material-design-icons_FileO-af36bb.chunk.css?v=4196b37739fb8342","sources":["webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcInputField.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcActionButton.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcAvatar.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/autolink.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcMentionBubble.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcUserStatusIcon.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcActionLink.css","webpack:///talk/src/components/UIShared/LoadingPlaceholder.vue","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcActionRouter.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcListItem.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcActionText.css","webpack:///talk/node_modules/@nextcloud/vue/dist/assets/NcCounterBubble.css","webpack:///talk/src/components/ConversationIcon.vue","webpack:///talk/src/components/LeftSidebar/ConversationsList/ConversationSearchResult.vue","webpack:///talk/src/components/RoomSelector.vue"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-feb04bef] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n\n/*!\n * SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * Similar as inputBorder but without active styles.\n */\n/**\n * Create a consistent border for an input element.\n * With Nextcloud 32+ there is no real border anymore but we use a box-shadow.\n */\n.input-field[data-v-feb04bef] {\n  --input-border-color: var(--color-border-maxcontrast);\n  --input-border-radius: var(--border-radius-element);\n  --input-padding-start: var(--border-radius-element);\n  --input-padding-end: var(--border-radius-element);\n  position: relative;\n  width: 100%;\n  margin-block-start: 6px;\n}\n.input-field--disabled[data-v-feb04bef] {\n  opacity: 0.4;\n  filter: saturate(0.4);\n}\n.input-field--label-outside[data-v-feb04bef] {\n  margin-block-start: 0;\n}\n.input-field--leading-icon[data-v-feb04bef] {\n  --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--trailing-icon[data-v-feb04bef] {\n  --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline));\n}\n.input-field--pill[data-v-feb04bef] {\n  --input-border-radius: var(--border-radius-pill);\n}\n.input-field__main-wrapper[data-v-feb04bef] {\n  height: var(--default-clickable-area);\n  padding: var(--border-width-input-focused, 2px);\n  position: relative;\n}\n.input-field__input[data-v-feb04bef] {\n  --input-border-box-shadow-light: 0 -1px var(--input-border-color),\n  \t0 0 0 1px color-mix(in srgb, var(--input-border-color), 65% transparent);\n  --input-border-box-shadow-dark: 0 1px var(--input-border-color),\n  \t0 0 0 1px color-mix(in srgb, var(--input-border-color), 65% transparent);\n  --input-border-box-shadow: var(--input-border-box-shadow-light);\n  border: none;\n  border-radius: var(--border-radius-element);\n  box-shadow: var(--input-border-box-shadow);\n}\n.input-field__input[data-v-feb04bef]:hover:not([disabled]) {\n  box-shadow: 0 0 0 1px var(--input-border-color);\n}\n@media (prefers-color-scheme: dark) {\n.input-field__input .input-field__input[data-v-feb04bef] {\n    --input-border-box-shadow: var(--input-border-box-shadow-dark);\n}\n}\n[data-theme-dark] .input-field__input[data-v-feb04bef] {\n  --input-border-box-shadow: var(--input-border-box-shadow-dark);\n}\n[data-theme-light] .input-field__input[data-v-feb04bef] {\n  --input-border-box-shadow: var(--input-border-box-shadow-light);\n}\n.input-field--legacy .input-field__input[data-v-feb04bef] {\n  box-shadow: 0 0 0 1px var(--input-border-color);\n}\n.input-field--legacy .input-field__input[data-v-feb04bef]:hover:not([disabled]) {\n  box-shadow: 0 0 0 2px var(--input-border-color);\n}\n.input-field__input[data-v-feb04bef]:focus-within:not([disabled]), .input-field__input[data-v-feb04bef]:active:not([disabled]) {\n  box-shadow: 0 0 0 2px var(--input-border-color), 0 0 0 4px var(--color-main-background) !important;\n}\n.input-field__input[data-v-feb04bef] {\n  background-color: var(--color-main-background);\n  color: var(--color-main-text);\n  border-radius: var(--input-border-radius);\n  cursor: pointer;\n  -webkit-appearance: textfield !important;\n  -moz-appearance: textfield !important;\n  appearance: textfield !important;\n  font-size: var(--default-font-size);\n  text-overflow: ellipsis;\n  padding-block: 0;\n  padding-inline: var(--input-padding-start) var(--input-padding-end);\n  height: 100% !important;\n  min-height: unset;\n  width: 100%;\n}\n.input-field__input[data-v-feb04bef]::placeholder {\n  color: var(--color-text-maxcontrast);\n}\n.input-field__input[data-v-feb04bef]::-webkit-search-cancel-button {\n  display: none;\n}\n.input-field__input[data-v-feb04bef]::-webkit-search-decoration, .input-field__input[data-v-feb04bef]::-webkit-search-results-button, .input-field__input[data-v-feb04bef]::-webkit-search-results-decoration, .input-field__input[data-v-feb04bef]::-ms-clear {\n  display: none;\n}\n.input-field__input[data-v-feb04bef]:active:not([disabled]), .input-field__input[data-v-feb04bef]:focus:not([disabled]) {\n  --input-border-color: var(--color-main-text);\n}\n.input-field__input:focus + .input-field__label[data-v-feb04bef], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-feb04bef] {\n  color: var(--color-main-text);\n}\n.input-field__input[data-v-feb04bef]:focus {\n  cursor: text;\n}\n.input-field__input[data-v-feb04bef]:disabled {\n  cursor: default;\n}\n.input-field__input[data-v-feb04bef]:focus-visible {\n  box-shadow: unset !important;\n}\n.input-field:not(.input-field--label-outside) .input-field__input[data-v-feb04bef]:not(:focus)::placeholder {\n  opacity: 0;\n}\n.input-field__label[data-v-feb04bef] {\n  --input-label-font-size: var(--default-font-size);\n  font-size: var(--input-label-font-size);\n  position: absolute;\n  margin-inline: var(--input-padding-start) var(--input-padding-end);\n  max-width: fit-content;\n  inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2);\n  inset-inline: var(--border-width-input-focused, 2px);\n  color: var(--color-text-maxcontrast);\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  pointer-events: none;\n  transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow);\n}\n.input-field__input:focus + .input-field__label[data-v-feb04bef], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-feb04bef] {\n  --input-label-font-size: 13px;\n  line-height: 1.5;\n  inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2);\n  font-weight: var(--font-weight-element, 500);\n  border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;\n  background-color: var(--color-main-background);\n  padding-inline: var(--default-grid-baseline);\n  margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline));\n  transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick);\n}\n.input-field__icon[data-v-feb04bef] {\n  position: absolute;\n  height: var(--default-clickable-area);\n  width: var(--default-clickable-area);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  opacity: 0.7;\n  inset-block-end: 0;\n}\n.input-field__icon--leading[data-v-feb04bef] {\n  inset-inline-start: 0px;\n}\n.input-field__icon--trailing[data-v-feb04bef] {\n  inset-inline-end: 0px;\n}\n.input-field__trailing-button[data-v-feb04bef] {\n  --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important;\n  --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px));\n}\n.input-field__trailing-button.button-vue[data-v-feb04bef] {\n  position: absolute;\n  top: var(--border-width-input-focused, 2px);\n  inset-inline-end: var(--border-width-input-focused, 2px);\n}\n.input-field__trailing-button.button-vue[data-v-feb04bef]:focus-visible {\n  box-shadow: none !important;\n}\n.input-field__helper-text-message[data-v-feb04bef] {\n  padding-block: 4px;\n  padding-inline: var(--border-radius-element);\n  display: flex;\n  align-items: center;\n  color: var(--color-text-maxcontrast);\n  overflow-wrap: anywhere;\n}\n.input-field__helper-text-message__icon[data-v-feb04bef] {\n  margin-inline-end: 8px;\n}\n.input-field--error .input-field__helper-text-message[data-v-feb04bef],\n.input-field--error .input-field__icon--trailing[data-v-feb04bef] {\n  color: var(--color-text-error, var(--color-error));\n}\n.input-field--error .input-field__input[data-v-feb04bef], .input-field__input[data-v-feb04bef]:user-invalid {\n  --input-border-color: var(--color-border-error, var(--color-error)) !important;\n}\n.input-field--error .input-field__input[data-v-feb04bef]:focus-visible, .input-field__input[data-v-feb04bef]:user-invalid:focus-visible {\n  box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__input[data-v-feb04bef] {\n  --input-border-color: var(--color-border-success, var(--color-success)) !important;\n}\n.input-field--success .input-field__input[data-v-feb04bef]:focus-visible {\n  box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n}\n.input-field--success .input-field__helper-text-message__icon[data-v-feb04bef] {\n  color: var(--color-border-success, var(--color-success));\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-6c2daf4e] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n\n/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nli.action[data-v-6c2daf4e]:hover, li.action.active[data-v-6c2daf4e] {\n  border-radius: 6px;\n  padding: 0;\n}\nli.action[data-v-6c2daf4e]:hover {\n  background-color: var(--color-background-hover);\n}\n.action--disabled[data-v-6c2daf4e] {\n  pointer-events: none;\n  opacity: 0.5;\n}\n.action--disabled[data-v-6c2daf4e]:hover, .action--disabled[data-v-6c2daf4e]:focus {\n  cursor: default;\n  opacity: 0.5;\n}\n.action--disabled[data-v-6c2daf4e] * {\n  opacity: 1 !important;\n}\n.action-button[data-v-6c2daf4e] {\n  display: flex;\n  align-items: flex-start;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  padding: 0;\n  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);\n  box-sizing: border-box;\n  cursor: pointer;\n  white-space: nowrap;\n  color: var(--color-main-text);\n  border: 0;\n  border-radius: 0;\n  background-color: transparent;\n  box-shadow: none;\n  font-weight: var(--font-weight-element, normal);\n  font-size: var(--default-font-size);\n  line-height: var(--default-clickable-area);\n}\n.action-button > span[data-v-6c2daf4e] {\n  cursor: pointer;\n  white-space: nowrap;\n}\n.action-button__icon[data-v-6c2daf4e] {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  opacity: 1;\n  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;\n  background-size: 16px;\n  background-repeat: no-repeat;\n}\n.action-button[data-v-6c2daf4e] .material-design-icon {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  align-self: flex-start;\n  opacity: 1;\n}\n.action-button[data-v-6c2daf4e] .material-design-icon .material-design-icon__svg {\n  vertical-align: middle;\n}\n.action-button__longtext-wrapper[data-v-6c2daf4e], .action-button__longtext[data-v-6c2daf4e] {\n  max-width: 220px;\n  line-height: 1.6em;\n  padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0;\n  cursor: pointer;\n  text-align: start;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.action-button__longtext[data-v-6c2daf4e] {\n  cursor: pointer;\n  white-space: pre-wrap !important;\n}\n.action-button__name[data-v-6c2daf4e] {\n  font-weight: var(--font-weight-heading, bold);\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap;\n  max-width: 100%;\n  display: block;\n}\n.action-button__description[data-v-6c2daf4e] {\n  display: block;\n  white-space: pre-wrap;\n  font-size: var(--font-size-small);\n  font-weight: var(--font-weight-default, normal);\n  line-height: var(--default-line-height);\n  color: var(--color-text-maxcontrast);\n  cursor: pointer;\n}\n.action-button__menu-icon[data-v-6c2daf4e] {\n  margin-inline: auto calc((var(--default-clickable-area) - 16px) / 2 * -1);\n}\n.action-button__pressed-icon[data-v-6c2daf4e] {\n  margin-inline: auto calc((var(--default-clickable-area) - 16px) / 2 * -1);\n}\n.action-button[data-v-6c2daf4e] * {\n  cursor: pointer;\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-b005f1da] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n.avatardiv[data-v-b005f1da] {\n  position: relative;\n  display: inline-block;\n  width: var(--avatar-size);\n  height: var(--avatar-size);\n}\n.avatardiv--unknown[data-v-b005f1da] {\n  position: relative;\n  background-color: var(--color-main-background);\n  white-space: normal;\n}\n.avatardiv[data-v-b005f1da]:not(.avatardiv--unknown) {\n  background-color: var(--color-main-background) !important;\n  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset;\n}\n.avatardiv--with-menu[data-v-b005f1da] {\n  cursor: pointer;\n  position: relative;\n}\n.avatardiv--with-legacy-menu .action-item[data-v-b005f1da] {\n  position: absolute;\n  top: 0;\n  inset-inline-start: 0;\n}\n.avatardiv--with-legacy-menu[data-v-b005f1da] .action-item__menutoggle {\n  cursor: pointer;\n  opacity: 0;\n}\n.avatardiv--with-legacy-menu[data-v-b005f1da]:focus-within .action-item__menutoggle, .avatardiv--with-legacy-menu[data-v-b005f1da]:hover .action-item__menutoggle, .avatardiv--with-legacy-menu.avatardiv--with-menu-loading[data-v-b005f1da] .action-item__menutoggle {\n  opacity: 1;\n}\n.avatardiv--with-legacy-menu:focus-within img[data-v-b005f1da], .avatardiv--with-legacy-menu:hover img[data-v-b005f1da], .avatardiv--with-legacy-menu.avatardiv--with-menu-loading img[data-v-b005f1da] {\n  opacity: 0.3;\n}\n.avatardiv--with-legacy-menu[data-v-b005f1da] .action-item__menutoggle,\n.avatardiv--with-legacy-menu img[data-v-b005f1da] {\n  transition: opacity var(--animation-quick);\n}\n.avatardiv--with-legacy-menu[data-v-b005f1da]  .button-vue,\n.avatardiv--with-legacy-menu[data-v-b005f1da]  .button-vue__icon {\n  height: var(--avatar-size);\n  min-height: var(--avatar-size);\n  width: var(--avatar-size) !important;\n  min-width: var(--avatar-size);\n}\n.avatardiv--with-legacy-menu[data-v-b005f1da] >  .button-vue, .avatardiv--with-legacy-menu[data-v-b005f1da] >  .action-item .button-vue {\n  --button-radius: calc(var(--avatar-size) / 2);\n}\n.avatardiv .avatar-profile-popover[data-v-b005f1da] {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 1;\n}\n.avatardiv .avatar-profile-popover__trigger[data-v-b005f1da] {\n  display: block;\n  width: 100%;\n  height: 100%;\n  border-radius: inherit;\n  outline: none;\n}\n.avatardiv .avatardiv__initials-wrapper[data-v-b005f1da] {\n  display: block;\n  height: var(--avatar-size);\n  width: var(--avatar-size);\n  background-color: var(--color-main-background);\n  border-radius: calc(var(--avatar-size) / 2);\n}\n.avatardiv .avatardiv__initials-wrapper .avatardiv__initials[data-v-b005f1da] {\n  position: absolute;\n  top: 0;\n  inset-inline-start: 0;\n  display: block;\n  width: 100%;\n  text-align: center;\n  font-weight: var(--font-weight-default, normal);\n}\n.avatardiv img[data-v-b005f1da] {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.avatardiv .material-design-icon[data-v-b005f1da] {\n  width: var(--avatar-size);\n  height: var(--avatar-size);\n}\n.avatardiv .avatardiv__user-status[data-v-b005f1da] {\n  --avatar-status-size-orbital: calc(var(--avatar-size) * (1 - 1 / sqrt(2)));\n  --avatar-status-size-min: var(--font-size-small);\n  --avatar-status-size: max(var(--avatar-status-size-orbital), var(--avatar-status-size-min));\n  box-sizing: border-box;\n  position: absolute;\n  inset-inline-end: 0;\n  inset-block-end: 0;\n  height: var(--avatar-status-size);\n  width: var(--avatar-status-size);\n  line-height: 1;\n  font-size: calc(var(--avatar-status-size) / 1.2);\n  background-color: var(--color-main-background);\n  background-repeat: no-repeat;\n  background-size: var(--avatar-status-size);\n  background-position: center;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.acli:hover .avatardiv .avatardiv__user-status[data-v-b005f1da] {\n  border-color: var(--color-background-hover);\n  background-color: var(--color-background-hover);\n}\n.acli.active .avatardiv .avatardiv__user-status[data-v-b005f1da] {\n  border-color: var(--color-primary-element-light);\n  background-color: var(--color-primary-element-light);\n}\n.avatardiv .avatardiv__user-status--icon[data-v-b005f1da] {\n  border: none;\n  background-color: transparent;\n}\n.avatardiv .popovermenu-wrapper[data-v-b005f1da] {\n  position: relative;\n  display: inline-block;\n}\n.avatar-class-icon[data-v-b005f1da] {\n  display: block;\n  border-radius: calc(var(--avatar-size) / 2);\n  background-color: var(--color-background-darker);\n  height: 100%;\n}","@charset \"UTF-8\";\n/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n._material-design-icon_F3CKl {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n._externalLink_w8FTU {\n  text-decoration: underline;\n}\n._externalLink_decorated_qC1DY::after {\n  content: \" ↗\";\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-3c4a673d] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n.mention-bubble--primary .mention-bubble__content[data-v-3c4a673d] {\n  color: var(--color-primary-element-text);\n  background-color: var(--color-primary-element);\n}\n.mention-bubble__wrapper[data-v-3c4a673d] {\n  position: relative;\n  max-width: 150px;\n  height: 18px;\n  vertical-align: text-bottom;\n  display: inline-flex;\n  align-items: center;\n}\n.mention-bubble__content[data-v-3c4a673d] {\n  display: inline-flex;\n  overflow: hidden;\n  align-items: center;\n  max-width: 100%;\n  height: 20px;\n  -webkit-user-select: none;\n  user-select: none;\n  padding-inline: 2px 6px;\n  border-radius: 10px;\n  background-color: var(--color-background-dark);\n}\n.mention-bubble__icon[data-v-3c4a673d] {\n  position: relative;\n  width: 16px;\n  height: 16px;\n  border-radius: 8px;\n  background-color: var(--color-background-darker);\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: 12px;\n}\n.mention-bubble__icon--with-avatar[data-v-3c4a673d] {\n  color: inherit;\n  background-size: cover;\n}\n.mention-bubble__title[data-v-3c4a673d] {\n  overflow: hidden;\n  margin-inline-start: 2px;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n}\n.mention-bubble__title[data-v-3c4a673d]::before {\n  content: attr(title);\n}\n.mention-bubble__select[data-v-3c4a673d] {\n  position: absolute;\n  z-index: -1;\n  inset-inline-start: -100vw;\n  width: 1px;\n  height: 1px;\n  overflow: hidden;\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-881a79fb] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n.user-status-icon[data-v-881a79fb] {\n  --user-status-color-online: #2D7B41;\n  --user-status-color-busy: #DB0606;\n  --user-status-color-away: #C88800;\n  --user-status-color-offline: #6B6B6B;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.user-status-icon--invisible[data-v-881a79fb] {\n  filter: var(--background-invert-if-dark);\n}\n.user-status-icon[data-v-881a79fb] svg {\n  width: 100%;\n  height: 100%;\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-32f01b7a] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n\n/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nli.action[data-v-32f01b7a]:hover, li.action.active[data-v-32f01b7a] {\n  border-radius: 6px;\n  padding: 0;\n}\nli.action[data-v-32f01b7a]:hover {\n  background-color: var(--color-background-hover);\n}\n.action-link[data-v-32f01b7a] {\n  display: flex;\n  align-items: flex-start;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  padding: 0;\n  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);\n  box-sizing: border-box;\n  cursor: pointer;\n  white-space: nowrap;\n  color: var(--color-main-text);\n  border: 0;\n  border-radius: 0;\n  background-color: transparent;\n  box-shadow: none;\n  font-weight: var(--font-weight-element, normal);\n  font-size: var(--default-font-size);\n  line-height: var(--default-clickable-area);\n}\n.action-link > span[data-v-32f01b7a] {\n  cursor: pointer;\n  white-space: nowrap;\n}\n.action-link__icon[data-v-32f01b7a] {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  opacity: 1;\n  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;\n  background-size: 16px;\n  background-repeat: no-repeat;\n}\n.action-link[data-v-32f01b7a] .material-design-icon {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  align-self: flex-start;\n  opacity: 1;\n}\n.action-link[data-v-32f01b7a] .material-design-icon .material-design-icon__svg {\n  vertical-align: middle;\n}\n.action-link__longtext-wrapper[data-v-32f01b7a], .action-link__longtext[data-v-32f01b7a] {\n  max-width: 220px;\n  line-height: 1.6em;\n  padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0;\n  cursor: pointer;\n  text-align: start;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.action-link__longtext[data-v-32f01b7a] {\n  cursor: pointer;\n  white-space: pre-wrap !important;\n}\n.action-link__name[data-v-32f01b7a] {\n  font-weight: var(--font-weight-heading, bold);\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap;\n  max-width: 100%;\n  display: block;\n}\n.action-link__description[data-v-32f01b7a] {\n  display: block;\n  white-space: pre-wrap;\n  font-size: var(--font-size-small);\n  font-weight: var(--font-weight-default, normal);\n  line-height: var(--default-line-height);\n  color: var(--color-text-maxcontrast);\n  cursor: pointer;\n}\n.action-link__menu-icon[data-v-32f01b7a] {\n  margin-inline: auto calc((var(--default-clickable-area) - 16px) / 2 * -1);\n}","\n@use '../../assets/variables.scss' as *;\n\n.placeholder-list {\n\twidth: 100%;\n\ttransform: translateZ(0); // enable hardware acceleration\n}\n\n.placeholder-item {\n\tdisplay: flex;\n\tgap: 8px;\n\twidth: 100%;\n\n\t&__avatar {\n\t\tflex-shrink: 0;\n\n\t\t&-circle {\n\t\t\theight: var(--avatar-size);\n\t\t\twidth: var(--avatar-size);\n\t\t\tborder-radius: var(--avatar-size);\n\t\t}\n\t}\n\n\t&__content {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\twidth: 100%;\n\n\t\t&-line {\n\t\t\tmargin: 5px 0 4px;\n\t\t\twidth: 100%;\n\t\t\theight: 15px;\n\n\t\t\t&:last-child {\n\t\t\t\twidth: var(--last-line-width);\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Conversations placeholder ruleset\n.placeholder-list--conversations {\n\t.placeholder-item {\n\t\tmargin: 2px 0;\n\t\tpadding: 8px 10px;\n\n\t\t&__content {\n\t\t\twidth: 70%;\n\t\t}\n\t}\n}\n\n// Messages placeholder ruleset\n.placeholder-list--messages {\n\tmax-width: $messages-list-max-width;\n\tmargin: auto;\n\n\t.placeholder-item {\n\t\tpadding-inline-end: 8px;\n\n\t\t&__avatar {\n\t\t\twidth: 48px;\n\t\t\tpadding: 20px 8px 0;\n\t\t}\n\n\t\t&__content {\n\t\t\tmax-width: $messages-text-max-width;\n\t\t\tpadding: 12px 0;\n\n\t\t\t&-line {\n\t\t\t\tmargin: 4px 0 3px;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tmargin-bottom: 9px;\n\t\t\t\t\twidth: 20%;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&__info {\n\t\t\twidth: 100px;\n\t\t\theight: 15px;\n\t\t\tmargin-block: var(--default-clickable-area) 0;\n\t\t\tmargin-inline: 8px var(--default-clickable-area);\n\t\t\tanimation-delay: 0.8s;\n\t\t}\n\t}\n}\n\n// Participants placeholder ruleset\n.placeholder-list--participants {\n\t.placeholder-item {\n\t\t--padding: calc(var(--default-grid-baseline) * 2);\n\t\tgap: calc(var(--default-grid-baseline) * 2);\n\t\tpadding: calc(var(--padding) * 3 / 2) var(--padding) var(--padding);\n\t\theight: 59px;\n\t\talign-items: center;\n\n\t\t&__avatar {\n\t\t\tmargin: auto;\n\t\t}\n\t}\n}\n\n// Event cards placeholder ruleset\n.placeholder-list--event-cards {\n\tdisplay: flex;\n\tgap: calc(var(--default-grid-baseline) * 2);\n\tflex-wrap: nowrap;\n\toverflow: hidden;\n\tmargin-bottom: calc(var(--default-grid-baseline) * 2);\n\tmargin-top: calc(var(--default-grid-baseline) * 2);\n\n\t.placeholder-item {\n\t\t&:first-child {\n\t\t\tmargin-inline-start: var(--dashboard-section-inline-padding);\n\t\t}\n\n\t\t&__content {\n\t\t\twidth: 300px;\n\n\t\t\t&-line {\n\t\t\t\tmargin: 0;\n\t\t\t\theight: 175px;\n\t\t\t\tbackground-color: var(--color-primary-element-light);\n\t\t\t\tborder-radius: var(--border-radius-large);\n\t\t\t\t// Tinted shimmer, to match the event cards this stands in for\n\t\t\t\tbackground-image: linear-gradient(90deg, var(--color-primary-element-light-hover) 65%, var(--color-primary-element-light) 70%, var(--color-primary-element-light-hover) 75%);\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Animation\n.placeholder-item__avatar-circle,\n.placeholder-item__content-line,\n.placeholder-item__info {\n\tbackground-size: 200vw;\n\tbackground-image: linear-gradient(90deg, var(--color-placeholder-dark) 65%, var(--color-placeholder-light) 70%, var(--color-placeholder-dark) 75%);\n\tanimation: loading-animation 3s forwards infinite linear;\n\twill-change: background-position;\n}\n\n@keyframes loading-animation {\n\t0% {\n\t\tbackground-position: 0;\n\t}\n\t100% {\n\t\tbackground-position: 140vw;\n\t}\n}\n","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-87267750] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n\n/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nli.action[data-v-87267750]:hover, li.action.active[data-v-87267750] {\n  border-radius: 6px;\n  padding: 0;\n}\nli.action[data-v-87267750]:hover {\n  background-color: var(--color-background-hover);\n}\n.action-router[data-v-87267750] {\n  display: flex;\n  align-items: flex-start;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  padding: 0;\n  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);\n  box-sizing: border-box;\n  cursor: pointer;\n  white-space: nowrap;\n  color: var(--color-main-text);\n  border: 0;\n  border-radius: 0;\n  background-color: transparent;\n  box-shadow: none;\n  font-weight: var(--font-weight-element, normal);\n  font-size: var(--default-font-size);\n  line-height: var(--default-clickable-area);\n}\n.action-router > span[data-v-87267750] {\n  cursor: pointer;\n  white-space: nowrap;\n}\n.action-router__icon[data-v-87267750] {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  opacity: 1;\n  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;\n  background-size: 16px;\n  background-repeat: no-repeat;\n}\n.action-router[data-v-87267750] .material-design-icon {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  align-self: flex-start;\n  opacity: 1;\n}\n.action-router[data-v-87267750] .material-design-icon .material-design-icon__svg {\n  vertical-align: middle;\n}\n.action-router__longtext-wrapper[data-v-87267750], .action-router__longtext[data-v-87267750] {\n  max-width: 220px;\n  line-height: 1.6em;\n  padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0;\n  cursor: pointer;\n  text-align: start;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.action-router__longtext[data-v-87267750] {\n  cursor: pointer;\n  white-space: pre-wrap !important;\n}\n.action-router__name[data-v-87267750] {\n  font-weight: var(--font-weight-heading, bold);\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap;\n  max-width: 100%;\n  display: block;\n}\n.action-router__description[data-v-87267750] {\n  display: block;\n  white-space: pre-wrap;\n  font-size: var(--font-size-small);\n  font-weight: var(--font-weight-default, normal);\n  line-height: var(--default-line-height);\n  color: var(--color-text-maxcontrast);\n  cursor: pointer;\n}\n.action-router__menu-icon[data-v-87267750] {\n  margin-inline: auto calc((var(--default-clickable-area) - 16px) / 2 * -1);\n}\n.action--disabled[data-v-87267750] {\n  pointer-events: none;\n  opacity: 0.5;\n}\n.action--disabled[data-v-87267750]:hover, .action--disabled[data-v-87267750]:focus {\n  cursor: default;\n  opacity: 0.5;\n}\n.action--disabled[data-v-87267750] * {\n  opacity: 1 !important;\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-0e705f5a] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n.list-item__wrapper[data-v-0e705f5a] {\n  display: flex;\n  position: relative;\n  width: 100%;\n  padding: 2px 4px;\n}\n.list-item__wrapper[data-v-0e705f5a]:first-of-type {\n  padding-block-start: 4px;\n}\n.list-item__wrapper[data-v-0e705f5a]:last-of-type {\n  padding-block-end: 4px;\n}\n.list-item__wrapper:not(.list-item__wrapper--legacy):not(.list-item__wrapper--active):not(.active) .list-item[data-v-0e705f5a]:hover,\n.list-item__wrapper:not(.list-item__wrapper--legacy):not(.list-item__wrapper--active):not(.active) .list-item[data-v-0e705f5a]:focus-within,\n.list-item__wrapper:not(.list-item__wrapper--legacy):not(.list-item__wrapper--active):not(.active) .list-item[data-v-0e705f5a]:has(:active),\n.list-item__wrapper:not(.list-item__wrapper--legacy):not(.list-item__wrapper--active):not(.active) .list-item[data-v-0e705f5a]:has(:focus-visible) {\n  background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);\n}\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a], .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a] {\n  background-color: var(--color-primary-element-light);\n  color: var(--color-main-text) !important;\n}\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:hover, .list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:focus-within, .list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:has(:focus-visible), .list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:has(:active), .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:hover, .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:focus-within, .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:has(:focus-visible), .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]:has(:active) {\n  background-color: var(--color-primary-element-light-hover);\n}\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]::before, .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item[data-v-0e705f5a]::before {\n  content: \"\";\n  position: absolute;\n  inset-block: calc(var(--default-grid-baseline, 4px) * 2);\n  inset-inline-start: 0;\n  width: 3px;\n  background-color: var(--color-primary-element);\n  border-radius: 999px;\n  animation: nc-nav-stripe-in-0e705f5a var(--animation-quick, 200ms) ease-out;\n}\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item-content__name[data-v-0e705f5a],\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item-content__subname[data-v-0e705f5a],\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item-content__details[data-v-0e705f5a],\n.list-item__wrapper--active:not(.list-item__wrapper--legacy) .list-item-details__details[data-v-0e705f5a], .list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item-content__name[data-v-0e705f5a],\n.list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item-content__subname[data-v-0e705f5a],\n.list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item-content__details[data-v-0e705f5a],\n.list-item__wrapper.active:not(.list-item__wrapper--legacy) .list-item-details__details[data-v-0e705f5a] {\n  color: var(--color-main-text) !important;\n}\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item[data-v-0e705f5a], .list-item__wrapper.active.list-item__wrapper--legacy .list-item[data-v-0e705f5a] {\n  background-color: var(--color-primary-element);\n  color: var(--color-primary-element-text) !important;\n}\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:hover, .list-item__wrapper--active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:focus-within, .list-item__wrapper--active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:has(:focus-visible), .list-item__wrapper--active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:has(:active), .list-item__wrapper.active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:hover, .list-item__wrapper.active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:focus-within, .list-item__wrapper.active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:has(:focus-visible), .list-item__wrapper.active.list-item__wrapper--legacy .list-item[data-v-0e705f5a]:has(:active) {\n  background-color: var(--color-primary-element-hover);\n}\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item-content__name[data-v-0e705f5a],\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item-content__subname[data-v-0e705f5a],\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item-content__details[data-v-0e705f5a],\n.list-item__wrapper--active.list-item__wrapper--legacy .list-item-details__details[data-v-0e705f5a], .list-item__wrapper.active.list-item__wrapper--legacy .list-item-content__name[data-v-0e705f5a],\n.list-item__wrapper.active.list-item__wrapper--legacy .list-item-content__subname[data-v-0e705f5a],\n.list-item__wrapper.active.list-item__wrapper--legacy .list-item-content__details[data-v-0e705f5a],\n.list-item__wrapper.active.list-item__wrapper--legacy .list-item-details__details[data-v-0e705f5a] {\n  color: var(--color-primary-element-text) !important;\n}\n@keyframes nc-nav-stripe-in-0e705f5a {\nfrom {\n    transform: scaleY(0);\n    opacity: 0;\n}\nto {\n    transform: scaleY(1);\n    opacity: 1;\n}\n}\n.list-item__wrapper .list-item-content__name[data-v-0e705f5a],\n.list-item__wrapper .list-item-content__subname[data-v-0e705f5a],\n.list-item__wrapper .list-item-content__details[data-v-0e705f5a],\n.list-item__wrapper .list-item-details__details[data-v-0e705f5a] {\n  white-space: nowrap;\n  margin-block: 0;\n  margin-inline: 0 auto;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.list-item-content__name[data-v-0e705f5a] {\n  min-width: 100px;\n  flex: 1 1 10%;\n  font-weight: var(--font-weight-element, 500);\n}\n.list-item-content__subname[data-v-0e705f5a] {\n  flex: 1 0;\n  min-width: 0;\n  color: var(--color-text-maxcontrast);\n}\n.list-item-content__subname--bold[data-v-0e705f5a] {\n  font-weight: var(--font-weight-element, 500);\n}\n.list-item[data-v-0e705f5a] {\n  --list-item-padding: var(--default-grid-baseline);\n  --list-item-height: 2lh;\n  --list-item-border-radius: var(--border-radius-element, 32px);\n  box-sizing: border-box;\n  display: flex;\n  position: relative;\n  flex: 0 0 auto;\n  justify-content: flex-start;\n  padding: var(--list-item-padding);\n  width: 100%;\n  border-radius: var(--border-radius-element, 32px);\n  cursor: pointer;\n  transition: background-color var(--animation-quick) ease-in-out;\n  list-style: none;\n}\n.list-item[data-v-0e705f5a]:hover, .list-item[data-v-0e705f5a]:focus-within, .list-item[data-v-0e705f5a]:has(:active), .list-item[data-v-0e705f5a]:has(:focus-visible) {\n  background-color: var(--color-background-hover);\n}\n.list-item[data-v-0e705f5a]:has(.list-item__anchor:focus-visible) {\n  outline: 2px solid var(--color-main-text);\n  box-shadow: 0 0 0 4px var(--color-main-background);\n}\n.list-item--compact[data-v-0e705f5a] {\n  --list-item-padding: calc(0.5 * var(--default-grid-baseline)) var(--default-grid-baseline);\n}\n.list-item--compact[data-v-0e705f5a]:not(:has(.list-item-content__subname)) {\n  --list-item-height: var(--default-clickable-area);\n}\n.list-item--one-line[data-v-0e705f5a] {\n  --list-item-height: var(--default-clickable-area);\n  --list-item-border-radius: var(--border-radius-element, calc(var(--default-clickable-area) / 2));\n  --list-item-padding: var(--default-grid-baseline);\n}\n.list-item--one-line .list-item-content__main[data-v-0e705f5a] {\n  display: flex;\n  justify-content: start;\n  gap: 12px;\n  min-width: 0;\n}\n.list-item--one-line .list-item-content__details[data-v-0e705f5a] {\n  flex-direction: row;\n  align-items: center;\n  justify-content: end;\n}\n.list-item--one-line .list-item-content__name[data-v-0e705f5a] {\n  align-self: center;\n  max-width: 300px;\n}\n.list-item__anchor[data-v-0e705f5a] {\n  color: inherit;\n  display: flex;\n  flex: 1 0 auto;\n  align-items: center;\n  height: var(--list-item-height);\n  min-width: 0;\n}\n.list-item__anchor[data-v-0e705f5a]:focus-visible {\n  outline: none;\n}\n.list-item-content[data-v-0e705f5a] {\n  display: flex;\n  flex: 1 0;\n  justify-content: space-between;\n  padding-inline-start: calc(2 * var(--default-grid-baseline));\n  min-width: 0;\n}\n.list-item-content__main[data-v-0e705f5a] {\n  flex: 1 0;\n  width: 0;\n  margin: auto 0;\n}\n.list-item-content__main--oneline[data-v-0e705f5a] {\n  display: flex;\n}\n.list-item-content__details[data-v-0e705f5a] {\n  display: flex;\n  flex-direction: column;\n  justify-content: end;\n  align-items: end;\n}\n.list-item-content__actions[data-v-0e705f5a], .list-item-content__extra-actions[data-v-0e705f5a] {\n  flex: 0 0 auto;\n  align-self: center;\n  justify-content: center;\n  margin-inline-start: var(--default-grid-baseline);\n}\n.list-item-content__extra-actions[data-v-0e705f5a] {\n  display: flex;\n  align-items: center;\n  gap: var(--default-grid-baseline);\n}\n.list-item-details__details[data-v-0e705f5a] {\n  color: var(--color-text-maxcontrast);\n  margin: 0 9px !important;\n  font-weight: var(--font-weight-default, normal);\n}\n.list-item-details__extra[data-v-0e705f5a] {\n  margin: 2px 4px 0 4px;\n  display: flex;\n  align-items: center;\n}\n.list-item-details__indicator[data-v-0e705f5a] {\n  margin: 0 5px;\n}\n.list-item__extra[data-v-0e705f5a] {\n  margin-top: var(--default-grid-baseline);\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-fa684b48] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n\n/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nli.action[data-v-fa684b48]:hover, li.action.active[data-v-fa684b48] {\n  border-radius: 6px;\n  padding: 0;\n}\nli.action[data-v-fa684b48]:hover {\n  background-color: var(--color-background-hover);\n}\n.action-text[data-v-fa684b48] {\n  display: flex;\n  align-items: flex-start;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  padding: 0;\n  padding-inline-end: calc((var(--default-clickable-area) - 16px) / 2);\n  box-sizing: border-box;\n  cursor: pointer;\n  white-space: nowrap;\n  color: var(--color-main-text);\n  border: 0;\n  border-radius: 0;\n  background-color: transparent;\n  box-shadow: none;\n  font-weight: var(--font-weight-element, normal);\n  font-size: var(--default-font-size);\n  line-height: var(--default-clickable-area);\n}\n.action-text > span[data-v-fa684b48] {\n  cursor: pointer;\n  white-space: nowrap;\n}\n.action-text__icon[data-v-fa684b48] {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  opacity: 1;\n  background-position: calc((var(--default-clickable-area) - 16px) / 2) center;\n  background-size: 16px;\n  background-repeat: no-repeat;\n}\n.action-text[data-v-fa684b48] .material-design-icon {\n  width: var(--default-clickable-area);\n  height: var(--default-clickable-area);\n  align-self: flex-start;\n  opacity: 1;\n}\n.action-text[data-v-fa684b48] .material-design-icon .material-design-icon__svg {\n  vertical-align: middle;\n}\n.action-text__longtext-wrapper[data-v-fa684b48], .action-text__longtext[data-v-fa684b48] {\n  max-width: 220px;\n  line-height: 1.6em;\n  padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0;\n  cursor: pointer;\n  text-align: start;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n.action-text__longtext[data-v-fa684b48] {\n  cursor: pointer;\n  white-space: pre-wrap !important;\n}\n.action-text__name[data-v-fa684b48] {\n  font-weight: var(--font-weight-heading, bold);\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap;\n  max-width: 100%;\n  display: block;\n}\n.action-text__description[data-v-fa684b48] {\n  display: block;\n  white-space: pre-wrap;\n  font-size: var(--font-size-small);\n  font-weight: var(--font-weight-default, normal);\n  line-height: var(--default-line-height);\n  color: var(--color-text-maxcontrast);\n  cursor: pointer;\n}\n.action-text__menu-icon[data-v-fa684b48] {\n  margin-inline: auto calc((var(--default-clickable-area) - 16px) / 2 * -1);\n}\n.action--disabled[data-v-fa684b48] {\n  pointer-events: none;\n  opacity: 0.5;\n}\n.action--disabled[data-v-fa684b48]:hover, .action--disabled[data-v-fa684b48]:focus {\n  cursor: default;\n  opacity: 0.5;\n}\n.action--disabled[data-v-fa684b48] * {\n  opacity: 1 !important;\n}\n.action-text[data-v-fa684b48],\n.action-text span[data-v-fa684b48] {\n  cursor: default;\n}","/**\n * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/**\n * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon[data-v-36ffc13f] {\n  display: flex;\n  align-self: center;\n  justify-self: center;\n  align-items: center;\n  justify-content: center;\n}\n.counter-bubble__counter[data-v-36ffc13f] {\n  --counter-bubble-height: 22px;\n  font-size: var(--font-size-small, 13px);\n  overflow: hidden;\n  width: fit-content;\n  min-width: var(--counter-bubble-height);\n  text-align: center;\n  line-height: var(--counter-bubble-height);\n  padding: 0 calc(1.5 * var(--default-grid-baseline));\n  border-radius: 0.5lh;\n  background-color: var(--color-primary-element-light);\n  font-weight: bold;\n  color: var(--color-primary-element-light-text);\n}\n.counter-bubble__counter .active[data-v-36ffc13f] {\n  color: var(--color-main-background);\n  background-color: var(--color-primary-element-light);\n}\n.counter-bubble__counter--highlighted[data-v-36ffc13f] {\n  color: var(--color-primary-element-text);\n  background-color: var(--color-primary-element);\n}\n.counter-bubble__counter--highlighted.active[data-v-36ffc13f] {\n  color: var(--color-primary-element);\n  background-color: var(--color-main-background);\n}\n.counter-bubble__counter--outlined[data-v-36ffc13f] {\n  color: var(--color-primary-element);\n  background: transparent;\n  box-shadow: inset 0 0 0 2px;\n}\n.counter-bubble__counter--outlined.active[data-v-36ffc13f] {\n  color: var(--color-main-background);\n  box-shadow: inset 0 0 0 2px;\n}","\n.conversation-icon {\n\twidth: var(--icon-size);\n\theight: var(--icon-size);\n\tposition: relative;\n\n\t.avatar.icon {\n\t\tdisplay: block;\n\t\twidth: var(--icon-size);\n\t\theight: var(--icon-size);\n\t\tline-height: var(--icon-size);\n\t\tbackground-size: calc(var(--icon-size) / 2);\n\t\tbackground-color: var(--color-text-maxcontrast-default);\n\n\t\t&.icon-changelog {\n\t\t\tbackground-size: cover !important;\n\t\t}\n\t}\n\n\timg.avatar.icon {\n\t\tbackground-color: transparent;\n\t}\n\n\t&--dark .avatar.icon {\n\t\tbackground-color: #3B3B3B;\n\t}\n\n\t&__type {\n\t\tposition: absolute;\n\t\tinset-inline-end: -2px;\n\t\tbottom: -2px;\n\t\tdisplay: flex;\n\t\talign-content: center;\n\t\tjustify-content: center;\n\t\theight: clamp(10px, 40%, 18px);\n\t\twidth: clamp(10px, 40%, 18px);\n\t\tborder: 1px solid var(--color-main-background);\n\t\tbackground-color: var(--color-main-background);\n\t\tcolor: var(--color-main-text);\n\t\tborder-radius: 50%;\n\t}\n\n\t.overlap-icon {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tinset-inline-start: calc(var(--icon-size) * 0.7);\n\t\tline-height: 100%;\n\t\tdisplay: inline-block;\n\t\tvertical-align: middle;\n\t}\n}\n\n.offline {\n\topacity: .4;\n}\n\n.conversation-icon :deep(.icon-vue) {\n\tmin-width: 0 !important;\n\tmin-height: 0 !important;\n}\n\n","\n.conversation__subname {\n\tdisplay: flex;\n\tgap: var(--default-grid-baseline);\n\n\t&-actor {\n\t\tflex: 0 1 auto;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t}\n\t&-icon {\n\t\tflex-shrink: 0;\n\t}\n\t&-message {\n\t\tflex: 1 1 0;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t}\n}\n","\n:deep(.modal-wrapper .modal-container) {\n\theight: 700px;\n}\n\n:deep(.modal-wrapper .dialog__content) {\n\twidth: 100%;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n}\n\n.selector {\n\t&__heading {\n\t\tmargin-bottom: 4px;\n\t}\n\n\t&__subtitle {\n\t\tcolor: var(--color-text-maxcontrast);\n\t\tmargin-bottom: 8px;\n\t}\n\n\t&__search {\n\t\tmargin-bottom: 10px;\n\t}\n\n\t&__list {\n\t\theight: 100%;\n\t}\n\n\t&__action {\n\t\tflex-shrink: 0;\n\t\tmargin-inline-start: auto;\n\t}\n}\n"],"names":[],"mappings":"AAWA,gHAmBA,8RASA,uEAIA,kEAGA,qIAGA,oIAGA,oFAGA,iJAKA,ydAUA,0GAGA,mCACA,wHAIA,qHAGA,uHAGA,yGAGA,+HAGA,+NAGA,sYAgBA,sFAGA,gFAGA,gTAGA,mKAGA,mLAGA,uDAGA,6DAGA,8EAGA,sHAGA,gqBAeA,6uBAWA,mNAUA,kEAGA,iEAGA,gPAIA,6KAKA,kGAGA,4MAQA,+EAGA,0LAIA,4LAGA,wPAGA,2IAGA,qLAGA,sIC9MA,gHAYA,+FAIA,gFAGA,kEAIA,4GAIA,yDAGA,kcAoBA,uEAIA,sPAQA,+JAMA,uGAGA,iQASA,wFAIA,yKAQA,yPASA,kKAMA,iDC3GA,gHAOA,sHAMA,wHAKA,gJAIA,wEAIA,wGAKA,gGAIA,+QAGA,iNAGA,mKAIA,kPAOA,8KAGA,+GAOA,qIAOA,mNAOA,oNASA,wEAKA,qGAIA,0qBAqBA,0JAIA,qKAIA,6FAIA,wFAIA,yJClIA,sGAOA,+CAGA,oDCXA,gHAOA,yJAIA,0JAQA,8PAYA,2NAUA,wFAIA,0HAMA,mEAGA,qICtDA,gHAOA,mOASA,sFAGA,8DCnBA,gHAYA,+FAIA,gFAGA,gcAoBA,qEAIA,oPAQA,6JAMA,qGAGA,6PASA,sFAIA,uKAQA,uPASA,kHClGA,sEAKA,mEAKC,yDAGC,sIAOD,0FAKC,yFAKC,yFASF,kGAIC,uFAOF,8PAIC,sFAGC,qGAKA,mIAIC,8FAGC,qHAOF,8MAYD,2PAOC,uFAOF,0OASE,0IAIA,uFAGC,+WAaH,qZASA,6FCpIA,gHAYA,+FAIA,gFAGA,kcAoBA,uEAIA,sPAQA,+JAMA,uGAGA,iQASA,wFAIA,yKAQA,yPASA,oHAGA,kEAIA,4GAIA,yDCrGA,gHAOA,+FAMA,2EAGA,wEAGA,koBAMA,4QAIA,s2BAGA,4bAUA,62BASA,qQAIA,gzBAGA,w0BASA,wGAUA,+VAUA,8GAKA,sGAKA,8FAGA,obAgBA,mNAGA,6JAIA,8HAGA,6HAGA,uOAKA,uHAMA,4HAKA,iGAIA,2IAQA,+DAGA,gKAOA,yEAKA,gEAGA,oHAMA,oMAMA,oHAKA,sJAKA,4FAKA,4DAGA,2EC7MA,gHAYA,+FAIA,gFAGA,gcAoBA,qEAIA,oPAQA,6JAMA,qGAGA,6PASA,sFAIA,uKAQA,uPASA,kHAGA,kEAIA,4GAIA,yDAGA,gFCxGA,gHAOA,yaAcA,yIAIA,6IAIA,+IAIA,iIAKA,yHChDA,qGAKC,2OAQC,gGAKD,2EAIA,gFAIA,kUAeA,mLAUD,qCAIA,2FCvDA,sFAIC,oHAMA,2DAGA,qHCbD,+DAIA,4GAQC,sDAIA,2FAKA,sDAIA,6CAIA"}