{ "version": 3, "sources": ["../src/plugins/_api/badges/fixDiscordBadgePadding.css", "../src/components/ErrorCard.css", "../src/components/settings/tabs/styles.css", "../src/components/settings/tabs/plugins/styles.css", "../src/api/Notifications/styles.css", "../src/components/iconStyles.css", "../src/components/settings/AddonCard.css", "../src/components/settings/Switch.css", "../src/components/settings/tabs/plugins/PluginModal.css", "../src/components/settings/tabs/plugins/components/styles.css", "../src/components/settings/tabs/plugins/ContributorModal.css", "../src/components/settings/tabs/plugins/LinkIconButton.css", "../src/api/ChatButton.css", "../src/components/settings/tabs/themes/styles.css", "../src/components/settings/QuickAction.css", "../src/plugins/clientTheme/clientTheme.css", "../src/components/settings/SpecialCard.css", "../src/plugins/betterFolders/style.css", "../src/plugins/copyFileContents/style.css", "../src/plugins/dearrow/styles.css", "../src/plugins/decor/ui/styles.css", "../src/plugins/fakeProfileThemes/index.css", "../src/plugins/hideAttachments/styles.css", "../src/plugins/memberCount/style.css", "../src/plugins/mentionAvatars/styles.css", "../src/plugins/messageLogger/messageLogger.css", "../src/plugins/mutualGroupDMs/style.css", "../src/plugins/permissionsViewer/styles.css", "../src/plugins/pictureInPicture/styles.css", "../src/plugins/pinDms/styles.css", "../src/plugins/plainFolderIcon/style.css", "../src/plugins/platformIndicators/style.css", "../src/plugins/readAllNotificationsButton/style.css", "../src/plugins/replyTimestamp/style.css", "../src/plugins/reviewDB/style.css", "../src/plugins/sendTimestamps/styles.css", "../src/plugins/serverInfo/styles.css", "../src/plugins/showConnections/styles.css", "../src/plugins/showHiddenChannels/style.css", "../src/plugins/showMeYourName/styles.css", "../src/plugins/showTimeoutDuration/styles.css", "../src/plugins/sortFriendRequests/styles.css", "../src/plugins/spotifyControls/spotifyStyles.css", "../src/plugins/translate/styles.css", "../src/plugins/typingIndicator/style.css", "../src/plugins/userVoiceShow/style.css", "../src/plugins/vencordToolbox/index.css", "../src/plugins/voiceDownload/style.css", "../src/plugins/voiceMessages/styles.css"], "sourcesContent": ["/* the profile popout badge container(s) */\n[class*=\"profile_\"] [class*=\"tags_\"] [class*=\"container_\"] {\n /* Discord has gap set to 2px instead of 1px, which causes the 12th badge to wrap to a new line. */\n gap: 1px;\n}", ".vc-error-card {\n padding: 2em;\n background-color: #e7828430;\n border: 1px solid #e78284;\n border-radius: 5px;\n color: var(--text-default, white);\n\n & a:hover {\n text-decoration: underline;\n }\n}\n", ".vc-settings-tab-bar {\n margin-top: 20px;\n margin-bottom: 10px;\n border-bottom: 1px solid var(--border-subtle);\n}\n\n.vc-settings-tab-bar-item {\n margin-right: 32px;\n padding-bottom: 16px;\n margin-bottom: -2px;\n}\n\n.vc-settings-donate {\n display: flex;\n flex-direction: row;\n}\n\n.vc-settings-card {\n padding: 1em;\n margin-bottom: 1em;\n}\n\n.vc-warning-card {\n padding: 1em;\n background: var(--info-warning-background);\n border: 1px solid var(--info-warning-foreground);\n color: var(--info-warning-foreground);\n}\n\n.vc-backup-restore-card {\n background-color: var(--info-warning-background);\n border-color: var(--info-warning-foreground);\n color: var(--info-warning-foreground);\n}\n\n.vc-settings-theme-links {\n /* Needed to fix bad themes that hide certain textarea elements for whatever eldritch reason */\n display: inline-block !important;\n color: var(--text-default) !important;\n padding: 0.5em 1em;\n border: 1px solid var(--input-border);\n max-height: unset;\n background-color: transparent;\n box-sizing: border-box;\n resize: none;\n width: 100%;\n font-size: 1em;\n line-height: 2em;\n white-space: nowrap;\n}\n\n.vc-settings-theme-links::placeholder {\n color: var(--text-muted) !important;\n}\n\n.vc-settings-theme-links:focus {\n background-color: var(--background-base-lowest);\n}\n\n.vc-cloud-settings-sync-grid {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-gap: 1em;\n}\n\n.vc-cloud-erase-data-danger-btn {\n color: var(--white-500);\n background-color: var(--button-danger-background);\n}\n\n.vc-updater-modal {\n padding: 1.5em !important;\n}\n\n.vc-updater-modal-close-button {\n float: right;\n}", "/*\n * Vencord, a modification for Discord's desktop app\n * Copyright (c) 2022 Vendicated and contributors\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program. If not, see .\n*/\n\n.vc-plugins-grid {\n margin-top: 16px;\n display: grid;\n grid-gap: 16px;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n}\n\n.vc-plugins-info-button {\n height: 24px;\n width: 24px;\n padding: 0;\n background: transparent;\n margin-right: 8px;\n}\n\n.vc-plugins-settings-button:hover {\n color: var(--interactive-hover);\n}\n\n.vc-plugins-filter-controls {\n display: grid;\n height: 40px;\n gap: 10px;\n grid-template-columns: 1fr 150px;\n}\n\n.vc-addon-badge {\n padding: 0 6px;\n font-family: var(--font-display);\n font-weight: 500;\n border-radius: 8px;\n height: 16px;\n font-size: 12px;\n line-height: 16px;\n color: var(--white-500);\n text-align: center;\n}\n\n.vc-plugins-dep-name {\n margin: 0 auto;\n}\n\n.vc-plugins-info-card {\n padding: 1em;\n height: 8em;\n display: flex;\n flex-direction: column;\n gap: 0.25em;\n}\n\n.vc-plugins-restart-button {\n margin-top: 0.5em;\n background: var(--info-warning-foreground) !important;\n}\n\n.vc-plugins-info-icon:not(:hover, :focus) {\n color: var(--text-muted);\n}\n\n.vc-plugins-settings {\n display: flex;\n flex-direction: column;\n gap: 1.25em;\n}\n", ".vc-notification-root {\n /* clear default button styles */\n all: unset;\n display: flex;\n flex-direction: column;\n color: var(--text-default);\n background-color: var(--background-base-low);\n border-radius: 6px;\n overflow: hidden;\n cursor: pointer;\n width: 100%;\n}\n\n.vc-notification-root:not(.vc-notification-log-wrapper > .vc-notification-root) {\n position: absolute;\n z-index: 2147483647;\n right: 1rem;\n width: 25vw;\n min-height: 10vh;\n}\n\n.vc-notification {\n display: flex;\n flex-direction: row;\n padding: 1.25rem;\n gap: 1.25rem;\n}\n\n.vc-notification-content {\n width: 100%;\n overflow: hidden;\n}\n\n.vc-notification-header {\n display: flex;\n justify-content: space-between;\n}\n\n.vc-notification-title {\n color: var(--header-primary);\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n text-transform: uppercase;\n}\n\n.vc-notification-close-btn {\n all: unset;\n cursor: pointer;\n color: var(--interactive-normal);\n opacity: 0.5;\n transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;\n}\n\n.vc-notification-close-btn:hover {\n color: var(--interactive-hover);\n opacity: 1;\n}\n\n.vc-notification-icon {\n height: 4rem;\n width: 4rem;\n border-radius: 6px;\n}\n\n.vc-notification-progressbar {\n height: 0.25rem;\n border-radius: 5px;\n margin-top: auto;\n}\n\n.vc-notification-p {\n margin: 0.5rem 0 0;\n line-height: 140%;\n}\n\n.vc-notification-img {\n width: 100%;\n}\n\n.vc-notification-log-modal {\n max-width: 962px;\n width: clamp(var(--modal-width-large, 800px), 962px, 85vw);\n}\n\n.vc-notification-log-empty {\n height: 218px;\n background: url(\"/assets/b36de980b174d7b798c89f35c116e5c6.svg\") center no-repeat;\n margin-bottom: 40px;\n}\n\n.vc-notification-log-container {\n padding: 1em;\n max-height: min(750px, 75vh);\n width: 100%;\n}\n\n.vc-notification-log-wrapper {\n height: 120px;\n width: 100%;\n padding-bottom: 16px;\n box-sizing: border-box;\n transition: 200ms ease;\n transition-property: height, opacity;\n\n /* stylelint-disable-next-line no-descending-specificity */\n .vc-notification-root {\n height: 104px;\n }\n}\n\n.vc-notification-log-removing {\n height: 0 !important;\n opacity: 0;\n margin-bottom: 1em;\n}\n\n.vc-notification-log-body-wrapper {\n display: flex;\n flex-direction: column;\n width: 100%;\n box-sizing: border-box;\n}\n\n.vc-notification-log-body {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n line-height: 1.2em;\n}\n\n.vc-notification-log-timestamp {\n margin-left: auto;\n font-size: 0.8em;\n font-weight: lighter;\n}\n\n.vc-notification-log-danger-btn {\n color: var(--white-500);\n background-color: var(--button-danger-background);\n}", ".vc-open-external-icon {\n transform: rotate(45deg);\n}\n\n.vc-owner-crown-icon {\n color: var(--status-warning);\n}\n\n.vc-heart-icon {\n margin-right: 0.5em;\n translate: 0 2px;\n}\n", ".vc-addon-card {\n background-color: var(--card-primary-bg);\n color: var(--interactive-active);\n border: 1px solid var(--border-subtle);\n border-radius: 8px;\n display: block;\n height: 100%;\n padding: 12px;\n width: 100%;\n transition: 0.1s ease-out;\n transition-property: box-shadow, transform, background, opacity;\n box-sizing: border-box;\n}\n\n.vc-addon-card-disabled {\n opacity: 0.6;\n}\n\n.vc-addon-card:hover {\n transform: translateY(-1px);\n box-shadow: var(--elevation-high);\n}\n\n.vc-addon-header {\n margin-top: auto;\n display: flex;\n width: 100%;\n justify-content: flex-end;\n align-items: center;\n gap: 8px;\n margin-bottom: 0.5em;\n}\n\n.vc-addon-note {\n height: 36px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n line-clamp: 2;\n -webkit-box-orient: vertical;\n /* stylelint-disable-next-line property-no-unknown */\n box-orient: vertical;\n}\n\n.vc-addon-name-author {\n width: 100%;\n}\n\n.vc-addon-name {\n display: flex;\n width: 100%;\n align-items: center;\n flex-grow: 1;\n gap: 8px;\n}\n\n.vc-addon-author {\n font-size: 0.8em;\n}\n\n.vc-addon-author::before {\n content: \"by \";\n}\n\n.vc-addon-title-container {\n width: 100%;\n overflow: hidden;\n height: 1.25em;\n position: relative;\n}\n\n.vc-addon-title {\n position: absolute;\n inset: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n@keyframes vc-addon-title {\n 0% {\n transform: translateX(0);\n }\n\n 50% {\n transform: translateX(var(--offset));\n }\n\n 100% {\n transform: translateX(0);\n }\n}\n\n.vc-addon-title:hover {\n overflow: visible;\n animation: vc-addon-title var(--duration) linear infinite;\n}", ".vc-switch-slider {\n transition: 100ms transform ease-in-out;\n}\n", ".vc-plugin-modal-info {\n align-items: center;\n}\n\n.vc-plugin-modal-description {\n flex-grow: 1;\n}\n", ".vc-plugins-setting-section {\n display: flex;\n flex-direction: column;\n gap: 0.5em;\n}\n\n.vc-plugins-setting-content {\n display: flex;\n flex-direction: column;\n gap: 0.5em;\n}\n\n.vc-plugins-setting-inline {\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n}\n\n.vc-plugins-setting-label {\n display: flex;\n flex-direction: column;\n gap: 0.25em;\n}\n\n.vc-plugins-setting-title {\n color: var(--header-primary);\n}\n\n.vc-plugins-setting-description {\n color: var(--header-secondary);\n}\n\n.vc-plugins-setting-error {\n color: var(--text-danger);\n}\n", ".vc-author-modal-root {\n padding: 1em;\n}\n\n.vc-author-modal-header {\n display: flex;\n align-items: center;\n margin-bottom: 1em;\n}\n\n.vc-author-modal-name {\n text-transform: none;\n flex-grow: 0;\n background: var(--background-base-lowest);\n border-radius: 0 9999px 9999px 0;\n padding: 6px 0.8em 6px 0.5em;\n font-size: 20px;\n height: 20px;\n position: relative;\n text-wrap: nowrap;\n}\n\n.vc-author-modal-name::before {\n content: \"\";\n display: block;\n position: absolute;\n height: 100%;\n width: 32px;\n background: var(--background-base-lowest);\n z-index: -1;\n left: -32px;\n top: 0;\n border-top-left-radius: 9999px;\n border-bottom-left-radius: 9999px;\n}\n\n.vc-author-modal-avatar {\n height: 32px;\n width: 32px;\n border-radius: 50%;\n}\n\n.vc-author-modal-links {\n margin-left: auto;\n}\n\n.vc-author-modal-plugins {\n display: grid;\n gap: 0.5em;\n margin-top: 0.75em;\n}", ".vc-settings-modal-link-icon {\n height: 32px;\n width: 32px;\n border-radius: 50%;\n border: 4px solid var(--background-base-lowest);\n box-sizing: border-box\n}\n\n.vc-settings-modal-links {\n display: flex;\n gap: 0.2em;\n}", ".vc-chatbar-button {\n display: flex;\n align-items: center;\n}\n", ".vc-settings-theme-grid {\n display: grid;\n grid-gap: 16px;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n}\n\n.vc-settings-theme-card {\n display: flex;\n flex-direction: column;\n background-color: var(--background-base-lower-alt);\n color: var(--interactive-active);\n border-radius: 8px;\n padding: 1em;\n width: 100%;\n transition: 0.1s ease-out;\n transition-property: box-shadow, transform, background, opacity;\n}\n\n.vc-settings-theme-card-text {\n text-overflow: ellipsis;\n height: 1.2em;\n margin-bottom: 2px;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.vc-settings-theme-author::before {\n content: \"by \";\n}\n\n.vc-settings-csp-list {\n display: flex;\n flex-direction: column;\n gap: 8px;\n}\n\n.vc-settings-csp-row {\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: 8px;\n\n\n & a {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n line-height: 1.2em;\n }\n\n --custom-button-button-md-height: 26px;\n}\n", ".vc-settings-quickActions-card {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 0.5em;\n padding: 0.5em;\n margin-bottom: 1em;\n}\n\n@media (width <=1040px) {\n .vc-settings-quickActions-card {\n grid-template-columns: repeat(2, 1fr);\n }\n}\n\n.vc-settings-quickActions-pill {\n all: unset;\n background: var(--button-secondary-background);\n color: var(--header-secondary);\n display: flex;\n align-items: center;\n gap: 0.5em;\n padding: 8px 9px;\n border-radius: 8px;\n transition: 0.1s ease-out;\n box-sizing: border-box;\n}\n\n.vc-settings-quickActions-pill:hover {\n background: var(--button-secondary-background-hover);\n transform: translateY(-1px);\n box-shadow: var(--elevation-high);\n}\n\n.vc-settings-quickActions-pill:focus-visible {\n outline: 2px solid var(--focus-primary);\n outline-offset: 2px;\n}\n\n.vc-settings-quickActions-img {\n width: 24px;\n height: 24px;\n}", ".vc-clientTheme-settings {\n display: flex;\n flex-direction: column;\n}\n\n.vc-clientTheme-container {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n}\n\n.vc-clientTheme-labels {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n}\n\n.vc-clientTheme-container [class^=\"swatch\"] {\n border: thin solid var(--input-border) !important;\n}\n\n.vc-clientTheme-buttons-container {\n margin-top: 16px;\n display: flex;\n gap: 4px;\n}\n", ".vc-donate-button {\n overflow: visible !important;\n}\n\n.vc-donate-button .vc-heart-icon {\n transition: transform 0.3s;\n}\n\n.vc-donate-button:hover .vc-heart-icon {\n transform: scale(1.1);\n z-index: 10;\n position: relative;\n}\n\n.vc-special-card-special {\n padding: 1em 1.5em;\n margin-bottom: 1em;\n background-size: cover;\n background-position: center;\n}\n\n.vc-special-card-flex {\n display: flex;\n flex-direction: row;\n}\n\n.vc-special-card-flex-main {\n width: 100%;\n}\n\n.vc-special-title {\n color: black;\n}\n\n.vc-special-subtitle {\n color: black;\n font-size: 1.2em;\n font-weight: bold;\n margin-top: 0.5em;\n}\n\n.vc-special-text {\n color: black;\n font-size: 1em;\n margin-top: .75em;\n white-space: pre-line;\n}\n\n.vc-special-seperator {\n margin-top: .75em;\n border-top: 1px solid white;\n opacity: 0.4;\n}\n\n.vc-special-hyperlink {\n margin-top: 1em;\n cursor: pointer;\n\n .vc-special-hyperlink-text {\n color: black;\n font-size: 1em;\n font-weight: bold;\n text-align: center;\n transition: text-decoration 0.5s;\n cursor: pointer;\n }\n\n &:hover .vc-special-hyperlink-text {\n text-decoration: underline;\n }\n}\n\n.vc-special-image-container {\n display: flex;\n justify-content: center;\n align-items: center;\n margin-left: 1em;\n flex-shrink: 0;\n width: 100px;\n height: 100px;\n border-radius: 50%;\n background-color: white;\n}\n\n.vc-special-image {\n width: 65%;\n}\n", ".vc-betterFolders-sidebar {\n grid-area: betterFoldersSidebar\n}\n\n/* These area names need to be hardcoded. Only betterFoldersSidebar is added by the plugin. */\n.vc-betterFolders-sidebar-grid {\n /* stylelint-disable-next-line value-keyword-case */\n grid-template-columns: [start] min-content [guildsEnd] min-content [sidebarEnd] min-content [channelsEnd] 1fr [end];\n grid-template-areas:\n \"titleBar titleBar titleBar titleBar\"\n \"guildsList betterFoldersSidebar notice notice\"\n \"guildsList betterFoldersSidebar channelsList page\";\n}", ".vc-cfc-button {\n color: var(--interactive-normal);\n cursor: pointer;\n padding-left: 4px;\n}\n\n.vc-cfc-button:hover {\n color: var(--interactive-hover);\n}\n", ".vc-dearrow-toggle-off .vc-dearrow-icon {\n filter: grayscale(1);\n}\n\n.vc-dearrow-toggle-on, .vc-dearrow-toggle-off {\n all: unset;\n display: inline;\n cursor: pointer;\n position: absolute;\n top: 0.75rem;\n right: 0.75rem;\n}\n", ".vc-decor-danger-btn {\n color: var(--white-500);\n background-color: var(--button-danger-background);\n}\n\n.vc-decor-change-decoration-modal-content {\n position: relative;\n display: flex;\n border-radius: 5px 5px 0 0;\n padding: 0 16px;\n gap: 4px;\n}\n\n.vc-decor-change-decoration-modal-preview {\n display: flex;\n flex-direction: column;\n margin-top: 24px;\n gap: 8px;\n max-width: 280px;\n}\n\n.vc-decor-change-decoration-modal-decoration {\n width: 80px;\n height: 80px;\n}\n\n.vc-decor-change-decoration-modal-footer {\n justify-content: space-between;\n}\n\n.vc-decor-change-decoration-modal-footer-btn-container {\n display: flex;\n flex-direction: row-reverse;\n}\n\n.vc-decor-create-decoration-modal-content {\n display: flex;\n flex-direction: column;\n gap: 20px;\n padding: 0 16px;\n}\n\n.vc-decor-create-decoration-modal-form-preview-container {\n display: flex;\n gap: 16px;\n}\n\n.vc-decor-modal-header {\n padding: 16px;\n}\n\n.vc-decor-modal-footer {\n padding: 16px;\n}\n\n.vc-decor-create-decoration-modal-form {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n gap: 16px;\n}\n\n.vc-decor-sectioned-grid-list-container {\n display: flex;\n flex-direction: column;\n overflow: hidden scroll;\n max-height: 512px;\n width: 352px; /* ((80 + 8 (grid gap)) * desired columns) (scrolled takes the extra 8 padding off conveniently) */\n gap: 12px;\n}\n\n.vc-decor-sectioned-grid-list-grid {\n display: flex;\n flex-wrap: wrap;\n gap: 8px;\n}\n\n.vc-decor-section-remove-margin {\n margin-bottom: 0;\n}\n", ".vc-fpt-preview * {\n pointer-events: none;\n}\n", ".vc-hideAttachments-accessory {\n color: var(--text-muted);\n margin-top: 0.5em;\n font-style: italic;\n font-weight: 400;\n}\n\n.vc-hideAttachments-no-content {\n margin-top: 0;\n}\n", ".vc-membercount-widget {\n gap: 0.85em;\n display: flex;\n align-content: center;\n\n --color-online: var(--green-360);\n --color-total: var(--primary-400);\n --color-voice: var(--primary-400);\n}\n\n.vc-membercount-tooltip {\n margin-top: 0.25em;\n margin-left: 2px;\n}\n\n.vc-membercount-member-list {\n justify-content: center;\n flex-wrap: wrap;\n margin-top: 1em;\n padding-inline: 1em;\n}\n\n.vc-membercount-container {\n display: flex;\n align-items: center;\n gap: 0.5em;\n}\n\n.vc-membercount-online {\n color: var(--color-online);\n}\n\n.vc-membercount-total {\n color: var(--color-total);\n}\n\n.vc-membercount-voice {\n color: var(--color-voice);\n}\n\n.vc-membercount-online-dot {\n background-color: var(--color-online);\n display: inline-block;\n width: 12px;\n height: 12px;\n border-radius: 50%;\n}\n\n.vc-membercount-total-dot {\n display: inline-block;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n border: 3px solid var(--color-total);\n}\n\n.vc-membercount-voice-icon {\n color: var(--color-voice);\n width: 15px;\n height: 15px;\n}", ".vc-mentionAvatars-icon {\n vertical-align: middle;\n width: 1em !important; /* insane discord sets width: 100% in channel topic */\n height: 1em;\n margin: 0 4px 0.2rem 2px;\n box-sizing: border-box;\n}\n\n.vc-mentionAvatars-role-icon {\n margin: 0 2px 0.2rem 4px;\n}\n\n/** don't display inside the ServerInfo modal owner mention */\n.vc-gp-owner .vc-mentionAvatars-icon {\n display: none;\n}\n", ".messagelogger-deleted [class^=\"buttons\"] {\n display: none;\n}\n\n.messagelogger-deleted\n:is(\n .messagelogger-deleted-attachment,\n .emoji,\n [data-type=\"sticker\"],\n [class*=\"embedIframe\"],\n [class*=\"embedSpotify\"],\n [class*=\"imageContainer\"]\n) {\n filter: grayscale(1) !important;\n transition: 150ms filter ease-in-out;\n\n &[class*=\"hiddenMosaicItem_\"] {\n filter: grayscale(1) blur(var(--custom-message-attachment-spoiler-blur-radius, 44px)) !important;\n }\n\n &:hover {\n filter: grayscale(0) !important;\n }\n}\n\n.messagelogger-deleted [class*=\"spoilerWarning\"] {\n color: var(--status-danger);\n}\n\n.theme-dark .messagelogger-edited {\n filter: brightness(80%);\n}\n\n.theme-light .messagelogger-edited {\n opacity: 0.5;\n}\n\n.messagelogger-edit-marker {\n cursor: pointer;\n}\n\n.vc-ml-modal-timestamp {\n cursor: unset;\n height: unset;\n}\n\n.vc-ml-modal-tab-bar {\n flex-wrap: wrap;\n gap: 16px;\n}\n", ".vc-mutual-gdms-modal-tab-bar {\n gap: 0;\n}\n\n.vc-mutual-gdms-modal-v2-tab-bar {\n --space-xl: 16px;\n}\n", "/* User Permissions Component */\n\n.vc-permviewer-user-header-container {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 8px;\n}\n\n.vc-permviewer-user-header-btns {\n display: flex;\n gap: 8px;\n}\n\n.vc-permviewer-user-header-btn {\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n/* RolesAndUsersPermissions Component */\n\n.vc-permviewer-modal-content {\n padding: 16px 4px 16px 16px;\n}\n\n.vc-permviewer-modal-title {\n flex-grow: 1;\n}\n\n.vc-permviewer-modal-no-perms {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n}\n\n.vc-permviewer-modal-container {\n width: 100%;\n height: 100%;\n display: flex;\n gap: 8px;\n}\n\n.vc-permviewer-modal-list {\n display: flex;\n flex-direction: column;\n gap: 2px;\n padding-right: 8px;\n width: 200px;\n}\n\n.vc-permviewer-modal-list-item-btn {\n cursor: pointer;\n}\n\n.vc-permviewer-modal-list-item {\n display: flex;\n align-items: center;\n gap: 8px;\n padding: 8px;\n border-radius: 5px;\n}\n\n.vc-permviewer-modal-list-item:hover {\n background-color: var(--background-modifier-hover);\n}\n\n.vc-permviewer-modal-list-item-active {\n background-color: var(--background-modifier-selected);\n}\n\n.vc-permviewer-modal-list-item-text {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.vc-permviewer-modal-role-circle {\n border-radius: 50%;\n width: 12px;\n height: 12px;\n flex-shrink: 0;\n}\n\n.vc-permviewer-modal-role-image {\n width: 20px;\n height: 20px;\n object-fit: contain;\n}\n\n.vc-permviewer-modal-user-img {\n border-radius: 50%;\n width: 20px;\n height: 20px;\n}\n\n.vc-permviewer-modal-divider {\n width: 2px;\n background-color: var(--background-modifier-active);\n}\n\n.vc-permviewer-modal-perms {\n display: flex;\n flex-direction: column;\n padding-right: 8px;\n}\n\n.vc-permviewer-modal-perms-item {\n display: flex;\n align-items: center;\n gap: 5px;\n padding: 10px 2px 10px 10px;\n border-bottom: 2px solid var(--background-modifier-active);\n}\n\n.vc-permviewer-modal-perms-item:last-child {\n border: 0;\n}\n\n.vc-permviewer-modal-perms-item-icon {\n border: 1px solid var(--background-modifier-selected);\n width: 24px;\n height: 24px;\n}\n\n.vc-permviewer-modal-perms-item .vc-info-icon {\n color: var(--interactive-muted);\n margin-left: auto;\n cursor: pointer;\n transition: color ease-in 0.1s;\n}\n\n.vc-permviewer-modal-perms-item .vc-info-icon:hover {\n color: var(--interactive-active);\n}\n\n/* copy pasted from discord cause impossible to webpack find */\n.vc-permviewer-role-button {\n border-radius: var(--radius-sm);\n color: var(--interactive-normal);\n border: 1px solid var(--user-profile-border);\n /* stylelint-disable-next-line value-no-vendor-prefix */\n width: -moz-fit-content;\n width: fit-content;\n height: 24px;\n padding: 4px\n}\n\n.vc-permviewer-role-button:hover {\n background-color: var(--user-profile-background-hover);\n}\n\n.vc-permviewer-granted-by-container {\n max-width: 300px;\n width: auto;\n}\n\n.vc-permviewer-granted-by-content {\n display: flex;\n align-items: center;\n gap: 4px;\n}\n", ".vc-pip-button {\n color: var(--interactive-normal);\n}\n\n.vc-pip-button:hover {\n background-color: var(--background-modifier-hover);\n color: var(--interactive-hover);\n}\n", ".vc-pindms-section-container {\n box-sizing: border-box;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 16px;\n letter-spacing: .02em;\n font-family: var(--font-display);\n font-weight: 600;\n flex: 1 1 auto;\n color: var(--channels-default);\n cursor: pointer;\n}\n\n.vc-pindms-modal-content {\n display: grid;\n justify-content: center;\n padding: 1rem;\n gap: 1.5rem;\n}\n\n.vc-pindms-modal-content [class^=\"defaultContainer\"] {\n display: none;\n}\n\n.vc-pindms-collapse-icon {\n width: 16px;\n height: 16px;\n color: var(--interactive-normal);\n transform: rotate(90deg)\n}\n\n.vc-pindms-collapsed .vc-pindms-collapse-icon {\n transform: rotate(0deg);\n}\n", ".vc-plainFolderIcon-plain {\n /* Without this, they are a bit laggier */\n transition: none !important;\n\n /* Don't show the mini guild icons */\n transform: translateZ(0);\n\n /* The new icons are fully transparent. Add a sane default to match the old behavior */\n background-color: color-mix(in oklab, var(--custom-folder-color, var(--bg-brand)) 40%, transparent);\n}\n", ".vc-platform-indicator {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: top;\n position: relative;\n}\n", ".vc-ranb-button {\n color: var(--interactive-normal);\n padding: 0 0.5em;\n width: 100%;\n box-sizing: border-box;\n}\n\n.vc-ranb-button:hover {\n color: var(--interactive-active);\n}\n", ".vc-reply-timestamp {\n margin-right: 0.25em;\n}\n", "[class|=\"section\"]:not([class|=\"lastSection\"]) + .vc-rdb-view {\n margin-top: 12px;\n}\n\n.vc-rdb-badge {\n vertical-align: middle;\n margin-left: 4px;\n}\n\n.vc-rdb-input {\n padding-left: 12px;\n margin-top: 6px;\n margin-bottom: 12px;\n resize: none;\n overflow: hidden;\n background: transparent;\n border: 1px solid var(--profile-message-input-border-color);\n}\n\n.vc-rdb-modal-footer-wrapper {\n width: 100%;\n margin: 6px 16px;\n}\n\n.vc-rdb-placeholder {\n margin-bottom: 4px;\n font-weight: bold;\n font-style: italic;\n color: var(--text-muted);\n}\n\n.vc-rdb-input * {\n font-size: 14px;\n}\n\n.vc-rdb-modal-footer {\n padding: 0;\n}\n\n.vc-rdb-modal-footer .vc-rdb-input {\n margin-bottom: 0;\n background: var(--input-background);\n}\n\n.vc-rdb-modal-footer [class|=\"pageControlContainer\"] {\n margin-top: 0;\n}\n\n.vc-rdb-modal-header {\n flex-grow: 1;\n}\n\n.vc-rdb-modal-reviews {\n margin-top: 16px;\n}\n\n.vc-rdb-review {\n padding-top: 8px !important;\n padding-bottom: 8px !important;\n padding-right: 32px !important;\n}\n\n.vc-rdb-review:hover {\n background: var(--background-message-hover) !important;\n border-radius: 8px;\n}\n\n.vc-rdb-review-comment [class*=\"avatar\"] {\n vertical-align: text-top;\n}\n\n.vc-rdb-review-comment {\n overflow-y: hidden;\n margin-top: 1px;\n margin-bottom: 8px;\n color: var(--text-default);\n font-size: 15px;\n}\n\n.vc-rdb-blocked-badge {\n cursor: pointer;\n}\n\n.vc-rdb-block-modal-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.vc-rdb-block-modal {\n padding: 1em;\n display: grid;\n gap: 0.75em;\n}\n\n.vc-rdb-button-grid {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 10px;\n}\n\n/* stylelint-disable-next-line media-feature-range-notation */\n@media (max-width: 600px) {\n .vc-rdb-button-grid {\n grid-template-columns: 1fr;\n }\n}\n\n.vc-rdb-block-modal-row {\n display: flex;\n height: 2em;\n gap: 0.5em;\n align-items: center;\n}\n\n.vc-rdb-block-modal-avatar {\n border-radius: 50%;\n height: 2em;\n width: 2em;\n}\n\n.vc-rdb-block-modal-avatar::before {\n content: \"\";\n display: block;\n width: 100%;\n height: 100%;\n background-color: var(--border-subtle);\n}\n\n.vc-rdb-block-modal-username {\n flex-grow: 1;\n}\n\n.vc-rdb-block-modal-unblock {\n cursor: pointer;\n}", ".vc-st-date-picker {\n background-color: var(--input-background);\n color: var(--text-default);\n width: 95%;\n padding: 8px 8px 8px 12px;\n margin: 1em 0;\n outline: none;\n border: 1px solid var(--input-background);\n border-radius: 4px;\n font-weight: 500;\n font-style: inherit;\n font-size: 100%;\n}\n\n.vc-st-format-select {\n margin-bottom: 1em;\n\n --border-subtle: transparent;\n}\n\n.vc-st-format-label {\n --border-subtle: transparent;\n}\n\n.vc-st-modal-header {\n place-content: center space-between;\n}\n\n.vc-st-modal-title {\n margin: 0;\n}\n\n.vc-st-modal-close-button {\n padding: 0;\n}\n\n.vc-st-preview-text {\n margin-bottom: 1em;\n}\n", ".vc-gp-root {\n height: 100%;\n user-select: text;\n}\n\n.vc-gp-banner {\n cursor: pointer;\n aspect-ratio: auto 240 / 135;\n height: 334px;\n width: 100%;\n object-fit: cover;\n overflow: clip;\n overflow-clip-margin: content-box;\n}\n\n.vc-gp-header {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5em;\n margin: 0.5em;\n}\n\n.vc-gp-icon {\n width: 48px;\n height: 48px;\n cursor: pointer;\n}\n\n.vc-gp-name-and-description {\n display: flex;\n flex-direction: column;\n gap: 0.2em;\n}\n\n.vc-gp-name {\n margin: 0;\n}\n\n.vc-gp-tab-bar {\n border-bottom: 1px solid var(--border-subtle);\n margin: 20px 12px 0;\n display: flex;\n gap: 40px;\n align-items: stretch;\n flex-direction: row;\n}\n\n.vc-gp-tab {\n border-bottom: 2px solid transparent;\n color: var(--interactive-normal);\n cursor: pointer;\n line-height: 14px;\n}\n\n.vc-gp-tab-content {\n margin: 1em;\n}\n\n.vc-gp-tab:where(.vc-gp-selected, :hover, :focus) {\n border-bottom-color: var(--interactive-active);\n}\n\n.vc-gp-info {\n display: grid;\n grid-template-columns: repeat(3, minmax(0, 1fr));\n gap: 1em;\n}\n\n.vc-gp-server-info-pair {\n color: var(--text-default);\n}\n\n.vc-gp-server-info-pair [class^=\"timestamp\"] {\n margin-left: 0;\n}\n\n.vc-gp-owner {\n display: flex;\n align-items: center;\n gap: 0.2em;\n}\n\n.vc-gp-owner-avatar {\n height: 20px;\n border-radius: 50%;\n cursor: pointer;\n}\n\n.vc-gp-scroller {\n width: 100%;\n max-height: 500px;\n}\n\n.vc-gp-scroller [class^=\"listRow\"] {\n margin: 1px 0;\n}\n\n.vc-gp-scroller [class^=\"listRow\"]:hover {\n background-color: var(--background-modifier-hover);\n}\n", ".vc-user-connection {\n all: unset;\n display: inline-block;\n cursor: pointer;\n}\n\n.vc-sc-tooltip {\n display: inline-flex;\n gap: 0.25em;\n align-items: center;\n}\n\n.vc-sc-connection-name {\n word-break: break-all;\n}\n\n.vc-sc-tooltip-icon {\n min-width: 16px;\n}\n", ".vc-shc-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n text-align: center;\n gap: 0.65em;\n margin: 0.5em 0;\n min-height: 100%;\n}\n\n.vc-shc-logo {\n width: 12em;\n height: 12em;\n}\n\n.vc-shc-heading-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5em;\n}\n\n.vc-shc-heading-nsfw-icon {\n color: var(--text-default);\n}\n\n.vc-shc-topic-container {\n color: var(--text-default);\n background: var(--bg-overlay-5, var(--background-base-lower));\n border-radius: 5px;\n padding: 10px;\n max-width: 70vw;\n}\n\n.vc-shc-default-emoji-container {\n display: flex;\n flex-direction: row;\n align-items: center;\n background: var(--bg-overlay-5, var(--background-base-lower));\n border-radius: 8px;\n padding: 0.75em;\n margin-left: 0.75em;\n}\n\n.vc-shc-tags-container {\n display: flex;\n flex-direction: column;\n background: var(--bg-overlay-5, var(--background-base-lower));\n border-radius: 5px;\n padding: 0.75em;\n gap: 0.75em;\n max-width: 70vw;\n}\n\n.vc-shc-tags {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n gap: 0.35em;\n}\n\n.vc-shc-allowed-users-and-roles-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n background: var(--bg-overlay-5, var(--background-base-lower));\n border-radius: 5px;\n padding: 0.75em;\n max-width: 70vw;\n}\n\n.vc-shc-allowed-users-and-roles-container-title {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5em;\n}\n\n.vc-shc-allowed-users-and-roles-container-toggle-btn {\n all: unset;\n cursor: pointer;\n display: flex;\n align-items: center;\n color: var(--text-default);\n}\n\n.vc-shc-allowed-users-and-roles-container-permdetails-btn {\n all: unset;\n cursor: pointer;\n display: flex;\n align-items: center;\n color: var(--text-default);\n}\n\n.vc-shc-allowed-users-and-roles-container > [class^=\"members\"] {\n margin-left: 12px;\n flex-wrap: wrap;\n justify-content: center;\n}\n\n.vc-shc-hidden-channel-icon {\n cursor: not-allowed;\n margin-left: 6px;\n z-index: 0;\n}\n", ".vc-smyn-suffix {\n color: var(--text-muted);\n -webkit-text-fill-color: initial;\n isolation: isolate;\n}\n\n.vc-smyn-suffix::before {\n content: \"(\";\n}\n\n.vc-smyn-suffix::after {\n content: \")\";\n}\n", ".vc-std-wrapper {\n display: flex;\n align-items: center;\n}\n\n.vc-std-wrapper [class*=\"communicationDisabled\"] {\n margin-right: 0;\n}\n", ".vc-sortFriendRequests-wrapper {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n margin-right: 0.5em;\n}\n\n.vc-sortFriendRequests-tooltip {\n max-width: none;\n white-space: nowrap;\n}\n\n.vc-sortFriendRequests-date {\n color: var(--text-muted);\n font-family: var(--font-code);\n}\n", "#vc-spotify-player {\n padding: 12px;\n background: var(--bg-overlay-floating, var(--background-base-low, var(--background-base-lower-alt)));\n margin: 0;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n border-bottom: 1px solid var(--border-subtle);\n\n /* so custom themes can easily change it */\n --vc-spotify-green: var(--spotify, #1db954);\n --vc-spotify-green-90: color-mix(in hsl, var(--vc-spotify-green), transparent 90%);\n --vc-spotify-green-80: color-mix(in hsl, var(--vc-spotify-green), transparent 80%);\n}\n\n.theme-light #vc-spotify-player {\n background: var(--bg-overlay-3, var(--background-base-lower-alt));\n}\n\n.theme-dark #vc-spotify-player {\n background: var(--bg-overlay-1, var(--background-base-lower-alt));\n}\n\n.vc-spotify-button {\n margin: 0 2px;\n border-radius: var(--radius-sm);\n background: none;\n color: var(--interactive-normal);\n padding: 0;\n width: 32px;\n height: 32px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.vc-spotify-button:hover {\n color: var(--interactive-hover);\n background-color: var(--background-modifier-selected);\n}\n\n.vc-spotify-button-icon {\n height: 24px;\n width: 24px;\n}\n\n.vc-spotify-shuffle .vc-spotify-button-icon,\n.vc-spotify-repeat .vc-spotify-button-icon {\n width: 22px;\n height: 22px;\n}\n\n/* .vc-spotify-button:hover {\n filter: brightness(1.3);\n} */\n\n.vc-spotify-repeat-context,\n.vc-spotify-repeat-track,\n.vc-spotify-shuffle-on {\n background-color: var(--vc-spotify-green-90);\n}\n\n.vc-spotify-repeat-context:hover,\n.vc-spotify-repeat-track:hover,\n.vc-spotify-shuffle-on:hover {\n background-color: var(--vc-spotify-green-80);\n}\n\n.vc-spotify-tooltip-text {\n overflow: hidden;\n white-space: nowrap;\n padding-right: 0.2em;\n max-width: 100%;\n margin: unset;\n}\n\n.vc-spotify-repeat-1 {\n font-size: 70%;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n}\n\n.vc-spotify-button-row {\n justify-content: center;\n margin-top: 14px;\n}\n\n.vc-spotify-secondary-song-info {\n font-size: 12px;\n}\n\n.vc-spotify-song-info-prefix {\n display: none;\n}\n\n#vc-spotify-info-wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n height: 3em;\n gap: 0.5em;\n}\n\n#vc-spotify-album-image {\n height: 90%;\n object-fit: contain;\n border-radius: 3px;\n transition: filter 0.2s;\n}\n\n#vc-spotify-album-image:hover {\n filter: brightness(1.2);\n cursor: pointer;\n}\n\n#vc-spotify-album-expanded-wrapper #vc-spotify-album-image {\n width: 100%;\n object-fit: contain;\n}\n\n#vc-spotify-titles {\n display: flex;\n flex-direction: column;\n padding: 0.2rem;\n align-items: flex-start;\n place-content: flex-start center;\n overflow: hidden;\n}\n\n#vc-spotify-song-title {\n color: var(--header-primary);\n font-size: 14px;\n font-weight: 600;\n}\n\n.vc-spotify-ellipoverflow {\n white-space: nowrap;\n overflow: hidden;\n width: 100%;\n text-overflow: ellipsis;\n}\n\n.vc-spotify-artist,\n.vc-spotify-album {\n font-size: 12px;\n text-decoration: none;\n color: var(--header-primary);\n}\n\n.vc-spotify-comma {\n color: var(--header-secondary);\n}\n\n.vc-spotify-artist[role=\"link\"]:hover,\n#vc-spotify-album-title[role=\"link\"]:hover,\n#vc-spotify-song-title[role=\"link\"]:hover {\n text-decoration: underline;\n cursor: pointer;\n}\n\n#vc-spotify-progress-bar {\n position: relative;\n color: var(--text-default);\n width: 100%;\n margin: 0.5em 0;\n margin-bottom: 5px;\n}\n\n#vc-spotify-progress-bar > [class^=\"slider\"] {\n flex-grow: 1;\n width: 100%;\n padding: 0 !important;\n}\n\n#vc-spotify-progress-bar > [class^=\"slider\"] [class^=\"bar\"] {\n height: 3px !important;\n top: calc(12px - 4px / 2 + var(--bar-offset));\n}\n\n#vc-spotify-progress-bar > [class^=\"slider\"] [class^=\"barFill\"] {\n background-color: var(--interactive-active);\n}\n\n#vc-spotify-progress-bar > [class^=\"slider\"]:hover [class^=\"barFill\"] {\n background-color: var(--vc-spotify-green);\n}\n\n#vc-spotify-progress-bar > [class^=\"slider\"] [class^=\"grabber\"] {\n /* these importants are necessary, it applies a width and height through inline styles */\n height: 16px !important;\n width: 16px !important;\n margin-top: calc(17px/-2 + var(--bar-offset)/2);\n margin-left: -0.5px;\n background-color: var(--interactive-active);\n border-color: var(--interactive-normal);\n color: var(--interactive-normal);\n opacity: 0;\n transition: opacity 0.1s;\n}\n\n#vc-spotify-progress-bar:hover > [class^=\"slider\"] [class^=\"grabber\"] {\n opacity: 1;\n}\n\n#vc-spotify-progress-text {\n margin: 0;\n}\n\n.vc-spotify-progress-time {\n font-size: 12px;\n top: 10px;\n position: absolute;\n margin-top: 8px;\n font-family: var(--font-code);\n}\n\n.vc-spotify-time-left {\n left: 0;\n}\n\n.vc-spotify-time-right {\n right: 0;\n}\n\n.vc-spotify-fallback {\n padding: 0.5em;\n color: var(--text-default);\n}", ".vc-trans-modal-content {\n padding: 1em;\n}\n\n.vc-trans-modal-header {\n place-content: center space-between;\n}\n\n.vc-trans-modal-title {\n margin: 0;\n}\n\n.vc-trans-accessory {\n color: var(--text-muted);\n margin-top: 0.5em;\n font-style: italic;\n font-weight: 400;\n line-height: 1.2rem;\n white-space: break-spaces;\n}\n\n.vc-trans-accessory-icon {\n margin-right: 0.25em;\n}\n\n.vc-trans-dismiss {\n all: unset;\n cursor: pointer;\n color: var(--text-link);\n}\n\n.vc-trans-dismiss:is(:hover, :focus) {\n text-decoration: underline;\n}\n\n.vc-trans-auto-translate {\n color: var(--green-360);\n}\n\n.vc-trans-chat-button {\n scale: 1.085;\n}\n", ".vc-typing-indicator {\n display: flex;\n align-items: center;\n height: 20px;\n}\n\n.vc-typing-indicator-avatars {\n margin-left: 6px;\n}\n\n.vc-typing-indicator-dots {\n margin-left: 6px;\n height: 16px;\n display: flex;\n align-items: center;\n z-index: 0;\n cursor: pointer;\n}\n", ".vc-uvs-speaker {\n color: var(--interactive-normal);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.vc-uvs-clickable {\n cursor: pointer;\n}\n\n.vc-uvs-clickable:hover {\n color: var(--interactive-hover);\n}\n\n.vc-uvs-profile-speaker {\n width: var(--custom-nickname-icon-size);\n height: var(--custom-nickname-icon-size);\n}\n\n.vc-uvs-tooltip-container {\n max-width: 300px;\n}\n\n.vc-uvs-tooltip-content {\n display: flex;\n flex-direction: column;\n gap: 6px;\n}\n\n.vc-uvs-name {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.vc-uvs-guild-icon {\n border-radius: 100%;\n align-self: center;\n}\n\n.vc-uvs-vc-members {\n display: flex;\n gap: 6px;\n}\n", ".vc-toolbox-btn,\n.vc-toolbox-icon {\n -webkit-app-region: no-drag;\n}\n\n.vc-toolbox-icon {\n color: var(--interactive-normal);\n}\n\n.vc-toolbox-btn[class*=\"selected\"] .vc-toolbox-icon {\n color: var(--interactive-active);\n}\n\n.vc-toolbox-btn:hover .vc-toolbox-icon {\n color: var(--interactive-hover);\n}\n", ".vc-voice-download {\n width: 24px;\n height: 24px;\n color: var(--interactive-normal);\n margin-left: 12px;\n cursor: pointer;\n position: relative;\n}\n\n.vc-voice-download:hover {\n color: var(--interactive-active);\n}\n", ".vc-vmsg-modal {\n padding: 1em;\n}\n\n.vc-vmsg-buttons {\n display: grid;\n grid-template-columns: repeat(3, minmax(0, 1fr));\n gap: 0.5em;\n margin-bottom: 1em;\n}\n\n.vc-vmsg-preview {\n color: var(--text-default);\n border-radius: 24px;\n background-color: var(--background-base-lower);\n position: relative;\n display: flex;\n align-items: center;\n padding: 0 16px;\n height: 48px;\n}\n\n.vc-vmsg-preview-indicator {\n background: var(--button-secondary-background);\n width: 16px;\n height: 16px;\n border-radius: 50%;\n transition: background 0.2s ease-in-out;\n}\n\n.vc-vmsg-preview-recording .vc-vmsg-preview-indicator {\n background: var(--status-danger);\n}\n\n.vc-vmsg-preview-time {\n opacity: 0.8;\n margin: 0 0.5em;\n font-size: 80%;\n\n /* monospace so different digits have same size */\n font-family: var(--font-code);\n}\n\n.vc-vmsg-preview-label {\n opacity: 0.5;\n letter-spacing: 0.125em;\n font-weight: 600;\n flex: 1;\n text-align: center;\n}\n"], "mappings": "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", "names": [] }