Files
dotfilesv2/vesktop/sessionData/vencordFiles/vencordDesktopRenderer.css.map
2026-03-28 16:48:16 +00:00

8 lines
83 KiB
Plaintext

{
"version": 3,
"sources": ["../src/plugins/_api/badges/fixDiscordBadgePadding.css", "../src/components/ErrorCard.css", "../src/components/BaseText.css", "../src/components/Button.css", "../src/components/iconStyles.css", "../src/components/Divider.css", "../src/components/FormSwitch.css", "../src/components/Switch.css", "../src/components/Heading.css", "../src/components/settings/tabs/styles.css", "../src/components/settings/tabs/plugins/styles.css", "../src/api/ChatButton.css", "../src/components/Card.css", "../src/components/settings/AddonCard.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/components/settings/tabs/plugins/UIElements.css", "../src/api/Notifications/styles.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/betterSessions/styles.css", "../src/plugins/vencordToolbox/styles.css", "../src/plugins/copyFileContents/style.css", "../src/plugins/customCommands/styles.css", "../src/components/ExpandableCard.css", "../src/plugins/customRPC/settings.css", "../src/plugins/dearrow/styles.css", "../src/plugins/decor/ui/styles.css", "../src/plugins/fakeProfileThemes/styles.css", "../src/plugins/friendsSince/styles.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/shikiCodeblocks.desktop/shiki.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/textReplace/styles.css", "../src/plugins/translate/styles.css", "../src/plugins/typingIndicator/style.css", "../src/plugins/userVoiceShow/style.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-text-base {\n font-family: var(--font-primary);\n line-height: normal;\n\n /* Discord puts an insane default margin on p tags, so reset that here */\n margin: 0;\n}\n\n.vc-text-defaultColor {\n color: var(--text-default);\n}", ".vc-btn-base {\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n max-width: 100%;\n border: 1px solid transparent;\n border-radius: var(--radius-sm, 8px);\n font-family: var(--font-primary);\n text-align: start;\n transition: 50ms ease-in;\n transition-property: background-color, color, border-color, opacity;\n background: var(--control-secondary-background-default);\n color: var(--text-default);\n white-space: nowrap;\n\n &:hover {\n transition: .15s ease-out;\n }\n\n &:disabled {\n opacity: .5;\n pointer-events: none;\n cursor: not-allowed;\n }\n\n &:focus-visible {\n /* stylelint-disable-next-line custom-property-pattern */\n box-shadow: 0 0 0 4px var(--__adaptive-focus-ring-color, var(--border-focus, #00b0f4));\n }\n}\n\n.vc-btn-min,\n.vc-btn-xs {\n padding: 3px 7px;\n min-height: 22px;\n min-width: unset;\n font-size: 12px;\n font-weight: 400;\n line-height: 1.3333;\n}\n\n.vc-btn-xs {\n min-width: 60px;\n}\n\n.vc-btn-small {\n padding: 3px 11px;\n min-height: 30px;\n min-width: 60px;\n font-size: 14px;\n font-weight: 500;\n line-height: 1.2857;\n}\n\n.vc-btn-medium {\n padding: 7px 15px;\n min-height: 38px;\n min-width: 100px;\n font-size: 16px;\n font-weight: 500;\n line-height: 1.25;\n}\n\n.vc-btn-iconOnly {\n width: 32px;\n height: 32px;\n min-width: unset;\n min-height: unset;\n padding: 0;\n background-color: transparent;\n border-color: transparent;\n\n &:hover {\n background-color: var(--control-icon-only-background-hover);\n border-color: var(--control-icon-only-border-hover);\n }\n\n &:active {\n background-color: var(--control-icon-only-background-active);\n border-color: var(--control-icon-only-border-active);\n }\n}\n\n.vc-btn-primary {\n background-color: var(--control-primary-background-default);\n border-color: var(--control-primary-border-default);\n color: var(--control-primary-text-default);\n\n &:hover {\n background-color: var(--control-primary-background-hover);\n border-color: var(--control-primary-border-hover);\n color: var(--control-primary-text-hover);\n }\n}\n\n.vc-btn-secondary,\n.vc-btn-link {\n background-color: var(--control-secondary-background-default);\n border-color: var(--control-secondary-border-default);\n color: var(--control-secondary-text-default);\n\n &:hover {\n background-color: var(--control-secondary-background-hover);\n border-color: var(--control-secondary-border-hover);\n color: var(--control-secondary-text-hover);\n }\n}\n\n.vc-btn-dangerPrimary {\n background-color: var(--control-critical-primary-background-default);\n border-color: var(--control-critical-primary-border-default);\n color: var(--control-critical-primary-text-default);\n\n &:hover {\n background-color: var(--control-critical-primary-background-hover);\n border-color: var(--control-critical-primary-border-hover);\n color: var(--control-critical-primary-text-hover);\n }\n}\n\n.vc-btn-dangerSecondary {\n background-color: var(--control-critical-secondary-background-default);\n border-color: var(--control-critical-secondary-border-default);\n color: var(--control-critical-secondary-text-default);\n\n &:hover {\n background-color: var(--control-critical-secondary-background-hover);\n border-color: var(--control-critical-secondary-border-hover);\n color: var(--control-critical-secondary-text-hover);\n }\n}\n\n.vc-btn-overlayPrimary {\n background-color: var(--control-overlay-primary-background-default);\n border-color: var(--control-overlay-primary-border-default);\n color: var(--control-overlay-primary-text-default);\n\n &:hover {\n background-color: var(--control-overlay-primary-background-hover);\n border-color: var(--control-overlay-primary-border-hover);\n color: var(--control-overlay-primary-text-hover);\n }\n}\n\n.vc-btn-positive {\n background-color: var(--control-connected-background-default, var(--green-430));\n color: var(--white);\n\n &:hover {\n background-color: var(--control-connected-background-hover, var(--green-460));\n }\n}\n\n.vc-btn-none {\n background-color: transparent;\n border-color: transparent;\n color: var(--control-icon-only-icon-default);\n\n &:hover {\n background-color: var(--control-icon-only-background-hover);\n border-color: var(--control-icon-only-border-hover);\n color: var(--control-icon-only-icon-hover);\n }\n}\n\n.vc-btn-link-icon {\n width: 0.875em;\n height: 0.875em;\n margin-left: 8px;\n flex-shrink: 0;\n}\n\n.vc-text-btn-base {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n gap: var(--space-4, 4px);\n background: initial;\n color: var(--text-default);\n font-size: medium;\n font-weight: 400;\n margin: 0;\n padding: 0;\n text-align: start;\n text-decoration: none;\n max-width: 100%;\n white-space: nowrap;\n\n &:disabled {\n opacity: 0.5;\n }\n\n &:hover {\n text-decoration: underline;\n }\n\n &:focus-visible {\n /* stylelint-disable-next-line custom-property-pattern */\n box-shadow: 0 0 0 4px var(--__adaptive-focus-ring-color, var(--border-focus, #00b0f4));\n }\n}\n\n.vc-text-btn-primary {\n color: var(--text-brand);\n}\n\n.vc-text-btn-secondary {\n color: var(--text-strong, var(--text-default));\n}\n\n.vc-text-btn-danger {\n color: var(--text-feedback-critical);\n}\n\n.vc-text-btn-link {\n color: var(--text-link);\n}", ".vc-owner-crown-icon {\n color: var(--status-warning);\n}", ".vc-divider {\n height: 1px;\n width: 100%;\n border: none;\n border-top: 1px solid var(--border-subtle);\n}", ".vc-form-switch-wrapper {\n margin-bottom: 20px;\n cursor: pointer;\n}\n\n.vc-form-switch {\n display: flex;\n width: 100%;\n\n > :last-child {\n margin-left: auto;\n }\n}\n\n.vc-form-switch-disabled {\n opacity: 0.5;\n pointer-events: none;\n cursor: not-allowed;\n}\n\n.vc-form-switch-text {\n display: flex;\n flex-direction: column;\n justify-content: center;\n gap: 8px;\n}\n\n.vc-form-switch-border {\n margin-top: 20px;\n}", ".vc-switch-container {\n background: var(--primary-400);\n border: 1px solid transparent;\n border-radius: 16px;\n box-sizing: border-box;\n cursor: pointer;\n height: 28px;\n position: relative;\n width: 44px;\n\n .high-contrast-mode & {\n border-color: var(--border-strong);\n }\n}\n\n.vc-switch-checked {\n background: var(--brand-500);\n border-color: var(--control-primary-border-default);\n}\n\n.vc-switch-disabled {\n cursor: not-allowed;\n opacity: 0.3;\n}\n\n.vc-switch-focusVisible {\n /* stylelint-disable-next-line custom-property-pattern */\n box-shadow: 0 0 0 4px var(--__adaptive-focus-ring-color, var(--border-focus, #00b0f4));\n}\n\n.vc-switch-slider {\n display: block;\n height: 20px;\n left: 0;\n margin: 3px;\n position: absolute;\n width: 28px;\n transition: 100ms transform ease-in-out;\n overflow: visible;\n}\n\n.vc-switch-input {\n border-radius: 14px;\n cursor: pointer;\n height: 100%;\n left: 0;\n margin: 0;\n opacity: 0;\n position: absolute;\n top: 0;\n width: 100%;\n\n &:disabled {\n pointer-events: none;\n cursor: not-allowed\n }\n}", ".vc-h1,\n.vc-h2 {\n color: var(--text-strong);\n font-weight: 600;\n}\n\n.vc-h3,\n.vc-h4,\n.vc-h5 {\n color: var(--text-strong);\n}\n\n.vc-h1 {\n font-size: 20px;\n line-height: 24px\n}\n\n.vc-h2 {\n font-size: 16px;\n line-height: 20px\n}\n\n.vc-h3 {\n font-weight: 500;\n line-height: 24px\n}\n\n.vc-h3,\n.vc-h4 {\n font-size: 16px\n}\n\n.vc-h4 {\n font-weight: 600;\n letter-spacing: .3px\n}\n\n.vc-h4,\n.vc-h5 {\n line-height: 20px\n}\n\n.vc-h5 {\n color: var(--text-strong);\n font-size: 16px;\n font-weight: 500;\n margin-bottom: 8px;\n text-transform: unset\n}\n\n.vc-h1-defaultMargin,\n.vc-h2-defaultMargin {\n margin-bottom: 20px\n}\n\n/* This is copied from Discord, don't ask me why 0 margin */\n.vc-h4-defaultMargin {\n margin-bottom: 0;\n margin-top: 0;\n}\n\n.vc-h3-defaultMargin,\n.vc-h5-defaultMargin {\n margin-bottom: 8px\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-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-default);\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 gap: 1em;\n margin-top: 16px;\n}\n\n.vc-cloud-erase-data-danger-btn {\n color: var(--control-critical-primary-text-default);\n background-color: var(--control-critical-primary-background-default);\n}\n\n.vc-cloud-icon-with-button {\n display: flex;\n gap: 0.5em;\n padding-inline: 0.5em 1em;\n}\n\n.vc-cloud-button-icon {\n height: 1.25em;\n}\n\n.vc-settings-modal {\n padding: 1.5em !important;\n}\n\n.vc-settings-modal-close {\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 <https://www.gnu.org/licenses/>.\n*/\n\n.vc-plugins-grid {\n margin-top: 16px;\n display: grid;\n 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 color: var(--icon-muted);\n transition: background-color .2s ease;\n\n &:hover {\n color: var(--interactive-icon-hover)\n }\n}\n\n.vc-plugins-settings-button:hover {\n color: var(--interactive-icon-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(--icon-status-idle) !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}", ".vc-chatbar-button {\n display: flex;\n align-items: center;\n}\n", ".vc-card-base {\n background: var(--card-background-default);\n border-radius: var(--radius-sm, 8px);\n}\n\n.vc-card-normal {\n border: 1px var(--border-subtle);\n}\n\n.vc-card-warning {\n background-color: var(--background-feedback-warning);\n border: 1px solid var(--icon-feedback-warning);\n}\n\n.vc-card-danger {\n background-color: var(--background-feedback-critical);\n border: 1px solid var(--icon-feedback-critical);\n}\n\n.vc-card-success {\n background-color: var(--background-feedback-positive);\n border: 1px solid var(--icon-feedback-positive);\n}\n\n.vc-card-info {\n background: var(--background-feedback-info);\n border: 1px solid var(--icon-feedback-info);\n}\n\n.vc-card-defaultPadding {\n padding: 1em;\n}", ".vc-addon-card {\n background-color: var(--card-background-default);\n color: var(--interactive-icon-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-settings-modal-content {\n padding-bottom: 24px;\n}\n\n.vc-plugin-modal-info {\n align-items: center;\n}\n\n.vc-plugin-modal-description {\n flex-grow: 1;\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(--text-strong);\n}\n\n.vc-plugins-setting-description {\n color: var(--text-default);\n}\n\n.vc-plugins-setting-error {\n color: var(--text-feedback-critical, #FF5C5C);\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-plugin-ui-elements-button {\n display: flex;\n align-items: center;\n color: var(--interactive-icon-default);\n margin-top: 0.5em;\n cursor: pointer;\n\n &:hover {\n background-color: var(--background-mod-subtle);\n color: var(--interactive-icon-hover);\n }\n}\n\n.vc-plugin-ui-elements-button-arrow {\n margin-left: auto;\n width: 24px;\n height: 24px;\n}\n\n.vc-plugin-ui-elements-modal-content {\n padding: 1em;\n display: flex;\n flex-direction: column;\n gap: 1.5em;\n}\n\n.vc-plugin-ui-elements-switches {\n display: flex;\n flex-direction: column;\n gap: 1em;\n}\n\n.vc-plugin-ui-elements-switches-row {\n display: flex;\n gap: 1em;\n width: 100%;\n align-items: center;\n\n :last-child {\n margin-left: auto;\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(--text-strong);\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-icon-default);\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-icon-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(--control-critical-primary-text-default);\n background-color: var(--control-critical-primary-background-default);\n}", ".vc-settings-theme-grid {\n display: grid;\n gap: 16px;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\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}", ".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 cursor: pointer;\n background: var(--control-secondary-background-default);\n color: var(--control-secondary-text-default, var(--text-default));\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(--control-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(--border-focus);\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-default) !important;\n}\n\n.vc-clientTheme-buttons-container {\n margin-top: 16px;\n display: flex;\n gap: 4px;\n}", ".vc-donate-button {\n overflow: visible !important;\n}\n\n.vc-donate-button .vc-heart-icon {\n transition: transform 0.3s;\n margin-right: 0.5em;\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}", ".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-betterSessions-footer-buttons {\n display: flex;\n gap: 0.5em;\n align-items: center;\n}\n\n.vc-betterSessions-rename-btn {\n margin-left: 4px;\n translate: 0 -2px;\n}", ".vc-toolbox-btn,\n.vc-toolbox-icon {\n -webkit-app-region: no-drag;\n}\n\n.vc-toolbox-icon {\n color: var(--interactive-icon-default);\n}\n\n.vc-toolbox-btn[class*=\"selected\"] .vc-toolbox-icon {\n color: var(--interactive-icon-active);\n}\n\n.vc-toolbox-btn:hover .vc-toolbox-icon {\n color: var(--interactive-icon-hover);\n}", ".vc-cfc-button {\n color: var(--interactive-icon-default);\n cursor: pointer;\n padding-left: 4px;\n}\n\n.vc-cfc-button:hover {\n color: var(--interactive-icon-hover);\n}", ".vc-customCommands-card {\n padding: 0.5em;\n padding-left: 1em;\n display: grid;\n grid-template-columns: 1fr min-content min-content;\n align-items: center;\n gap: 0.25em;\n}", ".vc-expandable-card {\n color: var(--text-default);\n}\n\n.vc-expandable-card-header {\n display: flex;\n cursor: pointer;\n padding: .75em 1em;\n margin: 4px;\n border-radius: var(--radius-xs);\n\n .vc-expandable-card[data-expanded=\"true\"] & {\n background: var(--card-secondary-bg);\n }\n}\n\n.vc-expandable-card-icon {\n margin-left: auto;\n}\n\n.vc-expandable-card-content {\n padding: 0.5em 1em;\n}", ".vc-customRPC-settings-root {\n display: flex;\n flex-direction: column;\n gap: 0.5em;\n\n & h5 {\n margin: 0;\n }\n}\n\n.vc-customRPC-settings-pair {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n align-items: start;\n gap: 0.5em;\n width: 100%;\n}\n\n.vc-customRPC-settings-single {\n display: grid;\n gap: 0.5em;\n}\n\n.vc-customRPC-settings-disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n\n.vc-customRPC-settings-error {\n color: var(--text-feedback-critical);\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(--control-critical-primary-text-default);\n background-color: var(--control-critical-primary-background-default);\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-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-modal-footer-btn-container {\n display: flex;\n flex-direction: row;\n gap: 0.5em;\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 gap: 12px;\n\n /* ((80 + 8 (grid gap)) * desired columns) (scrolled takes the extra 8 padding off conveniently) */\n width: 352px;\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}", ".vc-fpt-preview * {\n pointer-events: none;\n}\n", ".vc-friendsSince-profile-section {\n gap: 4px;\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 line-height: 1.2em;\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-count {\n fill: var(--status-online);\n width: 18px;\n height: 18px;\n}\n\n.vc-membercount-total-count {\n fill: none;\n stroke: var(--icon-status-offline);\n stroke-width: 4px;\n width: 15px;\n height: 15px;\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-mod-subtle);\n}\n\n.vc-permviewer-modal-list-item-active {\n background-color: var(--background-mod-strong);\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-mod-normal);\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-mod-normal);\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-mod-strong);\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-icon-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-icon-default);\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}", ".vc-pip-button {\n color: var(--interactive-icon-default);\n}\n\n.vc-pip-button:hover {\n background-color: var(--background-mod-subtle);\n color: var(--interactive-icon-hover);\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-icon-default);\n transform: rotate(90deg)\n}\n\n.vc-pindms-collapsed .vc-pindms-collapse-icon {\n transform: rotate(0deg);\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(--badge-background-default)) 40%, transparent);\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-icon-default);\n padding: 0 0.5em;\n width: 100%;\n font-size: 14px;\n white-space: nowrap;\n box-sizing: border-box;\n}\n\n.vc-ranb-button:hover {\n color: var(--interactive-icon-active);\n}", ".vc-reply-timestamp {\n margin-right: 0.25em;\n}\n", ".vc-rdb-badge {\n vertical-align: middle;\n margin-left: 4px;\n}\n\n.vc-rdb-input {\n padding-inline: 12px;\n margin-top: 6px;\n margin-bottom: 12px;\n resize: none;\n overflow: hidden;\n background: transparent;\n border: 1px solid var(--input-border-default, var(--border-muted));\n box-sizing: border-box;\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-default);\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(--message-background-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}\n\n.vc-rdb-profile-popout-disabled {\n opacity: 0.4;\n cursor: not-allowed;\n}", ".vc-st-date-picker {\n background-color: var(--input-background-default);\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-default);\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}", ".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-icon-default);\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-icon-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-mod-subtle);\n}", ".vc-shiki-container {\n border: 4px;\n background-color: var(--background-base-lower);\n}\n\n.vc-shiki-root {\n border-radius: 4px;\n}\n\n.vc-shiki-root .vc-shiki-code {\n display: block;\n overflow-x: auto;\n padding: 0.5em;\n position: relative;\n font-size: 0.875rem;\n line-height: 1.125rem;\n text-indent: 0;\n white-space: pre-wrap;\n background: transparent;\n border: none;\n}\n\n.vc-shiki-devicon {\n margin-right: 8px;\n user-select: none;\n}\n\n.vc-shiki-plain .vc-shiki-code {\n padding-top: 8px;\n}\n\n.vc-shiki-btns {\n font-size: 1em;\n position: absolute;\n right: 0;\n bottom: 0;\n opacity: 0;\n}\n\n.vc-shiki-root:hover .vc-shiki-btns {\n opacity: 1;\n}\n\n.vc-shiki-btn {\n border-radius: 4px 4px 0 0;\n padding: 4px 8px;\n user-select: none;\n}\n\n.vc-shiki-btn ~ .vc-shiki-btn {\n margin-left: 4px;\n}\n\n.vc-shiki-btn:last-child {\n border-radius: 4px 0;\n}\n\n.vc-shiki-spinner-container {\n align-items: center;\n background-color: rgb(0 0 0 / 60%);\n display: flex;\n position: absolute;\n justify-content: center;\n inset: 0;\n}\n\n.vc-shiki-preview {\n margin-bottom: 2em;\n}\n\n.vc-shiki-lang {\n padding: 0 5px;\n margin-bottom: 6px;\n font-weight: bold;\n text-transform: capitalize;\n display: flex;\n align-items: center;\n}\n\n.vc-shiki-table {\n border-collapse: collapse;\n width: 100%;\n}\n\n.vc-shiki-table-row {\n height: 19px;\n width: 100%;\n}\n\n.vc-shiki-root .vc-shiki-table-cell:first-child {\n border-right: 1px solid transparent;\n padding-left: 5px;\n padding-right: 8px;\n user-select: none;\n}\n\n.vc-shiki-root .vc-shiki-table-cell:last-child {\n padding-left: 8px;\n overflow-wrap: anywhere;\n width: 100%;\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(--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(--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(--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(--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(--background-base-low);\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.vc-spotify-button {\n margin: 0 2px;\n border-radius: var(--radius-sm);\n background: none;\n color: var(--interactive-icon-default);\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-icon-hover);\n background-color: var(--background-mod-strong);\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(--text-strong);\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(--text-strong);\n}\n\n.vc-spotify-comma {\n color: var(--text-default);\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-icon-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-icon-active);\n border-color: var(--interactive-icon-default);\n color: var(--interactive-icon-default);\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-textReplace-input-grid {\n display: grid;\n grid-template-columns: max-content 1fr;\n gap: 0.25em 1em;\n align-items: center;\n}\n\n.vc-textReplace-delete-button {\n width: 100%;\n margin-block: 0.75em 0.5em\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-icon-default);\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-icon-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: 50vw;\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}", ".vc-voice-download {\n width: 24px;\n height: 24px;\n color: var(--interactive-icon-default);\n cursor: pointer;\n position: relative;\n}\n\n.vc-voice-download:hover {\n color: var(--interactive-icon-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(--control-secondary-background-default);\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\n.vc-vmsg-error {\n color: var(--text-feedback-critical, #FF5C5C);\n}"],
"mappings": "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",
"names": []
}