DiscordOnMyWay! Is a Discord CSS Modification to change Discord Design And API To the Good Old 2015 Discord Just Some ;)
(Browser) How to Use:
-
Open https://discord.com/app/ On your Browser. (e.g. Chrome)
-
Ctrl + Shift + i
-
Paste This Code In your Console (CSS Exploit):
const injectCss = (id, css) => {
const style = document.createElement('style');
style.id = id;
style.innerText = css;
document.head.appendChild(style);
return style;
}
- Last Step!: Now inject the theme:
:root {
--showRtcConnectionStatusIcon: block;
/* Show: block | Hide: none | show the vc ping/status icon */
--jumboEmojiSize: 2rem;
/* Old: 2rem | New: 3rem | size of jumbo emojis */
--channelBarWidth: 2px;
/* 2015: 4px | 2016: 2px | changes width of the blurple bar to the left of selected channels */
}
.theme-dark, .theme-light, .theme-dark.newBrand, .theme-light.newBrand {
--font-primary: Whitney;
--font-display: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif!important;
--text-positive: hsl(152.6,calc(var(--saturation-factor, 1) * 46%),48.6%);
--blurple: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%);
--blurple-hover: hsl(227.1,calc(var(--saturation-factor, 1) * 44.1%),58.6%);
--blurple-active: hsl(226.3,calc(var(--saturation-factor, 1) * 33.9%),52%);
--blurple-inverted: hsl(228,calc(var(--saturation-factor, 1) * 55.6%),98.2%);
--blurple-inverted-active: hsl(228.6,calc(var(--saturation-factor, 1) * 60%),93.1%);
--red: hsl(0,calc(var(--saturation-factor, 1) * 84.9%),61%);
--red-hover: hsl(0,calc(var(--saturation-factor, 1) * 66.1%),54.9%);
--red-active: hsl(0,calc(var(--saturation-factor, 1) * 54.2%),48.8%);
--red-inverted: hsl(0,calc(var(--saturation-factor, 1) * 80%),98%);
--red-inverted-active: hsl(0,calc(var(--saturation-factor, 1) * 85%),92.2%);
--yellow: hsl(37.5,calc(var(--saturation-factor, 1) * 95.7%),54.1%);
--yellow-hover: hsl(37.4,calc(var(--saturation-factor, 1) * 81.5%),48.6%);
--yellow-inverted: hsl(38.2,calc(var(--saturation-factor, 1) * 100%),97.8%);
--yellow-inverted-active: hsl(37.3,calc(var(--saturation-factor, 1) * 95.7%),90.8%);
--green: hsl(152.6,calc(var(--saturation-factor, 1) * 46%),48.6%);
--green-hover: hsl(152.6,calc(var(--saturation-factor, 1) * 46.2%),43.7%);
--green-active: hsl(152.3,calc(var(--saturation-factor, 1) * 45.7%),39%);
--green-inverted: hsl(156,calc(var(--saturation-factor, 1) * 38.5%),97.5%);
--green-inverted-active: hsl(153.9,calc(var(--saturation-factor, 1) * 43.4%),89.6%);
--brand-experiment-100: hsl(228,calc(var(--saturation-factor, 1) * 55.6%),98.2%);
--brand-experiment-130: hsl(228,calc(var(--saturation-factor, 1) * 62.5%),96.9%);
--brand-experiment-160: hsl(228,calc(var(--saturation-factor, 1) * 60%),95.1%);
--brand-experiment-200: hsl(228.6,calc(var(--saturation-factor, 1) * 60%),93.1%);
--brand-experiment-230: hsl(226.7,calc(var(--saturation-factor, 1) * 57.4%),90.8%);
--brand-experiment-260: hsl(225.9,calc(var(--saturation-factor, 1) * 58.6%),88.6%);
--brand-experiment-300: hsl(226.8,calc(var(--saturation-factor, 1) * 57.7%),86.1%);
--brand-experiment-330: hsl(226.9,calc(var(--saturation-factor, 1) * 59.1%),81.8%);
--brand-experiment-360: hsl(227.3,calc(var(--saturation-factor, 1) * 57.9%),77.6%);
--brand-experiment-400: hsl(226.3,calc(var(--saturation-factor, 1) * 58%),72%);
--brand-experiment-430: hsl(226.5,calc(var(--saturation-factor, 1) * 58.2%),70%);
--brand-experiment-460: hsl(226.9,calc(var(--saturation-factor, 1) * 58.5%),67.8%);
--brand-experiment: var(--blurple);
--brand-experiment-500: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%);
--brand-experiment-530: hsl(226.6,calc(var(--saturation-factor, 1) * 45.2%),59.2%);
--brand-experiment-560: hsl(226.6,calc(var(--saturation-factor, 1) * 35.3%),52.7%);
--brand-experiment-600: hsl(227.1,calc(var(--saturation-factor, 1) * 31%),44.3%);
--brand-experiment-630: hsl(226.2,calc(var(--saturation-factor, 1) * 31.3%),38.2%);
--brand-experiment-660: hsl(226.4,calc(var(--saturation-factor, 1) * 31%),33.5%);
--brand-experiment-700: hsl(226.8,calc(var(--saturation-factor, 1) * 30.8%),26.1%);
--brand-experiment-730: hsl(227.7,calc(var(--saturation-factor, 1) * 31.2%),24.5%);
--brand-experiment-760: hsl(226.7,calc(var(--saturation-factor, 1) * 31.6%),22.4%);
--brand-experiment-800: hsl(226.5,calc(var(--saturation-factor, 1) * 31.3%),19.4%);
--brand-experiment-830: hsl(225,calc(var(--saturation-factor, 1) * 31.6%),14.9%);
--brand-experiment-860: hsl(225,calc(var(--saturation-factor, 1) * 32%),9.8%);
--brand-experiment-900: hsl(228,calc(var(--saturation-factor, 1) * 29.4%),3.3%);
--brand-experiment-05a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.05);
--brand-experiment-10a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.1);
--brand-experiment-15a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.15);
--brand-experiment-20a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.2);
--brand-experiment-25a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.25);
--brand-experiment-30a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.3);
--brand-experiment-35a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.35);
--brand-experiment-40a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.4);
--brand-experiment-45a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.45);
--brand-experiment-50a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.5);
--brand-experiment-55a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.55);
--brand-experiment-60a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.6);
--brand-experiment-65a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.65);
--brand-experiment-70a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.7);
--brand-experiment-75a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.75);
--brand-experiment-80a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.8);
--brand-experiment-85a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.85);
--brand-experiment-90a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.9);
--brand-experiment-95a: hsl(226.7,calc(var(--saturation-factor, 1) * 58.4%),65.1%,0.95);
}
.socialLinks-3ywLUf:before {
display: block;
font-size: 12px;
white-space: pre-wrap;
color: var(--text-muted);
content: "DTM-16 Build " "205" "\a" "Jul 11, 2022";
margin-bottom: 20px;
}
.platform-win:after {
content: "";
position: fixed;
font-family: Whitney;
top: 4px;
font-size: 12px;
left: 80px;
font-weight: 600;
color: var(--interactive-muted);
opacity: 0.6;
pointer-events: none;
}
.theme-light {
--background-secondary: #f3f3f3;
}
.theme-dark {
--header-primary: #fff;
--header-secondary: #b9bbbe;
--text-normal: #dcddde;
--text-muted: #72767d;
--text-link: hsl(196.7,calc(var(--saturation-factor, 1) * 100%),47.8%);
--channels-default: #8e9297;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: #4f545c;
--background-primary: #36393e;
--background-secondary: #2e3136;
--background-secondary-alt: #282b30;
--background-tertiary: #1e2124;
--background-accent: #4f545c;
--background-floating: #18191c;
--background-mobile-primary: #36393f;
--background-mobile-secondary: #2f3136;
--background-modifier-hover: rgba(79,84,92,0.16);
--background-modifier-active: rgba(79,84,92,0.24);
--background-modifier-selected: rgba(79,84,92,0.32);
--background-modifier-accent: hsla(0,0%,100%,0.06);
--background-mentioned: rgba(250,166,26,0.05);
--background-mentioned-hover: rgba(250,166,26,0.08);
--background-message-hover: rgba(4,4,5,0.07);
--elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
--elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
--elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
--elevation-high: 0 8px 16px rgba(0,0,0,0.24);
--logo-primary: #fff;
--focus-primary: #00b0f4;
--guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
--channeltextarea-background: #40444b;
--activity-card-background: #202225;
--textbox-markdown-syntax: #8e9297;
--deprecated-card-bg: rgba(32,34,37,0.6);
--deprecated-card-editable-bg: rgba(32,34,37,0.3);
--deprecated-store-bg: #36393f;
--deprecated-quickswitcher-input-background: #72767d;
--deprecated-quickswitcher-input-placeholder: hsla(0,0%,100%,0.3);
--deprecated-text-input-bg: rgba(0,0,0,0.1);
--deprecated-text-input-border: rgba(0,0,0,0.3);
--deprecated-text-input-border-hover: #040405;
--deprecated-text-input-border-disabled: #202225;
--deprecated-text-input-prefix: #dcddde;
}
[fill="hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"] {
fill: var(--green);
}
.iconBadge-32fMme.participating-2Z81oO {
background: var(--green);
}
.betaTag-1BuJUk[style="background-color: hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%);"] {
backgronud-color: var(--blurple) !important;
}
.gifTag-1TvtGO {
background: url(https://cdn.discordapp.com/attachments/619899344727834654/643462240426655744/f08d762d18b676262c8d40c5aff9e640.svg?);
background-size: 36px 22px;
width: 36px;
height: 22px;
}
.messageFilterBetaTag-3fpO6C {
background: var(--blurple) !important;
border-radius: 3px;
padding: 0 3px;
}
[src="/assets/55b367aaef0b83c837ac6c3bfe01da4c.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/977270319343632404/b73a63cb14a22dd24f0f8da07b186335.svg?);
}
.permissionCheckmark-ji-OoY {
background: url(https://cdn.discordapp.com/attachments/733624227378495488/977270929757454446/checkmark.svg?) no-repeat;
}
.a11y-font-scaled-down .avatar-2e8lTP {
width: 40px;
height: 40px;
}
.a11y-font-scaled-down .cozy-VmLDNB.wrapper-30-Nkg {
padding-left: 72px;
}
.lookFilled-1GseHa.select-1Ia3hD {
background: var(--deprecated-text-input-bg);
border: solid 1px var(--deprecated-text-input-border);
border-radius: 3px;
}
.input-2g-os5, .container-1SX9VC {
background: var(--deprecated-text-input-bg);
border: solid 1px var(--deprecated-text-input-border);
transition: 0.2s;
border-radius: 3px;
}
.input-2g-os5:focus, .input-2g-os5:focus-within, .container-1SX9VC:focus, .container-1SX9VC:focus-within {
border-color: var(--blurple);
}
.lookFilled-1GseHa.select-1Ia3hD.open-1FRZsK {
border-bottom: none;
}
.addFriendInputWrapper-kkoSV9 {
background: var(--deprecated-text-input-bg);
border: solid 1px var(--deprecated-text-input-border);
transition: 0.18s;
}
.addFriendInputWrapper-kkoSV9 .input-2g-os5 {
background: none !important;
border: none !important;
}
.note-Go5ZP2 .input-2g-os5 {
background: none;
border: none;
}
.inputWrapper-3a4ywb .input-2g-os5 {
border: none;
background: none;
}
/*
.banner-oA34U0 {
&.tier1-314rFD {
background-image: linear-gradient(8.62deg,#738ef5,#b3aeff 75.25%)
}
&.tier2-2lPk-q {
background-image: linear-gradient(90deg,#b473f5,#e292aa)
}
&.canceled-3FVVhC {
background-image: linear-gradient(90deg,#f18623,#f6a12a 56%,#fab930)
}
&.failedPayment-2RYzVK {
background-image: linear-gradient(90deg,#f25a5d,#f14e76 77%,#f04a7f)
}
}*/
.banner-oA34U0.tier1-314rFD {
background: url(https://cdn.discordapp.com/attachments/859405015974412329/988313761628708864/unknown.png);
}
.banner-oA34U0.tier2-2lPk-q {
background-image: url(https://cdn.discordapp.com/attachments/859405015974412329/988313909708607538/unknown.png);
}
.banner-oA34U0.canceled-3FVVhC {
background-image: url(https://cdn.discordapp.com/attachments/859405015974412329/988313976813289492/unknown.png);
}
.banner-oA34U0.failedPayment-2RYzVK {
background-image: url(https://cdn.discordapp.com/attachments/859405015974412329/988314023172907048/unknown.png);
}
.bannerBackgroundImage-1gV9hv {
display: none;
}
.planName-3i1IN1 {
transform-origin: bottom left;
transform: translate(0, -12px);
}
.planName-3i1IN1 [d="M23.3458 2.64035H26.9082C27.7674 2.64035 28.5008 2.76608 29.0875 3.0385C29.6324 3.26901 30.0934 3.66715 30.4287 4.17008C30.722 4.673 30.8897 5.23879 30.8687 5.80458C30.8687 6.39132 30.722 6.95711 30.4077 7.46004C30.0724 7.98392 29.5695 8.38207 29.0037 8.63353C28.3751 8.9269 27.5788 9.07359 26.6567 9.07359H23.3458V2.64035V2.64035ZM26.6358 7.41813C27.2225 7.41813 27.6626 7.27144 27.9769 6.97807C28.2912 6.66374 28.4589 6.24464 28.4379 5.78363C28.4589 5.36452 28.3122 4.96637 28.0188 4.673C27.7464 4.40058 27.3273 4.2539 26.7615 4.2539H25.6509V7.39717H26.6358V7.41813Z"],
.planName-3i1IN1 [d="M36.2331 9.05262C35.7721 8.92689 35.3111 8.7383 34.892 8.48683V6.95711C35.2482 7.22952 35.6673 7.41812 36.0864 7.5229C36.5684 7.66958 37.0504 7.73245 37.5533 7.7534C37.7209 7.7534 37.8886 7.73245 38.0562 7.66958C38.161 7.60672 38.2238 7.54385 38.2238 7.46003C38.2238 7.37621 38.2029 7.29239 38.14 7.22952C38.0352 7.1457 37.9095 7.10379 37.7838 7.08284L36.6941 6.83137C36.0655 6.68469 35.6254 6.47514 35.353 6.22368C35.0806 5.95126 34.9339 5.57407 34.9548 5.19687C34.9548 4.86159 35.0806 4.52631 35.3111 4.27484C35.5835 3.98147 35.9188 3.77192 36.296 3.66714C36.7779 3.52046 37.2809 3.43664 37.8047 3.45759C38.2867 3.45759 38.7477 3.4995 39.2087 3.62523C39.5859 3.70906 39.9422 3.85574 40.2774 4.04434V5.49024C39.9631 5.30165 39.6278 5.17592 39.2926 5.0921C38.9154 4.98732 38.5172 4.94541 38.14 4.94541C37.5742 4.94541 37.2809 5.05019 37.2809 5.23878C37.2809 5.3226 37.3228 5.40642 37.4066 5.44833C37.5533 5.5112 37.7209 5.55311 37.8886 5.59502L38.8106 5.76266C39.3973 5.86744 39.8583 6.05603 40.1517 6.3075C40.4451 6.55896 40.5918 6.95711 40.5918 7.46003C40.5918 8.00486 40.3194 8.50779 39.8583 8.78021C39.3764 9.09453 38.6849 9.26218 37.7838 9.26218C37.2599 9.24122 36.736 9.17835 36.2331 9.05262Z"],
.planName-3i1IN1 [d="M42.7294 8.86404C42.2475 8.63353 41.8284 8.2773 41.535 7.81628C41.2626 7.37622 41.1368 6.85234 41.1368 6.32847C41.1368 5.80459 41.2626 5.30166 41.5559 4.8616C41.8493 4.40059 42.2684 4.06531 42.7713 3.8348C43.379 3.58334 44.0287 3.43665 44.6783 3.45761C45.6003 3.45761 46.3547 3.6462 46.9624 4.04435V5.72077C46.7319 5.57408 46.4804 5.44835 46.208 5.36453C45.9146 5.28071 45.6003 5.21784 45.286 5.21784C44.7202 5.21784 44.2801 5.32262 43.9448 5.53217C43.4838 5.78363 43.3371 6.34942 43.5886 6.81043C43.6724 6.95712 43.7981 7.08285 43.9448 7.16667C44.2592 7.37622 44.6992 7.481 45.3069 7.481C45.6212 7.481 45.9146 7.43909 46.208 7.35527C46.4804 7.27145 46.7319 7.16667 46.9624 7.01999V8.63353C46.2499 9.05264 45.4536 9.26219 44.6364 9.24123C43.9867 9.26219 43.3162 9.13646 42.7294 8.86404Z"],
.planName-3i1IN1 [d="M49.2463 8.86402C48.7434 8.63352 48.3243 8.27728 48.0309 7.81627C47.7585 7.37621 47.6118 6.85233 47.6118 6.32845C47.6118 5.80457 47.7375 5.30165 48.0309 4.86159C48.3243 4.42153 48.7434 4.06529 49.2463 3.85574C50.4408 3.37377 51.8028 3.37377 52.9973 3.85574C53.4793 4.06529 53.8984 4.42153 54.1917 4.86159C54.4641 5.30165 54.6108 5.82552 54.6108 6.32845C54.6108 6.85233 54.4641 7.37621 54.1917 7.81627C53.8984 8.27728 53.4793 8.63352 52.9973 8.86402C51.7819 9.36695 50.4408 9.36695 49.2463 8.86402ZM52.0124 7.22952C52.2429 6.99901 52.3686 6.66373 52.3477 6.3494C52.3686 6.01412 52.2429 5.69979 52.0124 5.46929C51.7609 5.23878 51.4257 5.134 51.0904 5.134C50.7551 5.11305 50.4198 5.23878 50.1683 5.46929C49.9378 5.69979 49.8121 6.01412 49.8331 6.3494C49.8121 6.68469 49.9378 6.99901 50.1683 7.22952C50.4198 7.46003 50.7551 7.58576 51.0904 7.5648C51.4466 7.58576 51.7819 7.46003 52.0124 7.22952Z"],
.planName-3i1IN1 [d="M60.1012 3.79287V5.78361C59.8288 5.61597 59.5145 5.53215 59.2002 5.55311C58.7182 5.55311 58.341 5.69979 58.0686 5.99316C57.8171 6.28654 57.6704 6.74755 57.6704 7.3762V9.05262H55.4282V3.6881H57.6285V5.38546C57.7543 4.75681 57.9429 4.2958 58.2153 4.00242C58.4877 3.70905 58.8649 3.54141 59.263 3.56237C59.5564 3.56237 59.8498 3.64619 60.1012 3.79287Z"],
.planName-3i1IN1 [d="M67.5613 2.45178V9.05266H65.3191V7.85821C65.1514 8.27732 64.8371 8.65451 64.4599 8.88502C64.0199 9.13648 63.5379 9.26221 63.035 9.24126C62.5739 9.26221 62.1129 9.11552 61.7148 8.86406C61.3376 8.6126 61.0233 8.25636 60.8347 7.83726C60.6251 7.37625 60.5203 6.87332 60.5203 6.3704C60.4994 5.84652 60.6251 5.32264 60.8347 4.86163C61.0442 4.42157 61.3795 4.06533 61.7776 3.81387C62.1968 3.56241 62.6787 3.43667 63.1607 3.43667C64.2294 3.43667 64.9419 3.89769 65.3191 4.81972V2.45178H67.5613ZM64.9838 7.18765C65.2143 6.95714 65.34 6.64282 65.3191 6.32849C65.3191 6.01416 65.1933 5.69983 64.9838 5.49028C64.4599 5.05022 63.7055 5.05022 63.1607 5.49028C62.9302 5.72079 62.8045 6.01416 62.8254 6.32849C62.8045 6.64282 62.9302 6.95714 63.1607 7.18765C63.4121 7.41816 63.7265 7.52293 64.0618 7.52293C64.418 7.54389 64.7323 7.41816 64.9838 7.18765Z"],
.planName-3i1IN1 [d="M15.0895 1.04776C13.9999 0.565789 12.8473 0.209552 11.6529 0C11.4853 0.293372 11.3386 0.586745 11.2128 0.901072C9.95553 0.712476 8.65631 0.712476 7.399 0.901072C7.27327 0.586745 7.12659 0.293372 6.95894 0C5.78546 0.209552 4.63292 0.565789 3.5223 1.06871C1.36391 4.27485 0.77717 7.39717 1.07054 10.4985C2.34881 11.4415 3.77376 12.154 5.28253 12.615C5.61781 12.154 5.93214 11.672 6.1836 11.1691C5.70163 10.9805 5.21967 10.75 4.75865 10.4985C4.88438 10.4147 4.98916 10.3309 5.11489 10.2471C7.7762 11.5044 10.8566 11.5044 13.5389 10.2471C13.6436 10.3309 13.7694 10.4357 13.8951 10.4985C13.4341 10.771 12.9731 11.0015 12.4702 11.1691C12.7216 11.672 13.0359 12.154 13.3712 12.615C14.88 12.154 16.3049 11.4415 17.5832 10.4985C17.9185 6.9152 16.9755 3.81384 15.0895 1.04776ZM6.53984 8.59162C5.72259 8.59162 5.03107 7.83723 5.03107 6.93616C5.03107 6.03509 5.68068 5.25975 6.51889 5.25975C7.35709 5.25975 8.02766 6.01413 8.02766 6.93616C8.02766 7.85819 7.37805 8.59162 6.53984 8.59162ZM12.072 8.59162C11.2548 8.59162 10.5842 7.83723 10.5842 6.93616C10.5842 6.03509 11.2338 5.25975 12.072 5.25975C12.9102 5.25975 13.5808 6.01413 13.5598 6.93616C13.5598 7.85819 12.9102 8.59162 12.072 8.59162Z"],
.planName-3i1IN1 [d="M32.7757 4.27485C33.389 4.27485 33.8863 3.82452 33.8863 3.269C33.8863 2.71349 33.389 2.26315 32.7757 2.26315C32.1623 2.26315 31.665 2.71349 31.665 3.269C31.665 3.82452 32.1623 4.27485 32.7757 4.27485Z"],
.planName-3i1IN1 [d="M31.665 4.9664C32.3775 5.25977 33.1948 5.25977 33.9072 4.9664V9.09457H31.665V4.9664Z"] {
display: none;
}
.planInfo-3eXANS {
margin-top: 0;
}
.container-3PVapX .image-ZPv20Y[src="https://cdn.discordapp.com/attachments/788092557757513788/836317219955802132/discordnew.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/977275704502784010/skillissue.png);
}
.fixed-cTX7Hp, .fixed-cTX7Hp:after {
color: var(--red);
}
.panels-3wFtMD {
background-color: #ebebeb;
}
.theme-dark .panels-3wFtMD {
background-color: #282b30;
}
.panels-3wFtMD .button-12Fmur {
background-color: var(--background-secondary);
border-radius: 0;
}
.panels-3wFtMD .button-12Fmur svg {
color: rgba(46, 49, 54, 0.4);
width: 16px;
height: 16px;
}
.theme-dark .panels-3wFtMD .button-12Fmur svg {
color: rgba(255, 255, 255, 0.2);
}
.panels-3wFtMD .button-12Fmur svg path[d="M21.1169 1.11603L22.8839 2.88403L19.7679 6.00003L22.8839 9.11603L21.1169 10.884L17.9999 7.76803L14.8839 10.884L13.1169 9.11603L16.2329 6.00003L13.1169 2.88403L14.8839 1.11603L17.9999 4.23203L21.1169 1.11603ZM18 22H13C6.925 22 2 17.075 2 11V6C2 5.447 2.448 5 3 5H7C7.553 5 8 5.447 8 6V10C8 10.553 7.553 11 7 11H6C6.063 14.938 9 18 13 18V17C13 16.447 13.447 16 14 16H18C18.553 16 19 16.447 19 17V21C19 21.553 18.553 22 18 22Z"] {
d: path("M 19.800781 0 C 15.750781 0.15 10.8 4.0492187 7.5 7.1992188 C 4.05 10.649219 -0.0003909665 15.3 -0.15039062 19.5 C -0.15039062 21 3.3007812 23.550781 3.3007812 23.550781 C 4.2007813 24.150781 5.2492187 24.000391 5.6992188 23.400391 C 5.9992187 23.100391 8.7 19.049609 9 18.599609 C 9.15 18.449609 9.1503906 18.149609 9.1503906 17.849609 C 9.1503906 17.549609 8.9996094 17.100391 8.8496094 16.650391 C 8.6996094 16.200391 7.9503906 15.150781 7.6503906 14.550781 C 7.9503906 14.100781 9.0007812 12.899609 10.800781 11.099609 C 12.750781 9.2996094 13.950391 8.3992187 14.400391 7.9492188 C 15.000391 8.2492188 16.2 9.0003906 16.5 9.1503906 C 17.25 9.6003906 17.999219 9.6007813 18.449219 9.3007812 C 18.899219 9.0007812 22.950391 6.4503906 23.400391 6.1503906 C 23.700391 5.8503906 24 5.3992187 24 4.9492188 C 24.15 4.4992187 23.999219 4.0496094 23.699219 3.5996094 C 23.699219 3.5996094 21.150781 0 19.800781 0 z M 19.800781 1.6503906 C 20.250781 1.8003906 21.6 3.15 22.5 4.5 C 22.65 4.65 22.650391 4.6492187 22.650391 4.9492188 C 22.050391 5.3992188 18.599609 7.6492187 17.849609 7.9492188 C 17.849609 7.9492188 17.550391 7.9507813 17.400391 7.8007812 C 17.100391 7.6507813 16.350781 7.1996094 15.300781 6.5996094 L 14.550781 6.1503906 L 13.800781 6.5996094 C 13.200781 7.0496094 11.850391 7.9503906 9.9003906 9.9003906 C 7.9503906 11.700391 7.0496094 13.05 6.5996094 13.5 L 6 14.400391 L 6.4492188 15.300781 C 6.8992188 16.050781 7.5003906 17.100391 7.6503906 17.400391 C 7.8003906 17.700391 7.8007812 17.849609 7.8007812 17.849609 C 7.5007813 18.449609 5.1003906 21.9 4.6503906 22.5 C 4.6503906 22.5 4.4996094 22.499609 4.3496094 22.349609 C 2.9996094 21.299609 1.6496094 19.95 1.3496094 19.5 C 1.4996094 16.65 4.0507812 12.750391 8.5507812 8.4003906 C 13.050781 4.0503906 16.950781 1.6503906 19.800781 1.6503906 z M 15.673828 14.925781 C 15.486328 14.925781 15.300391 15.000391 15.150391 15.150391 C 14.850391 15.450391 14.850391 15.901172 15.150391 16.201172 L 18.375 19.425781 L 15.150391 22.650391 C 14.850391 22.950391 14.850391 23.401172 15.150391 23.701172 C 15.450391 24.001172 15.899219 24.001172 16.199219 23.701172 L 19.425781 20.476562 L 22.650391 23.701172 C 22.950391 24.001172 23.399219 24.001172 23.699219 23.701172 C 23.999219 23.401172 23.999219 22.950391 23.699219 22.650391 L 20.474609 19.425781 L 23.699219 16.201172 C 23.999219 15.901172 23.999219 15.450391 23.699219 15.150391 C 23.399219 14.850391 22.950391 14.850391 22.650391 15.150391 L 19.425781 18.375 L 16.199219 15.150391 C 16.049219 15.000391 15.861328 14.925781 15.673828 14.925781 z ");
}
.panels-3wFtMD .button-12Fmur svg path[d="M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 20L16.565 18.564C15.797 19.099 14.932 19.498 14 19.738V22H10V19.738C9.069 19.498 8.203 19.099 7.436 18.564L6 20L4 18L5.436 16.564C4.901 15.799 4.502 14.932 4.262 14H2V10H4.262C4.502 9.068 4.9 8.202 5.436 7.436L4 6L6 4L7.436 5.436C8.202 4.9 9.068 4.502 10 4.262V2H14V4.261C14.932 4.502 15.797 4.9 16.565 5.435L18 3.999L20 5.999L18.564 7.436C19.099 8.202 19.498 9.069 19.738 10ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"] {
d: path("M12 7.5C9.45 7.5 7.5 9.45 7.5 12C7.5 14.55 9.45 16.5 12 16.5C14.55 16.5 16.5 14.55 16.5 12C16.5 9.45 14.55 7.5 12 7.5ZM12 15C10.35 15 9 13.65 9 12C9 10.35 10.35 9 12 9C13.65 9 15 10.35 15 12C15 13.65 13.65 15 12 15ZM24 12C24 10.5 22.8 9.15 21.3 9C21.15 8.55 20.85 7.95 20.7 7.5C21.75 6.3 21.6 4.65 20.55 3.45C19.5 2.4 17.7 2.25 16.5 3.3C16.05 3 15.6 2.85 15 2.7C14.85 1.2 13.5 0 12 0C10.5 0 9.15 1.2 9 2.7C8.55 2.85 7.95 3.15 7.5 3.3C6.3 2.4 4.65 2.4 3.45 3.45C2.4 4.65 2.4 6.3 3.3 7.5C3.15 7.95 2.85 8.55 2.7 9C1.2 9.15 0 10.5 0 12C0 13.5 1.2 14.85 2.7 15C2.85 15.45 3.15 16.05 3.3 16.5C2.25 17.7 2.4 19.35 3.45 20.55C4.5 21.6 6.3 21.75 7.5 20.7C7.95 21 8.4 21.15 9 21.3C9.15 22.8 10.5 24 12 24C13.5 24 14.85 22.8 15 21.3C15.45 21.15 16.05 20.85 16.5 20.7C17.7 21.75 19.35 21.6 20.55 20.55C21.6 19.5 21.75 17.7 20.7 16.5C21 16.05 21.15 15.6 21.3 15C22.8 14.85 24 13.5 24 12ZM20.1 13.5C19.95 14.7 19.35 15.75 18.75 16.65L19.35 17.25C19.95 17.85 19.95 18.75 19.35 19.35C18.75 19.95 17.85 19.95 17.25 19.35L16.65 18.75C15.75 19.5 14.7 19.95 13.5 20.1V21C13.5 21.9 12.9 22.5 12 22.5C11.1 22.5 10.5 21.9 10.5 21V20.1C9.3 19.95 8.25 19.35 7.35 18.75L6.75 19.35C6.15 19.95 5.25 19.95 4.65 19.35C4.05 18.75 4.05 17.85 4.65 17.25L5.25 16.65C4.5 15.75 4.05 14.7 3.9 13.5H3C2.1 13.5 1.5 12.9 1.5 12C1.5 11.1 2.1 10.5 3 10.5H3.9C4.05 9.3 4.5 8.25 5.25 7.35L4.65 6.75C4.05 6.15 4.05 5.25 4.65 4.65C5.25 4.05 6.15 4.05 6.75 4.65L7.35 5.25C8.25 4.5 9.3 4.05 10.5 3.9V3C10.5 2.1 11.1 1.5 12 1.5C12.9 1.5 13.5 2.1 13.5 3V3.9C14.7 4.05 15.75 4.65 16.65 5.25L17.25 4.65C17.85 4.05 18.75 4.05 19.35 4.65C19.95 5.25 19.95 6.15 19.35 6.75L18.75 7.35C19.5 8.25 19.95 9.3 20.1 10.5H21C21.9 10.5 22.5 11.1 22.5 12C22.5 12.9 21.9 13.5 21 13.5H20.1Z");
}
.panels-3wFtMD .button-12Fmur svg path[d="M4 2.5C2.897 2.5 2 3.397 2 4.5V15.5C2 16.604 2.897 17.5 4 17.5H11V19.5H7V21.5H17V19.5H13V17.5H20C21.103 17.5 22 16.604 22 15.5V4.5C22 3.397 21.103 2.5 20 2.5H4ZM14.5483 6L16 7.45174L13.4466 9.99485L16 12.5483L14.5483 14L12.0051 11.4466L9.45174 14L8 12.5483L10.5534 9.99485L8 7.45174L9.45174 6L12.0051 8.55341L14.5483 6Z"] {
d: path("M2.25 0C1.0035 0 0 1.0035 0 2.25V15.75C0 16.9965 1.0035 18 2.25 18H9V22.5H2.25C1.8345 22.5 1.5 22.8345 1.5 23.25C1.5 23.6655 1.8345 24 2.25 24H21.75C22.1655 24 22.5 23.6655 22.5 23.25C22.5 22.8345 22.1655 22.5 21.75 22.5H15V18H21.75C22.9965 18 24 16.9965 24 15.75V2.25C24 1.0035 22.9965 0 21.75 0H2.25ZM2.25 1.5H21.75C22.1655 1.5 22.5 1.8345 22.5 2.25V15.75C22.5 16.1655 22.1655 16.5 21.75 16.5H2.25C1.8345 16.5 1.5 16.1655 1.5 15.75V2.25C1.5 1.8345 1.8345 1.5 2.25 1.5ZM8.83594 5.04785C8.65621 5.03587 8.48108 5.09216 8.35254 5.2207L8.2207 5.35254C7.96363 5.60962 7.99428 6.05483 8.28809 6.34863L10.9395 9L8.28809 11.6514C7.99428 11.9452 7.97202 12.3959 8.23828 12.6621L8.33789 12.7617C8.60415 13.028 9.05483 13.0057 9.34863 12.7119L12 10.0605L14.6514 12.7119C14.9452 13.0057 15.3904 13.0364 15.6475 12.7793L15.7793 12.6475C16.0364 12.3904 16.0057 11.9452 15.7119 11.6514L13.0605 9L15.7119 6.34863C16.0057 6.05483 16.028 5.60415 15.7617 5.33789L15.6621 5.23828C15.3959 4.97202 14.9452 4.99428 14.6514 5.28809L12 7.93945L9.34863 5.28809C9.20173 5.14118 9.01567 5.05983 8.83594 5.04785ZM10.5 18H13.5V22.5H10.5V18Z");
}
.panels-3wFtMD .button-12Fmur svg path[d="M12 2.00305C6.486 2.00305 2 6.48805 2 12.0031V20.0031C2 21.1071 2.895 22.0031 4 22.0031H6C7.104 22.0031 8 21.1071 8 20.0031V17.0031C8 15.8991 7.104 15.0031 6 15.0031H4V12.0031C4 7.59105 7.589 4.00305 12 4.00305C16.411 4.00305 20 7.59105 20 12.0031V15.0031H18C16.896 15.0031 16 15.8991 16 17.0031V20.0031C16 21.1071 16.896 22.0031 18 22.0031H20C21.104 22.0031 22 21.1071 22 20.0031V12.0031C22 6.48805 17.514 2.00305 12 2.00305Z"] {
d: path("M23.85 13.5C24 13.05 24 12.45 24 12C24 5.4 18.6 0 12 0C5.4 0 0 5.4 0 12C0 12.45 0 13.05 0.15 13.5C0 13.8 0 13.95 0 14.25V20.25C0 21.45 1.05 22.5 2.25 22.5H5.25C6.45 22.5 7.5 21.45 7.5 20.25V14.25C7.5 13.05 6.45 12 5.25 12H2.25C1.95 12 1.8 12 1.5 12.15V12C1.5 6.15 6.15 1.5 12 1.5C17.85 1.5 22.5 6.15 22.5 12V12.15C22.2 12 22.05 12 21.75 12H18.75C17.55 12 16.5 13.05 16.5 14.25V20.25C16.5 21.45 17.55 22.5 18.75 22.5H21.75C22.95 22.5 24 21.45 24 20.25V14.25C24 13.95 24 13.8 23.85 13.5ZM2.25 13.5H5.25C5.7 13.5 6 13.8 6 14.25V20.25C6 20.7 5.7 21 5.25 21H2.25C1.8 21 1.5 20.7 1.5 20.25V14.25C1.5 13.8 1.8 13.5 2.25 13.5ZM22.5 20.25C22.5 20.7 22.2 21 21.75 21H18.75C18.3 21 18 20.7 18 20.25V14.25C18 13.8 18.3 13.5 18.75 13.5H21.75C22.2 13.5 22.5 13.8 22.5 14.25V20.25Z");
}
.panels-3wFtMD .button-12Fmur svg path[d="M14.99 11C14.99 12.66 13.66 14 12 14C10.34 14 9 12.66 9 11V5C9 3.34 10.34 2 12 2C13.66 2 15 3.34 15 5L14.99 11ZM12 16.1C14.76 16.1 17.3 14 17.3 11H19C19 14.42 16.28 17.24 13 17.72V21H11V17.72C7.72 17.23 5 14.41 5 11H6.7C6.7 14 9.24 16.1 12 16.1ZM12 4C11.2 4 11 4.66667 11 5V11C11 11.3333 11.2 12 12 12C12.8 12 13 11.3333 13 11V5C13 4.66667 12.8 4 12 4Z"] {
display: none;
}
.panels-3wFtMD .button-12Fmur svg path[d="M14.99 11C14.99 12.66 13.66 14 12 14C10.34 14 9 12.66 9 11V5C9 3.34 10.34 2 12 2C13.66 2 15 3.34 15 5L14.99 11ZM12 16.1C14.76 16.1 17.3 14 17.3 11H19C19 14.42 16.28 17.24 13 17.72V22H11V17.72C7.72 17.23 5 14.41 5 11H6.7C6.7 14 9.24 16.1 12 16.1Z"] {
d: path("M18.75 12V13.5C18.75 16.8 16.05 19.5 12.75 19.5H11.25C7.95 19.5 5.25 16.8 5.25 13.5V12H3.75V13.5C3.75 17.7 7.05 21 11.25 21V22.5H10.5C10.05 22.5 9.75 22.8 9.75 23.25C9.75 23.7 10.05 24 10.5 24H13.5C13.95 24 14.25 23.7 14.25 23.25C14.25 22.8 13.95 22.5 13.5 22.5H12.75V21C16.95 21 20.25 17.7 20.25 13.5V12H18.75ZM12 18C14.85 18 17.25 15.6 17.25 12.75V5.25C17.25 2.4 14.85 0 12 0C9.15 0 6.75 2.4 6.75 5.25V12.75C6.75 15.6 9.15 18 12 18ZM8.25 5.25C8.25 3.15 9.9 1.5 12 1.5C14.1 1.5 15.75 3.15 15.75 5.25V12.75C15.75 14.85 14.1 16.5 12 16.5C9.9 16.5 8.25 14.85 8.25 12.75V5.25Z");
}
.panels-3wFtMD .button-12Fmur svg path[d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"] {
display: none;
}
.panels-3wFtMD .button-12Fmur svg [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"] {
d: path("M8.25 12.3V5.25C8.25 3.15 9.9 1.5 12 1.5C13.95 1.5 15.6 3 15.75 4.95L16.95 3.75C16.35 1.5 14.4 0 12 0C9.15 0 6.75 2.4 6.75 5.25V12.75C6.75 13.05 6.75 13.5 6.9 13.8L8.25 12.3ZM15.75 12.75C15.75 14.85 14.1 16.5 12 16.5C11.25 16.5 10.5 16.35 10.05 15.9L9 16.95C9.75 17.55 10.8 18 12 18C14.85 18 17.25 15.6 17.25 12.75V8.7L15.75 10.2V12.75ZM18.75 12V13.5C18.75 16.8 16.05 19.5 12.75 19.5H11.25C9.9 19.5 8.7 19.05 7.65 18.3L6.6 19.35C7.8 20.4 9.45 21 11.25 21V22.5H10.5C10.05 22.5 9.75 22.8 9.75 23.25C9.75 23.7 10.05 24 10.5 24H13.5C13.95 24 14.25 23.7 14.25 23.25C14.25 22.8 13.95 22.5 13.5 22.5H12.75V21C16.95 21 20.25 17.7 20.25 13.5V12H18.75ZM5.25 12H3.75V13.5C3.75 14.55 3.9 15.45 4.35 16.35L5.55 15.15C5.4 14.55 5.25 14.1 5.25 13.5V12Z");
}
.panels-3wFtMD .button-12Fmur svg [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"] {
d: path("M23.8501 1.0501L18.3001 6.6001L6.6001 18.3001L1.0501 23.8501L-0.149902 22.8001L22.8001 -0.149902L23.8501 1.0501Z");
}
.panels-3wFtMD .button-12Fmur svg [d="M6.16204 15.0065C6.10859 15.0022 6.05455 15 6 15H4V12C4 7.588 7.589 4 12 4C13.4809 4 14.8691 4.40439 16.0599 5.10859L17.5102 3.65835C15.9292 2.61064 14.0346 2 12 2C6.486 2 2 6.485 2 12V19.1685L6.16204 15.0065Z"] {
display: none;
}
.panels-3wFtMD .button-12Fmur svg [d="M19.725 9.91686C19.9043 10.5813 20 11.2796 20 12V15H18C16.896 15 16 15.896 16 17V20C16 21.104 16.896 22 18 22H20C21.105 22 22 21.104 22 20V12C22 10.7075 21.7536 9.47149 21.3053 8.33658L19.725 9.91686Z"] {
d: path("M19.05 2.25C17.1 0.9 14.7 0 12 0C5.4 0 0 5.4 0 12C0 12.45 0 13.05 0.15 13.5C0 13.8 0 13.95 0 14.25V20.25C0 20.55 0 20.85 0.15 21.15L1.5 19.8V14.25C1.5 13.8 1.8 13.5 2.25 13.5H5.25C5.7 13.5 6 13.8 6 14.25V15.3L7.5 13.8C7.35 12.9 6.3 12 5.25 12H2.25C1.95 12 1.8 12 1.5 12.15V12C1.5 6.15 6.15 1.5 12 1.5C14.25 1.5 16.35 2.25 18 3.45L19.05 2.25ZM23.85 13.5C24 13.05 24 12.45 24 12C24 9.3 23.1 6.9 21.75 4.95L20.55 6C21.75 7.65 22.5 9.75 22.5 12V12.15C22.2 12 22.05 12 21.75 12H18.75C17.55 12 16.5 13.05 16.5 14.25V20.25C16.5 21.45 17.55 22.5 18.75 22.5H21.75C22.95 22.5 24 21.45 24 20.25V14.25C24 13.95 24 13.8 23.85 13.5ZM22.5 20.25C22.5 20.7 22.2 21 21.75 21H18.75C18.3 21 18 20.7 18 20.25V14.25C18 13.8 18.3 13.5 18.75 13.5H21.75C22.2 13.5 22.5 13.8 22.5 14.25V20.25ZM7.2 19.5L4.2 22.5H5.25C6.45 22.5 7.5 21.45 7.5 20.25V19.2L7.2 19.5Z");
}
.panels-3wFtMD .button-12Fmur svg [d="M3.20101 23.6243L1.7868 22.2101L21.5858 2.41113L23 3.82535L3.20101 23.6243Z"] {
d: path("M24.1501 0.900098L6.9001 18.1501L0.900098 24.1501L-0.149902 23.1001L5.8501 17.1001L17.1001 5.8501L23.1001 -0.149902L24.1501 0.900098Z");
}
.panels-3wFtMD .button-12Fmur.enabled-9OeuTA:hover {
background: var(--background-secondary);
}
.panels-3wFtMD .button-12Fmur.enabled-9OeuTA:hover svg {
color: #2e3136;
}
.theme-dark .panels-3wFtMD .button-12Fmur.enabled-9OeuTA:hover svg {
color: rgba(255, 255, 255, 0.7);
}
.panels-3wFtMD .wrapper-3Hk9OB .rtcConnectionStatus-c5A6Av svg {
display: var(--showRtcConnectionStatusIcon);
}
.panels-3wFtMD .wrapper-3Hk9OB .subtext-2HDqJ7 {
font-size: 10px;
color: #fff;
opacity: 0.3;
}
.panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- {
border: solid 1px #1C1E22;
border-radius: 3px;
}
.panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:first-of-type {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-right: solid 1px #1C1E22;
}
.panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:last-of-type {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-left: solid 1px #373B42;
}
.panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:only-of-type {
border: none;
}
.panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:active {
background: #33373C;
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN {
border-top: solid 1px #1C1E22;
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP {
flex: 1 1 50%;
transition: 0.2s;
font-size: 16px;
background: none;
border: solid 1px #747F8D66;
color: #fff6;
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP:hover, .panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP:active {
border-color: #7289da88;
color: #fff;
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP:active {
border-color: var(--blurple);
background: #7289da22;
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP.buttonActive-Uc1jHx {
border-color: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%, 0.53);
color: var(--green);
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP.buttonActive-Uc1jHx:hover, .panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP.buttonActive-Uc1jHx:active {
border-color: var(--green);
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP.buttonActive-Uc1jHx:active {
background: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%, 0.14);
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M21.526 8.149C21.231 7.966 20.862 7.951 20.553 8.105L18 9.382V7C18 5.897 17.103 5 16 5H4C2.897 5 2 5.897 2 7V17C2 18.104 2.897 19 4 19H16C17.103 19 18 18.104 18 17V14.618L20.553 15.894C20.694 15.965 20.847 16 21 16C21.183 16 21.365 15.949 21.526 15.851C21.82 15.668 22 15.347 22 15V9C22 8.653 21.82 8.332 21.526 8.149Z"] {
d: path("M21.5999 6L16.7999 9.42857V7.2C16.7999 6.53726 16.2626 6 15.5999 6H3.5999C2.93716 6 2.3999 6.53726 2.3999 7.2V16.8C2.3999 17.4627 2.93716 18 3.5999 18H15.5999C16.2626 18 16.7999 17.4627 16.7999 16.8V14.5714L21.5999 18V6ZM15.5999 12.2396V16.8H3.5999V7.2L15.5999 7.2V11.7604L20.3999 8.33183V15.6682L15.5999 12.2396Z");
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M2 4.5C2 3.397 2.897 2.5 4 2.5H20C21.103 2.5 22 3.397 22 4.5V15.5C22 16.604 21.103 17.5 20 17.5H13V19.5H17V21.5H7V19.5H11V17.5H4C2.897 17.5 2 16.604 2 15.5V4.5ZM13.2 14.3375V11.6C9.864 11.6 7.668 12.6625 6 15C6.672 11.6625 8.532 8.3375 13.2 7.6625V5L18 9.6625L13.2 14.3375Z"] {
d: path("M4.1999 2.3999C3.2027 2.3999 2.3999 3.2027 2.3999 4.1999V12.5999V14.9999C2.3999 15.9971 3.2027 16.7999 4.1999 16.7999H9.5999V20.3999H4.1999C3.8675 20.3999 3.5999 20.6675 3.5999 20.9999C3.5999 21.3323 3.8675 21.5999 4.1999 21.5999H19.7999C20.1323 21.5999 20.3999 21.3323 20.3999 20.9999C20.3999 20.6675 20.1323 20.3999 19.7999 20.3999H14.3999V16.7999H19.7999C20.7971 16.7999 21.5999 15.9971 21.5999 14.9999V12.5999V11.3999V10.7999V10.1999C21.5999 9.8675 21.3323 9.5999 20.9999 9.5999C20.6675 9.5999 20.3999 9.8675 20.3999 10.1999V10.7999V11.3999V11.9999V13.1999V14.9999C20.3999 15.3323 20.1323 15.5999 19.7999 15.5999H4.1999C3.8675 15.5999 3.5999 15.3323 3.5999 14.9999V13.1999V11.9999V4.1999C3.5999 3.8675 3.8675 3.5999 4.1999 3.5999H10.7999H11.3999C11.7323 3.5999 11.9999 3.3323 11.9999 2.9999C11.9999 2.6675 11.7323 2.3999 11.3999 2.3999H10.7999H4.1999ZM13.7999 2.3999C13.4675 2.3999 13.1999 2.6675 13.1999 2.9999V7.7999C13.1999 8.1323 13.4675 8.3999 13.7999 8.3999H18.5999C18.9323 8.3999 19.1999 8.1323 19.1999 7.7999V6.40068L19.7999 6.8999L21.5999 8.3999V5.3999V2.3999L19.7999 3.8999L19.1999 4.39912V2.9999C19.1999 2.6675 18.9323 2.3999 18.5999 2.3999H13.7999ZM10.7999 16.7999H13.1999V20.3999H10.7999V16.7999Z");
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M5.79335761,5 L18.2066424,5 C19.7805584,5 21.0868816,6.21634264 21.1990185,7.78625885 L21.8575059,17.0050826 C21.9307825,18.0309548 21.1585512,18.9219909 20.132679,18.9952675 C20.088523,18.9984215 20.0442685,19 20,19 C18.8245863,19 17.8000084,18.2000338 17.5149287,17.059715 L17,15 L7,15 L6.48507125,17.059715 C6.19999155,18.2000338 5.1754137,19 4,19 C2.97151413,19 2.13776159,18.1662475 2.13776159,17.1377616 C2.13776159,17.0934931 2.1393401,17.0492386 2.1424941,17.0050826 L2.80098151,7.78625885 C2.91311838,6.21634264 4.21944161,5 5.79335761,5 Z M14.5,10 C15.3284271,10 16,9.32842712 16,8.5 C16,7.67157288 15.3284271,7 14.5,7 C13.6715729,7 13,7.67157288 13,8.5 C13,9.32842712 13.6715729,10 14.5,10 Z M18.5,13 C19.3284271,13 20,12.3284271 20,11.5 C20,10.6715729 19.3284271,10 18.5,10 C17.6715729,10 17,10.6715729 17,11.5 C17,12.3284271 17.6715729,13 18.5,13 Z M6,9 L4,9 L4,11 L6,11 L6,13 L8,13 L8,11 L10,11 L10,9 L8,9 L8,7 L6,7 L6,9 Z"] {
d: path("M15.5999 7.1999V2.3999H8.3999V7.1999L11.9999 10.7999L15.5999 7.1999ZM11.9999 9.10285L9.5999 6.70285V3.5999H14.3999V6.70285L11.9999 9.10285Z M7.1999 8.3999L2.3999 8.3999V15.5999L7.1999 15.5999L10.7999 11.9999L7.1999 8.3999ZM6.70285 14.3999L3.5999 14.3999V9.5999L6.70285 9.5999L9.10285 11.9999L6.70285 14.3999Z M8.3999 16.7999L8.3999 21.5999L15.5999 21.5999V16.7999L11.9999 13.1999L8.3999 16.7999ZM9.5999 20.3999L9.5999 17.297L11.9999 14.897L14.3999 17.297V20.3999L9.5999 20.3999Z M16.7999 15.5999H21.5999V8.3999H16.7999L13.1999 11.9999L16.7999 15.5999ZM14.897 11.9999L17.297 9.5999H20.3999V14.3999H17.297L14.897 11.9999Z");
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M4.92871 13.4149L10.5857 19.0709L18.3639 11.2927C19.7781 9.87859 22.6066 6.48376 21.1923 2.80748C17.5153 1.3932 14.1213 4.22173 12.7074 5.63625L4.92871 13.4149ZM16.064 9.93309C17.1686 9.93309 18.064 9.03766 18.064 7.93309C18.064 6.82852 17.1686 5.93309 16.064 5.93309C14.9594 5.93309 14.064 6.82852 14.064 7.93309C14.064 9.03766 14.9594 9.93309 16.064 9.93309Z"] {
d: path("M15.5999 7.1999V2.3999H8.3999V7.1999L11.9999 10.7999L15.5999 7.1999ZM11.9999 9.10285L9.5999 6.70285V3.5999H14.3999V6.70285L11.9999 9.10285Z M7.1999 8.3999L2.3999 8.3999V15.5999L7.1999 15.5999L10.7999 11.9999L7.1999 8.3999ZM6.70285 14.3999L3.5999 14.3999V9.5999L6.70285 9.5999L9.10285 11.9999L6.70285 14.3999Z M8.3999 16.7999L8.3999 21.5999L15.5999 21.5999V16.7999L11.9999 13.1999L8.3999 16.7999ZM9.5999 20.3999L9.5999 17.297L11.9999 14.897L14.3999 17.297V20.3999L9.5999 20.3999Z M16.7999 15.5999H21.5999V8.3999H16.7999L13.1999 11.9999L16.7999 15.5999ZM14.897 11.9999L17.297 9.5999H20.3999V14.3999H17.297L14.897 11.9999Z");
}
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M3.41357 16.7844C2.34946 17.8496 2.00004 22 2.00004 22C2.00004 22 6.15125 21.6521 7.21627 20.5869C7.71243 20.0915 7.96638 19.4494 8 18.8004L5.21285 18.7866L5.19829 16C4.54947 16.0336 3.90973 16.2881 3.41357 16.7844Z"],
.panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M9.17144 9.17151H3.51459L1.74684 10.9393L6.34302 11.9999L9.17144 9.17151Z"], .panels-3wFtMD .wrapper-3Hk9OB .container-1zzFcN .button-1EGGcP [d="M14.8283 14.8283V20.4852L13.0606 22.2529L11.9999 17.6568L14.8283 14.8283Z"] {
display: none;
}
.panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur {
border: solid 1px #1C1E22;
border-radius: 3px;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur {
border-color: #D9D9D9;
}
.panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur:active {
background: #33373C;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur:active {
background: #FFFFFF;
}
.panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur:not(:only-of-type):first-of-type {
border-radius: 3px 0 0 3px;
}
.panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur:not(:only-of-type):last-of-type {
border-radius: 0 3px 3px 0;
border-left-color: #373B42;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .horizontal-112GEH > .flex-2S1XBF .button-12Fmur:not(:only-of-type):last-of-type {
border-left-color: #FDFDFD;
}
.panels-3wFtMD .activityPanel-9icbyU {
border-bottom-width: 0;
border-top: solid 1px #1C1E22;
}
.panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ {
border: solid 1px #1C1E22;
border-radius: 3px;
}
.panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ button {
border-radius: 3px;
}
.panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ button:active {
background: #33373C;
}
.panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ [d="M19 1C19.552 1 20 1.447 20 2V3L23 2V6L20 5V6C20 6.553 19.552 7 19 7H15C14.448 7 14 6.553 14 6V2C14 1.447 14.448 1 15 1H19Z"] {
display: none;
}
.panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ [d="M20 13.5V9H22V15.5C22 16.604 21.103 17.5 20 17.5H13V19.5H17V21.5H7V19.5H11V17.5H4C2.897 17.5 2 16.604 2 15.5V4.5C2 3.397 2.897 2.5 4 2.5H12V4.5H4V13.5H20Z"] {
d: path("M2.25 0C1.0035 0 0 1.0035 0 2.25V12.75V15.75C0 16.9965 1.0035 18 2.25 18H9V22.5H2.25C1.8345 22.5 1.5 22.8345 1.5 23.25C1.5 23.6655 1.8345 24 2.25 24H21.75C22.1655 24 22.5 23.6655 22.5 23.25C22.5 22.8345 22.1655 22.5 21.75 22.5H15V18H21.75C22.9965 18 24 16.9965 24 15.75V12.75V11.25V10.5V9.75C24 9.3345 23.6655 9 23.25 9C22.8345 9 22.5 9.3345 22.5 9.75V10.5V11.25V12V13.5V15.75C22.5 16.1655 22.1655 16.5 21.75 16.5H2.25C1.8345 16.5 1.5 16.1655 1.5 15.75V13.5V12V2.25C1.5 1.8345 1.8345 1.5 2.25 1.5H10.5H11.25C11.6655 1.5 12 1.1655 12 0.75C12 0.3345 11.6655 0 11.25 0H10.5H2.25ZM14.25 0C13.8345 0 13.5 0.3345 13.5 0.75V6.75C13.5 7.1655 13.8345 7.5 14.25 7.5H20.25C20.6655 7.5 21 7.1655 21 6.75V5.00098L21.75 5.625L24 7.5V3.75V0L21.75 1.875L21 2.49902V0.75C21 0.3345 20.6655 0 20.25 0H14.25ZM10.5 18H13.5V22.5H10.5V18Z");
}
.panels-3wFtMD .container-YkUktl {
border-top: solid 1px #DEDEDE;
height: 70px;
padding: 0 10px;
}
.panels-3wFtMD .container-YkUktl .withTagAsButton-OsgQ9L, .panels-3wFtMD .container-YkUktl .withTagless-10ooWt {
min-width: unset;
width: 100%;
max-width: 50%;
transition: 0.2s;
}
.panels-3wFtMD .container-YkUktl .withTagAsButton-OsgQ9L, .panels-3wFtMD .container-YkUktl .withTagAsButton-OsgQ9L .hoverRoll-2XwpoF, .panels-3wFtMD .container-YkUktl .withTagless-10ooWt, .panels-3wFtMD .container-YkUktl .withTagless-10ooWt .hoverRoll-2XwpoF {
cursor: pointer;
}
.theme-dark .panels-3wFtMD .container-YkUktl {
border-top: solid 1px #1C1E22;
background: #282B30;
}
.panels-3wFtMD .container-YkUktl .flex-2S1XBF {
border: 1px solid #dedede;
border-radius: 4px;
overflow: hidden;
min-width: 96px;
flex-shrink: 0;
}
.theme-dark .panels-3wFtMD .container-YkUktl .flex-2S1XBF {
border-color: #1c1e22;
}
.panels-3wFtMD .container-YkUktl .flex-2S1XBF button:first-of-type, .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(2) {
border-right: 1px solid #dedede;
}
.theme-dark .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:first-of-type, .theme-dark .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(2) {
border-right-color: #1c1e22;
}
.panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(2), .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(3) {
box-shadow: inset 1px 0 0 #fdfdfd;
}
.theme-dark .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(2), .theme-dark .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:nth-of-type(3) {
box-shadow: inset 1px 0 0 #373b42;
}
.panels-3wFtMD .container-YkUktl .flex-2S1XBF button:active {
background: #33373C;
}
.panels-3wFtMD .container-1zzFcN {
border-bottom-width: 0;
}
.panels-3wFtMD .listeningAlong-6YvYsc {
border-bottom: none;
border-top: solid 1px #1C1E22;
}
.panels-3wFtMD .listeningAlong-6YvYsc .icons-3cpYoD {
border: solid 1px #1c1e22;
border-radius: 3px;
overflow: hidden;
}
.panels-3wFtMD .listeningAlong-6YvYsc .icons-3cpYoD button:active {
background: #33373C;
}
.panels-3wFtMD .listeningAlong-6YvYsc .icons-3cpYoD button [d="M9,7 L11,7 L11,5 L9,5 L9,7 Z M10,18 C5.59,18 2,14.41 2,10 C2,5.59 5.59,2 10,2 C14.41,2 18,5.59 18,10 C18,14.41 14.41,18 10,18 L10,18 Z M10,4.4408921e-16 C4.4771525,-1.77635684e-15 4.4408921e-16,4.4771525 0,10 C-1.33226763e-15,12.6521649 1.0535684,15.195704 2.92893219,17.0710678 C4.80429597,18.9464316 7.3478351,20 10,20 C12.6521649,20 15.195704,18.9464316 17.0710678,17.0710678 C18.9464316,15.195704 20,12.6521649 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,2.22044605e-16 10,0 L10,4.4408921e-16 Z M9,15 L11,15 L11,9 L9,9 L9,15 L9,15 Z"] {
d: path("M9.00699 10.4453C8.97009 10.6478 9.0808 10.8502 9.30223 10.9312C9.48676 11.0121 9.70819 11.0121 9.89271 11.0526C10.3356 11.1336 10.4832 11.2955 10.4832 11.8219V12.0648C10.2987 13.2794 10.0772 14.4939 9.89271 15.7085C9.782 16.3968 9.67128 17.1255 9.59747 17.8138C9.48676 18.8259 10.3725 19.7976 11.0737 19.919C11.5165 20 11.9225 20 12.3654 20C13.288 20 14.063 19.5547 14.7273 18.8259C14.838 18.7045 14.9487 18.5425 14.9856 18.3401C15.0594 18.0567 14.838 17.8543 14.5797 17.9757C14.3951 18.0567 14.2475 18.1781 14.063 18.2591C13.8416 18.3401 13.6201 18.4211 13.3987 18.4615C13.1404 18.502 12.9189 18.3401 12.8451 18.0567C12.8082 17.8543 12.7713 17.6113 12.8082 17.3684C12.8451 16.9231 12.9558 16.4372 13.0296 15.9919C13.2511 14.6154 13.5094 13.1984 13.7308 11.8219C13.8046 11.4575 13.8416 11.0526 13.8416 10.6883C13.8416 10.2429 13.5832 10 13.1773 10H9.8189C9.67128 10 9.56057 10 9.41295 10.0405C9.15461 10.1215 9.0439 10.2429 9.00699 10.4453ZM9.77165 4.97938C9.77165 6.09278 10.5771 7 11.6127 7C12.61 7 13.4538 6.09278 13.4538 5.02062C13.4538 3.90722 12.6484 3 11.6127 3C10.5771 3 9.77165 3.86598 9.77165 4.97938Z");
fill: none;
stroke: currentColor;
stroke-width: 1px;
transform: scale(1.25);
transform-origin: center center;
}
.speaking-3K28iH {
box-shadow: inset 0 0 0 2px var(--green), inset 0 0 0 3px var(--background-secondary);
}
.scrollerContent-2SW0kQ {
justify-content: normal;
}
.messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau,
.backgroundFlash-1X5jVs > .messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau {
margin-top: 0 !important;
margin-bottom: -12px !important;
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau .avatar-2e8lTP,
.backgroundFlash-1X5jVs > .messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau .avatar-2e8lTP {
left: 0px;
}
.messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau.groupStart-3Mlgv1,
.backgroundFlash-1X5jVs > .messageListItem-ZZ7v6g > .message-2CShn3.compact-2Nkcau.groupStart-3Mlgv1 {
margin-top: 12px !important;
}
.focusRing-2_fyOA, .ring-370dIp {
border-radius: 3px;
border: solid 2px var(--blurple);
box-shadow: none !important;
margin-top: -2px !important;
margin-left: -2px !important;
}
.focusRing-2_fyOA {
border-radius: 5px;
}
.scrollableContainer-15eg7h {
border-radius: 3px;
border: 2px solid;
}
.theme-dark .scrollableContainer-15eg7h {
background-color: rgba(255, 255, 255, 0.06);
border-color: rgba(255, 255, 255, 0.2);
}
.theme-light .scrollableContainer-15eg7h {
background-color: #fff;
border-color: #dadddf;
}
.scrollableContainer-15eg7h .attachButton-1ijpt9 {
margin-right: 8px;
}
.scrollableContainer-15eg7h .attachButton-1ijpt9 .icon-2P5yLI {
max-height: 42px;
padding: 9px 6px !important;
border-right: solid 1px var(--blurple);
}
.scrollableContainer-15eg7h .attachButton-_ACFSu {
margin-right: 10px;
border-right: 1px solid;
padding: 6px 6px;
height: 100%;
max-height: 50vh;
border-radius: 0;
}
.theme-dark .scrollableContainer-15eg7h .attachButton-_ACFSu {
border-color: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.2);
}
.theme-dark .scrollableContainer-15eg7h .attachButton-_ACFSu:hover {
background: rgba(255, 255, 255, 0.06);
color: #fff;
}
.theme-dark .scrollableContainer-15eg7h .attachButton-_ACFSu:active {
background: rgba(255, 255, 255, 0.2);
color: #fff;
border-color: #0000;
}
.theme-light .scrollableContainer-15eg7h .attachButton-_ACFSu {
border-color: #dadddf;
color: #747f8d;
}
.theme-light .scrollableContainer-15eg7h .attachButton-_ACFSu:hover {
background: #F9F9F9;
}
.theme-light .scrollableContainer-15eg7h .attachButton-_ACFSu:active {
background: #DADDDF;
}
.scrollableContainer-15eg7h .attachButton-_ACFSu .attachButtonPlus-3IYelE {
d: path("M3.00211823,0 C2.06461823,0 2,0.0454420447 2,0.982942045 L2,17.96875 C2,18.90625 2.06461823,19.0165443 3.00211823,19.0165443 L7,19.0165443 L7,18.0325928 L4.01171875,18.0325928 C3.38671875,18.0325928 3.00211823,17.5 3.00211823,17.03125 L3.00211823,2.03125 C3.00211823,1.40625 3.47086823,0.982942045 3.93961823,0.982942045 L21.0625,0.982942045 C21.6875,0.982942045 22,1.5625 22,2.03125 L22,17.03125 C22,17.65625 21.53125,18.0325928 21.0625,18.0325928 L17.9898968,17.96875 L17.9898968,19.0165443 L22,19.0165443 C22.78125,19.0165443 22.976181,18.90625 22.976181,17.96875 L22.976181,0.982942045 C22.819931,0.0454420447 22,0 22,0 L3.00211823,0 Z M12.9375,6.09375 C12.78125,5.9375 12.625,5.9375 12.46875,5.9375 C12.3125,5.9375 12.15625,5.9375 12.15625,6.25 L8.25,10 C7.9375,10.15625 7.9375,10.625 8.25,10.78125 C8.40625,10.9375 8.71875,10.9375 9.03125,10.78125 L12,7.8125 L12,24.53125 C12,24.84375 12.15625,25 12.46875,25 C12.78125,25 12.9375,24.84375 12.9375,24.53125 L12.9375,7.8125 L16.0625,10.9375 C16.21875,11.09375 16.6875,11.09375 16.84375,10.9375 C17,10.78125 17,10.3125 16.84375,10.15625 L12.9375,6.09375 L12.9375,6.09375 Z");
fill: currentColor;
}
.scrollableContainer-15eg7h .attachButton-_ACFSu .attachButtonPlay-1ATmb5 {
color: var(--green);
}
.scrollableContainer-15eg7h .fontSize12Padding-1aH21p {
padding-top: 13px;
padding-bottom: 12px;
}
.scrollableContainer-15eg7h .fontSize14Padding-1nmT2C {
padding-top: 12px;
padding-bottom: 10px;
}
.scrollableContainer-15eg7h .fontSize15Padding-_BiJt9 {
padding-top: 11px;
padding-bottom: 10px;
}
.scrollableContainer-15eg7h .fontSize16Padding-XoMpjI {
padding-top: 11px;
padding-bottom: 9px;
}
.scrollableContainer-15eg7h .textArea-2CLwUE {
min-height: 42px;
height: 42px;
}
.scrollableContainer-15eg7h .textArea-2CLwUE[style="height: 44px;"] {
height: 42px !important;
}
.scrollableContainer-15eg7h .buttons-uaqb-5 {
height: 42px;
}
.scrollableContainer-15eg7h .buttons-uaqb-5 [d="M2 2C0.895431 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H22C23.1046 22 24 21.1046 24 20V4C24 2.89543 23.1046 2 22 2H2ZM9.76445 11.448V15.48C8.90045 16.044 7.88045 16.356 6.74045 16.356C4.11245 16.356 2.66045 14.628 2.66045 12.072C2.66045 9.504 4.23245 7.764 6.78845 7.764C7.80845 7.764 8.66045 8.004 9.32045 8.376L9.04445 10.164C8.42045 9.768 7.68845 9.456 6.83645 9.456C5.40845 9.456 4.71245 10.512 4.71245 12.06C4.71245 13.62 5.43245 14.712 6.86045 14.712C7.31645 14.712 7.64045 14.616 7.97645 14.448V12.972H6.42845V11.448H9.76445ZM11.5481 7.92H13.6001V16.2H11.5481V7.92ZM20.4724 7.92V9.636H17.5564V11.328H19.8604V13.044H17.5564V16.2H15.5164V7.92H20.4724Z"] {
d: path("M3 3H21C22.6569 3 24 4.34315 24 6V18C24 19.6569 22.6569 21 21 21H3C1.34315 21 0 19.6569 0 18V6C0 4.34315 1.34315 3 3 3V3ZM11 8V16H13V8H11ZM8 8H4C3.28 8 3 8.33333 3 9V15C3 15.6667 3.28 16 4 16H8C8.72 16 9 15.6667 9 15V11H6V13H7V14H5V10H9V9C9 8.33333 8.72 8 8 8ZM21 10V8H15V16H17V13H20V11H17V10H21Z");
}
.scrollableContainer-15eg7h .buttons-uaqb-5 > .button-f2h6uQ {
display: none;
}
.scrollableContainer-15eg7h .buttonWrapper-3YFQGJ {
opacity: 0.3 !important;
transform: scale(1) !important;
transition: 0.2s;
color: #fff;
}
.theme-light .scrollableContainer-15eg7h .buttonWrapper-3YFQGJ {
color: #000b;
}
.scrollableContainer-15eg7h .button-f2h6uQ:hover:not(:disabled) .buttonWrapper-3YFQGJ {
opacity: 1 !important;
transform: scale(1.1) !important;
}
.scrollableContainer-15eg7h .button-f2h6uQ:disabled {
opacity: 0.5;
}
.scrollableContainer-15eg7h .button-f2h6uQ:disabled .buttonChild-33lB5F {
color: var(--interactive-normal);
}
.scrollableContainer-15eg7h .emojiButtonNormal-35P0_i {
opacity: 0.3;
}
.form-3gdLxP {
margin-left: 20px;
margin-right: 20px;
padding: 0;
padding-top: 20px;
margin-top: 0;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
background: var(--background-primary);
}
.theme-dark .form-3gdLxP {
border-top: solid 1px rgba(255, 255, 255, 0.06);
}
.form-3gdLxP .typing-2J1mQU {
margin-left: -16px;
margin-right: -16px;
}
.form-3gdLxP .typing-2J1mQU .ellipsis-1e7x0D {
margin: 0;
}
.form-3gdLxP:before {
display: none;
}
.attachedBars-2BCP3l .clipContainer-31nYlH {
overflow: hidden;
padding-top: 32px;
margin-top: -30px;
margin-bottom: -2px;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v {
background: var(--blurple);
border-radius: 3px 3px 0 0;
margin-top: -32px;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .text-1pxItg {
color: #fff8;
font-weight: 400;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .text-1pxItg .name-3DDHNY {
color: #fff !important;
font-weight: 600;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .mentionButton-3C5YMI, .attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .closeButton-3IEry2 {
color: #fff;
opacity: 0.5;
transition: 0.2s;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .mentionButton-3C5YMI:hover, .attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .closeButton-3IEry2:hover {
opacity: 1;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .mentionButton-3C5YMI {
font-size: 14px;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .mentionButton-3C5YMI svg {
display: none;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .mentionButton-3C5YMI:before {
content: "@";
margin-right: 2px;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .replyBar-1oi75v .separator-8ngZ3p {
background: #fff4;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .threadSuggestionBar-3ExSyc {
background: var(--blurple);
box-shadow: none;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .threadSuggestionBar-3ExSyc .colorHeaderSecondary-g5teka {
color: #fffb;
}
.attachedBars-2BCP3l .clipContainer-31nYlH .threadSuggestionBar-3ExSyc .colorLink-2vG20E {
color: #fff;
}
.attachedBars-2BCP3l + .scrollableContainer-15eg7h {
border-radius: 0 0 3px 3px;
border-color: var(--blurple);
z-index: 99;
}
.divider-IqmEqJ {
margin-left: 20px;
margin-right: 4px;
}
.divider-IqmEqJ.beforeGroup-1BvJAt {
margin-bottom: 0 !important;
margin-top: -1px !important;
}
.divider-IqmEqJ.isUnread-3Lojb- {
border-color: #f0474766;
}
.divider-IqmEqJ.isUnread-3Lojb-:not(.beforeGroup-1BvJAt) {
margin-top: -34px !important;
margin-bottom: 46px !important;
}
.divider-IqmEqJ.isUnread-3Lojb-:not(.beforeGroup-1BvJAt).hasContent-1y12-u {
margin-top: -20px !important;
margin-bottom: 19px !important;
}
.divider-IqmEqJ.isUnread-3Lojb-:not(.beforeGroup-1BvJAt).hasContent-1y12-u .unreadPill-3nEWYM {
display: none !important;
}
.divider-IqmEqJ.isUnread-3Lojb- + .messageListItem-ZZ7v6g .message-2CShn3.cozyMessage-1DWF9U.groupStart-3Mlgv1.hasReply-2Cr4KE {
margin-top: -20px !important;
}
.divider-IqmEqJ.hasContent-31hcsn:not(.isUnread-3Lojb-) {
margin-top: -20px !important;
}
.divider-IqmEqJ .unreadPill-3nEWYM {
padding: 0 10px;
border-radius: 3px;
background: var(--background-primary);
right: unset;
text-align: center;
font-size: 14px;
color: rgba(240, 71, 71, 0.8);
}
.divider-IqmEqJ .unreadPill-3nEWYM svg {
display: none;
}
[lang=en-GB] .divider-IqmEqJ .unreadPill-3nEWYM, [lang=en-US] .divider-IqmEqJ .unreadPill-3nEWYM {
font-size: 0;
}
[lang=en-GB] .divider-IqmEqJ .unreadPill-3nEWYM:after, [lang=en-US] .divider-IqmEqJ .unreadPill-3nEWYM:after {
content: "NEW MESSAGES";
font-size: 14px;
}
.divider-IqmEqJ.beforeGroup-1BvJAt {
top: -19px !important;
}
.divider-IqmEqJ:not(.isUnread-3Lojb-) + .messageListItem-ZZ7v6g .message-2CShn3, .divider-IqmEqJ:not(.isUnread-3Lojb-) + .backgroundFlash-1X5jVs .message-2CShn3 {
margin-top: -8px !important;
}
.divider-IqmEqJ:not(.isUnread-3Lojb-) + .messageListItem-ZZ7v6g .message-2CShn3.groupStart-3Mlgv1:before, .divider-IqmEqJ:not(.isUnread-3Lojb-) + .backgroundFlash-1X5jVs .message-2CShn3.groupStart-3Mlgv1:before {
content: unset;
}
.wrapper-2SplAX {
background: none;
}
.messageListItem-ZZ7v6g:last-of-type .message-2CShn3,
.backgroundFlash-1X5jVs:last-of-type .message-2CShn3 {
margin-bottom: -20px !important;
}
.messageListItem-ZZ7v6g:last-of-type .systemMessage-1H1Z20,
.backgroundFlash-1X5jVs:last-of-type .systemMessage-1H1Z20 {
overflow: hidden;
}
.menu-1QACrS {
background-color: #fff;
min-width: 140px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.theme-dark .menu-1QACrS {
background-color: #282b30;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.82), 0 1px 4px rgba(0, 0, 0, 0.1);
}
.menu-1QACrS .scroller-1bVxF5 {
padding: 0;
}
.menu-1QACrS .scroller-1bVxF5::-webkit-scrollbar {
width: 0;
}
.menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL {
margin: 0;
color: #99aab5;
padding: 4px 8px;
min-height: 28px;
border-radius: 0;
font-size: 13px;
}
.theme-dark .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL {
color: rgba(255, 255, 255, 0.6);
}
.menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL:hover, .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL.focused-3qFvc8, .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL:active, .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL.focused-3qFvc8:active {
background: #f9f9f9 !important;
color: #737f8d;
}
.theme-dark .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL:hover, .theme-dark .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL.focused-3qFvc8, .theme-dark .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL:active, .theme-dark .menu-1QACrS .scroller-1bVxF5 .labelContainer-2vJzYL.focused-3qFvc8:active {
background: #25282d !important;
color: #fff;
}
.menu-1QACrS .scroller-1bVxF5 .colorDanger-3n-KnP {
color: var(--red) !important;
}
.menu-1QACrS .scroller-1bVxF5 .colorBrand-3cPPsm {
color: var(--blurple) !important;
}
.menu-1QACrS .scroller-1bVxF5 .separator-1So4YB {
margin: 0;
}
.menu-1QACrS .submenuPaddingContainer-_k62dJ {
padding: 0;
}
.menu-1QACrS .submenuPaddingContainer-_k62dJ .submenu-1apzyU {
margin-left: -4px;
margin-right: -4px;
}
.menu-1QACrS .textBadge-1fdDPJ {
margin-top: -4px;
}
.theme-light .menu-1QACrS .item-1OdjEX.focused-3qFvc8 .checkbox-hADx5o, .theme-light .menu-1QACrS .item-1OdjEX.focused-3qFvc8 .radioSelection-1UHp0b, .theme-light .menu-1QACrS .item-1OdjEX.focused-3qFvc8 .subtext-2GlkbE {
color: #444;
}
.bodyInnerWrapper-2bQs1k {
background: none;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK {
/*.colorable-3rVGna.red-3T8maV[aria-label="Stop Watching"] {
background-color: var(--blurple);
}*/
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom:last-of-type {
order: 3;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom {
width: 26px;
height: 26px;
margin-left: 3px;
margin-right: 3px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom > svg {
width: 36px;
height: 36px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom foreignObject {
mask: none;
width: 56px;
height: 56px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom foreignObject .centerButton-1IShs7 {
width: 40px;
height: 40px;
border-radius: 5px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlButton-2PMNom foreignObject .centerButton-1IShs7 svg {
width: 24px;
height: 24px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .contextMenuContainer-1RO4DQ > svg {
margin-bottom: -30px;
margin-right: -30px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .contextMenuContainer-1RO4DQ > svg > foreignObject {
width: 56px;
height: 56px;
mask: none;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7 {
border-radius: 3px;
padding: 5px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.audienceButton-3EsbUt, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.makeMeASpeakerButton-I5v_9C, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.speakerRaiseHandButton-2xNQGu {
width: 26px;
height: 26px;
margin-left: 3px;
margin-right: 3px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.audienceButton-3EsbUt svg, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.makeMeASpeakerButton-I5v_9C svg, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .centerButton-1IShs7.speakerRaiseHandButton-2xNQGu svg {
transform: scale(0.75);
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .speakerRaiseHandButtonContainer-vFHQuX {
margin-left: 0;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .leaveQuietlyButton-3Vhswc {
border-radius: 3px;
height: 26px;
min-height: 26px;
margin-left: 3px;
margin-right: 3px;
width: auto;
padding-left: 4px;
padding-right: 4px;
text-transform: uppercase;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .leaveQuietlyButton-3Vhswc svg {
transform: scale(0.75);
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryDark-2UJt1G, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.white-11auuQ, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryLight-1yA273 {
background-color: #747f8d !important;
color: #f6f7f8;
/*.theme-dark & {
background-color: #36393e;
}*/
}
.theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryDark-2UJt1G, .theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.white-11auuQ, .theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryLight-1yA273 {
background-color: #2D3135 !important;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryDark-2UJt1G:hover, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.white-11auuQ:hover, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryLight-1yA273:hover {
background-color: #4f5660 !important;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryDark-2UJt1G .centerIcon-JYpTUi, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.white-11auuQ .centerIcon-JYpTUi, .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryLight-1yA273 .centerIcon-JYpTUi {
color: #f6f7f8;
}
.theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryDark-2UJt1G .centerIcon-JYpTUi, .theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.white-11auuQ .centerIcon-JYpTUi, .theme-dark .root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.primaryLight-1yA273 .centerIcon-JYpTUi {
color: #aeb0b2;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.red-3T8maV {
width: auto !important;
padding-left: 16px;
padding-right: 16px;
text-transform: uppercase;
font-size: 12px;
white-space: nowrap;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.red-3T8maV:after {
content: attr(aria-label);
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.red-3T8maV svg {
display: none;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.red-3T8maV:hover {
background: var(--red-hover);
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .colorable-3rVGna.red-3T8maV:active {
background: var(--red-active);
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h {
width: 16px;
height: 16px;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h path[d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"] {
d: path("M8.25 12.3V5.25C8.25 3.15 9.9 1.5 12 1.5C13.95 1.5 15.6 3 15.75 4.95L16.95 3.75C16.35 1.5 14.4 0 12 0C9.15 0 6.75 2.4 6.75 5.25V12.75C6.75 13.05 6.75 13.5 6.9 13.8L8.25 12.3ZM15.75 12.75C15.75 14.85 14.1 16.5 12 16.5C11.25 16.5 10.5 16.35 10.05 15.9L9 16.95C9.75 17.55 10.8 18 12 18C14.85 18 17.25 15.6 17.25 12.75V8.7L15.75 10.2V12.75ZM18.75 12V13.5C18.75 16.8 16.05 19.5 12.75 19.5H11.25C9.9 19.5 8.7 19.05 7.65 18.3L6.6 19.35C7.8 20.4 9.45 21 11.25 21V22.5H10.5C10.05 22.5 9.75 22.8 9.75 23.25C9.75 23.7 10.05 24 10.5 24H13.5C13.95 24 14.25 23.7 14.25 23.25C14.25 22.8 13.95 22.5 13.5 22.5H12.75V21C16.95 21 20.25 17.7 20.25 13.5V12H18.75ZM5.25 12H3.75V13.5C3.75 14.55 3.9 15.45 4.35 16.35L5.55 15.15C5.4 14.55 5.25 14.1 5.25 13.5V12Z");
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h path[d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"] {
d: path("M23.8501 1.04985L22.8001 -0.150146L-0.149902 22.7999L1.0501 23.8499L23.8501 1.04985Z");
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h path[d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"],
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h path[d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"] {
display: none;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .controlIcon-10O-4h .slash-33-IMF {
color: inherit;
}
.root-22AK9z .videoControls-353CsJ .bottomControls-31YuPK .contextMenuNub-NuTZ_U {
display: none;
}
.root-22AK9z .joinButton-2KP9ZZ {
border-radius: 3px;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG, .containerUserOver-SDa1HW .wrapper-NhbLHG, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG, .containerDragAfter-3aBiOW .wrapper-NhbLHG {
padding: 0;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .content-1gYQeQ, .containerUserOver-SDa1HW .wrapper-NhbLHG .content-1gYQeQ, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .content-1gYQeQ, .containerDragAfter-3aBiOW .wrapper-NhbLHG .content-1gYQeQ {
border-radius: 0;
margin-left: 0;
padding-left: 12px;
border-left: solid var(--channelBarWidth) #0000;
padding-top: 1px;
padding-bottom: 1px;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .content-1gYQeQ .wrapper-1VLyxH, .containerUserOver-SDa1HW .wrapper-NhbLHG .content-1gYQeQ .wrapper-1VLyxH, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .content-1gYQeQ .wrapper-1VLyxH, .containerDragAfter-3aBiOW .wrapper-NhbLHG .content-1gYQeQ .wrapper-1VLyxH {
width: unset !important;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .content-1gYQeQ .mentionsBadge-2ckrKL, .containerUserOver-SDa1HW .wrapper-NhbLHG .content-1gYQeQ .mentionsBadge-2ckrKL, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .content-1gYQeQ .mentionsBadge-2ckrKL, .containerDragAfter-3aBiOW .wrapper-NhbLHG .content-1gYQeQ .mentionsBadge-2ckrKL {
margin-left: 8px;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG:hover .content-1gYQeQ, .containerDefault-YUSmu3 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerUserOver-SDa1HW .wrapper-NhbLHG:hover .content-1gYQeQ, .containerUserOver-SDa1HW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG:hover .content-1gYQeQ, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerDragAfter-3aBiOW .wrapper-NhbLHG:hover .content-1gYQeQ, .containerDragAfter-3aBiOW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ {
background: linear-gradient(to right, var(--background-tertiary) 85%, #0000);
}
.theme-dark .containerDefault-YUSmu3 .wrapper-NhbLHG:hover .content-1gYQeQ, .theme-dark .containerDefault-YUSmu3 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .theme-dark .containerUserOver-SDa1HW .wrapper-NhbLHG:hover .content-1gYQeQ, .theme-dark .containerUserOver-SDa1HW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .theme-dark .containerDragBefore-1s5Qg6 .wrapper-NhbLHG:hover .content-1gYQeQ, .theme-dark .containerDragBefore-1s5Qg6 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .theme-dark .containerDragAfter-3aBiOW .wrapper-NhbLHG:hover .content-1gYQeQ, .theme-dark .containerDragAfter-3aBiOW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ {
background: linear-gradient(to right, var(--background-secondary-alt) 85%, var(--background-secondary));
}
.containerDefault-YUSmu3 .wrapper-NhbLHG:hover .content-1gYQeQ, .containerUserOver-SDa1HW .wrapper-NhbLHG:hover .content-1gYQeQ, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG:hover .content-1gYQeQ, .containerDragAfter-3aBiOW .wrapper-NhbLHG:hover .content-1gYQeQ {
border-left-color: #7289da40;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerUserOver-SDa1HW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ, .containerDragAfter-3aBiOW .wrapper-NhbLHG.modeSelected-3DmyhH .content-1gYQeQ {
border-left-color: var(--blurple);
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .unread-36eUEm, .containerUserOver-SDa1HW .wrapper-NhbLHG .unread-36eUEm, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .unread-36eUEm, .containerDragAfter-3aBiOW .wrapper-NhbLHG .unread-36eUEm {
z-index: 2;
width: 6px;
height: 10px;
border-radius: 0 50px 50px 0;
margin-top: -5px;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .unread-36eUEm + .content-1gYQeQ:hover, .containerUserOver-SDa1HW .wrapper-NhbLHG .unread-36eUEm + .content-1gYQeQ:hover, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .unread-36eUEm + .content-1gYQeQ:hover, .containerDragAfter-3aBiOW .wrapper-NhbLHG .unread-36eUEm + .content-1gYQeQ:hover {
border-color: var(--background-secondary-alt);
}
.containerDefault-YUSmu3 .wrapper-NhbLHG [d="M14 7V9C14 9 12.5867 9 12.5733 9.00667C12.42 9.58667 12.1733 10.1267 11.84 10.6067L12.74 11.5067L11.4933 12.7533L10.5933 11.8533C10.1133 12.1867 9.57334 12.44 8.99334 12.5867V14H6.99334V12.58C6.41334 12.4333 5.87334 12.18 5.39334 11.8467L4.49333 12.7467L3.24667 11.5L4.14667 10.6C3.81333 10.1267 3.56 9.58 3.41333 9H2V7H3.41333C3.56 6.42 3.81333 5.88 4.14667 5.4L3.24667 4.5L4.5 3.24667L5.4 4.14667C5.87334 3.81333 6.42 3.56 7 3.41333V2H9V3.41333C9.58 3.56667 10.12 3.81333 10.6 4.14667L11.5067 3.25333L12.7533 4.5L11.8533 5.4C12.1867 5.87334 12.44 6.42 12.5867 7H14ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"], .containerUserOver-SDa1HW .wrapper-NhbLHG [d="M14 7V9C14 9 12.5867 9 12.5733 9.00667C12.42 9.58667 12.1733 10.1267 11.84 10.6067L12.74 11.5067L11.4933 12.7533L10.5933 11.8533C10.1133 12.1867 9.57334 12.44 8.99334 12.5867V14H6.99334V12.58C6.41334 12.4333 5.87334 12.18 5.39334 11.8467L4.49333 12.7467L3.24667 11.5L4.14667 10.6C3.81333 10.1267 3.56 9.58 3.41333 9H2V7H3.41333C3.56 6.42 3.81333 5.88 4.14667 5.4L3.24667 4.5L4.5 3.24667L5.4 4.14667C5.87334 3.81333 6.42 3.56 7 3.41333V2H9V3.41333C9.58 3.56667 10.12 3.81333 10.6 4.14667L11.5067 3.25333L12.7533 4.5L11.8533 5.4C12.1867 5.87334 12.44 6.42 12.5867 7H14ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"], .containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d="M14 7V9C14 9 12.5867 9 12.5733 9.00667C12.42 9.58667 12.1733 10.1267 11.84 10.6067L12.74 11.5067L11.4933 12.7533L10.5933 11.8533C10.1133 12.1867 9.57334 12.44 8.99334 12.5867V14H6.99334V12.58C6.41334 12.4333 5.87334 12.18 5.39334 11.8467L4.49333 12.7467L3.24667 11.5L4.14667 10.6C3.81333 10.1267 3.56 9.58 3.41333 9H2V7H3.41333C3.56 6.42 3.81333 5.88 4.14667 5.4L3.24667 4.5L4.5 3.24667L5.4 4.14667C5.87334 3.81333 6.42 3.56 7 3.41333V2H9V3.41333C9.58 3.56667 10.12 3.81333 10.6 4.14667L11.5067 3.25333L12.7533 4.5L11.8533 5.4C12.1867 5.87334 12.44 6.42 12.5867 7H14ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"], .containerDragAfter-3aBiOW .wrapper-NhbLHG [d="M14 7V9C14 9 12.5867 9 12.5733 9.00667C12.42 9.58667 12.1733 10.1267 11.84 10.6067L12.74 11.5067L11.4933 12.7533L10.5933 11.8533C10.1133 12.1867 9.57334 12.44 8.99334 12.5867V14H6.99334V12.58C6.41334 12.4333 5.87334 12.18 5.39334 11.8467L4.49333 12.7467L3.24667 11.5L4.14667 10.6C3.81333 10.1267 3.56 9.58 3.41333 9H2V7H3.41333C3.56 6.42 3.81333 5.88 4.14667 5.4L3.24667 4.5L4.5 3.24667L5.4 4.14667C5.87334 3.81333 6.42 3.56 7 3.41333V2H9V3.41333C9.58 3.56667 10.12 3.81333 10.6 4.14667L11.5067 3.25333L12.7533 4.5L11.8533 5.4C12.1867 5.87334 12.44 6.42 12.5867 7H14ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z"] {
d: path("M8 5C6.3 5 5 6.3 5 8C5 9.7 6.3 11 8 11C9.7 11 11 9.7 11 8C11 6.3 9.7 5 8 5ZM8 10C6.9 10 6 9.1 6 8C6 6.9 6.9 6 8 6C9.1 6 10 6.9 10 8C10 9.1 9.1 10 8 10ZM16 8C16 7 15.2 6.1 14.2 6C14.1 5.7 13.9 5.3 13.8 5C14.5 4.2 14.4 3.1 13.7 2.3C13 1.6 11.8 1.5 11 2.2C10.7 2 10.4 1.9 10 1.8C9.9 0.8 9 0 8 0C7 0 6.1 0.8 6 1.8C5.7 1.9 5.3 2.1 5 2.2C4.2 1.6 3.1 1.6 2.3 2.3C1.6 3.1 1.6 4.2 2.2 5C2.1 5.3 1.9 5.7 1.8 6C0.8 6.1 0 7 0 8C0 9 0.8 9.9 1.8 10C1.9 10.3 2.1 10.7 2.2 11C1.5 11.8 1.6 12.9 2.3 13.7C3 14.4 4.2 14.5 5 13.8C5.3 14 5.6 14.1 6 14.2C6.1 15.2 7 16 8 16C9 16 9.9 15.2 10 14.2C10.3 14.1 10.7 13.9 11 13.8C11.8 14.5 12.9 14.4 13.7 13.7C14.4 13 14.5 11.8 13.8 11C14 10.7 14.1 10.4 14.2 10C15.2 9.9 16 9 16 8ZM13.4 9C13.3 9.8 12.9 10.5 12.5 11.1L12.9 11.5C13.3 11.9 13.3 12.5 12.9 12.9C12.5 13.3 11.9 13.3 11.5 12.9L11.1 12.5C10.5 13 9.8 13.3 9 13.4V14C9 14.6 8.6 15 8 15C7.4 15 7 14.6 7 14V13.4C6.2 13.3 5.5 12.9 4.9 12.5L4.5 12.9C4.1 13.3 3.5 13.3 3.1 12.9C2.7 12.5 2.7 11.9 3.1 11.5L3.5 11.1C3 10.5 2.7 9.8 2.6 9H2C1.4 9 1 8.6 1 8C1 7.4 1.4 7 2 7H2.6C2.7 6.2 3 5.5 3.5 4.9L3.1 4.5C2.7 4.1 2.7 3.5 3.1 3.1C3.5 2.7 4.1 2.7 4.5 3.1L4.9 3.5C5.5 3 6.2 2.7 7 2.6V2C7 1.4 7.4 1 8 1C8.6 1 9 1.4 9 2V2.6C9.8 2.7 10.5 3.1 11.1 3.5L11.5 3.1C11.9 2.7 12.5 2.7 12.9 3.1C13.3 3.5 13.3 4.1 12.9 4.5L12.5 4.9C13 5.5 13.3 6.2 13.4 7H14C14.6 7 15 7.4 15 8C15 8.6 14.6 9 14 9H13.4Z");
}
.containerDefault-YUSmu3 .wrapper-NhbLHG [d="M6.5 8.34C3.26 8.34 1 9.98666 1 12.34V13.0067H12V12.34C12 9.98 9.74 8.34 6.5 8.34Z"],
.containerDefault-YUSmu3 .wrapper-NhbLHG [d="M14 2H16V3H14V5H13V3H11V2H13V0H14V2Z"], .containerUserOver-SDa1HW .wrapper-NhbLHG [d="M6.5 8.34C3.26 8.34 1 9.98666 1 12.34V13.0067H12V12.34C12 9.98 9.74 8.34 6.5 8.34Z"],
.containerUserOver-SDa1HW .wrapper-NhbLHG [d="M14 2H16V3H14V5H13V3H11V2H13V0H14V2Z"], .containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d="M6.5 8.34C3.26 8.34 1 9.98666 1 12.34V13.0067H12V12.34C12 9.98 9.74 8.34 6.5 8.34Z"],
.containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d="M14 2H16V3H14V5H13V3H11V2H13V0H14V2Z"], .containerDragAfter-3aBiOW .wrapper-NhbLHG [d="M6.5 8.34C3.26 8.34 1 9.98666 1 12.34V13.0067H12V12.34C12 9.98 9.74 8.34 6.5 8.34Z"],
.containerDragAfter-3aBiOW .wrapper-NhbLHG [d="M14 2H16V3H14V5H13V3H11V2H13V0H14V2Z"] {
display: none;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG [d="M6.5 8.00667C7.88 8.00667 9 6.88667 9 5.50667C9 4.12667 7.88 3.00667 6.5 3.00667C5.12 3.00667 4 4.12667 4 5.50667C4 6.88667 5.12 8.00667 6.5 8.00667Z"], .containerUserOver-SDa1HW .wrapper-NhbLHG [d="M6.5 8.00667C7.88 8.00667 9 6.88667 9 5.50667C9 4.12667 7.88 3.00667 6.5 3.00667C5.12 3.00667 4 4.12667 4 5.50667C4 6.88667 5.12 8.00667 6.5 8.00667Z"], .containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d="M6.5 8.00667C7.88 8.00667 9 6.88667 9 5.50667C9 4.12667 7.88 3.00667 6.5 3.00667C5.12 3.00667 4 4.12667 4 5.50667C4 6.88667 5.12 8.00667 6.5 8.00667Z"], .containerDragAfter-3aBiOW .wrapper-NhbLHG [d="M6.5 8.00667C7.88 8.00667 9 6.88667 9 5.50667C9 4.12667 7.88 3.00667 6.5 3.00667C5.12 3.00667 4 4.12667 4 5.50667C4 6.88667 5.12 8.00667 6.5 8.00667Z"] {
d: path("M6.3 3.4L8 1.7V11.5C8 11.8 8.2 12 8.5 12C8.8 12 9 11.8 9 11.5V1.7L10.7 3.4C10.9 3.6 11.2 3.6 11.4 3.4C11.6 3.2 11.6 2.9 11.4 2.7L8.9 0.2C8.9 0.2 8.9 0.2 8.9 0.1C8.8 0 8.6 0 8.5 0C8.4 0 8.2 0 8.1 0.1C8.1 0.1 8.1 0.1 8.1 0.2L5.6 2.7C5.4 2.9 5.4 3.2 5.6 3.4C5.8 3.5 6.1 3.5 6.3 3.4ZM14 4H12.5V5H13.5C13.8 5 14 5.2 14 5.5V14.5C14 14.8 13.8 15 13.5 15H3.5C3.2 15 3 14.8 3 14.5V5.5C3 5.2 3.2 5 3.5 5H4.5V4H3C2.4 4 2 4.4 2 5V15C2 15.6 2.4 16 3 16H14C14.6 16 15 15.6 15 15V5C15 4.4 14.6 4 14 4Z");
}
.containerDefault-YUSmu3 .wrapper-NhbLHG [d=mute], .containerUserOver-SDa1HW .wrapper-NhbLHG [d=mute], .containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d=mute], .containerDragAfter-3aBiOW .wrapper-NhbLHG [d=mute] {
d: path("M8.2501 12.2999V5.24985C8.2501 3.14985 9.9001 1.49985 12.0001 1.49985C13.9501 1.49985 15.6001 2.99985 15.7501 4.94985L16.9501 3.74985C16.3501 1.49985 14.4001 -0.000146482 12.0001 -0.000146482C9.1501 -0.000146482 6.7501 2.39985 6.7501 5.24985V12.7499C6.7501 13.0499 6.7501 13.4999 6.9001 13.7999L8.2501 12.2999ZM15.7501 12.7499C15.7501 14.8499 14.1001 16.4999 12.0001 16.4999C11.2501 16.4999 10.5001 16.3499 10.0501 15.8999L9.0001 16.9499C9.7501 17.5499 10.8001 17.9999 12.0001 17.9999C14.8501 17.9999 17.2501 15.5999 17.2501 12.7499V8.69985L15.7501 10.1999V12.7499ZM18.7501 11.9999V13.4999C18.7501 16.7999 16.0501 19.4999 12.7501 19.4999H11.2501C9.9001 19.4999 8.7001 19.0499 7.6501 18.2999L6.6001 19.3499C7.8001 20.3999 9.4501 20.9999 11.2501 20.9999V22.4999H10.5001C10.0501 22.4999 9.7501 22.7999 9.7501 23.2499C9.7501 23.6999 10.0501 23.9999 10.5001 23.9999H13.5001C13.9501 23.9999 14.2501 23.6999 14.2501 23.2499C14.2501 22.7999 13.9501 22.4999 13.5001 22.4999H12.7501V20.9999C16.9501 20.9999 20.2501 17.6999 20.2501 13.4999V11.9999H18.7501ZM5.2501 11.9999H3.7501V13.4999C3.7501 14.5499 3.9001 15.4499 4.3501 16.3499L5.5501 15.1499C5.4001 14.5499 5.2501 14.0999 5.2501 13.4999V11.9999Z M23.8501 1.04985L1.0501 23.8499L-0.149902 22.7999L22.8001 -0.150146L23.8501 1.04985Z");
}
.containerDefault-YUSmu3 .wrapper-NhbLHG [d="M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z"], .containerUserOver-SDa1HW .wrapper-NhbLHG [d="M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z"], .containerDragBefore-1s5Qg6 .wrapper-NhbLHG [d="M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z"], .containerDragAfter-3aBiOW .wrapper-NhbLHG [d="M4.79805 3C3.80445 3 2.99805 3.8055 2.99805 4.8V15.6C2.99805 16.5936 3.80445 17.4 4.79805 17.4H7.49805V21L11.098 17.4H19.198C20.1925 17.4 20.998 16.5936 20.998 15.6V4.8C20.998 3.8055 20.1925 3 19.198 3H4.79805Z"] {
d: path("M8.5 15.5V19.3358L12.3358 15.5H20.5C21.0523 15.5 21.5 15.0523 21.5 14.5V3.5C21.5 2.94772 21.0523 2.5 20.5 2.5H3.5C2.94772 2.5 2.5 2.94772 2.5 3.5V14.5C2.5 15.0523 2.94772 15.5 3.5 15.5H8.5ZM7.5 21.75V16.5H3.5C2.39543 16.5 1.5 15.6046 1.5 14.5V3.5C1.5 2.39543 2.39543 1.5 3.5 1.5H20.5C21.6046 1.5 22.5 2.39543 22.5 3.5V14.5C22.5 15.6046 21.6046 16.5 20.5 16.5H12.75L7.5 21.75Z");
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .actionIcon-2sw4Sl, .containerUserOver-SDa1HW .wrapper-NhbLHG .actionIcon-2sw4Sl, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .actionIcon-2sw4Sl, .containerDragAfter-3aBiOW .wrapper-NhbLHG .actionIcon-2sw4Sl {
color: #fff;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .iconItem-1EjiK0, .containerUserOver-SDa1HW .wrapper-NhbLHG .iconItem-1EjiK0, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .iconItem-1EjiK0, .containerDragAfter-3aBiOW .wrapper-NhbLHG .iconItem-1EjiK0 {
opacity: 0.2;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .iconItem-1EjiK0:hover, .containerUserOver-SDa1HW .wrapper-NhbLHG .iconItem-1EjiK0:hover, .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .iconItem-1EjiK0:hover, .containerDragAfter-3aBiOW .wrapper-NhbLHG .iconItem-1EjiK0:hover {
opacity: 1;
}
.containerDefault-YUSmu3 .wrapper-NhbLHG .iconItem-1EjiK0:not(:first-of-type), .containerUserOver-SDa1HW .wrapper-NhbLHG .iconItem-1EjiK0:not(:first-of-type), .containerDragBefore-1s5Qg6 .wrapper-NhbLHG .iconItem-1EjiK0:not(:first-of-type), .containerDragAfter-3aBiOW .wrapper-NhbLHG .iconItem-1EjiK0:not(:first-of-type) {
margin-left: 8px;
}
.containerDefault-YUSmu3.selected-2TbFuo .mainContent-20q_Hp:before, .containerUserOver-SDa1HW.selected-2TbFuo .mainContent-20q_Hp:before, .containerDragBefore-1s5Qg6.selected-2TbFuo .mainContent-20q_Hp:before, .containerDragAfter-3aBiOW.selected-2TbFuo .mainContent-20q_Hp:before {
cursor: default;
}
.containerDefault-YUSmu3 [d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"],
.containerDefault-YUSmu3 [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"],
.containerDefault-YUSmu3 [d="M6.16204 15.0065C6.10859 15.0022 6.05455 15 6 15H4V12C4 7.588 7.589 4 12 4C13.4809 4 14.8691 4.40439 16.0599 5.10859L17.5102 3.65835C15.9292 2.61064 14.0346 2 12 2C6.486 2 2 6.485 2 12V19.1685L6.16204 15.0065Z"], .containerUserOver-SDa1HW [d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"],
.containerUserOver-SDa1HW [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"],
.containerUserOver-SDa1HW [d="M6.16204 15.0065C6.10859 15.0022 6.05455 15 6 15H4V12C4 7.588 7.589 4 12 4C13.4809 4 14.8691 4.40439 16.0599 5.10859L17.5102 3.65835C15.9292 2.61064 14.0346 2 12 2C6.486 2 2 6.485 2 12V19.1685L6.16204 15.0065Z"], .containerDragBefore-1s5Qg6 [d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"],
.containerDragBefore-1s5Qg6 [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"],
.containerDragBefore-1s5Qg6 [d="M6.16204 15.0065C6.10859 15.0022 6.05455 15 6 15H4V12C4 7.588 7.589 4 12 4C13.4809 4 14.8691 4.40439 16.0599 5.10859L17.5102 3.65835C15.9292 2.61064 14.0346 2 12 2C6.486 2 2 6.485 2 12V19.1685L6.16204 15.0065Z"], .containerDragAfter-3aBiOW [d="M6.7 11H5C5 12.19 5.34 13.3 5.9 14.28L7.13 13.05C6.86 12.43 6.7 11.74 6.7 11Z"],
.containerDragAfter-3aBiOW [d="M11.7237 16.0927L10.9632 16.8531L10.2533 17.5688C10.4978 17.633 10.747 17.6839 11 17.72V22H13V17.72C16.28 17.23 19 14.41 19 11H17.3C17.3 14 14.76 16.1 12 16.1C11.9076 16.1 11.8155 16.0975 11.7237 16.0927Z"],
.containerDragAfter-3aBiOW [d="M6.16204 15.0065C6.10859 15.0022 6.05455 15 6 15H4V12C4 7.588 7.589 4 12 4C13.4809 4 14.8691 4.40439 16.0599 5.10859L17.5102 3.65835C15.9292 2.61064 14.0346 2 12 2C6.486 2 2 6.485 2 12V19.1685L6.16204 15.0065Z"] {
display: none;
}
.containerDefault-YUSmu3 [d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"], .containerUserOver-SDa1HW [d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"], .containerDragBefore-1s5Qg6 [d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"], .containerDragAfter-3aBiOW [d="M9.01 11.085C9.015 11.1125 9.02 11.14 9.02 11.17L15 5.18V5C15 3.34 13.66 2 12 2C10.34 2 9 3.34 9 5V11C9 11.03 9.005 11.0575 9.01 11.085Z"] {
d: path("M8.25 12.3V5.25C8.25 3.15 9.9 1.5 12 1.5C13.95 1.5 15.6 3 15.75 4.95L16.95 3.75C16.35 1.5 14.4 0 12 0C9.15 0 6.75 2.4 6.75 5.25V12.75C6.75 13.05 6.75 13.5 6.9 13.8L8.25 12.3ZM15.75 12.75C15.75 14.85 14.1 16.5 12 16.5C11.25 16.5 10.5 16.35 10.05 15.9L9 16.95C9.75 17.55 10.8 18 12 18C14.85 18 17.25 15.6 17.25 12.75V8.7L15.75 10.2V12.75ZM18.75 12V13.5C18.75 16.8 16.05 19.5 12.75 19.5H11.25C9.9 19.5 8.7 19.05 7.65 18.3L6.6 19.35C7.8 20.4 9.45 21 11.25 21V22.5H10.5C10.05 22.5 9.75 22.8 9.75 23.25C9.75 23.7 10.05 24 10.5 24H13.5C13.95 24 14.25 23.7 14.25 23.25C14.25 22.8 13.95 22.5 13.5 22.5H12.75V21C16.95 21 20.25 17.7 20.25 13.5V12H18.75ZM5.25 12H3.75V13.5C3.75 14.55 3.9 15.45 4.35 16.35L5.55 15.15C5.4 14.55 5.25 14.1 5.25 13.5V12Z");
}
.containerDefault-YUSmu3 [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"], .containerUserOver-SDa1HW [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"], .containerDragBefore-1s5Qg6 [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"], .containerDragAfter-3aBiOW [d="M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z"] {
d: path("M23.8501 1.04985L22.8001 -0.150146L-0.149902 22.7999L1.0501 23.8499L23.8501 1.04985Z");
}
.containerDefault-YUSmu3 [d="M19.725 9.91686C19.9043 10.5813 20 11.2796 20 12V15H18C16.896 15 16 15.896 16 17V20C16 21.104 16.896 22 18 22H20C21.105 22 22 21.104 22 20V12C22 10.7075 21.7536 9.47149 21.3053 8.33658L19.725 9.91686Z"], .containerUserOver-SDa1HW [d="M19.725 9.91686C19.9043 10.5813 20 11.2796 20 12V15H18C16.896 15 16 15.896 16 17V20C16 21.104 16.896 22 18 22H20C21.105 22 22 21.104 22 20V12C22 10.7075 21.7536 9.47149 21.3053 8.33658L19.725 9.91686Z"], .containerDragBefore-1s5Qg6 [d="M19.725 9.91686C19.9043 10.5813 20 11.2796 20 12V15H18C16.896 15 16 15.896 16 17V20C16 21.104 16.896 22 18 22H20C21.105 22 22 21.104 22 20V12C22 10.7075 21.7536 9.47149 21.3053 8.33658L19.725 9.91686Z"], .containerDragAfter-3aBiOW [d="M19.725 9.91686C19.9043 10.5813 20 11.2796 20 12V15H18C16.896 15 16 15.896 16 17V20C16 21.104 16.896 22 18 22H20C21.105 22 22 21.104 22 20V12C22 10.7075 21.7536 9.47149 21.3053 8.33658L19.725 9.91686Z"] {
d: path("M19.05 2.25C17.1 0.9 14.7 0 12 0C5.4 0 0 5.4 0 12C0 12.45 0 13.05 0.15 13.5C0 13.8 0 13.95 0 14.25V20.25C0 20.55 0 20.85 0.15 21.15L1.5 19.8V14.25C1.5 13.8 1.8 13.5 2.25 13.5H5.25C5.7 13.5 6 13.8 6 14.25V15.3L7.5 13.8C7.35 12.9 6.3 12 5.25 12H2.25C1.95 12 1.8 12 1.5 12.15V12C1.5 6.15 6.15 1.5 12 1.5C14.25 1.5 16.35 2.25 18 3.45L19.05 2.25ZM23.85 13.5C24 13.05 24 12.45 24 12C24 9.3 23.1 6.9 21.75 4.95L20.55 6C21.75 7.65 22.5 9.75 22.5 12V12.15C22.2 12 22.05 12 21.75 12H18.75C17.55 12 16.5 13.05 16.5 14.25V20.25C16.5 21.45 17.55 22.5 18.75 22.5H21.75C22.95 22.5 24 21.45 24 20.25V14.25C24 13.95 24 13.8 23.85 13.5ZM22.5 20.25C22.5 20.7 22.2 21 21.75 21H18.75C18.3 21 18 20.7 18 20.25V14.25C18 13.8 18.3 13.5 18.75 13.5H21.75C22.2 13.5 22.5 13.8 22.5 14.25V20.25ZM7.2 19.5L4.2 22.5H5.25C6.45 22.5 7.5 21.45 7.5 20.25V19.2L7.2 19.5Z");
}
.containerDefault-YUSmu3 [d="M3.20101 23.6243L1.7868 22.2101L21.5858 2.41113L23 3.82535L3.20101 23.6243Z"], .containerUserOver-SDa1HW [d="M3.20101 23.6243L1.7868 22.2101L21.5858 2.41113L23 3.82535L3.20101 23.6243Z"], .containerDragBefore-1s5Qg6 [d="M3.20101 23.6243L1.7868 22.2101L21.5858 2.41113L23 3.82535L3.20101 23.6243Z"], .containerDragAfter-3aBiOW [d="M3.20101 23.6243L1.7868 22.2101L21.5858 2.41113L23 3.82535L3.20101 23.6243Z"] {
d: path("M24.1501 0.899853L23.1001 -0.150146L-0.149902 23.0999L0.900098 24.1499L24.1501 0.899853Z");
}
.containerDefault-YUSmu3 [d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
.containerDefault-YUSmu3 [d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"], .containerUserOver-SDa1HW [d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
.containerUserOver-SDa1HW [d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"], .containerDragBefore-1s5Qg6 [d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
.containerDragBefore-1s5Qg6 [d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"], .containerDragAfter-3aBiOW [d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
.containerDragAfter-3aBiOW [d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"] {
d: path("M12.0094 17.4388C9.45186 14.8812 6.89433 12.3237 4.3374 9.76617C5.20017 8.9034 6.06294 8.04002 6.92571 7.17725C8.62233 8.87325 10.3189 10.5699 12.0149 12.2665C13.7109 10.5699 15.4076 8.87325 17.1036 7.17725C17.9663 8.04002 18.8297 8.9034 19.6925 9.76617C19.7288 9.73048 11.962 17.4923 12.0094 17.4388Z");
}
.containerDefault-YUSmu3 [d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"], .containerUserOver-SDa1HW [d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"], .containerDragBefore-1s5Qg6 [d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"], .containerDragAfter-3aBiOW [d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"] {
display: none;
}
.containerDefault-YUSmu3 .live-1V2D-f, .containerUserOver-SDa1HW .live-1V2D-f, .containerDragBefore-1s5Qg6 .live-1V2D-f, .containerDragAfter-3aBiOW .live-1V2D-f {
background: var(--background-modifier-selected) !important;
color: var(--text-muted);
border-radius: 3px;
letter-spacing: 0.7px;
}
.containerDefault-YUSmu3 .icons-2mwuFp .icon-N9JZb6, .containerUserOver-SDa1HW .icons-2mwuFp .icon-N9JZb6, .containerDragBefore-1s5Qg6 .icons-2mwuFp .icon-N9JZb6, .containerDragAfter-3aBiOW .icons-2mwuFp .icon-N9JZb6 {
opacity: 0.5;
}
.containerDefault-YUSmu3 .icons-2mwuFp .icon-N9JZb6.iconServer-GeSR0b, .containerUserOver-SDa1HW .icons-2mwuFp .icon-N9JZb6.iconServer-GeSR0b, .containerDragBefore-1s5Qg6 .icons-2mwuFp .icon-N9JZb6.iconServer-GeSR0b, .containerDragAfter-3aBiOW .icons-2mwuFp .icon-N9JZb6.iconServer-GeSR0b {
opacity: 0.8;
}
.containerDefault-YUSmu3 .content-1Tgc42, .containerUserOver-SDa1HW .content-1Tgc42, .containerDragBefore-1s5Qg6 .content-1Tgc42, .containerDragAfter-3aBiOW .content-1Tgc42 {
background: none !important;
}
.containerDefault-YUSmu3 [draggable=true] .voiceUser-3nRK-K, .containerUserOver-SDa1HW [draggable=true] .voiceUser-3nRK-K, .containerDragBefore-1s5Qg6 [draggable=true] .voiceUser-3nRK-K, .containerDragAfter-3aBiOW [draggable=true] .voiceUser-3nRK-K {
cursor: move;
}
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp svg, .containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp svg, .containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp svg, .containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp svg {
display: none;
}
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw, .containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw, .containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw, .containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw {
font-size: 14.5px;
}
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw:before, .containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw:before, .containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw:before, .containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ .mainContent-20q_Hp .channelName-3KPsGw:before {
content: "#";
margin-right: 3px;
color: #8a8e94;
}
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] svg,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] svg, .containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] svg,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] svg, .containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] svg,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] svg, .containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] svg,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] svg {
display: block;
}
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] .channelName-3KPsGw:before,
.containerDefault-YUSmu3 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] .channelName-3KPsGw:before, .containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] .channelName-3KPsGw:before,
.containerUserOver-SDa1HW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] .channelName-3KPsGw:before, .containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] .channelName-3KPsGw:before,
.containerDragBefore-1s5Qg6 > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] .channelName-3KPsGw:before, .containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage channel)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(stage channel)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiekanal)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Stage-Kanal)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal de escenario)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(salon de conférence)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanal s pozornicom)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sala conferenze)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenos kanalas)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(pódiumcsatorna)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(podiumkanaal)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(scenekanal)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kanał podium)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(canal palco)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(Canal podium)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(esityskanava)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(kênh sân khấu)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(sahne kanalı)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(řečnický kanál)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(κανάλι σκηνής)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал на сцена)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(трибуна)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(канал трибуни)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(स्टेज चैनल)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(ช่องเวที)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(讲堂频道)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$=(ステージチャンネル)] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(舞台頻道)"] .channelName-3KPsGw:before,
.containerDragAfter-3aBiOW > .wrapper-NhbLHG > .content-1gYQeQ [aria-label$="(무대 채널)"] .channelName-3KPsGw:before {
content: "";
}
.containerDefault-YUSmu3 .name-28HaxV, .containerUserOver-SDa1HW .name-28HaxV, .containerDragBefore-1s5Qg6 .name-28HaxV, .containerDragAfter-3aBiOW .name-28HaxV {
color: #fff;
font-weight: 500;
opacity: 0.3;
font-size: 14.5px;
}
.containerDefault-YUSmu3 .name-28HaxV + .numberBadge-3uSQY0.numberBadge-37OJ3S, .containerUserOver-SDa1HW .name-28HaxV + .numberBadge-3uSQY0.numberBadge-37OJ3S, .containerDragBefore-1s5Qg6 .name-28HaxV + .numberBadge-3uSQY0.numberBadge-37OJ3S, .containerDragAfter-3aBiOW .name-28HaxV + .numberBadge-3uSQY0.numberBadge-37OJ3S {
background: var(--background-accent);
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .name-28HaxV {
opacity: 0.5;
}
.containerDefault-YUSmu3 .modeMuted-2T4MDZ .name-28HaxV, .containerUserOver-SDa1HW .modeMuted-2T4MDZ .name-28HaxV, .containerDragBefore-1s5Qg6 .modeMuted-2T4MDZ .name-28HaxV, .containerDragAfter-3aBiOW .modeMuted-2T4MDZ .name-28HaxV {
opacity: 0.1;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .modeMuted-2T4MDZ .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .modeMuted-2T4MDZ .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .modeMuted-2T4MDZ .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .modeMuted-2T4MDZ .name-28HaxV {
opacity: 0.3;
}
.containerDefault-YUSmu3.selected-2TbFuo .name-28HaxV, .containerDefault-YUSmu3:hover .name-28HaxV, .containerDefault-YUSmu3 .modeUnread-3Cxepe .name-28HaxV, .containerDefault-YUSmu3:hover .name-28HaxV, .containerDefault-YUSmu3 .modeConnected-NrO4cP .name-28HaxV, .containerDefault-YUSmu3 .modeSelected-3DmyhH .name-28HaxV, .containerUserOver-SDa1HW.selected-2TbFuo .name-28HaxV, .containerUserOver-SDa1HW:hover .name-28HaxV, .containerUserOver-SDa1HW .modeUnread-3Cxepe .name-28HaxV, .containerUserOver-SDa1HW:hover .name-28HaxV, .containerUserOver-SDa1HW .modeConnected-NrO4cP .name-28HaxV, .containerUserOver-SDa1HW .modeSelected-3DmyhH .name-28HaxV, .containerDragBefore-1s5Qg6.selected-2TbFuo .name-28HaxV, .containerDragBefore-1s5Qg6:hover .name-28HaxV, .containerDragBefore-1s5Qg6 .modeUnread-3Cxepe .name-28HaxV, .containerDragBefore-1s5Qg6:hover .name-28HaxV, .containerDragBefore-1s5Qg6 .modeConnected-NrO4cP .name-28HaxV, .containerDragBefore-1s5Qg6 .modeSelected-3DmyhH .name-28HaxV, .containerDragAfter-3aBiOW.selected-2TbFuo .name-28HaxV, .containerDragAfter-3aBiOW:hover .name-28HaxV, .containerDragAfter-3aBiOW .modeUnread-3Cxepe .name-28HaxV, .containerDragAfter-3aBiOW:hover .name-28HaxV, .containerDragAfter-3aBiOW .modeConnected-NrO4cP .name-28HaxV, .containerDragAfter-3aBiOW .modeSelected-3DmyhH .name-28HaxV {
opacity: 1 !important;
}
.containerDefault-YUSmu3 > div > .wrapper-NhbLHG > .content-1gYQeQ, .containerUserOver-SDa1HW > div > .wrapper-NhbLHG > .content-1gYQeQ, .containerDragBefore-1s5Qg6 > div > .wrapper-NhbLHG > .content-1gYQeQ, .containerDragAfter-3aBiOW > div > .wrapper-NhbLHG > .content-1gYQeQ {
background: none !important;
border-color: #0000 !important;
}
.containerDefault-YUSmu3:hover > div > .wrapper-NhbLHG > .content-1gYQeQ svg, .containerDefault-YUSmu3 > div > .modeSelected-3DmyhH > .content-1gYQeQ svg, .containerUserOver-SDa1HW:hover > div > .wrapper-NhbLHG > .content-1gYQeQ svg, .containerUserOver-SDa1HW > div > .modeSelected-3DmyhH > .content-1gYQeQ svg, .containerDragBefore-1s5Qg6:hover > div > .wrapper-NhbLHG > .content-1gYQeQ svg, .containerDragBefore-1s5Qg6 > div > .modeSelected-3DmyhH > .content-1gYQeQ svg, .containerDragAfter-3aBiOW:hover > div > .wrapper-NhbLHG > .content-1gYQeQ svg, .containerDragAfter-3aBiOW > div > .modeSelected-3DmyhH > .content-1gYQeQ svg {
color: #fff;
}
.containerDefault-YUSmu3 .typeThread-2Aqh6X .name-28HaxV, .containerUserOver-SDa1HW .typeThread-2Aqh6X .name-28HaxV, .containerDragBefore-1s5Qg6 .typeThread-2Aqh6X .name-28HaxV, .containerDragAfter-3aBiOW .typeThread-2Aqh6X .name-28HaxV {
margin-left: 24px !important;
}
.sectionDivider-189lqb, .sectionDivider-189lqb + div[style="height: 16px;"] {
display: none;
}
.container-1IyjjY {
border-radius: 3px;
}
.container-1IyjjY .icon-3CZSYe {
border-radius: 3px;
}
.container-1Bj0eq .channelName-3KPsGw:before {
display: none;
}
.container-1Bj0eq .spine-29OFwR {
z-index: 10;
}
.userLimit-VbEkeM .wrapper-2fEmwW {
border-radius: 2px;
background: var(--background-modifier-hover);
}
.userLimit-VbEkeM .wrapper-2fEmwW .users-2JoyGL {
background: none;
padding-right: 0;
width: auto;
}
.userLimit-VbEkeM .wrapper-2fEmwW .total-1c5KCN {
background: none;
width: auto;
}
.userLimit-VbEkeM .wrapper-2fEmwW .total-1c5KCN:after {
display: none;
}
.userLimit-VbEkeM .wrapper-2fEmwW .total-1c5KCN:before {
content: "/";
}
.unread-XRkyaQ .unreadBar-elBRZx {
transform: none !important;
transition: transform 0.3s;
}
.unread-XRkyaQ.unreadTop-1DJtGv {
padding-top: 0;
}
.unread-XRkyaQ.unreadTop-1DJtGv .unreadBar-elBRZx {
border-radius: 0 0 3px 3px;
}
.unread-XRkyaQ.unreadTop-1DJtGv .unreadBar-elBRZx[aria-hidden=true] {
transform: translateY(-50px) !important;
}
.unread-XRkyaQ.unreadBottom-3Ojk6R {
padding-bottom: 0;
}
.unread-XRkyaQ.unreadBottom-3Ojk6R .unreadBar-elBRZx {
border-radius: 3px 3px 0 0;
}
.unread-XRkyaQ.unreadBottom-3Ojk6R .unreadBar-elBRZx[aria-hidden=true] {
transform: translateY(50px) !important;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .searchBarComponent-3N7dCG {
color: #000b;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0:hover .interactive-iyXY_x, .theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0:active .interactive-iyXY_x, .theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0.selected-1-Z6gm .interactive-iyXY_x {
background: linear-gradient(to right, var(--background-tertiary) 85%, var(--background-secondary));
}
.theme-light .theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0:hover .interactive-iyXY_x, .theme-light .theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0:active .interactive-iyXY_x, .theme-light .theme-light .sidebar-1tnWFu:not(.theme-dark) .privateChannels-oVe7HL .channel-1Shao0.selected-1-Z6gm .interactive-iyXY_x {
background: linear-gradient(to right, #E3E5E8 85%, #F3F3F3);
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-2TbFuo .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .name-28HaxV, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .name-28HaxV {
color: #000;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .actionIcon-2sw4Sl, .theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-2TbFuo .actionIcon-2sw4Sl, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .actionIcon-2sw4Sl, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .actionIcon-2sw4Sl, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .actionIcon-2sw4Sl {
color: #000;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .modeSelected-3DmyhH .content-1gYQeQ, .theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-2TbFuo .modeSelected-3DmyhH .content-1gYQeQ, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .modeSelected-3DmyhH .content-1gYQeQ, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .modeSelected-3DmyhH .content-1gYQeQ, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .modeSelected-3DmyhH .content-1gYQeQ {
background: linear-gradient(to right, var(--background-tertiary) 85%, var(--background-secondary));
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3:hover .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-YUSmu3 .modeSelected-3DmyhH .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-2TbFuo:hover .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-2TbFuo .modeSelected-3DmyhH .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW:hover .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerUserOver-SDa1HW .modeSelected-3DmyhH .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6:hover .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragBefore-1s5Qg6 .modeSelected-3DmyhH .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW:hover .icon-1DeIlz, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDragAfter-3aBiOW .modeSelected-3DmyhH .icon-1DeIlz {
color: #000;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .clickable-vvKY2q .header-3OsQeK:hover,
.theme-light .sidebar-1tnWFu:not(.theme-dark) .selected-1GtAC5 .header-3OsQeK {
background: #fff;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-3TQ5YN .name-3l27Hl, .theme-light .sidebar-1tnWFu:not(.theme-dark) .containerDefault-3TQ5YN .addButton-2mlqCW {
color: #000 !important;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .subtext-2HDqJ7 {
color: #000;
opacity: 0.8;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .button-1EGGcP {
color: #0006;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .button-1EGGcP:hover, .theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .button-1EGGcP:active {
color: #000b;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .container-YkUktl .flex-2S1XBF button:active {
background: #fff;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .activityPanel-9icbyU {
border-top-color: #DEDEDE;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .container-1zzFcN {
border-color: #DEDEDE;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .actions-zk2vB_ {
border-color: #DEDEDE;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- {
border-color: #DDDDDD;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:active {
background: #fff;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:first-of-type {
border-right-color: #DEDEDE;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .wrapper-3Hk9OB .alignStretch-3myso- button:last-of-type {
border-left-color: #FBFBFB;
}
.theme-light .sidebar-1tnWFu:not(.theme-dark) .panels-3wFtMD .activityPanel-9icbyU .actions-zk2vB_ button:active {
background: #fff;
}
.sidebar-1tnWFu .searchBar-3TnChZ {
height: 56px;
}
.sidebar-1tnWFu .searchBar-3TnChZ .searchBarComponent-3N7dCG {
height: 32px;
cursor: text;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(0, 0, 0, 0.28);
box-shadow: inset 0 2px 1px 0 rgba(30, 33, 36, 0.15);
font-size: 12px;
font-weight: 400;
color: rgba(255, 255, 255, 0.2);
position: relative;
}
.sidebar-1tnWFu .searchBar-3TnChZ .searchBarComponent-3N7dCG:before, .sidebar-1tnWFu .searchBar-3TnChZ .searchBarComponent-3N7dCG:after {
content: "";
position: absolute;
display: block;
cursor: pointer;
}
.sidebar-1tnWFu .searchBar-3TnChZ .searchBarComponent-3N7dCG:before {
width: 18px;
height: 18px;
border: solid 2px #666a6e;
border-radius: 50%;
top: 3px;
right: 3px;
transform: scale(0.56);
}
.sidebar-1tnWFu .searchBar-3TnChZ .searchBarComponent-3N7dCG:after {
width: 3px;
height: 9px;
background: #666a6e;
border-radius: 4px;
margin: 19px 0 0 21px;
top: -4px;
right: 7px;
transform: rotate(-45deg) scale(0.56);
}
.sidebar-1tnWFu [src="/assets/1531b79c2f2927945582023e1edaaa11.png"],
.sidebar-1tnWFu [src="/assets/861ab526aa1fabb04c6b7da8074e3e21.png"],
.sidebar-1tnWFu [src="/assets/b8912961ea6ab32f0655d583bbc26b4f.png"],
.sidebar-1tnWFu [src="/assets/f810dc5fedb7175c43a3389aa890534f.png"],
.sidebar-1tnWFu [src="/assets/485a854d5171c8dc98088041626e6fea.png"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930750396517982248/f046e2247d730629309457e902d5c5b3.svg");
}
.scroller-1ox3I2::-webkit-scrollbar, .members-3WRCEx::-webkit-scrollbar {
width: 14px;
}
.scroller-1ox3I2::-webkit-scrollbar-thumb, .members-3WRCEx::-webkit-scrollbar-thumb {
border-radius: 20px;
border: solid 3px var(--background-secondary);
}
.voiceUserSummary-huJ8Md .icon-1tDorc path {
d: path("M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z");
transform: none;
}
.voiceUserSummary-huJ8Md .moreUsers-_v6T-L {
background: #0000;
box-shadow: inset 0 0 0 2px var(--background-accent);
}
.libraryHeader-2loraV:before {
top: 55px;
}
[src="/assets/1f0bfc0865d324c2587920a7d80c609b.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994005828216574082/6debd47ed13483642cf09e832ed0bc1b.png);
}
[src="/assets/3c6ccb83716d1e4fb91d3082f6b21d77.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994005828476612688/1cbd08c76f8af6dddce02c5138971129.png);
}
[src="/assets/6f26ddd1bf59740c536d2274bb834a05.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994005828703096952/0e291f67c9274a1abdddeb3fd919cbaa.png);
}
[src="/assets/7c8f476123d28d103efe381543274c25.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994005827830689932/dd4dbc0016779df1378e7812eabaa04d.png);
}
[src="/assets/c09a43a372ba81e3018c3151d4ed4773.png"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994005828044591174/322c936a8c8be1b803cd94861bdfa868.png);
}
img[src="/assets/ee9275c5a437f7dc7f9430ba95f12ebd.png"],
img[src="/assets/9baf45aac2a0ec2e2dab288333acb9d9.png"],
img[src="/assets/f90fca70610c4898bc57b58bce92f587.png"],
img[src="/assets/3cb840d03313467838d658bbec801fcd.png"],
img[src="/assets/e2779af34b8d9126b77420e5f09213ce.png"],
img[src="/assets/f7e38ac976a2a696161c923502a8345b.png"],
img[src="/assets/c6851bd0b03f1cca5a8c1e720ea6ea17.png"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930750396517982248/f046e2247d730629309457e902d5c5b3.svg");
}
.privateChannels-oVe7HL .channel-1Shao0 {
margin-left: 0;
}
.privateChannels-oVe7HL .channel-1Shao0 .interactive-iyXY_x {
padding-left: 16px;
border-radius: 0;
}
.privateChannels-oVe7HL .channel-1Shao0:hover .interactive-iyXY_x, .privateChannels-oVe7HL .channel-1Shao0:active .interactive-iyXY_x {
background: linear-gradient(to right, #282b30 85%, #2e3136);
}
.privateChannels-oVe7HL .channel-1Shao0:hover .interactive-iyXY_x, .privateChannels-oVe7HL .channel-1Shao0:active .interactive-iyXY_x {
background-color: #0000;
box-shadow: inset var(--channelBarWidth) 0 #7289da66;
}
.privateChannels-oVe7HL .channel-1Shao0 .interactive-iyXY_x.selected-3veCBZ {
background-color: #0000;
box-shadow: inset var(--channelBarWidth) 0 var(--blurple);
background: linear-gradient(to right, #E3E5E8 85%, #F3F3F3);
}
.theme-dark .privateChannels-oVe7HL .channel-1Shao0 .interactive-iyXY_x.selected-3veCBZ {
background: linear-gradient(to right, #282b30 85%, #2e3136);
}
.containerDefault-3TQ5YN {
opacity: 0.5;
transition: opacity 0.2s;
}
.containerDefault-3TQ5YN .name-3l27Hl {
font-weight: 500;
color: #fff !important;
letter-spacing: 0.6px;
}
.containerDefault-3TQ5YN .addButton-2mlqCW {
color: #fff;
margin-top: 2px;
}
.containerDefault-3TQ5YN .addButton-2mlqCW svg {
width: 16px;
height: 16px;
}
.containerDefault-3TQ5YN .arrow-2HswgU {
opacity: 0;
transition: opacity 0.2s;
}
.containerDefault-3TQ5YN:hover .arrow-2HswgU {
opacity: 1;
}
.containerDefault-3TQ5YN:hover {
opacity: 1;
}
.theme-dark .keybindShortcut-3zF1P9 span {
color: #f6f6f7;
box-shadow: inset 0 -4px 0 rgba(35, 39, 42, 0.6);
border-color: #202225;
background-color: #72767d;
border-radius: 1px;
}
.theme-dark .keybindShortcut-3zF1P9 span:active {
color: #c5c5c6;
box-shadow: inset 0 -2px 0 #242629;
border-color: #000;
}
.theme-light .keybindShortcut-3zF1P9 span {
background: none;
color: #4f545c;
box-shadow: inset 0 -4px 0 #caccce;
border: solid 1px #4f545c;
border-radius: 1px;
}
.theme-light .keybindShortcut-3zF1P9 span polygon {
fill: currentColor;
}
.theme-light .keybindShortcut-3zF1P9 span:active {
box-shadow: inset 0 -2px 0 #caccce;
border-color: #000;
color: #000;
}
.theme-dark .dim-2Uxgxb span {
color: #b9bbbe;
background: #72767d;
}
.theme-dark .dim-2Uxgxb span:active {
color: #949698;
}
.theme-light .dim-2Uxgxb span {
color: #95989d;
}
.theme-light .dim-2Uxgxb span:active {
color: #777a7e;
}
.members-3WRCEx .membersGroup-2eiWxl {
padding: 0 0 0 30px;
height: auto;
min-height: 14px;
margin: 30px 0 9px 0;
font-weight: 500;
letter-spacing: 0.7px;
white-space: pre-wrap;
line-height: 12px;
}
.members-3WRCEx .member-2gU6Ar {
margin: 0;
padding: 0;
}
.members-3WRCEx .member-2gU6Ar .layout-1qmrhw {
padding-left: 30px;
border-radius: 0;
}
.members-3WRCEx .member-2gU6Ar:hover .layout-1qmrhw, .members-3WRCEx .member-2gU6Ar:active .layout-1qmrhw, .members-3WRCEx .member-2gU6Ar.selected-1-Z6gm .layout-1qmrhw {
background: linear-gradient(to right, #282b30 85%, #2e3136);
}
.theme-light .members-3WRCEx .member-2gU6Ar:hover .layout-1qmrhw, .theme-light .members-3WRCEx .member-2gU6Ar:active .layout-1qmrhw, .theme-light .members-3WRCEx .member-2gU6Ar.selected-1-Z6gm .layout-1qmrhw {
background: linear-gradient(to right, #E3E5E8 85%, #F3F3F3);
}
.addMembersButton-2qS1qa {
padding-left: 0;
}
.addMembersButton-2qS1qa .clickable-28SzVr .layout-1qmrhw {
padding-left: 30px;
}
.addMembersButton-2qS1qa .clickable-28SzVr .layout-1qmrhw .addMembersIcon-2xvix1 {
background: #4f545c;
}
.addMembersButton-2qS1qa .clickable-28SzVr:hover .layout-1qmrhw {
background: linear-gradient(to right, #282b30 85%, #2e3136);
}
.addMembersButton-2qS1qa .clickable-28SzVr:hover .layout-1qmrhw .addMembersIcon-2xvix1 {
background: rgba(114, 137, 218, 0.25);
}
.addMembersButton-2qS1qa svg path {
d: path("m 7.8463541,1.3333333 c -0.056921,0 -0.060368,0.00187 -0.085937,0.0026 -1.5171472,0.020973 -2.9933832,0.6334376 -4.0234378,1.8072763 -1.0300546,1.1738388 -1.5885417,2.838851 -1.5885417,4.8280842 0,2.3522582 0.6246908,4.5708552 1.9375,6.0390122 -0.1702068,0.06045 -0.1674379,0.05181 -0.34375,0.117186 -0.5897057,0.218674 -1.1954623,0.458417 -1.7187501,0.710935 -0.2616439,0.126266 -0.5005654,0.252775 -0.734375,0.408851 C 1.0552529,15.403353 0.79421403,15.512549 0.53385416,16.057167 0.1375608,16.886296 0.15379304,17.535713 0.08854167,18.234232 0.02329029,18.932751 0,19.536305 0,19.536305 v 0.0027 0.0027 c 0,0 0.00381828,0.251476 0.04427083,0.424475 0.04045256,0.173 0.11661906,0.370933 0.23437501,0.570309 0.23551184,0.398749 0.63492069,0.783013 1.20052086,1.091136 1.1312002,0.616245 2.9258568,1.032696 6.2968749,1.039054 h 0.0026 c 0.021019,0 0.031433,1.24e-4 0.070312,0 3.3750254,-0.0063 5.1725734,-0.423164 6.3046874,-1.039054 0.566057,-0.307946 0.967253,-0.692333 1.203125,-1.091136 0.117933,-0.199403 0.191227,-0.397176 0.231771,-0.570309 0.04055,-0.173132 0.04427,-0.424475 0.04427,-0.424475 v -0.0027 -0.0027 c 0,0 -0.02319,-0.603503 -0.08855,-1.302073 -0.06536,-0.698571 -0.04837,-1.347677 -0.445312,-2.177065 -0.260836,-0.544899 -0.521206,-0.653893 -0.75521,-0.809889 -0.234,-0.155996 -0.475049,-0.282623 -0.736978,-0.408851 -0.523843,-0.252455 -1.12829,-0.49228 -1.718736,-0.710931 -0.177372,-0.06568 -0.175169,-0.05648 -0.346354,-0.117186 1.314386,-1.468033 1.940104,-3.686273 1.940104,-6.0390119 0,-1.9896148 -0.557364,-3.6542634 -1.588542,-4.8280842 C 10.862051,1.9693931 9.3825703,1.355319 7.8645833,1.3333333 H 7.85677 Z m -0.018229,2.6666442 c 0,0 0.0026,0 0.0026,0 C 8.6938979,4.013084 9.3664746,4.3069641 9.890621,4.9036157 10.415323,5.5009 10.8151,6.4708091 10.8151,7.9712981 c 0,2.6211929 -1.047227,4.5042549 -2.1223958,4.9218329 L 7.8125,13.234275 6.9348959,12.893131 C 5.8626871,12.47619 4.8151041,10.593052 4.8151041,7.9712981 4.8151041,6.4705607 5.2158012,5.500512 5.7395833,4.9036157 6.2633655,4.3067194 6.9346221,4.0145015 7.7968749,4.0025816 h 0.00521 0.00521 c 0.028619,-6.04e-4 0.013845,-0.00243 0.020833,-0.0026 z M 19.333333,6.6666216 c -0.369333,0 -0.666667,0.2973308 -0.666667,0.6666611 v 3.3333053 h -3.333333 c -0.369333,0 -0.666667,0.297331 -0.666667,0.666661 0,0.36933 0.297334,0.666661 0.666667,0.666661 h 3.333334 v 3.333305 c 0,0.36933 0.297333,0.666661 0.666666,0.666661 C 19.702667,15.999876 20,15.702545 20,15.333215 V 11.99991 h 3.333333 C 23.702667,11.99991 24,11.702579 24,11.333249 24,10.963919 23.702667,10.666588 23.333333,10.666588 H 20 V 7.3332827 C 20,6.9639524 19.702667,6.6666216 19.333333,6.6666216 Z M 7.8125,13.351461 l 0.078125,2.260397 0.9062498,0.281248 c 0,0 1.0732663,0.329465 2.1666672,0.734368 0.5467,0.202452 1.098751,0.427485 1.486979,0.614579 0.128294,0.06183 0.193757,0.102599 0.273437,0.148436 -0.0039,0.07859 0.11748,0.565406 0.166667,1.091137 0.03801,0.406327 0.04151,0.558457 0.05208,0.765618 -0.03137,0.02377 0.0188,-0.0077 -0.0625,0.03645 -0.466715,0.253901 -1.898031,0.710357 -5.0364586,0.71614 -0.04498,1.33e-4 -0.060389,-10e-6 -0.0625,0 h -0.0026 c -3.130794,-0.0064 -4.5581315,-0.462655 -5.0234376,-0.71614 -0.080216,-0.04371 -0.031135,-0.0128 -0.0625,-0.03645 0.01056,-0.207175 0.014124,-0.359257 0.052084,-0.765618 0.049229,-0.527 0.1713284,-1.017617 0.1666666,-1.093741 0.079332,-0.0456 0.1440287,-0.08725 0.2708334,-0.148436 0.3875806,-0.187034 0.9410564,-0.40954 1.486979,-0.611975 1.0918454,-0.404867 2.1614584,-0.734368 2.1614584,-0.734368 l 0.90625,-0.281248 z");
}
.markup-eYLPri {
color: #737f8d;
}
.markup-eYLPri .emoji.jumboable {
width: var(--jumboEmojiSize);
height: var(--jumboEmojiSize);
min-height: var(--jumboEmojiSize);
}
.theme-dark .markup-eYLPri {
color: rgba(255, 255, 255, 0.7);
}
.contents-2MsGLg .markup-eYLPri:before {
content: "";
float: right;
display: inline-flex;
width: 3rem;
height: 1rem;
}
.message-2CShn3 {
padding-bottom: 20px !important;
margin-bottom: 20px !important;
margin-top: -40px !important;
margin-right: 4px;
background: none !important;
}
.theme-dark .message-2CShn3, .theme-light .message-2CShn3 {
background: var(--background-primary) !important;
}
.message-2CShn3 .scrollableContainer-15eg7h {
border-color: var(--blurple);
}
.message-2CShn3 .scrollableContainer-15eg7h .markup-eYLPri {
background: none !important;
border: none !important;
margin-left: 0 !important;
padding-left: 16px !important;
}
.message-2CShn3 .operations-3q3u6E {
text-align: right;
font-weight: 500;
}
.message-2CShn3 .avatar-2e8lTP {
left: 20px;
}
.message-2CShn3 .contents-2MsGLg .markup-eYLPri:not(.slateTextArea-27tjG0) {
border-radius: 2px;
padding-left: 0;
margin-left: 0;
}
.message-2CShn3.mentioned-Tre-dv:before {
display: none;
}
.message-2CShn3.mentioned-Tre-dv .contents-2MsGLg .markup-eYLPri {
background: var(--background-mentioned);
border-left: solid 4px #FAA61A;
padding-left: 2px;
margin-left: -6px;
}
.message-2CShn3 .buttonContainer-1502pf .container-2gUZhU {
top: 4px;
background: #36393EBB;
box-shadow: 0 0 4px 6px #36393EBB;
padding-left: 0;
}
.theme-light .message-2CShn3 .buttonContainer-1502pf .container-2gUZhU {
background: #FFFB;
box-shadow: 0 0 4px 6px #FFFB;
}
.message-2CShn3 .buttonContainer-1502pf .isHeader-2bbX-L {
top: 45px;
}
.message-2CShn3 .buttonContainer-1502pf .wrapper-2vIMkT {
height: 16px;
background: none !important;
box-shadow: none !important;
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh {
width: 16px;
height: 16px;
min-width: 16px;
margin-left: 4px;
padding: 0;
opacity: 0.3;
transition: 0.2s opacity;
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh svg {
width: 16px;
height: 16px;
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh:hover {
opacity: 0.8;
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M19.2929 9.8299L19.9409 9.18278C21.353 7.77064 21.353 5.47197 19.9409 4.05892C18.5287 2.64678 16.2292 2.64678 14.817 4.05892L14.1699 4.70694L19.2929 9.8299ZM12.8962 5.97688L5.18469 13.6906L10.3085 18.813L18.0201 11.0992L12.8962 5.97688ZM4.11851 20.9704L8.75906 19.8112L4.18692 15.239L3.02678 19.8796C2.95028 20.1856 3.04028 20.5105 3.26349 20.7337C3.48669 20.9569 3.8116 21.046 4.11851 20.9704Z"] {
d: path("M1.3335 20.8891V16.4446L15.3424 2.48908C15.6802 2.13352 16.2491 2.13352 16.6046 2.48908L19.7335 5.61797C20.0891 5.97352 20.0891 6.52463 19.7335 6.88019L5.72461 20.8891H1.3335ZM22.6668 20.8891H9.3335L12.8891 17.3335H22.6668V20.8891Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M7 12.001C7 10.8964 6.10457 10.001 5 10.001C3.89543 10.001 3 10.8964 3 12.001C3 13.1055 3.89543 14.001 5 14.001C6.10457 14.001 7 13.1055 7 12.001ZM14 12.001C14 10.8964 13.1046 10.001 12 10.001C10.8954 10.001 10 10.8964 10 12.001C10 13.1055 10.8954 14.001 12 14.001C13.1046 14.001 14 13.1055 14 12.001ZM19 10.001C20.1046 10.001 21 10.8964 21 12.001C21 13.1055 20.1046 14.001 19 14.001C17.8954 14.001 17 13.1055 17 12.001C17 10.8964 17.8954 10.001 19 10.001Z"] {
d: path("M12 16C13.1046 16 14 16.8954 14 18C14 19.1046 13.1046 20 12 20C10.8954 20 10 19.1046 10 18C10 16.8954 10.8954 16 12 16ZM12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10ZM12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M12.2512 2.00309C12.1677 2.00104 12.084 2 12 2C6.477 2 2 6.477 2 12C2 17.522 6.477 22 12 22C17.523 22 22 17.522 22 12C22 11.916 21.999 11.8323 21.9969 11.7488C21.3586 11.9128 20.6895 12 20 12C15.5817 12 12 8.41828 12 4C12 3.31052 12.0872 2.6414 12.2512 2.00309ZM10 8C10 6.896 9.104 6 8 6C6.896 6 6 6.896 6 8C6 9.105 6.896 10 8 10C9.104 10 10 9.105 10 8ZM12 19C15.14 19 18 16.617 18 14V13H6V14C6 16.617 8.86 19 12 19Z"] {
d: path("M21.9499 11C21.9831 11.3308 22 11.6646 22 12C22 17.5228 17.5228 22 12 22C9.34783 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 6.5 6.47 2 12 2C12.3354 2 12.6692 2.01685 13 2.05009V4.06272C12.67 4.02115 12.3361 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6639 19.9788 11.33 19.9373 11H21.9499ZM12 17.5C14.33 17.5 16.3 16.04 17.11 14H6.89C7.69 16.04 9.67 17.5 12 17.5ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11ZM8.5 11C9.32843 11 10 10.3284 10 9.5C10 8.67157 9.32843 8 8.5 8C7.67157 8 7 8.67157 7 9.5C7 10.3284 7.67157 11 8.5 11Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M21 3V0H19V3H16V5H19V8H21V5H24V3H21Z"] {
d: path("M21 3V0H19V3H16V5H19V8H21V5H24V3H21Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z"] {
d: path("M16.3637 4.3637H17.4546V2.18188H6.5455V4.3637H7.63641V13.091L5.45459 15.2728V17.4546H11.1273V21.8182H12.8728V17.4546H18.5455V15.2728L16.3637 13.091V4.3637ZM9.81823 4.3637H14.1819V14.1819H14.7273C15.0286 14.1819 15.2728 14.4261 15.2728 14.7273C15.2728 15.0286 15.0286 15.2728 14.7273 15.2728H9.27277C8.97153 15.2728 8.72732 15.0286 8.72732 14.7273C8.72732 14.4261 8.97153 14.1819 9.27277 14.1819H9.81823V4.3637Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M14 3H20C21 3 22.0001 4 22.0001 5V19.0003C22.0001 20 21 21 20 21H14C13 21 6 13 6 13H2V11H6C6 11 13 3 14 3Z"] {
d: path("M18.84 7H16.22L10.5 4L4 7.41V17C3.46957 17 2.96086 16.7893 2.58579 16.4142C2.21071 16.0391 2 15.5304 2 15V7.17C2 6.5 2.28 6.06 2.81 5.81L10.5 2L18.05 5.81C18.5 6.09 18.78 6.5 18.84 7ZM7 8H20C20.5304 8 21.0391 8.21071 21.4142 8.58579C21.7893 8.96086 22 9.46957 22 10V19C22 19.5304 21.7893 20.0391 21.4142 20.4142C21.0391 20.7893 20.5304 21 20 21H7C6.46957 21 5.96086 20.7893 5.58579 20.4142C5.21071 20.0391 5 19.5304 5 19V10C5 9.46957 5.21071 8.96086 5.58579 8.58579C5.96086 8.21071 6.46957 8 7 8V8ZM20 11.67V10L13.5 13.31L7 10V11.67L13.5 15L20 11.67Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M12 2C6.477 2 2 6.477 2 12C2 17.522 6.477 22 12 22C17.523 22 22 17.522 22 12C22 6.477 17.523 2 12 2ZM8 6C9.104 6 10 6.896 10 8C10 9.105 9.104 10 8 10C6.896 10 6 9.105 6 8C6 6.896 6.896 6 8 6ZM18 14C18 16.617 15.14 19 12 19C8.86 19 6 16.617 6 14V13H18V14ZM16 10C14.896 10 14 9.105 14 8C14 6.896 14.896 6 16 6C17.104 6 18 6.896 18 8C18 9.105 17.104 10 16 10Z"] {
d: path("M12 17.5C14.33 17.5 16.3 16.04 17.11 14H6.89C7.69 16.04 9.67 17.5 12 17.5ZM8.5 11C8.89782 11 9.27936 10.842 9.56066 10.5607C9.84196 10.2794 10 9.89782 10 9.5C10 9.10218 9.84196 8.72064 9.56066 8.43934C9.27936 8.15804 8.89782 8 8.5 8C8.10218 8 7.72064 8.15804 7.43934 8.43934C7.15804 8.72064 7 9.10218 7 9.5C7 9.89782 7.15804 10.2794 7.43934 10.5607C7.72064 10.842 8.10218 11 8.5 11ZM15.5 11C15.8978 11 16.2794 10.842 16.5607 10.5607C16.842 10.2794 17 9.89782 17 9.5C17 9.10218 16.842 8.72064 16.5607 8.43934C16.2794 8.15804 15.8978 8 15.5 8C15.1022 8 14.7206 8.15804 14.4393 8.43934C14.158 8.72064 14 9.10218 14 9.5C14 9.89782 14.158 10.2794 14.4393 10.5607C14.7206 10.842 15.1022 11 15.5 11V11ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20V20ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2V2Z");
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z"] {
display: none;
}
.message-2CShn3 .buttonContainer-1502pf .button-3bklZh [d="M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z"] {
d: path("M7.5 9.75H6V18.75H7.5V9.75ZM21.75 3H15V0.75C15 0.3 14.7 0 14.25 0H8.25C7.8 0 7.5 0.3 7.5 0.75V3H0.75C0.3 3 0 3.3 0 3.75C0 4.2 0.3 4.5 0.75 4.5H1.5V22.5C1.5 23.4 2.1 24 3 24H19.5C20.4 24 21 23.4 21 22.5V4.5H21.75C22.2 4.5 22.5 4.2 22.5 3.75C22.5 3.3 22.2 3 21.75 3ZM9 1.5H13.5V3H9V1.5ZM19.5 21.75C19.5 22.2 19.2 22.5 18.75 22.5H3.75C3.3 22.5 3 22.2 3 21.75V4.5H19.5V21.75ZM12 8.25H10.5V18.75H12V8.25ZM16.5 9.75H15V18.75H16.5V9.75Z");
}
.message-2CShn3 .repliedMessage-3Z6XBG + .contents-2MsGLg + .buttonContainer-1502pf .isHeader-2bbX-L,
.message-2CShn3 .repliedMessage-3Z6XBG + .contents-2MsGLg + .container-2sjPya + .buttonContainer-1502pf .isHeader-2bbX-L {
top: 67px;
}
.theme-dark .message-2CShn3.automodMessage-265YwJ {
background: linear-gradient(to right, #F04747 10px, #5B3C40 10px, var(--background-primary)) !important;
}
.theme-light .message-2CShn3.automodMessage-265YwJ {
background: linear-gradient(to right, #F04747 10px, #FCDADA 10px, var(--background-primary)) !important;
}
.message-2CShn3.automodMessage-265YwJ:before {
display: none;
}
.theme-dark .message-2CShn3.ephemeral-2nDdnn {
background: linear-gradient(to right, #32353A 80%, #0000) !important;
}
.theme-light .message-2CShn3.ephemeral-2nDdnn {
background: linear-gradient(to right, #EEE 80%, #0000) !important;
}
.message-2CShn3.ephemeral-2nDdnn:before {
display: none;
}
.isSystemMessage-QNv9ZH .icon-JRJzJz[style='background-image: url("/assets/1f57f1c100434d1ff6569a495ada213e.svg");'] {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/977292986029338654/4e4e1d9c907a3dc53d68f34e868fcb12.svg?) !important;
}
.isSystemMessage-QNv9ZH .icon-JRJzJz[style='background-image: url("/assets/d1382af8d9e755bc44811b1fd92990a8.svg");'] {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/977294100787236985/join.svg?) !important;
}
.systemMessage-1H1Z20 .messageContent-2t3eCI {
overflow: visible;
}
.systemMessage-1H1Z20.groupStart-3Mlgv1 .buttonContainer-1502pf {
top: 24px;
}
.systemMessage-1H1Z20.hasThread-3h-KJV:after {
z-index: 0;
}
.systemMessage-1H1Z20.hasThread-3h-KJV .iconContainer-2rPbqG {
z-index: 10;
background: var(--background-primary);
}
.groupStart-3Mlgv1 {
padding-top: 20px !important;
margin-top: -20px !important;
}
.groupStart-3Mlgv1:before, .groupStart-3Mlgv1.mentioned-Tre-dv:before {
content: "";
width: calc(100% - 20px);
height: 1px;
background: var(--background-modifier-accent);
display: block !important;
position: absolute;
left: 20px;
top: 0;
}
.groupStart-3Mlgv1:not(.message-2CShn3):not(.backgroundFlash-1X5jVs):before {
position: relative;
display: block;
top: -20px;
}
.groupStart-3Mlgv1.compact-2Nkcau {
margin-top: 5px !important;
padding-top: 5px !important;
}
.compact-2Nkcau .headerText-2z4IhQ .username-h_Y3Us {
top: 2px;
}
.compact-2Nkcau > .contents-2MsGLg > .messageContent-2t3eCI {
position: relative;
top: 2px;
}
.scrollerSpacer-3AqkT9 {
height: 20px;
}
.container-1yy5xN {
margin-bottom: 40px;
}
.container-1yy5xN .iconWrapper-2JyIpA {
display: none;
}
.cozy-VmLDNB.wrapper-30-Nkg {
min-height: 1rem;
}
.cozy-VmLDNB .timestamp-p1Df1m.alt-1dvXnH {
height: 1rem;
line-height: 1rem;
}
@keyframes backgroundFlash {
0% {
background: #7289da22 !important;
}
100% {
background: #0000 !important;
}
}
.backgroundFlash-1X5jVs {
z-index: 20 !important;
background: none !important;
}
.theme-dark .backgroundFlash-1X5jVs .message-2CShn3, .theme-light .backgroundFlash-1X5jVs .message-2CShn3 {
background: var(--background-primary);
transition: 0.5s;
}
.backgroundFlash-1X5jVs .message-2CShn3:not(.groupStart-3Mlgv1) {
margin-bottom: 20px !important;
}
.backgroundFlash-1X5jVs .message-2CShn3.groupStart-3Mlgv1 {
margin-top: -20px !important;
margin-bottom: 20px !important;
}
.backgroundFlash-1X5jVs .message-2CShn3.groupStart-3Mlgv1:after {
bottom: 20px !important;
}
.theme-dark .backgroundFlash-1X5jVs:not([style="background-color: rgba(88, 101, 242, 0);"]) .message-2CShn3 {
background: #3e4353 !important;
}
.theme-light .backgroundFlash-1X5jVs:not([style="background-color: rgba(88, 101, 242, 0);"]) .message-2CShn3 {
background: #eceffa !important;
}
.theme-dark .backgroundFlash-1X5jVs:not([style="background-color: rgba(88, 101, 242, 0);"]) .message-2CShn3, .theme-light .backgroundFlash-1X5jVs:not([style="background-color: rgba(88, 101, 242, 0);"]) .message-2CShn3 {
transition: 0s;
}
.replying-eZ7p5z:before {
display: none;
}
.replying-eZ7p5z .contents-2MsGLg .markup-eYLPri:not(.slateTextArea-27tjG0) {
background: #7289da22;
border-left: solid 4px var(--blurple);
padding-left: 2px;
margin-left: -6px;
}
.replying-eZ7p5z .contents-2MsGLg .markup-eYLPri:not(.slateTextArea-27tjG0):before {
content: "";
width: 3rem;
height: 1rem;
display: inline-flex;
float: right;
}
.wrapper-1ZcZW- {
border-radius: 0;
}
.wrapper-1ZcZW-.iconMentionText-1_WCtN {
padding: 0 2px !important;
}
.wrapper-1ZcZW-.iconMentionText-1_WCtN .channelIcon-3I2O7O {
display: none;
}
.wrapper-1ZcZW-.iconMentionText-1_WCtN:before {
content: "#";
}
.scrollerInner-2PPAp2 > div[class=groupStart-3Mlgv1],
.scrollerInner-2PPAp2 > div[class="groupStart-3Mlgv1 expanded-3lghlw"] {
margin-bottom: 20px !important;
padding-bottom: 20px !important;
}
.scrollerInner-2PPAp2 > div[class=groupStart-3Mlgv1] .messageListItem-ZZ7v6g,
.scrollerInner-2PPAp2 > div[class="groupStart-3Mlgv1 expanded-3lghlw"] .messageListItem-ZZ7v6g {
margin-top: 20px !important;
}
.scrollerInner-2PPAp2 > div[class=groupStart-3Mlgv1] .messageListItem-ZZ7v6g .message-2CShn3,
.scrollerInner-2PPAp2 > div[class="groupStart-3Mlgv1 expanded-3lghlw"] .messageListItem-ZZ7v6g .message-2CShn3 {
background: none !important;
}
.scrollerInner-2PPAp2 > div[class=groupStart-3Mlgv1] .messageListItem-ZZ7v6g .message-2CShn3:before,
.scrollerInner-2PPAp2 > div[class="groupStart-3Mlgv1 expanded-3lghlw"] .messageListItem-ZZ7v6g .message-2CShn3:before {
display: none !important;
}
.container-2sjPya .reactionBtn-3I19bq {
opacity: 0.5;
}
.container-2sjPya .reactionBtn-3I19bq svg path:first-of-type {
d: path("M21.9499 11C21.9831 11.3308 22 11.6646 22 12C22 17.5228 17.5228 22 12 22C9.34783 22 6.8043 20.9464 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 6.5 6.47 2 12 2C12.3354 2 12.6692 2.01685 13 2.05009V4.06272C12.67 4.02115 12.3361 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6639 19.9788 11.33 19.9373 11H21.9499ZM12 17.5C14.33 17.5 16.3 16.04 17.11 14H6.89C7.69 16.04 9.67 17.5 12 17.5ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11ZM8.5 11C9.32843 11 10 10.3284 10 9.5C10 8.67157 9.32843 8 8.5 8C7.67157 8 7 8.67157 7 9.5C7 10.3284 7.67157 11 8.5 11Z");
}
.container-2sjPya .reactionBtn-3I19bq svg path:last-of-type {
d: path("M21 3V0H19V3H16V5H19V8H21V5H24V3H21Z");
}
.reaction-3vwAF2, .reaction-3vwAF2:hover, .reaction-3vwAF2:active, .reaction-102jx9, .reaction-102jx9:hover, .reaction-102jx9:active, .reactionBtn-fVdJIx, .reactionBtn-fVdJIx:hover, .reactionBtn-fVdJIx:active {
border: none;
background: var(--background-modifier-accent);
border-radius: 0.25rem;
}
.reaction-3vwAF2 .reactionCount-26U4As, .reaction-3vwAF2 .reactionCount-SWXh9W, .reaction-3vwAF2:hover .reactionCount-26U4As, .reaction-3vwAF2:hover .reactionCount-SWXh9W, .reaction-3vwAF2:active .reactionCount-26U4As, .reaction-3vwAF2:active .reactionCount-SWXh9W, .reaction-102jx9 .reactionCount-26U4As, .reaction-102jx9 .reactionCount-SWXh9W, .reaction-102jx9:hover .reactionCount-26U4As, .reaction-102jx9:hover .reactionCount-SWXh9W, .reaction-102jx9:active .reactionCount-26U4As, .reaction-102jx9:active .reactionCount-SWXh9W, .reactionBtn-fVdJIx .reactionCount-26U4As, .reactionBtn-fVdJIx .reactionCount-SWXh9W, .reactionBtn-fVdJIx:hover .reactionCount-26U4As, .reactionBtn-fVdJIx:hover .reactionCount-SWXh9W, .reactionBtn-fVdJIx:active .reactionCount-26U4As, .reactionBtn-fVdJIx:active .reactionCount-SWXh9W {
color: var(--text-muted);
}
.reaction-3vwAF2.reactionMe-1PwQAc, .reaction-3vwAF2.reactionMe-2zhiyZ, .reaction-3vwAF2:hover.reactionMe-1PwQAc, .reaction-3vwAF2:hover.reactionMe-2zhiyZ, .reaction-3vwAF2:active.reactionMe-1PwQAc, .reaction-3vwAF2:active.reactionMe-2zhiyZ, .reaction-102jx9.reactionMe-1PwQAc, .reaction-102jx9.reactionMe-2zhiyZ, .reaction-102jx9:hover.reactionMe-1PwQAc, .reaction-102jx9:hover.reactionMe-2zhiyZ, .reaction-102jx9:active.reactionMe-1PwQAc, .reaction-102jx9:active.reactionMe-2zhiyZ, .reactionBtn-fVdJIx.reactionMe-1PwQAc, .reactionBtn-fVdJIx.reactionMe-2zhiyZ, .reactionBtn-fVdJIx:hover.reactionMe-1PwQAc, .reactionBtn-fVdJIx:hover.reactionMe-2zhiyZ, .reactionBtn-fVdJIx:active.reactionMe-1PwQAc, .reactionBtn-fVdJIx:active.reactionMe-2zhiyZ {
background: rgba(114, 137, 218, 0.3);
}
.reaction-3vwAF2.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-3vwAF2.reactionMe-2zhiyZ .reactionCount-26U4As, .reaction-3vwAF2:hover.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-3vwAF2:hover.reactionMe-2zhiyZ .reactionCount-26U4As, .reaction-3vwAF2:active.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-3vwAF2:active.reactionMe-2zhiyZ .reactionCount-26U4As, .reaction-102jx9.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-102jx9.reactionMe-2zhiyZ .reactionCount-26U4As, .reaction-102jx9:hover.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-102jx9:hover.reactionMe-2zhiyZ .reactionCount-26U4As, .reaction-102jx9:active.reactionMe-1PwQAc .reactionCount-26U4As, .reaction-102jx9:active.reactionMe-2zhiyZ .reactionCount-26U4As, .reactionBtn-fVdJIx.reactionMe-1PwQAc .reactionCount-26U4As, .reactionBtn-fVdJIx.reactionMe-2zhiyZ .reactionCount-26U4As, .reactionBtn-fVdJIx:hover.reactionMe-1PwQAc .reactionCount-26U4As, .reactionBtn-fVdJIx:hover.reactionMe-2zhiyZ .reactionCount-26U4As, .reactionBtn-fVdJIx:active.reactionMe-1PwQAc .reactionCount-26U4As, .reactionBtn-fVdJIx:active.reactionMe-2zhiyZ .reactionCount-26U4As {
color: var(--blurple);
}
.reaction-3vwAF2 .reactionInner-YJjOtT, .reaction-3vwAF2 .reactionInner-1po5__, .reaction-102jx9 .reactionInner-YJjOtT, .reaction-102jx9 .reactionInner-1po5__, .reactionBtn-fVdJIx .reactionInner-YJjOtT, .reactionBtn-fVdJIx .reactionInner-1po5__ {
padding: 0 0.375rem;
}
.addReactButton-3bSQb6 {
height: 20px;
}
.barBase-3xxDXu {
left: 20px;
right: 20px;
}
.barBase-3xxDXu .barButtonMain-2GIx4o, .barBase-3xxDXu .barButtonAlt-TQoCdZ {
height: 26px;
}
.barBase-3xxDXu .barButtonAlt-TQoCdZ {
text-transform: uppercase;
font-size: 12px;
color: rgba(255, 255, 255, 0.6);
transition: color 0.2s;
}
.barBase-3xxDXu .barButtonAlt-TQoCdZ:hover {
color: #fff;
}
.barBase-3xxDXu .barButtonAlt-TQoCdZ svg {
display: none;
}
.jumpToPresentBar-1cEnH0, .messagesErrorBar-1IQ1rH {
border-radius: 3px 3px 0 0;
opacity: 1;
padding-bottom: 0;
}
.jumpToPresentBar-1cEnH0 {
background: rgba(153, 170, 181, 0.9);
transition: 0.2s background-color;
}
.theme-dark .jumpToPresentBar-1cEnH0 {
background: rgba(115, 127, 141, 0.9);
}
.jumpToPresentBar-1cEnH0:hover {
background: #99aab5;
}
.theme-dark .jumpToPresentBar-1cEnH0:hover {
background: #737f8d;
}
.newMessagesBar-1hF-9G {
border-radius: 0 0 3px 3px;
opacity: 1;
transition: 0.2s background-color;
background: hsl(226.7, calc(var(--saturation-factor, 1) * 58.4%), 65.1%, 0.9);
}
.newMessagesBar-1hF-9G:hover {
background: hsl(226.7, calc(var(--saturation-factor, 1) * 58.4%), 65.1%);
}
.newMessagesBar-1hF-9G .barButtonMain-2GIx4o, .newMessagesBar-1hF-9G .barButtonAlt-TQoCdZ {
font-weight: 500;
}
.newMessagesPill-2YdO-e, .newMessagesClear-2LQVHt, .jumpToPresentButton-1bFSxT {
background: none;
border-radius: 0;
transition: 0.18s;
}
.newMessagesPill-2YdO-e:hover, .newMessagesClear-2LQVHt:hover, .jumpToPresentButton-1bFSxT:hover {
background: var(--background-modifier-accent);
}
.newMessagesPillContainer-1EFmTu {
transition: 0.18s;
background: var(--background-accent);
left: unset;
right: unset;
margin: 0 auto;
position: unset;
height: 36px;
margin-top: 16px;
border-radius: 3px;
box-shadow: var(--elevation-stroke);
}
.newMessagesPillContainer-1EFmTu:hover {
box-shadow: var(--elevation-medium);
}
.jumpToPresentButton-1bFSxT {
transition: 0.18s;
background: var(--background-accent);
margin-right: 16px;
position: unset;
height: 24px;
border-radius: 3px;
box-shadow: var(--elevation-stroke);
}
.jumpToPresentButton-1bFSxT:hover {
box-shadow: var(--elevation-medium);
}
.theme-dark .quickswitcher-pKcM9U .result-u66Ywh[aria-selected=true] {
background: #282B30;
}
.theme-light .quickswitcher-pKcM9U .result-u66Ywh[aria-selected=true] {
background: #E9E9E9;
}
.theme-light .quickswitcher-pKcM9U .scroller-2qwVWY::-webkit-scrollbar-thumb {
background-color: var(--blurple);
}
.theme-light .quickswitcher-pKcM9U .scroller-2qwVWY::-webkit-scrollbar-track {
background-color: #DBDDE1 !important;
border-color: #F3F3F3;
}
.quickswitcher-pKcM9U .protip-1jXzAl {
border-top: solid 1px #4f545c4d;
}
.quickswitcher-pKcM9U .protip-1jXzAl .pro-3GwLMX {
color: var(--green) !important;
}
.theme-light .quickswitcher-pKcM9U .protip-1jXzAl {
border-top-color: #dcddde;
}
.quickswitcher-pKcM9U .input-3r5zZY {
background: #585b5f;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 36, 43, 0.3);
}
.quickswitcher-pKcM9U .input-3r5zZY::placeholder {
color: #ffffff4d;
}
.theme-light .quickswitcher-pKcM9U .input-3r5zZY {
background: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(191, 191, 191, 0.3);
}
.theme-light .quickswitcher-pKcM9U .input-3r5zZY::placeholder {
color: #4f545c99;
}
#message-actions {
min-width: 0;
background: #fff;
}
.theme-dark #message-actions {
background: #18191c;
}
#message-actions .iconContainer-1-SsTR {
display: none;
}
#message-actions .scroller-1bVxF5 {
padding: 0px;
}
#message-actions .scroller-1bVxF5::-webkit-scrollbar {
width: 0px;
}
#message-actions .item-1OdjEX {
padding: 2px;
margin: 0;
text-align: center;
min-height: 0;
color: #87909c;
font-size: 12px;
font-weight: 500;
}
.theme-dark #message-actions .item-1OdjEX {
color: rgba(255, 255, 255, 0.6);
}
#message-actions .item-1OdjEX:hover {
background: rgba(0, 0, 0, 0.05);
color: #2e3136;
}
.theme-dark #message-actions .item-1OdjEX:hover {
background: #040405;
color: #fff;
}
#guild-header-popout {
background: #fff;
border-radius: 5px;
overflow: hidden;
}
.theme-dark #guild-header-popout {
background: #282b30;
}
#guild-header-popout .scroller-1bVxF5 {
padding: 0;
}
#guild-header-popout .scroller-1bVxF5::-webkit-scrollbar {
display: none;
}
#guild-header-popout .label-2gNW3x {
margin-left: 38px;
}
#guild-header-popout .iconContainer-1-SsTR {
left: 8px;
position: absolute;
color: #8E98A3;
}
.theme-dark #guild-header-popout .iconContainer-1-SsTR {
color: #646E7A;
}
#guild-header-popout .item-1OdjEX {
color: #99aab5;
font-size: 15px;
padding: 10px 8px;
margin: 0;
border-radius: 0;
font-weight: 400;
}
.theme-dark #guild-header-popout .item-1OdjEX {
color: rgba(255, 255, 255, 0.6);
}
#guild-header-popout .item-1OdjEX:hover, #guild-header-popout .item-1OdjEX.focused-3qFvc8, #guild-header-popout .item-1OdjEX:active {
background: #F9F9F9;
color: #737f8d;
}
.theme-dark #guild-header-popout .item-1OdjEX:hover, .theme-dark #guild-header-popout .item-1OdjEX.focused-3qFvc8, .theme-dark #guild-header-popout .item-1OdjEX:active {
color: #fff;
}
#guild-header-popout .item-1OdjEX:hover .iconContainer-1-SsTR, #guild-header-popout .item-1OdjEX.focused-3qFvc8 .iconContainer-1-SsTR, #guild-header-popout .item-1OdjEX:active .iconContainer-1-SsTR {
color: #737F8D;
}
#guild-header-popout .separator-1So4YB {
margin: 0;
background: #f5f5f5;
}
.theme-dark #guild-header-popout .separator-1So4YB {
background: rgba(245, 245, 245, 0.08);
}
#guild-header-popout #guild-header-popout-premium-subscribe {
color: #FF73FA;
}
#guild-header-popout #guild-header-popout-premium-subscribe .icon-E4cW1l {
background: linear-gradient(90deg, #b473f5, #e292aa);
border-radius: 50%;
}
#guild-header-popout #guild-header-popout-premium-subscribe .icon-E4cW1l path {
d: path("M4 2.24219L1.75 4.49219V7.5147L4 9.7647L6.25 7.5147V4.49219L4 2.24219ZM5.5 7.19969L4 8.6997L2.5 7.19969V4.79969L4 3.29969L5.5 4.79969V7.19969Z");
fill: #fff !important;
}
#guild-header-popout #guild-header-popout-invite-people {
color: var(--blurple);
}
#guild-header-popout #guild-header-popout-invite-people path {
fill: var(--blurple) !important;
}
#guild-header-popout #guild-header-popout-leave {
color: var(--red);
}
#guild-header-popout #guild-header-popout-invite-people path {
d: path("M10.0605 14.979L17.7405 8.05905C18.0805 7.74905 17.6705 7.59905 17.2205 7.86905L7.74047 13.859L3.64047 12.5591C2.76047 12.3091 2.75047 11.699 3.84047 11.259L19.8105 5.09905C20.5405 4.76905 21.2405 5.27905 20.9605 6.39905L18.2405 19.209C18.0505 20.119 17.5005 20.3391 16.7405 19.9191L12.6005 16.859L10.6105 18.7891C10.3805 19.0191 10.1905 19.209 9.78047 19.209L10.0605 14.979V14.979Z");
}
#guild-header-popout #guild-header-popout-settings path {
d: path("M12 9C10.344 9 9 10.343 9 12C9 13.657 10.344 15 12 15C13.657 15 15 13.657 15 12C15 10.343 13.657 9 12 9ZM12 14C10.896 14 10 13.105 10 12C10 10.896 10.896 10 12 10C13.104 10 14 10.896 14 12C14 13.105 13.104 14 12 14ZM21 12C21 10.8323 20.1045 9.88275 18.9649 9.7725C18.8411 9.38437 18.6825 9.012 18.498 8.65538C19.2304 7.77113 19.1933 6.465 18.3641 5.637C17.5361 4.809 16.2289 4.77075 15.3458 5.50312C14.988 5.31862 14.6167 5.16 14.2275 5.03625C14.1184 3.89438 13.1689 3 12 3C10.8311 3 9.88163 3.89438 9.77138 5.03513C9.38325 5.16 9.01088 5.3175 8.65425 5.502C7.77 4.77075 6.465 4.80788 5.637 5.63588C4.809 6.46388 4.77075 7.77 5.50312 8.65425C5.31862 9.01088 5.16 9.38325 5.03513 9.7725C3.8955 9.88162 3 10.8311 3 12C3 13.17 3.8955 14.1184 5.03625 14.2275C5.16 14.6156 5.31862 14.988 5.50312 15.3458C4.77075 16.23 4.809 17.535 5.637 18.363C6.465 19.191 7.77112 19.2281 8.65425 18.4969C9.01088 18.6814 9.38325 18.84 9.77138 18.9638C9.88163 20.1056 10.8311 21 12 21C13.1689 21 14.1184 20.1056 14.2286 18.9649C14.6168 18.8411 14.9891 18.6825 15.3469 18.498C16.23 19.2304 17.5373 19.1921 18.3653 18.3641C19.1933 17.5361 19.2315 16.23 18.498 15.3458C18.6825 14.9891 18.84 14.6168 18.9649 14.2286C20.1045 14.1184 21 13.17 21 12ZM17.408 13C17.266 13.774 16.952 14.485 16.523 15.109L16.951 15.537C17.342 15.929 17.342 16.56 16.951 16.951C16.56 17.342 15.928 17.342 15.537 16.951L15.109 16.523C14.484 16.95 13.773 17.263 13 17.405V18C13 18.552 12.553 19 12 19C11.448 19 11 18.552 11 18V17.406C10.227 17.264 9.517 16.951 8.893 16.522L8.465 16.95C8.074 17.341 7.442 17.341 7.051 16.95C6.66 16.559 6.66 15.928 7.051 15.536L7.478 15.109C7.048 14.485 6.734 13.774 6.592 13H6C5.448 13 5 12.552 5 12C5 11.448 5.448 11 6 11H6.592C6.734 10.226 7.048 9.515 7.478 8.891L7.051 8.464C6.66 8.073 6.66 7.441 7.051 7.05C7.442 6.659 8.074 6.659 8.465 7.05L8.893 7.478C9.517 7.05 10.227 6.737 11 6.595V6C11 5.447 11.448 5 12 5C12.553 5 13 5.447 13 6V6.594C13.773 6.736 14.484 7.049 15.108 7.478L15.536 7.05C15.927 6.659 16.56 6.659 16.95 7.05C17.341 7.441 17.341 8.073 16.95 8.464L16.523 8.891C16.953 9.515 17.266 10.226 17.409 11H18C18.553 11 19 11.448 19 12C19 12.553 18.553 13 18 13H17.408V13Z");
}
#guild-header-popout #guild-header-popout-create-channel path {
d: path("M20 13.3333H13.3333V20H10.6667V13.3333H4V10.6667H10.6667V4H13.3333V10.6667H20");
}
#guild-header-popout #guild-header-popout-create-category path {
d: path("M4 2.66675H9.33333V8.00008H4V2.66675ZM14.6667 9.33341H21.3333V14.6667H14.6667V9.33341ZM14.6667 16.0001H21.3333V21.3334H14.6667V16.0001ZM13.3333 13.3334H8V17.3334H13.3333V20.0001H5.33333V9.33341H8V10.6667H13.3333V13.3334Z");
}
#guild-header-popout #guild-header-popout-notifications path {
d: path("M12.0236 3H4.99509C3.89262 3 3 3.89323 3 4.99509V19.0049C3 20.1074 3.89323 21 4.99509 21H19.0049C20.1074 21 21 20.1068 21 19.0049V11.9761C20.3942 12.3644 19.72 12.655 19 12.8255V19H5V5H11.1743C11.3448 4.27962 11.6354 3.60554 12.0236 3Z M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z");
}
#guild-header-popout #guild-header-popout-privacy path {
d: path("M3 5L12 1L21 5V11C21 16.55 17.16 21.73 12 23C6.84 21.73 3 16.55 3 11V5ZM12 20.92C15.72 19.78 18.47 16.11 19 12V6.3L12 3.19L5 6.3V12C5.53 16.11 8.28 19.78 12 20.92Z");
}
#guild-header-popout #guild-header-popout-change-nickname path {
d: path("M4 18.6667V15.3334L14.5067 4.86675C14.76 4.60008 15.1867 4.60008 15.4533 4.86675L17.8 7.21341C18.0667 7.48008 18.0667 7.89341 17.8 8.16008L7.29333 18.6667H4ZM20 18.6667H10L12.6667 16.0001H20V18.6667Z");
}
#guild-header-popout #guild-header-popout-leave path {
d: path("M19 3H5C3.89 3 3 3.89 3 5V9H5V5H19V19H5V15H3V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89 20.1 3 19 3ZM10.08 15.58L11.5 17L16.5 12L11.5 7L10.08 8.41L12.67 11H3V13H12.67L10.08 15.58Z");
}
#channel-attach .optionIcon-1Ft8w0 {
width: 16px;
height: 16px;
}
.peopleColumn-1wMU14 .searchBar-2aylmZ {
background: var(--deprecated-text-input-bg);
border: solid 1px var(--deprecated-text-input-border);
transition: 0.3s border-color;
border-radius: 3px;
}
.peopleColumn-1wMU14 .searchBar-2aylmZ:hover, .peopleColumn-1wMU14 .searchBar-2aylmZ:active {
border-color: var(--deprecated-text-input-border-hover);
}
.peopleColumn-1wMU14 .searchBar-2aylmZ:focus, .peopleColumn-1wMU14 .searchBar-2aylmZ:focus-within {
border-color: var(--blurple);
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF {
border-radius: 3px;
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh, .peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover {
background: #414449;
box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
}
.theme-light .peopleColumn-1wMU14 .peopleListItem-u6dGxF.active-2UF8Zh, .theme-light .peopleColumn-1wMU14 .peopleListItem-u6dGxF:hover {
background: #99aab533;
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF .actionButton-3-B2x- {
border-radius: 3px;
transition: 0.3s;
background: var(--background-secondary-alt);
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF .actionButton-3-B2x-:hover {
background: var(--background-tertiary);
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF .actionButton-3-B2x-.actionDeny-1pQVuZ:hover {
background: var(--red);
color: #fff;
}
.peopleColumn-1wMU14 .peopleListItem-u6dGxF .actionButton-3-B2x-.actionAccept-2nmnLv:hover {
background: var(--green);
color: #fff;
}
.wrapper-2RrXDg {
background: var(--background-tertiary);
box-shadow: none;
}
.clickable-vvKY2q .header-3OsQeK:hover, .selected-1GtAC5 .header-3OsQeK {
background: rgba(0, 0, 0, 0.1);
}
.hasBanner-2IrYih .header-3OsQeK {
background: none !important;
}
.header-3OsQeK {
height: 56px;
padding: 0 24px;
}
.container-ZMc96U .tabBar-ra-EuL .item-3mHhwr.selected-g-kMVV {
color: var(--background-floating) !important;
background: var(--header-primary) !important;
}
.container-ZMc96U .tabBar-ra-EuL .item-3mHhwr[aria-controls=add_friend-tab] {
background: var(--blurple) !important;
color: #fff !important;
}
.container-ZMc96U .tabBar-ra-EuL .item-3mHhwr[aria-controls=add_friend-tab][aria-selected=true] {
color: var(--blurple) !important;
background: #fff !important;
}
.title-31SJ6t, .container-ZMc96U {
height: 56px;
}
.title-31SJ6t .children-3xh0VB .title-17SveM, .container-ZMc96U .children-3xh0VB .title-17SveM {
font-size: 18px;
font-weight: 700;
letter-spacing: 0.04em;
}
.title-31SJ6t .topic-11NuQZ, .container-ZMc96U .topic-11NuQZ {
color: #cdcdcd;
font-weight: 500;
}
.theme-dark .title-31SJ6t .topic-11NuQZ, .theme-dark .container-ZMc96U .topic-11NuQZ {
color: #707576;
}
.title-31SJ6t [d="M11 5V3C16.515 3 21 7.486 21 13H19C19 8.589 15.411 5 11 5ZM17 13H15C15 10.795 13.206 9 11 9V7C14.309 7 17 9.691 17 13ZM11 11V13H13C13 11.896 12.105 11 11 11ZM14 16H18C18.553 16 19 16.447 19 17V21C19 21.553 18.553 22 18 22H13C6.925 22 2 17.075 2 11V6C2 5.447 2.448 5 3 5H7C7.553 5 8 5.447 8 6V10C8 10.553 7.553 11 7 11H6C6.063 14.938 9 18 13 18V17C13 16.447 13.447 16 14 16Z"], .container-ZMc96U [d="M11 5V3C16.515 3 21 7.486 21 13H19C19 8.589 15.411 5 11 5ZM17 13H15C15 10.795 13.206 9 11 9V7C14.309 7 17 9.691 17 13ZM11 11V13H13C13 11.896 12.105 11 11 11ZM14 16H18C18.553 16 19 16.447 19 17V21C19 21.553 18.553 22 18 22H13C6.925 22 2 17.075 2 11V6C2 5.447 2.448 5 3 5H7C7.553 5 8 5.447 8 6V10C8 10.553 7.553 11 7 11H6C6.063 14.938 9 18 13 18V17C13 16.447 13.447 16 14 16Z"] {
d: path("M7.5,10.5 C8.94,13.33 10.6691281,15.05 13.4991281,16.5 L15.41,15.18 C15.68,14.91 16.08,14.82 16.43,14.94 C17.55,15.31 18.76,15.51 20,15.51 C20.55,15.51 21,15.96 21,16.51 L21,20 C21,20.55 20.55,21 20,21 C10.61,21 2.79399907,13.6404449 3,4 C3.01174994,3.45012573 3.45,3 4,3 L7.5,3 C8.05,3 8.5,3.45 8.5,4 C8.5,5.25 8.7,6.45 9.07,7.57 C9.18,7.92 9.1,8.31 8.82,8.59 L7.5,10.5 Z");
}
.title-31SJ6t [d="M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z"], .container-ZMc96U [d="M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z"] {
d: path("M17 5H16V13L18 15V17H12.8V21H11.2V17H6V15L8 13V5H7V3H17V5ZM10 5H14V14H14.5C14.7761 14 15 14.2239 15 14.5C15 14.7761 14.7761 15 14.5 15H9.5C9.22386 15 9 14.7761 9 14.5C9 14.2239 9.22386 14 9.5 14H10V5Z");
fill-rule: evenodd;
}
.title-31SJ6t [d="M18 9V14C18 15.657 19.344 17 21 17V18H3V17C4.656 17 6 15.657 6 14V9C6 5.686 8.686 3 12 3C15.314 3 18 5.686 18 9ZM11.9999 21C10.5239 21 9.24793 20.19 8.55493 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21Z"], .container-ZMc96U [d="M18 9V14C18 15.657 19.344 17 21 17V18H3V17C4.656 17 6 15.657 6 14V9C6 5.686 8.686 3 12 3C15.314 3 18 5.686 18 9ZM11.9999 21C10.5239 21 9.24793 20.19 8.55493 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21Z"] {
d: path("M12.0063 21C13.0063 21 13.7206 20.598 14.0063 19.9951H10.0063C10.2921 20.598 11.0063 21 12.0063 21ZM18.9869 17.0366V9C18.9869 6.36 16.684 4.02496 13.9763 4.02496C13.9763 3.30496 13.6323 2.99512 12.0032 2.99512C10.3741 2.99512 10.0374 3.30496 10.0374 4.02496C7.32966 4.02496 4.99554 6.36 4.99554 9V17.0366H4.00635V18.988H20.0001V17.0366H18.9869V17.0366ZM17.0001 17H7.00006V9.3C7.00006 7.43 8.44451 6 10.3334 6H13.6667C15.5556 6 17.0001 7.43 17.0001 9.3V17Z");
}
.title-31SJ6t [d="M8.957 19.5718L9.52877 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21C10.7748 21 9.68752 20.442 8.957 19.5718Z"],
.title-31SJ6t [d="M18 10.5283L10.5287 18H21V17C19.344 17 18 15.657 18 14V10.5283Z"], .container-ZMc96U [d="M8.957 19.5718L9.52877 19H15.4449C14.7519 20.19 13.4759 21 11.9999 21C10.7748 21 9.68752 20.442 8.957 19.5718Z"],
.container-ZMc96U [d="M18 10.5283L10.5287 18H21V17C19.344 17 18 15.657 18 14V10.5283Z"] {
display: none;
}
.title-31SJ6t [d="M12 3C13.417 3 14.71 3.5 15.734 4.321L5.99805 14.058C5.99805 14.0479 5.99856 14.038 5.99907 14.0283C5.99956 14.0188 6.00005 14.0094 6.00005 14V9C6.00005 5.686 8.68605 3 12 3Z"], .container-ZMc96U [d="M12 3C13.417 3 14.71 3.5 15.734 4.321L5.99805 14.058C5.99805 14.0479 5.99856 14.038 5.99907 14.0283C5.99956 14.0188 6.00005 14.0094 6.00005 14V9C6.00005 5.686 8.68605 3 12 3Z"] {
d: path("M12.0059 21C13.0059 21 13.7202 20.598 14.0059 19.9951H10.0059C10.2916 20.598 11.0059 21 12.0059 21ZM18.9865 17.0366V9C18.9865 6.36 16.6836 4.02496 13.9759 4.02496C13.9759 3.30496 13.6318 2.99512 12.0028 2.99512C10.3737 2.99512 10.0369 3.30496 10.0369 4.02496C7.32923 4.02496 4.99512 6.36 4.99512 9V17.0366H4.00592V18.988H19.9996V17.0366H18.9865ZM12.0835 17L10.0311 18.988H4.00592V17.0366H4.99512L4.99963 14L6.99963 11.9171V9.3C6.99963 7.43 8.44408 6 10.333 6H13.6663C13.8722 6 14.9998 4.13726 14.9998 4.13726C14.9998 4.13726 16.5153 4.36915 17.6654 5.74597C18.9889 7.03465 18.9839 8.84754 18.9839 8.84754L16.9996 11.9455V17H12.0835Z");
}
.title-31SJ6t [d="M21.178 1.70703L22.592 3.12103L4.12103 21.593L2.70703 20.178L21.178 1.70703Z"], .container-ZMc96U [d="M21.178 1.70703L22.592 3.12103L4.12103 21.593L2.70703 20.178L21.178 1.70703Z"] {
d: path("M21.4144 3.99966L20.0002 2.58545L2.58594 19.9997L4.00015 21.4139L21.4144 3.99966Z");
}
.title-31SJ6t [d="M14 8.00598C14 10.211 12.206 12.006 10 12.006C7.795 12.006 6 10.211 6 8.00598C6 5.80098 7.794 4.00598 10 4.00598C12.206 4.00598 14 5.80098 14 8.00598ZM2 19.006C2 15.473 5.29 13.006 10 13.006C14.711 13.006 18 15.473 18 19.006V20.006H2V19.006Z"],
.title-31SJ6t [d="M20.0001 20.006H22.0001V19.006C22.0001 16.4433 20.2697 14.4415 17.5213 13.5352C19.0621 14.9127 20.0001 16.8059 20.0001 19.006V20.006Z"], .container-ZMc96U [d="M14 8.00598C14 10.211 12.206 12.006 10 12.006C7.795 12.006 6 10.211 6 8.00598C6 5.80098 7.794 4.00598 10 4.00598C12.206 4.00598 14 5.80098 14 8.00598ZM2 19.006C2 15.473 5.29 13.006 10 13.006C14.711 13.006 18 15.473 18 19.006V20.006H2V19.006Z"],
.container-ZMc96U [d="M20.0001 20.006H22.0001V19.006C22.0001 16.4433 20.2697 14.4415 17.5213 13.5352C19.0621 14.9127 20.0001 16.8059 20.0001 19.006V20.006Z"] {
display: none;
}
.title-31SJ6t [d="M14.8834 11.9077C16.6657 11.5044 18.0001 9.9077 18.0001 8.00598C18.0001 5.96916 16.4693 4.28218 14.4971 4.0367C15.4322 5.09511 16.0001 6.48524 16.0001 8.00598C16.0001 9.44888 15.4889 10.7742 14.6378 11.8102C14.7203 11.8418 14.8022 11.8743 14.8834 11.9077Z"], .container-ZMc96U [d="M14.8834 11.9077C16.6657 11.5044 18.0001 9.9077 18.0001 8.00598C18.0001 5.96916 16.4693 4.28218 14.4971 4.0367C15.4322 5.09511 16.0001 6.48524 16.0001 8.00598C16.0001 9.44888 15.4889 10.7742 14.6378 11.8102C14.7203 11.8418 14.8022 11.8743 14.8834 11.9077Z"] {
d: path("M15.7721 13.6792C15.5472 13.4535 15.2979 13.244 15.03 13.05C15.38 13.02 15.71 13 16 13C18.33 13 23 14.17 23 16.5V19H19V18C19 16.1183 17.5923 14.677 15.7721 13.6792V13.6792ZM14.3335 5.50332C14.8098 5.18525 15.3828 5 16 5C17.66 5 18.99 6.34 18.99 8C18.99 9.66 17.66 11 16 11C15.3828 11 14.8099 10.8148 14.3336 10.4967C14.7575 9.76214 15 8.90956 15 8.00007C15 7.09054 14.7575 6.23792 14.3335 5.50332V5.50332ZM9 12C11.21 12 13 10.21 13 8C13 5.79 11.21 4 9 4C6.79 4 5 5.79 5 8C5 10.21 6.79 12 9 12ZM9 14C6.33 14 1 15.34 1 18V20H17V18C17 15.34 11.67 14 9 14Z");
}
.title-31SJ6t [d="M16.293 9.293L17.707 10.707L12 16.414L6.29297 10.707L7.70697 9.293L11 12.586V2H13V12.586L16.293 9.293ZM18 20V18H20V20C20 21.102 19.104 22 18 22H6C4.896 22 4 21.102 4 20V18H6V20H18Z"], .container-ZMc96U [d="M16.293 9.293L17.707 10.707L12 16.414L6.29297 10.707L7.70697 9.293L11 12.586V2H13V12.586L16.293 9.293ZM18 20V18H20V20C20 21.102 19.104 22 18 22H6C4.896 22 4 21.102 4 20V18H6V20H18Z"] {
d: path("M12 17L8 13H11V3H13V13H16L12 17Z M4 19H20V21H4V19Z");
}
.title-31SJ6t [d="M12 2C6.486 2 2 6.487 2 12C2 17.515 6.486 22 12 22C17.514 22 22 17.515 22 12C22 6.487 17.514 2 12 2ZM12 18.25C11.31 18.25 10.75 17.691 10.75 17C10.75 16.31 11.31 15.75 12 15.75C12.69 15.75 13.25 16.31 13.25 17C13.25 17.691 12.69 18.25 12 18.25ZM13 13.875V15H11V12H12C13.104 12 14 11.103 14 10C14 8.896 13.104 8 12 8C10.896 8 10 8.896 10 10H8C8 7.795 9.795 6 12 6C14.205 6 16 7.795 16 10C16 11.861 14.723 13.429 13 13.875Z"], .container-ZMc96U [d="M12 2C6.486 2 2 6.487 2 12C2 17.515 6.486 22 12 22C17.514 22 22 17.515 22 12C22 6.487 17.514 2 12 2ZM12 18.25C11.31 18.25 10.75 17.691 10.75 17C10.75 16.31 11.31 15.75 12 15.75C12.69 15.75 13.25 16.31 13.25 17C13.25 17.691 12.69 18.25 12 18.25ZM13 13.875V15H11V12H12C13.104 12 14 11.103 14 10C14 8.896 13.104 8 12 8C10.896 8 10 8.896 10 10H8C8 7.795 9.795 6 12 6C14.205 6 16 7.795 16 10C16 11.861 14.723 13.429 13 13.875Z"] {
d: path("M7 8.32584C7 9.06742 7.61644 9.68539 8.35616 9.68539C9.09589 9.68539 9.71233 9.06742 9.71233 8.32584C9.71233 6.8427 11.3151 6.7809 11.5 6.7809C11.6849 6.7809 13.2877 6.8427 13.2877 8.32584V8.63483C13.2877 9.25281 12.9795 9.74719 12.4247 10.0562L11.1918 10.736C10.5137 11.1067 10.1438 11.7865 10.1438 12.5281V13.6404C10.1438 14.382 10.7603 15 11.5 15C12.2397 15 12.8562 14.382 12.8562 13.6404V12.9607L13.7192 12.5281C15.137 11.7865 16 10.3034 16 8.69663V8.32584C16 5.48315 13.7192 4 11.5 4C9.21918 4 7 5.48315 7 8.32584ZM11.5 16C9.5 16 9.5 19 11.5 19C13.5 19 13.5 16 11.5 16Z");
}
.title-31SJ6t [d="M21 3H24V5H21V8H19V5H16V3H19V0H21V3ZM10 12C12.205 12 14 10.205 14 8C14 5.795 12.205 4 10 4C7.795 4 6 5.795 6 8C6 10.205 7.795 12 10 12ZM10 13C5.289 13 2 15.467 2 19V20H18V19C18 15.467 14.711 13 10 13Z"], .container-ZMc96U [d="M21 3H24V5H21V8H19V5H16V3H19V0H21V3ZM10 12C12.205 12 14 10.205 14 8C14 5.795 12.205 4 10 4C7.795 4 6 5.795 6 8C6 10.205 7.795 12 10 12ZM10 13C5.289 13 2 15.467 2 19V20H18V19C18 15.467 14.711 13 10 13Z"] {
d: path("M15,14C12.33,14 7,15.33 7,18V20H23V18C23,15.33 17.67,14 15,14M6,10V7H4V10H1V12H4V15H6V12H9V10M15,12A4,4 0 0,0 19,8A4,4 0 0,0 15,4A4,4 0 0,0 11,8A4,4 0 0,0 15,12Z");
}
.title-31SJ6t [d="M21.526 8.149C21.231 7.966 20.862 7.951 20.553 8.105L18 9.382V7C18 5.897 17.103 5 16 5H4C2.897 5 2 5.897 2 7V17C2 18.104 2.897 19 4 19H16C17.103 19 18 18.104 18 17V14.618L20.553 15.894C20.694 15.965 20.847 16 21 16C21.183 16 21.365 15.949 21.526 15.851C21.82 15.668 22 15.347 22 15V9C22 8.653 21.82 8.332 21.526 8.149Z"], .container-ZMc96U [d="M21.526 8.149C21.231 7.966 20.862 7.951 20.553 8.105L18 9.382V7C18 5.897 17.103 5 16 5H4C2.897 5 2 5.897 2 7V17C2 18.104 2.897 19 4 19H16C17.103 19 18 18.104 18 17V14.618L20.553 15.894C20.694 15.965 20.847 16 21 16C21.183 16 21.365 15.949 21.526 15.851C21.82 15.668 22 15.347 22 15V9C22 8.653 21.82 8.332 21.526 8.149Z"] {
d: path("M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z");
}
.title-31SJ6t [d="M20.998 0V3H23.998V5H20.998V8H18.998V5H15.998V3H18.998V0H20.998ZM2.99805 20V24L8.33205 20H14.998C16.102 20 16.998 19.103 16.998 18V9C16.998 7.896 16.102 7 14.998 7H1.99805C0.894047 7 -0.00195312 7.896 -0.00195312 9V18C-0.00195312 19.103 0.894047 20 1.99805 20H2.99805Z"], .container-ZMc96U [d="M20.998 0V3H23.998V5H20.998V8H18.998V5H15.998V3H18.998V0H20.998ZM2.99805 20V24L8.33205 20H14.998C16.102 20 16.998 19.103 16.998 18V9C16.998 7.896 16.102 7 14.998 7H1.99805C0.894047 7 -0.00195312 7.896 -0.00195312 9V18C-0.00195312 19.103 0.894047 20 1.99805 20H2.99805Z"] {
d: path("M8,2 L8,0 L1.77777778,0 C0.79593822,0 0,0.79593822 0,1.77777778 L0,14.2222222 C0,15.2040618 0.79593822,16 1.77777778,16 L14.2222222,16 C15.2,16 16,15.2088889 16,14.2222222 L16,8 L14,8 L14,14 L2,14 L2,2 L8,2 Z M6,8.1549485 L11.4276758,2.72727273 L13.2727273,4.57232423 L7.8450515,10 L6,10 L6,8.1549485 Z M15.8600311,1.8789764 L15.0117348,2.72727273 L13.2727273,0.98826523 L14.1210236,0.1399689 C14.2991658,-0.0466563 14.5960696,-0.0466563 14.7742118,0.1399689 L15.8600311,1.2257882 C16.0466563,1.40393044 16.0466563,1.70083416 15.8600311,1.8789764 L15.8600311,1.8789764 Z");
}
.title-31SJ6t .inviteToolbar-2k2nqz, .container-ZMc96U .inviteToolbar-2k2nqz {
margin-top: 10px;
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA {
width: auto;
height: 32px;
border-radius: 3px;
margin-left: 2px;
margin-right: 2px;
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA.selected-29KTGM, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA.selected-29KTGM {
background: rgba(153, 170, 181, 0.2);
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA > svg, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA > svg {
width: 32px;
height: 32px;
padding: 4px;
opacity: 0.6;
transition: opacity 0.2s;
}
.theme-light .title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA > svg, .theme-light .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA > svg {
opacity: 0.3;
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA:hover > svg, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA:hover > svg {
opacity: 1;
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA foreignObject, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA foreignObject {
mask: none !important;
}
.title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA .iconBadge-qZ4Ksk, .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA .iconBadge-qZ4Ksk {
top: 3px;
right: 3px;
border: solid 2px var(--background-primary);
width: 12px;
height: 12px;
}
.theme-dark .title-31SJ6t .toolbar-3_r2xA .iconWrapper-2awDjA .icon-2xnN2Y, .theme-dark .container-ZMc96U .toolbar-3_r2xA .iconWrapper-2awDjA .icon-2xnN2Y {
color: #fff;
}
.title-31SJ6t .searchBar-jGtisZ, .container-ZMc96U .searchBar-jGtisZ {
background: rgba(221, 222, 223, 0.3);
border-radius: 3px;
height: 28px;
padding-top: 2px;
}
.theme-dark .title-31SJ6t .searchBar-jGtisZ, .theme-dark .container-ZMc96U .searchBar-jGtisZ {
background: rgba(255, 255, 255, 0.1);
}
.title-31SJ6t .searchBar-jGtisZ .public-DraftEditorPlaceholder-inner, .container-ZMc96U .searchBar-jGtisZ .public-DraftEditorPlaceholder-inner {
font-weight: 500;
color: rgba(79, 84, 92, 0.3);
}
.theme-dark .title-31SJ6t .searchBar-jGtisZ .public-DraftEditorPlaceholder-inner, .theme-dark .container-ZMc96U .searchBar-jGtisZ .public-DraftEditorPlaceholder-inner {
color: rgba(255, 255, 255, 0.3);
}
.title-31SJ6t .searchBar-jGtisZ .public-DraftEditor-content, .container-ZMc96U .searchBar-jGtisZ .public-DraftEditor-content {
font-weight: 500;
}
.title-31SJ6t .searchBar-jGtisZ [d="M21.707 20.293L16.314 14.9C17.403 13.504 18 11.799 18 10C18 7.863 17.167 5.854 15.656 4.344C14.146 2.832 12.137 2 10 2C7.863 2 5.854 2.832 4.344 4.344C2.833 5.854 2 7.863 2 10C2 12.137 2.833 14.146 4.344 15.656C5.854 17.168 7.863 18 10 18C11.799 18 13.504 17.404 14.9 16.314L20.293 21.706L21.707 20.293ZM10 16C8.397 16 6.891 15.376 5.758 14.243C4.624 13.11 4 11.603 4 10C4 8.398 4.624 6.891 5.758 5.758C6.891 4.624 8.397 4 10 4C11.603 4 13.109 4.624 14.242 5.758C15.376 6.891 16 8.398 16 10C16 11.603 15.376 13.11 14.242 14.243C13.109 15.376 11.603 16 10 16Z"], .container-ZMc96U .searchBar-jGtisZ [d="M21.707 20.293L16.314 14.9C17.403 13.504 18 11.799 18 10C18 7.863 17.167 5.854 15.656 4.344C14.146 2.832 12.137 2 10 2C7.863 2 5.854 2.832 4.344 4.344C2.833 5.854 2 7.863 2 10C2 12.137 2.833 14.146 4.344 15.656C5.854 17.168 7.863 18 10 18C11.799 18 13.504 17.404 14.9 16.314L20.293 21.706L21.707 20.293ZM10 16C8.397 16 6.891 15.376 5.758 14.243C4.624 13.11 4 11.603 4 10C4 8.398 4.624 6.891 5.758 5.758C6.891 4.624 8.397 4 10 4C11.603 4 13.109 4.624 14.242 5.758C15.376 6.891 16 8.398 16 10C16 11.603 15.376 13.11 14.242 14.243C13.109 15.376 11.603 16 10 16Z"] {
d: path("M4.80106 9.6038C4.80106 6.94628 6.94628 4.80106 9.6038 4.80106C12.2613 4.80106 14.4065 6.94628 14.4065 9.6038C14.4065 12.2613 12.2613 14.4065 9.6038 14.4065C6.94628 14.4065 4.80106 12.2613 4.80106 9.6038V9.6038ZM16.0075 14.4065H15.1643L14.8655 14.1184C15.9114 12.9017 16.5411 11.3221 16.5411 9.6038C16.5411 5.77228 13.4353 2.6665 9.6038 2.6665C5.77228 2.6665 2.6665 5.77228 2.6665 9.6038C2.6665 13.4353 5.77228 16.5411 9.6038 16.5411C11.3221 16.5411 12.9017 15.9114 14.1184 14.8655L14.4065 15.1643V16.0075L19.7429 21.3332L21.3332 19.7429L16.2802 14.6798L16.0075 14.4065V14.4065Z");
}
.title-31SJ6t .searchBar-jGtisZ [d="M18.4 4L12 10.4L5.6 4L4 5.6L10.4 12L4 18.4L5.6 20L12 13.6L18.4 20L20 18.4L13.6 12L20 5.6L18.4 4Z"], .container-ZMc96U .searchBar-jGtisZ [d="M18.4 4L12 10.4L5.6 4L4 5.6L10.4 12L4 18.4L5.6 20L12 13.6L18.4 20L20 18.4L13.6 12L20 5.6L18.4 4Z"] {
d: path("M12.0002 1.81836C17.6307 1.81836 22.182 6.36963 22.182 12.0002C22.182 17.6307 17.6307 22.182 12.0002 22.182C6.36963 22.182 1.81836 17.6307 1.81836 12.0002C1.81836 6.36963 6.36963 1.81836 12.0002 1.81836ZM15.9165 6.54563L12.0002 10.462L8.08381 6.54563L6.54563 8.08381L10.462 12.0002L6.54563 15.9165L8.08381 17.4547L12.0002 13.5384L15.9165 17.4547L17.4547 15.9165L13.5384 12.0002L17.4547 8.08381L15.9165 6.54563Z");
}
.title-31SJ6t .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type, .container-ZMc96U .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type {
color: #000;
opacity: 0.3;
}
.title-31SJ6t .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type:hover, .container-ZMc96U .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type:hover {
opacity: 0.6;
}
.theme-dark .title-31SJ6t .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type, .theme-dark .container-ZMc96U .searchBar-jGtisZ .iconContainer-1RqWJj .icon-18rqoe.visible-2yTnyW:last-of-type {
color: #fff;
}
.title-31SJ6t .searchBar-jGtisZ .DraftEditor-root, .container-ZMc96U .searchBar-jGtisZ .DraftEditor-root {
margin-top: -2px;
line-height: 24px;
}
.title-31SJ6t .searchBar-jGtisZ .DraftEditor-root .DraftEditor-editorContainer, .container-ZMc96U .searchBar-jGtisZ .DraftEditor-root .DraftEditor-editorContainer {
height: 24px;
}
.title-31SJ6t .searchBar-jGtisZ .DraftEditor-root .public-DraftEditor-content, .container-ZMc96U .searchBar-jGtisZ .DraftEditor-root .public-DraftEditor-content {
height: 26px;
}
.title-31SJ6t .searchBar-jGtisZ .searchFilter-2UfsDk, .title-31SJ6t .searchBar-jGtisZ .searchAnswer-23w-CH, .container-ZMc96U .searchBar-jGtisZ .searchFilter-2UfsDk, .container-ZMc96U .searchBar-jGtisZ .searchAnswer-23w-CH {
height: 26px;
}
.primaryInfo-2ocY3v {
height: 100%;
}
.wrapper-1gVUIN .callContainer-HtHELf {
padding-top: 56px;
}
.wrapper-1gVUIN .callContainer-HtHELf .gradientTop-1UBZHm {
display: none !important;
}
.wrapper-1gVUIN .callContainer-HtHELf .quickSelect-384d3G {
margin-top: 8px;
}
.wrapper-1gVUIN .callContainer-HtHELf .quickSelect-384d3G .quickSelectLabel-ArUyd9 {
color: var(--header-secondary);
}
.wrapper-1gVUIN .callContainer-HtHELf .quickSelect-384d3G .quickSelectClick-2ycwNA {
color: var(--header-primary);
font-weight: bold;
}
.wrapper-1gVUIN .callContainer-HtHELf .topControls-23RE3h {
margin-top: -56px;
opacity: 1 !important;
transform: none !important;
}
.wrapper-1gVUIN .callContainer-HtHELf .container-ZMc96U.transparent-1lUmft {
background: var(--background-primary) !important;
}
.wrapper-1gVUIN:not(.video-3n15R6) .callContainer-HtHELf {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/942347586134749194/29d5ff462afb11bce1979cf694aee3d1.png);
background-size: 400px 408px;
background-position: 50% -30px;
}
.theme-dark .wrapper-1gVUIN:not(.video-3n15R6) .callContainer-HtHELf {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/942347461584900106/fa4d05fd4a7ce8459a7cf997a60338e8.png);
}
.wrapper-1gVUIN:not(.video-3n15R6) .callContainer-HtHELf .transition-3ij7TS.participant-1l6khj {
width: 96px !important;
}
.wrapper-1gVUIN:not(.video-3n15R6) .callContainer-HtHELf .wrapper-3mYmFS.clickable-3mbTtV {
width: 96px !important;
height: 96px !important;
}
.wrapper-1gVUIN:not(.video-3n15R6) .callContainer-HtHELf .wrapper-3mYmFS.clickable-3mbTtV > svg {
width: 96px !important;
height: 96px !important;
}
.messagesPopoutWrap-3zryHW {
background: #fff;
}
.theme-dark .messagesPopoutWrap-3zryHW {
background: #2F3136;
}
.messagesPopoutWrap-3zryHW .header-1w9Q93 {
background: var(--background-primary);
padding: 12px 20px;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.theme-dark .messagesPopoutWrap-3zryHW .header-1w9Q93 {
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.messagesPopoutWrap-3zryHW .header-1w9Q93 .wrapper-1HSdhi {
font-weight: 600;
color: #737f8d;
}
.theme-dark .messagesPopoutWrap-3zryHW .header-1w9Q93 .wrapper-1HSdhi {
color: #fff;
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C {
border: 2px solid rgba(28, 36, 43, 0.06);
transition: border-color 0.2s;
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C:hover {
border-color: rgba(28, 36, 43, 0.12);
}
.theme-dark .messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C {
border-color: rgba(28, 36, 43, 0.6);
background: #36393e;
}
.theme-dark .messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C:hover {
border-color: rgba(28, 36, 43, 0.8);
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C .jumpButton-1ZwI_j {
background: #ebebeb;
color: rgba(115, 127, 141, 0.6);
transition: 0.2s color;
font-weight: 600;
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C .jumpButton-1ZwI_j:hover {
color: #737f8d;
}
.theme-dark .messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C .jumpButton-1ZwI_j {
background: #535559;
color: rgba(255, 255, 255, 0.3);
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C .closeIcon-2IriN1 {
opacity: 0.3;
transform: scale(0.8);
transition: opacity 0.1s;
color: #fff;
}
.messagesPopoutWrap-3zryHW .messageGroupWrapper-1jf_7C .closeIcon-2IriN1:hover {
opacity: 0.6;
}
.messagesPopoutWrap-3zryHW .body-GBnhET {
font-size: 16px;
line-height: 19px;
}
.theme-dark .messagesPopoutWrap-3zryHW .body-GBnhET {
color: rgba(255, 255, 255, 0.2);
}
.theme-light .messagesPopoutWrap-3zryHW .body-GBnhET {
color: #737f8d;
}
.theme-dark .messagesPopoutWrap-3zryHW .footer-5ji8u1 {
background: #2B2D32;
}
.theme-light .messagesPopoutWrap-3zryHW .footer-5ji8u1 {
background: #F5F6F8;
}
.tooltip-14MtrL {
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
border-radius: 3px;
font-weight: 500;
font-size: 12px;
padding: 3px 8px;
z-index: 1002;
box-sizing: border-box;
word-wrap: break-word;
}
.theme-dark .tooltip-14MtrL.tooltipBlack-vMYxvw, .theme-light .tooltip-14MtrL.tooltipBlack-vMYxvw, .theme-dark .tooltip-14MtrL.tooltipPrimary-3qLMbS, .theme-light .tooltip-14MtrL.tooltipPrimary-3qLMbS, .theme-dark .tooltip-14MtrL.tooltipGrey-lpLZjh, .theme-light .tooltip-14MtrL.tooltipGrey-lpLZjh {
background: var(--blurple);
color: #fff;
}
.theme-dark .tooltip-14MtrL.tooltipBlack-vMYxvw *:not(path):not(svg), .theme-dark .tooltip-14MtrL.tooltipBlack-vMYxvw .activityIcon-E-aeJm, .theme-light .tooltip-14MtrL.tooltipBlack-vMYxvw *:not(path):not(svg), .theme-light .tooltip-14MtrL.tooltipBlack-vMYxvw .activityIcon-E-aeJm, .theme-dark .tooltip-14MtrL.tooltipPrimary-3qLMbS *:not(path):not(svg), .theme-dark .tooltip-14MtrL.tooltipPrimary-3qLMbS .activityIcon-E-aeJm, .theme-light .tooltip-14MtrL.tooltipPrimary-3qLMbS *:not(path):not(svg), .theme-light .tooltip-14MtrL.tooltipPrimary-3qLMbS .activityIcon-E-aeJm, .theme-dark .tooltip-14MtrL.tooltipGrey-lpLZjh *:not(path):not(svg), .theme-dark .tooltip-14MtrL.tooltipGrey-lpLZjh .activityIcon-E-aeJm, .theme-light .tooltip-14MtrL.tooltipGrey-lpLZjh *:not(path):not(svg), .theme-light .tooltip-14MtrL.tooltipGrey-lpLZjh .activityIcon-E-aeJm {
color: #fff;
}
.theme-dark .tooltip-14MtrL.tooltipBlack-vMYxvw .tooltipPointer-3L49xb, .theme-light .tooltip-14MtrL.tooltipBlack-vMYxvw .tooltipPointer-3L49xb, .theme-dark .tooltip-14MtrL.tooltipPrimary-3qLMbS .tooltipPointer-3L49xb, .theme-light .tooltip-14MtrL.tooltipPrimary-3qLMbS .tooltipPointer-3L49xb, .theme-dark .tooltip-14MtrL.tooltipGrey-lpLZjh .tooltipPointer-3L49xb, .theme-light .tooltip-14MtrL.tooltipGrey-lpLZjh .tooltipPointer-3L49xb {
border-top-color: var(--blurple) !important;
}
.theme-dark .tooltip-14MtrL.tooltipBlack-vMYxvw .clickCTA-1bk0UN, .theme-light .tooltip-14MtrL.tooltipBlack-vMYxvw .clickCTA-1bk0UN, .theme-dark .tooltip-14MtrL.tooltipPrimary-3qLMbS .clickCTA-1bk0UN, .theme-light .tooltip-14MtrL.tooltipPrimary-3qLMbS .clickCTA-1bk0UN, .theme-dark .tooltip-14MtrL.tooltipGrey-lpLZjh .clickCTA-1bk0UN, .theme-light .tooltip-14MtrL.tooltipGrey-lpLZjh .clickCTA-1bk0UN {
color: #fffb;
}
.tooltip-14MtrL.tooltipBlack-vMYxvw .stageListenerPill-1_QAPA, .tooltip-14MtrL.tooltipPrimary-3qLMbS .stageListenerPill-1_QAPA, .tooltip-14MtrL.tooltipGrey-lpLZjh .stageListenerPill-1_QAPA {
background: none;
border-radius: 0;
border-left: solid 1px #fff2;
padding-left: 4px;
padding-right: 0;
}
.tooltip-14MtrL.tooltipGreen-oouJdx {
background-color: var(--green);
}
.tooltip-14MtrL.tooltipGreen-oouJdx .tooltipPointer-3L49xb {
border-top-color: var(--green) !important;
}
.tooltip-14MtrL .tooltipContent-Nejnvh {
padding: 0;
}
.tooltip-14MtrL .discriminator-3-qTC0 {
color: #fffb;
font-weight: 500;
}
.tooltip-14MtrL .activityIcon-c4ew_N {
color: #fffb;
}
.tooltip-14MtrL .guildNameText-jBFbNC {
color: #fff;
}
.tooltip-14MtrL .flowerStar-2tNFCR {
color: #fff;
}
.tooltip-14MtrL .icon-3BYlXK {
color: var(--blurple);
}
.tooltip-14MtrL .colorMuted-20987_ {
color: #fff8;
}
.tooltip-14MtrL .activityIcon-vfIBet {
color: #fffb;
}
.embedFull-1HGV2S {
background: none;
border-left-color: #cacbce;
}
.theme-dark .embedFull-1HGV2S {
border-left-color: #4f545c;
}
.embedFull-1HGV2S .grid-1aWVsE {
padding: 4px 10px;
padding-bottom: 12px;
border: 1px solid rgba(204, 204, 204, 0.3);
background: rgba(250, 250, 250, 0.3);
border-radius: 0 3px 3px 0;
grid-template-columns: auto;
}
.theme-dark .embedFull-1HGV2S .grid-1aWVsE {
background: rgba(46, 48, 54, 0.3);
border-color: rgba(46, 48, 54, 0.6);
}
.embedFull-1HGV2S .embedTitle-2n1pEb {
font-weight: 500;
font-size: 14px;
}
.embedFull-1HGV2S .embedDescription-1DrJxZ {
font-weight: 400;
font-size: 0.875rem;
color: rgba(0, 0, 0, 0.7);
}
html[style="font-size: 87.5%"] .embedFull-1HGV2S .embedDescription-1DrJxZ {
font-size: 1rem;
}
.theme-dark .embedFull-1HGV2S .embedDescription-1DrJxZ {
color: rgba(255, 255, 255, 0.6);
}
.embedFull-1HGV2S .embedFieldName-9LYSyR {
font-weight: 500;
color: #000;
}
.theme-dark .embedFull-1HGV2S .embedFieldName-9LYSyR {
color: #fff;
}
.embedFull-1HGV2S .embedFieldValue-3EHtvR {
font-weight: 400;
color: #737f8d;
}
.theme-dark .embedFull-1HGV2S .embedFieldValue-3EHtvR {
color: rgba(255, 255, 255, 0.7);
}
.embedFull-1HGV2S .embedAuthorName-pGyUPR {
color: #4f545c;
font-weight: 650;
font-size: 14px;
}
.theme-dark .embedFull-1HGV2S .embedAuthorName-pGyUPR {
color: #fff;
}
.embedFull-1HGV2S .embedFooterText-2Mc7H9 {
font-size: 12px;
font-weight: 500;
color: rgba(79, 83, 91, 0.6);
}
.theme-dark .embedFull-1HGV2S .embedFooterText-2Mc7H9 {
color: rgba(255, 255, 255, 0.6);
}
.embedFull-1HGV2S .embedFooterIcon-1dTZzD {
border-radius: 3px;
margin-bottom: 2px;
margin-top: -2px;
}
.embedFull-1HGV2S .embedFooterSeparator-2YCzYT {
font-size: 0;
}
.embedFull-1HGV2S .embedFooterSeparator-2YCzYT:after {
font-size: 14px;
content: "|";
font-weight: 300;
}
.embedFull-1HGV2S code.inline {
background: var(--background-secondary-alt);
}
.embedFull-1HGV2S code:not(.inline) {
background: var(--background-secondary);
border: 1px solid var(--background-tertiary);
}
.wrapper-x4po40 {
border-radius: 18px/35px;
}
.wrapper-x4po40 .iconPlay-3weMmb {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/781930204587229187/embed-play.svg") no-repeat;
}
.wrapper-x4po40 .iconPlay-3weMmb polygon {
display: none;
}
.wrapper-x4po40 [d="M16 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4v-2H2V4h14v10h-4v2h4c1.1 0 2-.9 2-2V2a2 2 0 0 0-2-2zM9 6l-4 4h3v6h2v-6h3L9 6z"] {
d: path("M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3H14ZM19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V12H19V19Z");
transform: none;
}
.userPopout-2j1gM4 {
border-radius: 3px;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(32, 34, 37, 0.6);
width: 250px !important;
}
.theme-light .userPopout-2j1gM4 {
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(186, 188, 191, 0.3);
}
.userPopout-2j1gM4 .setIdentityLink-hOFsMl {
display: none;
}
.userPopout-2j1gM4 .headerNormal-3Zn_yu {
background: #0000 !important;
}
.userPopout-2j1gM4 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/781767798208725022/background-pattern.png");
background-size: 270px 213px;
background-color: var(--blurple);
}
.userPopout-2j1gM4 .headerNameWrapper-gEOyRH .headerName-3W-qH- {
font-size: 16px;
}
.userPopout-2j1gM4 .botTagRegular-kpctgU {
color: var(--blurple);
background: #fff;
}
.userPopout-2j1gM4 .customStatus-2SDCR6 {
background: var(--blurple);
color: #fffb;
text-align: center;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj {
padding: 10px !important;
background: #0001;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .buttonsWrapper-2ARRp1 {
margin-bottom: 5px;
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9 {
color: #fff;
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9:before, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9:before {
filter: brightness(2);
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .activityName-3YXl6e, .theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameNormal-2fPMD2, .theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameWrap-3TyM52, .theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .textRow-1sENuL, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .activityName-3YXl6e, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameNormal-2fPMD2, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameWrap-3TyM52, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .textRow-1sENuL {
color: #fff;
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK {
border-color: #fff8;
color: #fff;
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:hover, .theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:active, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:hover, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:active {
border-color: #fff;
}
.theme-dark .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:active, .theme-light .userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK:active {
background: #fff2;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9 {
color: #87909c;
font-weight: bold;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9:before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
margin-bottom: 2px;
margin-right: 5px;
background: url("https://cdn.discordapp.com/attachments/733624227378495488/781796127497388072/game-mini.svg");
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerText-3g1XK9 .overflow-1wOqNV {
display: inline-block;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .activityName-3YXl6e, .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameNormal-2fPMD2, .userPopout-2j1gM4 .activityUserPopout-2MzGCj .nameWrap-3TyM52, .userPopout-2j1gM4 .activityUserPopout-2MzGCj .textRow-1sENuL {
color: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookOutlined-3yKVGo.colorWhite-1H92hK {
border-color: #fff;
color: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .bar-1GpknY {
background: #fff3;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .barInner-3dHef4 {
background: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .gameIcon-1siQqm {
color: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .text-31kWmP {
color: #fff8;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .spotifyIcon-2J9kSv {
display: none;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerTextNormal-Z8we9g {
color: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .headerTextNormal-Z8we9g:before {
filter: brightness(9);
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookFilled-yCfaCM.colorGrey-2iAG-B {
background: none;
border: solid 1px #fff8;
transition: 0.18s;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookFilled-yCfaCM.colorGrey-2iAG-B:hover {
border-color: #fff;
}
.userPopout-2j1gM4 .activityUserPopout-2MzGCj .lookFilled-yCfaCM.colorGrey-2iAG-B:active {
border-color: #fff;
background: #fff2;
}
.userPopout-2j1gM4 .headerText-3g1XK9 {
font-weight: 400;
}
.userPopout-2j1gM4 .headerText-3g1XK9 .headerTag-3GXZkV {
font-size: 12px;
line-height: 12px;
}
.userPopout-2j1gM4 .headerText-3g1XK9 .headerTagUsernameNoNickname-1TjuLc {
vertical-align: bottom;
font-size: 16px;
line-height: 19px;
}
.userPopout-2j1gM4 .headerText-3g1XK9 .username-3JLfHz {
font-size: 16px;
}
.userPopout-2j1gM4 .headerText-3g1XK9 .headerTagNoNickname-ENx6no span:nth-of-type(2) {
margin-top: 2px;
}
.userPopout-2j1gM4 .headerText-3g1XK9 .headerName-fajvi9, .userPopout-2j1gM4 .headerText-3g1XK9 .headerTag-2pZJzA {
color: #fff;
font-weight: 400;
}
.userPopout-2j1gM4 .headerTagWithNickname-1U8zZH .headerTagUsernameBase-XYisdh {
color: #fff;
}
.userPopout-2j1gM4 .headerTagWithNickname-1U8zZH .username-3JLfHz {
color: #fff8 !important;
}
.userPopout-2j1gM4 .headerTagWithNickname-1U8zZH span:nth-of-type(2) {
font-size: 12px;
margin-top: 2px;
color: inherit !important;
}
.userPopout-2j1gM4 .avatarWrapper-eenWra .avatar-2Vndt_ {
background: #8b9edc;
border: solid 4px #8b9edc;
}
.userPopout-2j1gM4 .avatarWrapper-eenWra .avatar-2Vndt_ [mask^="url(#svg-mask-avatar-status-"] {
mask: none;
border-radius: 50%;
}
.userPopout-2j1gM4 .avatarWrapper-eenWra .avatar-2Vndt_ [mask^="url(#svg-mask-status-"] {
width: 20px;
height: 20px;
stroke: rgba(255, 255, 255, 0.3);
stroke-width: 4px;
rx: 50%;
mask: url(#svg-mask-status-online);
border-radius: 50%;
position: absolute;
z-index: 5;
}
.userPopout-2j1gM4 .avatarHint-k7pYop {
top: 4px;
left: 4px;
}
.userPopout-2j1gM4 .avatarHint-k7pYop foreignObject {
-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik00MCA4MEM2Mi4wOTE0IDgwIDgwIDYyLjA5MTQgODAgNDBDODAgMTcuOTA4NiA2Mi4wOTE0IDAgNDAgMEMxNy45MDg2IDAgMCAxNy45MDg2IDAgNDBDMCA2Mi4wOTE0IDE3LjkwODYgODAgNDAgODBaIiBmaWxsPSJ3aGl0ZSIvPg0KPHJlY3QgeD0iNjAiIHk9IjYwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHJ4PSIxMCIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K");
border-radius: 50%;
overflow: hidden;
}
.userPopout-2j1gM4 [mask^="url(#svg-mask-status-"] {
mask: url(#svg-mask-status-online);
width: 18.75px;
height: 18.75px;
stroke: #fff;
stroke-width: 6px;
rx: 50%;
x: 60;
y: 60;
}
.userPopout-2j1gM4 [mask="url(#svg-mask-status-online)"],
.userPopout-2j1gM4 [mask="url(#svg-mask-status-online-mobile)"] {
fill: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%) !important;
}
.userPopout-2j1gM4 [mask="url(#svg-mask-status-idle)"] {
fill: hsl(37.5, calc(var(--saturation-factor, 1) * 95.7%), 54.1%) !important;
}
.userPopout-2j1gM4 [mask="url(#svg-mask-status-dnd)"] {
fill: var(--red) !important;
}
.userPopout-2j1gM4 [mask="url(#svg-mask-status-offline)"] {
fill: #747F8D !important;
}
.userPopout-2j1gM4 .body-2wLx-E {
padding: 0;
padding-right: 0 !important;
background: #0000 !important;
}
.userPopout-2j1gM4 .body-2wLx-E .userInfoSection-3her-v {
padding: 10px 8px 12px 12px;
margin-bottom: 0;
background: #00000008;
}
.userPopout-2j1gM4 .body-2wLx-E .userInfoSection-3her-v a {
color: #fff;
}
.userPopout-2j1gM4 .body-2wLx-E .userInfoSection-3her-v .userInfoTitle-39qq0Y {
color: #fff !important;
}
.userPopout-2j1gM4 .body-2wLx-E .userInfoSection-3her-v .userInfoBody-1zgAd0 {
color: #fffb !important;
}
.userPopout-2j1gM4 .body-2wLx-E::-webkit-scrollbar {
width: 0;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E, .theme-light .userPopout-2j1gM4 .body-2wLx-E {
background: var(--background-secondary);
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs, .theme-light .userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs {
color: var(--text-normal);
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs:focus, .theme-light .userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs:focus {
background: var(--background-tertiary);
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .rolesList-3uZoaa, .theme-light .userPopout-2j1gM4 .body-2wLx-E .rolesList-3uZoaa {
background: var(--background-secondary);
margin: 0 !important;
padding-top: 2px;
padding-left: 12px;
padding-bottom: 8px;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .note-Go5ZP2, .theme-light .userPopout-2j1gM4 .body-2wLx-E .note-Go5ZP2 {
background: var(--background-secondary);
margin-left: 0;
margin-bottom: 0 !important;
padding-left: 12px;
padding-bottom: 10px;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ, .theme-light .userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ {
color: var(--header-secondary);
padding-top: 10px;
padding-left: 12px;
padding-bottom: 6px;
margin: -1px 0 !important;
background: var(--background-secondary);
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ:before, .theme-light .userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ:before {
filter: grayscale(0.25) brightness(1.25);
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .activityUserPopout-2MzGCj + .bodyTitle-2Az3VQ, .theme-light .userPopout-2j1gM4 .body-2wLx-E .activityUserPopout-2MzGCj + .bodyTitle-2Az3VQ {
margin-top: 0 !important;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .role-2TIOKu .roleName-2ZJJYR, .theme-light .userPopout-2j1gM4 .body-2wLx-E .role-2TIOKu .roleName-2ZJJYR {
color: var(--header-primary);
font-weight: 400;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E .addButton-1_dZYu, .theme-light .userPopout-2j1gM4 .body-2wLx-E .addButton-1_dZYu {
border-color: var(--background-accent);
color: var(--header-primary);
}
.userPopout-2j1gM4 .body-2wLx-E .bodyInnerWrapper-2bQs1k {
background: #0000 !important;
padding: 0;
}
.userPopout-2j1gM4 .body-2wLx-E .note-Go5ZP2, .userPopout-2j1gM4 .body-2wLx-E .rolesList-3uZoaa {
margin-left: 12px;
}
.userPopout-2j1gM4 .body-2wLx-E .note-Go5ZP2 {
padding-right: 14px;
}
.userPopout-2j1gM4 .body-2wLx-E .note-Go5ZP2:last-of-type {
margin-bottom: 10px;
}
.userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ {
color: #87909c;
font-size: 11px;
margin-left: 12px;
margin-top: 10px;
}
.userPopout-2j1gM4 .body-2wLx-E .bodyTitle-2Az3VQ:first-of-type:before {
content: "";
display: inline-block;
width: 10px;
height: 12px;
margin-top: -4px;
margin-bottom: -3px;
margin-right: 5px;
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/781789024573456424/shield-mini.svg");
}
.userPopout-2j1gM4 .body-2wLx-E .rolesList-3uZoaa + .bodyTitle-2Az3VQ:before {
content: "";
display: inline-block;
width: 10px;
height: 12px;
margin-top: -4px;
margin-bottom: -3px;
margin-right: 5px;
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/781789038138097684/note-mini.svg");
}
.userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs {
color: #87909c;
}
.userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs:hover {
background: none;
}
.userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs:focus {
background: #F3F3F3;
}
.userPopout-2j1gM4 .body-2wLx-E .textarea-_59yqs::placeholder {
text-transform: lowercase;
}
.userPopout-2j1gM4 .body-2wLx-E .applicationInstallButton-taCWKH {
margin-top: 0;
margin-bottom: 0;
z-index: 2;
border-top: solid 1px !important;
border-bottom: solid 1px !important;
border-color: #fff3 !important;
border-radius: 0;
background: var(--blurple) !important;
transition: 0.18s;
}
.userPopout-2j1gM4 .body-2wLx-E .applicationInstallButton-taCWKH:before {
position: absolute;
content: "";
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: none;
transition: 0.18s;
}
.userPopout-2j1gM4 .body-2wLx-E .applicationInstallButton-taCWKH:hover:before {
background: #ffffff18;
}
.userPopout-2j1gM4 .body-2wLx-E .applicationInstallButton-taCWKH:active:before {
background: #fff3;
}
.userPopout-2j1gM4 .divider-2i47Qw {
display: none;
}
.userPopout-2j1gM4 .footer-3naVBw {
background: var(--background-secondary);
border-top: solid 1px #ebecee;
padding: 0;
}
.theme-dark .userPopout-2j1gM4 .footer-3naVBw {
background: var(--background-secondary);
border-top-color: var(--background-secondary-alt);
}
.theme-dark .userPopout-2j1gM4 .footer-3naVBw .inputWrapper-1YNMmM .input-2g-os5 {
border-color: var(--background-tertiary);
background: var(--background-secondary-alt);
color: var(--text-normal);
}
.theme-dark .userPopout-2j1gM4 .footer-3naVBw .inputWrapper-1YNMmM .input-2g-os5:focus, .theme-dark .userPopout-2j1gM4 .footer-3naVBw .inputWrapper-1YNMmM .input-2g-os5:focus-within {
border-color: var(--blurple);
}
.userPopout-2j1gM4 .footer-3naVBw .wumpusWrapper-3ReSr0 {
display: none;
}
.userPopout-2j1gM4 .footer-3naVBw .inputWrapper-1YNMmM {
margin: 12px 10px;
}
.userPopout-2j1gM4 .footer-3naVBw .inputWrapper-1YNMmM .input-2g-os5 {
border-color: #e0e5e8;
background: #fbfbfb;
color: #000;
padding: 8px 10px;
height: auto;
}
.userPopout-2j1gM4 .footer-3naVBw .protip-2urNh2 {
margin: 10px 15px;
color: #99aab5;
font-weight: 500;
}
.userPopout-2j1gM4 .footer-3naVBw .protip-2urNh2:before {
content: "PROTIP: ";
color: var(--green);
font-weight: 700;
}
.userPopout-2j1gM4 .assetsLargeImageUserPopout-pY2WJv {
border-radius: 3px;
}
.userPopout-2j1gM4 .lookFilled-yCfaCM.colorPrimary-2AuQVo {
background: none;
color: #fff;
border: solid 1px #fff4;
transition: 0.18s;
padding-left: 8px;
padding-right: 8px;
}
.userPopout-2j1gM4 .lookFilled-yCfaCM.colorPrimary-2AuQVo:not(:disabled):hover {
border-color: #fffa;
}
.userPopout-2j1gM4 .lookFilled-yCfaCM.colorPrimary-2AuQVo:not(:disabled):active {
background: #fff2;
border-color: #fff;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/eaeac24163b35f7526704a3d9b3c7722.svg"]) {
background-color: #1DB954;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/eaeac24163b35f7526704a3d9b3c7722.svg"]) .avatar-2Vndt_ {
border-color: #56CB7F;
background: #56CB7F;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/eaeac24163b35f7526704a3d9b3c7722.svg"]) .platformIcon-k3yytQ {
visibility: hidden;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/7bab4490382024b0c8c29b5378eeaf8f.svg"]), .userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/8b20979429c0e2d40e0d620f939989cf.svg"]) {
background-color: #023791;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/7bab4490382024b0c8c29b5378eeaf8f.svg"]) .avatar-2Vndt_, .userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/8b20979429c0e2d40e0d620f939989cf.svg"]) .avatar-2Vndt_ {
border-color: #4169AD;
background: #4169AD;
}
.userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/7bab4490382024b0c8c29b5378eeaf8f.svg"]) .platformIcon-k3yytQ, .userPopout-2j1gM4:has(.platformIcon-k3yytQ[src="/assets/8b20979429c0e2d40e0d620f939989cf.svg"]) .platformIcon-k3yytQ {
visibility: hidden;
}
.userPopout-2j1gM4:has(.assetsLargeImageUserPopoutXbox-tkbJgJ) {
background-color: #1E841E;
}
.userPopout-2j1gM4:has(.assetsLargeImageUserPopoutXbox-tkbJgJ) .avatar-2Vndt_ {
border-color: #56A356;
background: #56A356;
}
.userPopout-2j1gM4:has(.pointerEvents-9SZWKj[fill="hsl(262, calc(var(--saturation-factor, 1) * 46.8%), 39.8%)"]) {
background-color: #593695;
}
.userPopout-2j1gM4:has(.pointerEvents-9SZWKj[fill="hsl(262, calc(var(--saturation-factor, 1) * 46.8%), 39.8%)"]) .avatar-2Vndt_ {
border-color: #593695;
background: #593695;
}
.userPopout-2j1gM4:has(.assetsSmallImage-2JNB1y[aria-label=AIMP]) {
background-color: #F6AA01;
}
.userPopout-2j1gM4:has(.assetsSmallImage-2JNB1y[aria-label=AIMP]) .avatar-2Vndt_ {
border-color: #F8BF41;
background: #F8BF41;
}
.userPopout-2j1gM4:has(.assetsSmallImage-2JNB1y[aria-label="Visual Studio Code"]) {
background-color: #1976C1;
}
.userPopout-2j1gM4:has(.assetsSmallImage-2JNB1y[aria-label="Visual Studio Code"]) .avatar-2Vndt_ {
border-color: #5398D1;
background: #5398D1;
}
.userPopout-2j1gM4 .popoutBanner-3cqRD9, .userPopout-2j1gM4 .popoutBannerPremium-3i5EEI {
width: 250px;
height: 100px;
}
.userPopout-2j1gM4 .popoutBanner-3cqRD9:not(.popoutBannerPremium-3i5EEI) {
opacity: 0;
pointer-events: none;
}
.userPopout-2j1gM4 .popoutBannerPremium-3i5EEI {
margin-bottom: 70px;
}
.userPopout-2j1gM4 .avatarPositionPremium-1zPBq9 {
margin-top: 10px;
}
.theme-light .userPopout-2j1gM4 .username-3JLfHz {
color: #fff;
}
.theme-dark .userPopout-2j1gM4 .body-2wLx-E, .theme-dark .userPopout-2j1gM4 .footer-1N3bR3 {
background-color: var(--background-secondary);
}
.userPopout-2j1gM4 .avatarWrapperNormal-ahVUaC {
left: calc(50% - 88px/2);
}
.userPopout-2j1gM4 .profileBadges-2pItdR {
display: none;
}
.userPopout-2j1gM4 .headerTop-3GPUSF {
background-color: #0000;
padding-top: 10px;
padding-bottom: 10px;
}
.userPopout-2j1gM4 .headerTop-3GPUSF .botTagRegular-kpctgU {
background: #fff;
color: var(--blurple);
}
.userPopout-2j1gM4 .betaBadge-1Ve-yb {
background: #0002 !important;
}
.userPopout-2j1gM4 .divider-1wtgZ3 {
display: none;
}
.userPopout-2j1gM4 .aboutMeSection-PUghFQ {
padding: 10px;
margin-bottom: 0;
border-top: none;
background: var(--blurple);
}
.userPopout-2j1gM4 .aboutMeSection-PUghFQ .aboutMeTitle-3pjiS7 {
color: #fff;
}
.userPopout-2j1gM4 .aboutMeSection-PUghFQ .aboutMeBody-1J8rhz {
color: #fffb;
}
.userPopout-2j1gM4 .aboutMeSection-PUghFQ .aboutMeBody-1J8rhz.clamped-IwJfxR {
-webkit-line-clamp: 10;
}
.userPopout-2j1gM4 .aboutMeSection-PUghFQ .aboutMeBody-1J8rhz a {
color: #fff;
}
.userPopout-2j1gM4 .activity-1gTu-L {
margin: 0;
padding: 16px;
border-bottom: none;
}
.userPopout-2j1gM4 .activity-1gTu-L .lookFilled-yCfaCM.colorGrey-2iAG-B {
color: #fff;
background: none;
transition: 0.18s;
border: solid 1px #fff6;
}
.userPopout-2j1gM4 .activity-1gTu-L .lookFilled-yCfaCM.colorGrey-2iAG-B:hover, .userPopout-2j1gM4 .activity-1gTu-L .lookFilled-yCfaCM.colorGrey-2iAG-B:active {
border-color: #fff;
}
.userPopout-2j1gM4 .activity-1gTu-L .lookFilled-yCfaCM.colorGrey-2iAG-B:active {
background: #fff1;
}
.userPopout-2j1gM4 .activity-1gTu-L > .buttonsWrapper-2ARRp1 > .lookOutlined-3yKVGo.colorWhite-1H92hK {
color: var(--green);
border-color: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%, 0.5);
}
.userPopout-2j1gM4 .activity-1gTu-L > .buttonsWrapper-2ARRp1 > .lookOutlined-3yKVGo.colorWhite-1H92hK:hover {
border-color: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%);
}
.userPopout-2j1gM4 .activity-1gTu-L > .buttonsWrapper-2ARRp1 > .lookOutlined-3yKVGo.colorWhite-1H92hK:active {
background: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%, 0.2);
}
.userPopout-2j1gM4 .customStatus-3XAoF9 {
text-align: center;
color: #fff8;
margin-bottom: 0;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
background: #0000;
justify-content: center;
display: flex;
}
.userPopout-2j1gM4 .nickname-t08Mck {
font-size: 16px;
color: #fff;
}
.userPopout-2j1gM4 .headerText-1-WmDq {
text-align: center;
align-content: center;
justify-content: center;
width: 100%;
}
.userPopout-2j1gM4 .headerText-1-WmDq .headerTag-3GXZkV {
text-align: center;
align-content: center;
justify-content: center;
}
.userPopout-2j1gM4 .headerText-1-WmDq .headerTagUsernameNoNickname-1TjuLc, .userPopout-2j1gM4 .headerText-1-WmDq .headerTagNoNickname-3tGHj6 {
font-size: 16px;
overflow: visible;
}
.userPopout-2j1gM4 .headerText-1-WmDq .headerTagDiscriminatorNoNickname-dfcvHa {
margin-top: -2px;
color: #fff6;
font-size: 14px;
font-weight: 500;
}
.userPopout-2j1gM4 .headerText-1-WmDq .headerTagWithNickname-1U8zZH {
color: #fff6;
}
.oauth2Wrapper-p_8bbd {
max-width: 500px;
min-width: 500px;
border-radius: 3px;
overflow: hidden;
}
.oauth2Wrapper-p_8bbd .scrollerBase-_bVAAt::-webkit-scrollbar:disabled {
display: none;
}
.oauth2Wrapper-p_8bbd, .oauth2Wrapper-p_8bbd .authorize-2xTTr- {
background: var(--background-primary);
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ {
background: var(--blurple);
border-radius: 0;
align-items: flex-start;
height: 140px;
padding: 0;
padding-left: 24px;
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ .text-md-medium-2avxhQ, .oauth2Wrapper-p_8bbd .header-3cN3a_ .text-md-normal-304U3g {
color: #fff8 !important;
margin-top: 4px;
margin-bottom: 4px;
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ .botTag-UPkL8E {
color: var(--blurple) !important;
background: #fff !important;
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ .headerIcons-ICsYI5 {
display: flex;
margin: 0;
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ .wrapper-1VLyxH {
position: absolute;
top: 24px;
right: 24px;
width: 80px;
height: 80px;
border: solid 6px #8EA1E2;
background: #fff1;
}
.oauth2Wrapper-p_8bbd .header-3cN3a_ .ellipseGroup-109a7Q, .oauth2Wrapper-p_8bbd .header-3cN3a_ .ellipseGroup-109a7Q + .wrapper-1VLyxH {
display: none;
}
.oauth2Wrapper-p_8bbd .checkboxWrapper-2fDzaA .checkbox-f1HnKB {
background: #0000 !important;
border-radius: 3px;
border: none;
}
.oauth2Wrapper-p_8bbd .checkboxWrapper-2fDzaA .checkbox-f1HnKB.checked-1pZh2h {
background: var(--blurple) !important;
}
.oauth2Wrapper-p_8bbd .checkboxWrapper-2fDzaA .checkbox-f1HnKB:not(.checked-1pZh2h) {
box-shadow: inset 0 0 0 2px #fff2;
}
.oauth2Wrapper-p_8bbd .scrollContent-_1I-44 {
padding: 0 !important;
}
.oauth2Wrapper-p_8bbd .scopes-uCLYQv, .oauth2Wrapper-p_8bbd .selectorGroup-3nTwNR, .oauth2Wrapper-p_8bbd .applicationDetails-3O3kc-, .oauth2Wrapper-p_8bbd .sectionGroup-26mfXp, .oauth2Wrapper-p_8bbd .botPermissions-1j4evs {
padding-left: 16px;
padding-right: 8px;
}
.oauth2Wrapper-p_8bbd .scopeCheck-3trytX {
background: var(--green);
}
.oauth2Wrapper-p_8bbd .scopeCheck-3trytX, .oauth2Wrapper-p_8bbd .scopeTimes-KsAOBb {
width: 28px;
height: 28px;
}
.oauth2Wrapper-p_8bbd .scopeCheck-3trytX .icon-hDztL8, .oauth2Wrapper-p_8bbd .scopeTimes-KsAOBb .icon-hDztL8 {
margin-left: 2px;
margin-top: 2px;
}
.oauth2Wrapper-p_8bbd .scopeCheck-3trytX:before, .oauth2Wrapper-p_8bbd .scopeTimes-KsAOBb:before {
content: "";
position: absolute;
width: 36px;
height: 36px;
border-radius: 50%;
box-shadow: inset 0 0 0 2px #fff3;
margin-left: -6px;
margin-top: -6px;
}
.oauth2Wrapper-p_8bbd .scope-J9cQRk:not(:first-of-type) {
margin-top: 32px;
}
.oauth2Wrapper-p_8bbd .scope-J9cQRk:not(:first-of-type):before {
width: calc(100% - 64px);
height: 1px;
content: "";
position: absolute;
background: var(--background-modifier-accent);
left: 48px;
margin-top: -16px;
}
.oauth2Wrapper-p_8bbd .applicationDetails-3O3kc- {
background: var(--background-accent);
padding-top: 8px;
padding-bottom: 8px;
}
.oauth2Wrapper-p_8bbd .applicationDetails-3O3kc- .entryIcon-2bcrKV, .oauth2Wrapper-p_8bbd .applicationDetails-3O3kc- .entryInner-1tOOER {
color: var(--interactive-hover) !important;
}
.oauth2Wrapper-p_8bbd .headerSuccess-3n55Ht {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/994386365963841667/checkmark_but_better.svg);
}
.botTag-7aX5WZ .botText-1fD6Qk {
font-size: 10px;
font-weight: 500;
}
.botTagRegular-kpctgU {
background: var(--blurple);
color: #fff;
}
.botTagInvert-1nKcq_ {
background: #fff;
color: var(--blurple);
}
.role-2TIOKu {
border-radius: 2px;
position: relative;
border: solid 1px;
background: none !important;
}
.role-2TIOKu:before, .role-2TIOKu:after {
border-style: solid;
border-width: 0;
border-top-width: 20px;
border-color: inherit;
content: "";
width: 100%;
height: 20px;
position: absolute;
top: 0;
left: 0;
border-radius: 1px;
pointer-events: none;
opacity: 0.2;
filter: contrast(1.5);
z-index: 0;
}
.role-2TIOKu:after {
mix-blend-mode: darken;
opacity: 0.1;
}
.role-2TIOKu .roleRemoveButton-17oXnT {
order: 2;
background: none !important;
width: auto;
min-width: 0;
z-index: 2;
cursor: pointer;
}
.role-2TIOKu .roleRemoveButton-17oXnT .roleCircle-3K9O3d {
display: none;
}
.role-2TIOKu .roleRemoveButton-17oXnT .roleRemoveIcon-387wKV {
margin-left: 4px;
margin-top: 0px;
width: 8px;
position: unset;
display: block;
}
.role-2TIOKu .roleRemoveButton-17oXnT .roleRemoveIcon-387wKV path {
fill: #737F8D;
}
.role-2TIOKu .roleName-2ZJJYR {
z-index: 20;
opacity: 0.8;
color: #000b;
font-weight: 600;
margin: 0;
}
.theme-dark .role-2TIOKu .roleName-2ZJJYR {
color: #fff;
}
.addButton-1_dZYu {
border-color: #dbdde1;
}
.theme-dark .addButton-1_dZYu {
border-color: var(--background-accent);
}
.addButton-1_dZYu svg {
width: 11px;
}
.theme-light .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .topSection-13QKHs {
background: #fff;
display: flex;
flex-direction: column;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .topSection-13QKHs .header-S26rhB .avatar-3QF_VA {
border-color: var(--background-tertiary);
background-color: var(--background-tertiary);
}
.theme-light .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .topSection-13QKHs .header-S26rhB .avatar-3QF_VA {
border-color: #fff;
background-color: #fff;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .topSection-13QKHs {
background: var(--background-tertiary);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB {
background-color: #fff;
background-image: linear-gradient(#fff0, #fff), url("https://cdn.discordapp.com/attachments/733624227378495488/782124093193060392/29d5ff462afb11bce1979cf694aee3d1.png");
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB {
background: var(--background-tertiary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .headerInfo-30uryT .username-1g6Iq1 {
color: var(--header-primary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .headerInfo-30uryT .discriminator-1bqsd3 {
color: var(--header-secondary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .additionalActionsIcon-3Cy8UU {
color: var(--interactive-normal);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .additionalActionsIcon-3Cy8UU:hover {
color: var(--interactive-hover);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .additionalActionsIcon-3Cy8UU:active {
color: var(--interactive-active);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3EQepX [mask^="url(#svg-mask-status-"] {
stroke: var(--background-tertiary);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA {
width: 128px !important;
height: 128px !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA foreignObject {
mask: none;
border-radius: 50%;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask^="url(#svg-mask-status-"] {
mask: url(#svg-mask-status-online);
width: 34px;
height: 34px;
stroke: #fff;
stroke-width: 16px;
stroke: var(--background-tertiary);
rx: 50%;
x: 90;
y: 90;
}
.theme-light .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask^="url(#svg-mask-status-"] {
stroke: #fff;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask="url(#svg-mask-status-online)"],
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask="url(#svg-mask-status-online-mobile)"] {
fill: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%) !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask="url(#svg-mask-status-idle)"] {
fill: hsl(37.5, calc(var(--saturation-factor, 1) * 95.7%), 54.1%) !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask="url(#svg-mask-status-dnd)"] {
fill: var(--red) !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .avatar-3QF_VA [mask="url(#svg-mask-status-offline)"] {
fill: #747F8D !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .headerInfo-30uryT .username-1g6Iq1 {
color: #000;
font-size: 18px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .headerInfo-30uryT .discriminator-1bqsd3 {
color: rgba(0, 0, 0, 0.3);
opacity: 1;
font-size: 16px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .colorGreen-3y-Z79 {
background: var(--green);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .colorGreen-3y-Z79:hover {
background: var(--green-hover);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .colorGreen-3y-Z79:active {
background: var(--green-active);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .actionRightButton-1oVkpk {
background: #65676B;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .actionRightButton-1oVkpk:hover {
background: #83858A;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .horizontal-112GEH .actionRightButton-1oVkpk:active {
background: #a2a4a7;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .additionalActionsIcon-3Cy8UU {
color: #000;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .header-S26rhB .botTag-7aX5WZ {
background: var(--blurple);
color: #fff;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .connectedAccounts-Jb3L2_:before {
background: none;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm {
background: var(--blurple);
color: #fff;
font-size: 16px;
min-height: 0;
min-width: 0;
width: auto;
height: auto;
padding: 10px 20px;
font-weight: 400;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd:hover, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm:hover {
background: #697EC4;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd:active, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm:active {
background: #6171a8;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd.colorGreen-3y-Z79, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm.colorGreen-3y-Z79 {
background: var(--green);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd.colorGreen-3y-Z79:hover, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm.colorGreen-3y-Z79:hover {
background: var(--green-hover);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd.colorGreen-3y-Z79:active, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm.colorGreen-3y-Z79:active {
background: var(--green-active);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd.colorGreen-3y-Z79[disabled], .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm.colorGreen-3y-Z79[disabled] {
border: solid 1px currentColor;
background: none;
color: var(--green);
opacity: 1;
cursor: default;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .actionButton-iarQTd.colorGreen-3y-Z79[disabled]:hover, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .relationshipButtons-3ByBpj .applicationInstallButton-1-58qm.colorGreen-3y-Z79[disabled]:hover {
color: var(--green-hover);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs {
background: #fff;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs {
background: var(--background-tertiary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .activityHeader-1PExlk, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .headerText-3g1XK9 {
color: var(--header-primary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .customStatusText-39gdCI, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .content-tXPNDw, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .nameNormal-2fPMD2 .activityName-3YXl6e, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .details-2-ciHo, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .nameNormal-2fPMD2, .theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .textRow-1sENuL {
color: var(--interactive-normal);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs:first-of-type:not(.activityProfile-1712BN) {
padding-top: 0;
padding-bottom: 0;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs.activityProfile-1712BN {
padding-bottom: 0;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs.activityProfile-1712BN .body-ZAhrcj .button-TGAkj4.iconButton-1li_a3.button-f2h6uQ.lookOutlined-3yKVGo.colorWhite-1H92hK.buttonSize-dIiz43.iconButtonSize-1-pz2t.grow-2sR_-F {
padding: 4.5px;
width: 45px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs:last-of-type, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs:only-of-type {
padding-bottom: 20px !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .activityHeader-1PExlk, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .headerText-3g1XK9 {
color: #000;
font-weight: 500;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .customStatusText-39gdCI, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .content-tXPNDw, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .nameNormal-2fPMD2 .activityName-3YXl6e, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .details-2-ciHo, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .nameNormal-2fPMD2, .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .textRow-1sENuL {
color: #000;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca {
justify-content: flex-end;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca button {
border: none;
background: var(--green);
font-size: 16px;
min-width: 0;
min-height: 0;
width: auto;
height: auto;
font-weight: 500;
padding: 10px 20px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca button:hover:not([disabled]) {
background: var(--green-hover);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca button:active:not([disabled]) {
background: var(--green-active);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca button[disabled] {
opacity: 1;
background: none;
color: var(--green);
border: solid 1px var(--green);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca .iconButtonSize-3s24uQ {
padding: 0;
min-width: 36px;
height: 36px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .actionsProfile-31n1ca .disabledButtonWrapper-2Oz3aY {
display: flex;
height: 36px;
justify-content: flex-end;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .barInner-3dHef4 {
background-color: var(--blurple);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs a.activityName-3YXl6e {
color: var(--blurple);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .activity-1ythUs .text-31kWmP {
color: #444;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w {
background: #fff;
border-top: none;
display: flex;
justify-content: flex-end;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w {
background: var(--background-tertiary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP {
color: var(--interactive-normal) !important;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP:hover {
border-color: var(--interactive-normal) !important;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP[aria-selected=true] {
color: var(--interactive-active) !important;
border-color: var(--interactive-active) !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP {
color: rgba(115, 127, 141, 0.3) !important;
font-weight: 500;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP:hover {
border-color: #737f8d !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .tabBarContainer-sCZC4w .tabBarItem-1b8RUP[aria-selected=true] {
color: #737f8d !important;
border-color: #737f8d !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 {
background: #fff;
border-top: solid 1px #F0F0F0;
/*.userInfoSectionHeader-2mYYun {
color: rgba(79,83,91,.9);
}*/
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .note-3M15gE textarea {
background: none;
border: none;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .note-3M15gE textarea:focus {
background: var(--background-tertiary);
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccounts-fvr7-7 {
justify-content: space-between;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccounts-fvr7-7 .connectedAccountContainer-SlCC-S {
border: solid 1px var(--background-modifier-accent);
background: none;
border-radius: 3px;
width: 240px;
padding: 8px 14px 8px 8px;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccounts-fvr7-7 .connectedAccountContainer-SlCC-S .connectedAccountNameText-2m46Qn {
color: var(--text-normal) !important;
font-weight: 500;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccounts-fvr7-7 .connectedAccountContainer-SlCC-S .connectedAccountIcon-1FXG0p {
width: 30px;
height: 30px;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 {
background: var(--background-secondary);
border-top: none;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .userInfoSection-3her-v + .userInfoSection-3her-v {
border-top-color: var(--background-tertiary);
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccountVerifiedIcon-3XCxT8 .flowerStar-2tNFCR path {
fill: var(--background-accent) !important;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccountVerifiedIcon-3XCxT8 .childContainer-U_a6Yh path {
fill: var(--interactive-normal) !important;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .listRow-hutiT_ {
color: #fff8;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .listRow-hutiT_:hover {
background: linear-gradient(to right, var(--background-secondary-alt) 90%, var(--background-secondary));
color: #fff;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .emptyIconFriends-2LNxTX {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/845075469401587762/noMutualFriendsDark.svg?") !important;
}
.theme-dark .root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .emptyIconGuilds-2NNSTU {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/845075526682673193/noMutualServersDark.svg?") !important;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .emptyIconFriends-2LNxTX {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/782516804924080198/no_friends_in_common.svg") !important;
background-size: 50%;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .emptyIconGuilds-2NNSTU {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/782517619362234378/no_servers_in_common.svg") !important;
background-size: 50%;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .emptyText-6tYmO5 {
color: #778087;
font-weight: 600;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .note-3M15gE textarea {
font-weight: 500;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .note-3M15gE textarea::placeholder {
font-weight: 500;
text-transform: lowercase;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccount-1xKpli {
border-color: #e1e6e9;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccount-1xKpli .connectedAccountName-j0meX4 {
color: #4f545c;
font-weight: 500;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccount-1xKpli .connectedAccountVerifiedIcon-3XCxT8 .childContainer-U_a6Yh path {
fill: #737F8D;
d: path("M6.84273967,10.8167603 L11.8643,5.7952 C12.0513,5.6072 12.0513,5.3042 11.8643,5.1172 C11.6773,4.9312 11.3743,4.9312 11.1863,5.1172 L6.52303089,9.78138998 L4.8883,8.1475 C4.6843,7.9445 4.3553,7.9445 4.1523,8.1475 C3.9493,8.3515 3.9493,8.6805 4.1523,8.8835 L6.08381122,10.8160053 C6.09561409,10.8309877 6.10844368,10.8454178 6.1223,10.8592 C6.3093,11.0472 6.6123,11.0472 6.8003,10.8592 L6.82157566,10.8379243 C6.82518839,10.8345112 6.82876362,10.8310364 6.8323,10.8275 C6.83584168,10.8239583 6.83932157,10.820378 6.84273967,10.8167603 Z");
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccount-1xKpli .connectedAccountVerifiedIcon-3XCxT8 .flowerStar-2tNFCR path {
fill: #E1E6E9;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .connectedAccount-1xKpli .connectedAccountOpenIcon-1yfBsb {
color: #C2CCD2;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .listRow-hutiT_ {
margin: 0;
padding-left: 16px;
color: #737f8d;
font-weight: 500;
}
.root-8LYsGj.root-g14mjS.small-23Atuv.fullscreenOnMobile-ixj0e3 .body-1Ukv50 .listRow-hutiT_:hover {
background: linear-gradient(to right, #f9f9f9 90%, #fff);
color: #2e3136;
}
.newBadge-3QiMZJ.textBadge-1fdDPJ {
background: var(--blurple) !important;
border-radius: 3px;
}
.newBadge-3QiMZJ.textBadge-1fdDPJ .newBadgeText-2Yqi08 {
color: #fff;
font-weight: 500;
}
.badgeList-2aoHPw [src="/assets/48d5bdcffe9e7848067c2e187f1ef951.svg"], .container-1gYwHN [src="/assets/48d5bdcffe9e7848067c2e187f1ef951.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994010653545209907/badges_staff.svg);
}
.badgeList-2aoHPw [src="/assets/34306011e46e87f8ef25f3415d3b99ca.svg"], .container-1gYwHN [src="/assets/34306011e46e87f8ef25f3415d3b99ca.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994010900535201893/badges_partner.svg);
}
.badgeList-2aoHPw [src="/assets/c981e58b5ea4b7fedd3a643cf0c60564.svg"], .container-1gYwHN [src="/assets/c981e58b5ea4b7fedd3a643cf0c60564.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994011249270599811/badge_death.svg);
}
.badgeList-2aoHPw [src="/assets/e666a84a7a5ea2abbbfa73adf22e627b.svg"], .container-1gYwHN [src="/assets/e666a84a7a5ea2abbbfa73adf22e627b.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012035438346301/badge_hsevents.svg);
}
.badgeList-2aoHPw [src="/assets/efcc751513ec434ea4275ecda4f61136.svg"], .container-1gYwHN [src="/assets/efcc751513ec434ea4275ecda4f61136.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012512787906703/badge_hsbravery.svg);
}
.badgeList-2aoHPw [src="/assets/ec8e92568a7c8f19a052ef42f862ff18.svg"], .container-1gYwHN [src="/assets/ec8e92568a7c8f19a052ef42f862ff18.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012580907585746/badge_hsbrilliance.svg);
}
.badgeList-2aoHPw [src="/assets/9f00b18e292e10fc0ae84ff5332e8b0b.svg"], .container-1gYwHN [src="/assets/9f00b18e292e10fc0ae84ff5332e8b0b.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012710469648434/badge_hsbalance.svg);
}
.badgeList-2aoHPw [src="/assets/4441e07fe0f46b3cb41b79366236fca6.svg"], .container-1gYwHN [src="/assets/4441e07fe0f46b3cb41b79366236fca6.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012778996174918/badge_botdev.svg);
}
.badgeList-2aoHPw [src="/assets/24d05f3b46a110e538674edbac0db4cd.svg"], .container-1gYwHN [src="/assets/24d05f3b46a110e538674edbac0db4cd.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/994012938165821530/badge_nobitches.svg);
}
.uploadModal-2ie9O_ {
background: var(--blurple) !important;
}
.uploadModal-2ie9O_ .inner-rBP-MS {
border: dashed 2px #aab8e8;
border-radius: 10px 10px 0 0;
margin: 10px;
}
.uploadModal-2ie9O_ .inner-rBP-MS .filename-1r50Xu {
color: #fff;
}
.uploadModal-2ie9O_ .inner-rBP-MS .destination-YLLTZP {
color: #fffb;
}
.uploadModal-2ie9O_ .inner-rBP-MS .description-2AJi-V .filename-1r50Xu {
font-size: 18px !important;
}
.uploadModal-2ie9O_ .inner-rBP-MS .description-2AJi-V .subtitle-38Eluq {
color: #fff8 !important;
}
.uploadModal-2ie9O_ .inner-rBP-MS .label-21vOgf {
color: #fff;
font-weight: 400 !important;
}
.uploadModal-2ie9O_ .inner-rBP-MS .label-21vOgf .optional-2lmRBw {
color: #fff !important;
opacity: 0.6;
}
.uploadModal-2ie9O_ .inner-rBP-MS .image-2ssF8k {
border: solid 2px var(--blurple);
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h {
min-height: auto;
background: #fff1;
border-color: #fff3;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .slateTextArea-27tjG0 {
padding: 6px 6px;
color: #fff;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .slateTextArea-27tjG0 div, .uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .slateTextArea-27tjG0 span {
caret-color: #fff;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .textArea-2CLwUE {
min-height: 26px;
height: 26px;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .buttons-uaqb-5 {
height: 34px;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .buttons-uaqb-5 .emojiButton-3FRTuj {
margin: 0;
padding: 0 6px;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .wrapper-1ZcZW- {
background: #fff1;
color: #fff;
}
.uploadModal-2ie9O_ .inner-rBP-MS .scrollableContainer-15eg7h .wrapper-1ZcZW-:hover {
background: #fff;
color: var(--blurple);
}
.uploadModal-2ie9O_ .inner-rBP-MS .container-A2jo65 {
margin-top: 0;
background: #AAB8E8;
}
.uploadModal-2ie9O_ .inner-rBP-MS .container-A2jo65 + .scrollableContainer-15eg7h {
border-color: #AAB8E8;
}
.uploadModal-2ie9O_ .inner-rBP-MS .destination-YLLTZP {
color: #fff6;
}
.uploadModal-2ie9O_ .footer-VCsJQY {
background: #5b6dae;
box-shadow: none !important;
padding: 10px;
}
.uploadModal-2ie9O_ .footer-VCsJQY button[type=button] {
font-size: 16px;
font-weight: 400;
}
.uploadModal-2ie9O_ .footer-VCsJQY button[type=submit] {
background: #fff;
color: var(--blurple);
font-weight: 400;
min-width: 0;
min-height: 0;
width: auto;
height: auto;
padding: 10px 20px;
font-size: 16px;
transition: opacity 0.2s;
}
.uploadModal-2ie9O_ .footer-VCsJQY button[type=submit]:hover {
opacity: 0.8;
}
.uploadModal-2ie9O_ .footer-VCsJQY .button-f2h6uQ.lookLink-15mFoz {
color: #fff;
}
.uploadModal-2ie9O_ .footer-VCsJQY .colorStandard-21JIj7 {
color: #fffb;
}
.uploadModal-2ie9O_ .checkbox-f1HnKB {
border-color: #fff8;
}
.uploadModal-2ie9O_ .checkbox-f1HnKB.checked-1pZh2h {
background: #fff;
}
.contentWrapper-3vHNP2 .nav-1zWVQw {
margin-top: -8px;
height: 40px;
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navList-YSb9UB {
height: inherit;
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW {
height: inherit;
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButtonActive-1EqC5l {
background: none;
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI- {
height: inherit;
border-radius: 0;
border-bottom: solid 2px #0000;
transition: 0s;
padding-left: 10px;
padding-right: 10px;
color: var(--interactive-normal);
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-:hover, .contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-:active, .contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-.navButtonActive-1EqC5l {
border-color: currentColor;
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-:hover {
color: var(--interactive-hover);
}
.contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-:active, .contentWrapper-3vHNP2 .nav-1zWVQw .navItem-3McpmW.navButton-1XuvI-.navButtonActive-1EqC5l {
color: var(--interactive-active);
background: none;
}
.categoryItemDefaultCategory-3haEDq svg {
opacity: 0;
}
.categoryItemDefaultCategory-3haEDq {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930750607067848704/8f1044477c507b9b16a3d100100df2a3.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930750655604342805/bbabd25029321a8260849de01e8c13fc.svg");
}
.unicodeShortcut-3N8oDe svg {
display: none;
}
.unicodeShortcut-3N8oDe {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930750655604342805/bbabd25029321a8260849de01e8c13fc.svg") no-repeat center, var(--background-tertiary);
}
.categoryItemDefaultCategory-3haEDq[aria-label=people] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751049885691925/0f8f3bc3cf28243801b42b305dae7e8f.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=people] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930750989911326740/0509bf058793ef8ddd770a977e63614c.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=nature] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751151085854730/df16c7651155a54512ab694ea3457418.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=nature] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751349640003624/aafe899a4d7ad7717acc64f5b8f36342.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=food] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751395563450368/c7192e6557b61f914beb4f0696eef49a.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=food] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751470297559050/0eb5a2b715ff649e9757a232996817ab.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=activity] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751516950818826/1381cac7b2032db05a60ad78fbf6c038.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=activity] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751566657486888/8674c1028a63d29fb605be53eeedf1bf.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=travel] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751618784325682/872d635777b1c110e2c7b242f184c020.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=travel] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751699939909662/13e86ddf4302f697243425b2f954d00b.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=objects] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751786996879400/4a914fa3549fd757ef229ec5ef09cabd.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=objects] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751862196568134/6d9a5b47dc3bf7adf54f19b1e3f6c5ad.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=symbols] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751908224847892/4a184203a40de0302a5bdaf6f9784187.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=symbols] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930751958355156992/83095e6af6c7cf33669e3ab169296867.svg");
}
.categoryItemDefaultCategory-3haEDq[aria-label=flags] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752015565455400/d01d169644a14cc28e270c1bb81f79f9.svg");
}
.categoryItemDefaultCategorySelected-2YeRUu[aria-label=flags] {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752057298796584/ccda5cf0a64abbd18fdb9f914b55292e.svg");
}
.categoryItemDefaultCategory-3haEDq, .categoryItemDefaultCategorySelected-2YeRUu {
background-repeat: no-repeat !important;
background-position: center !important;
}
.theme-dark .tierHeaderUnlocked-1IvR2R, .theme-light .tierHeaderUnlocked-1IvR2R {
background-image: linear-gradient(90deg, hsl(270, calc(var(--saturation-factor, 1)*86.7%), 70.6%), hsl(342, calc(var(--saturation-factor, 1)*58%), 72.9%));
color: #fff;
}
.tierHeaderLocked-3ItHYn .tierLock-1uBqZ0 {
display: none;
}
.baseLayer-W6S8cY {
transition: opacity 0.4s;
transform: none !important;
}
.layers-OrUESM.layers-1YQhyW {
background: #000;
}
.content-1SgpWY {
background: var(--background-tertiary);
}
.baseLayer-W6S8cY[style*="opacity:"].stop-animations {
transform: none !important;
opacity: 0.25 !important;
pointer-events: none;
}
.baseLayer-W6S8cY[style*="opacity:"].stop-animations .pointerEvents-2zdfdO {
pointer-events: none !important;
}
.baseLayer-W6S8cY[style*="opacity:"] {
background: #0008 !important;
}
@keyframes settingsOpen {
0% {
transform: scale(0.8);
opacity: 0;
}
100% {
transform: none;
opacity: 1;
}
}
.layer-86YKbF:not(.baseLayer-W6S8cY) {
width: 800px;
margin: 60px auto;
border-radius: 5px;
top: 0;
padding-top: 0;
animation: 0.3s cubic-bezier(0.34, 1.25, 0.65, 1.05) settingsOpen;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG {
flex: 1 0 188px;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG:not(.theme-dark) .sidebar-nqHbhN .side-2ur1Qk .header-2Kx1US {
color: #000;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG:not(.theme-dark) .sidebar-nqHbhN .side-2ur1Qk .separator-2wx7h6 {
background: #0002;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG:not(.theme-dark) .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG {
color: #0008;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG:not(.theme-dark) .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG:hover, .theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG:not(.theme-dark) .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected-g-kMVV {
color: #000;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN {
width: 187px;
padding: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .header-2Kx1US:first-of-type {
font-weight: 600;
font-size: 14px;
color: #fff;
padding: 20px 0 20px 18px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .header-2Kx1US:not(:first-of-type) {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item {
border-radius: 0;
padding: 9px 6px 9px 20px;
color: rgba(255, 255, 255, 0.3);
font-size: 14px;
line-height: 1.25em;
font-weight: 500;
background: #0000 !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item:hover {
color: #fff;
box-shadow: inset 4px 0 hsl(226.7, calc(var(--saturation-factor, 1) * 58.4%), 65.1%, 0.3);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG svg, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item svg {
display: none !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected-g-kMVV, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected-g-kMVV, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected {
color: #fff;
box-shadow: inset 4px 0 var(--blurple);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG:active .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG:active .background-Gjdjzm, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected-g-kMVV .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected-g-kMVV .background-Gjdjzm, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .item-3XjbnG.selected .background-Gjdjzm, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item:active .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item:active .background-Gjdjzm, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected-g-kMVV .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected-g-kMVV .background-Gjdjzm, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected .selectedBackground-1qyzak, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .ui-tab-bar-item.selected .background-Gjdjzm {
background: none !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .sidebar-nqHbhN .side-2ur1Qk .separator-2wx7h6 {
width: 20px;
background-color: rgba(255, 255, 255, 0.1);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 {
position: fixed;
width: 696px;
margin-left: -40px;
margin-top: -40px;
z-index: 1000;
background: var(--background-primary);
border-bottom: solid 1px var(--background-modifier-accent);
border-radius: 0;
padding-bottom: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .connectedAccounts-Jb3L2_ {
margin-right: -16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 + .container-1zDvAE {
margin-top: 120px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 + .container-1zDvAE + .connectionList-11Q_X- {
margin-top: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .title-3hptVQ, .layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .formText-2ngGjI {
font-size: 11px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .title-3hptVQ {
color: var(--interactive-normal);
margin-bottom: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .formText-2ngGjI {
color: var(--text-muted);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .accountBtnInner-3ttD-i {
background-color: #0000;
border: solid 1px var(--background-modifier-accent);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 .accountBtnInner-3ttD-i:hover {
background-color: var(--background-modifier-accent);
border-color: #0000;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountList-Wii_T5 + .connectionList-1NoxUk {
margin-top: 130px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .connectionList-11Q_X- {
margin-top: 120px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) div:first-of-type > .sectionTitle-3j2YI1:first-of-type {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegion-3HkfJJ {
margin-bottom: 76px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumnMinimal-32PuDO {
padding-right: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls {
width: 190px;
padding-top: 0px;
border-right: solid 1px var(--background-modifier-accent);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .flexChild-3PzYmX {
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .item-3XjbnG {
background-image: linear-gradient(to right, #0000 4px, var(--background-primary) 4px);
border-radius: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .item-3XjbnG:hover {
background-color: var(--blurple);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .item-3XjbnG.selected-g-kMVV {
background-color: var(--blurple);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .item-3XjbnG .roleInner-Cc7SzS {
padding-left: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .addRoleButton-3Y-nzm {
padding: 20px 0;
margin: 0 20px;
box-shadow: inset 0 -1px var(--background-accent);
margin-top: 0px;
width: calc(190px - 40px);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls + .content-2ssVKB {
padding-left: 0 !important;
margin-left: 220px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls + .content-2ssVKB .container-1ws606 .custom-1Up2lr, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls + .content-2ssVKB .container-1ws606 .default-3ISV7m {
width: auto;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls + .content-2ssVKB .container-1ws606 .custom-1Up2lr button, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls + .content-2ssVKB .container-1ws606 .default-3ISV7m button {
width: 50px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V {
position: absolute;
bottom: -76px;
width: 613px;
height: 76px;
background: var(--background-secondary-alt);
border-top: solid 1px var(--background-tertiary);
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V {
background: #F9F9F9;
border-top-color: #F0F0F0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr {
position: relative;
bottom: 41px;
right: 40px;
float: right;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma {
border-radius: 3px;
width: auto;
height: auto;
padding: 10px 20px;
border: none;
background: var(--blurple);
color: #fff;
font-weight: 500;
transform: none !important;
transition: 0.2s background-color;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma:hover {
background: var(--blurple-hover);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma:active {
background: var(--blurple-active);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma svg {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma::before {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vw;
content: "";
cursor: default;
z-index: -1;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .closeButton-PCZcma:after {
content: "Done";
font-size: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V .tools-kIrEGr .keybind-13vtq8 {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .cardWrapper-CyvwQv, .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL {
background: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL {
border: solid 1px #fff2;
transition: border-color 0.2s, background-color 0.2s;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:active {
border-color: #fff;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:active {
background: #fff1;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL {
border-color: #0002;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:hover, .theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:active {
border-color: #000;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .card-2gdrYL:active {
background-color: #0001;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .gemIndicatorContainer-PqApbX {
background: var(--background-primary);
}
.theme-dark .layer-86YKbF:not(.baseLayer-W6S8cY) .guildsSection-3E1u96 .gemIndicatorContainer-PqApbX .gemWithoutLabel-7-ZvB_ {
color: #fff4;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv {
background: none;
border: solid 1px var(--blurple);
border-radius: 3px;
padding: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv:before {
right: -40px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .heading-4znNKq, .layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .headingSecondary-3zTbX4 {
text-align: left;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .tier-1EY-yj {
border-radius: 3px;
background: none;
border: solid 1px var(--blurple);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .lookInverted-2mDUMi.colorBrand-I6CyqQ {
background: none;
border: solid 1px #7289da88;
transition: border-color 0.2s, background-color 0.2s;
color: var(--header-primary);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .lookInverted-2mDUMi.colorBrand-I6CyqQ:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .lookInverted-2mDUMi.colorBrand-I6CyqQ:active {
border-color: var(--blurple);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .lookInverted-2mDUMi.colorBrand-I6CyqQ:active {
background: #7289da22;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv {
color: #000;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .wrapper-3nSjSv .tierLogo-3qD3yx {
filter: invert(1);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .noticeRegion-qjyUVg {
padding-bottom: 10px;
margin-bottom: -76px;
transform: none !important;
right: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .noticeRegion-qjyUVg .container-20TyK0 {
box-shadow: none;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .noticeRegion-qjyUVg .container-20TyK0 {
background: #fff !important;
}
.theme-dark .layer-86YKbF:not(.baseLayer-W6S8cY) .noticeRegion-qjyUVg .container-20TyK0 {
background: #282B30 !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .noticeRegion-qjyUVg button {
font-size: 16px;
width: auto;
height: auto;
padding: 10px 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .card-o7rAq- [d="M20 1.707V4.293L16.707 1L15.293 2.414L18.586 5.707H16V7.707H22V1.707H20ZM5 14.707H8V8.70697C8 7.60497 8.897 6.70697 10 6.70697H14V3.70697C14 2.60497 13.103 1.70697 12 1.70697H5C3.897 1.70697 3 2.60497 3 3.70697V12.707C3 13.809 3.897 14.707 5 14.707ZM12 8.70697H19C20.103 8.70697 21 9.60497 21 10.707V19.707C21 20.81 20.103 21.707 19 21.707H12C10.897 21.707 10 20.81 10 19.707V10.707C10 9.60497 10.897 8.70697 12 8.70697ZM16 12.707V11.707H12V12.707H16ZM12 18.707H19V17.707H12V18.707ZM12 15.707H19V14.707H12V15.707Z"] {
d: path("M4 4V22H20V24H4C2.9 24 2 23.1 2 22V4H4M15 7H20.5L15 1.5V7M8 0H16L22 6V18C22 19.11 21.11 20 20 20H8C6.89 20 6 19.1 6 18V2C6 .89 6.89 0 8 0M17 16V14H8V16H17M20 12V10H8V12H20Z");
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .card-o7rAq- [d="M12 2C14.761 2 17 4.238 17 7V9H7V7C7 4.238 9.238 2 12 2ZM10.5 5.5C10.5 6.329 11.172 7 12 7C12.828 7 13.5 6.329 13.5 5.5C13.5 4.671 12.828 4 12 4C11.172 4 10.5 4.671 10.5 5.5ZM23 22H17L19 19V12H17V18C17 18.553 16.552 19 16 19H14L15 22H9L10 19H8C7.448 19 7 18.553 7 18V12H5V19L7 22H1L3 19V12C3 10.896 3.897 10 5 10H19C20.103 10 21 10.896 21 12V19L23 22ZM13 14C13 14.553 13.448 15 14 15C14.552 15 15 14.553 15 14C15 13.447 14.552 13 14 13C13.448 13 13 13.447 13 14Z"] {
d: path("M12,2A2,2 0 0,1 14,4C14,4.74 13.6,5.39 13,5.73V7H14A7,7 0 0,1 21,14H22A1,1 0 0,1 23,15V18A1,1 0 0,1 22,19H21V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V19H2A1,1 0 0,1 1,18V15A1,1 0 0,1 2,14H3A7,7 0 0,1 10,7H11V5.73C10.4,5.39 10,4.74 10,4A2,2 0 0,1 12,2M7.5,13A2.5,2.5 0 0,0 5,15.5A2.5,2.5 0 0,0 7.5,18A2.5,2.5 0 0,0 10,15.5A2.5,2.5 0 0,0 7.5,13M16.5,13A2.5,2.5 0 0,0 14,15.5A2.5,2.5 0 0,0 16.5,18A2.5,2.5 0 0,0 19,15.5A2.5,2.5 0 0,0 16.5,13Z");
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .card-o7rAq- [d="M12 2C6.4764 2 2 6.4764 2 12C2 17.5236 6.4764 22 12 22C17.5236 22 22 17.5236 22 12C22 6.4764 17.5236 2 12 2ZM12 5.6C12.4422 5.6 12.8 5.95781 12.8 6.4V11.5376L16.5625 13.7126C16.9453 13.9329 17.0703 14.4173 16.85 14.8001C16.6297 15.183 16.1453 15.3079 15.7625 15.0876L11.6873 12.7376C11.656 12.7251 11.6279 12.7048 11.5998 12.6876C11.3607 12.5486 11.1998 12.2954 11.1998 12.0001V6.4001C11.1998 5.9579 11.5578 5.6 12 5.6Z"] {
d: path("M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C6.47,22 2,17.5 2,12A10,10 0 0,1 12,2M12.5,7V12.25L17,14.92L16.25,16.15L11,13V7H12.5Z");
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .card-o7rAq- .button-f2h6uQ {
width: auto;
height: auto;
padding: 10px 20px;
font-size: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .card-o7rAq- .flex-2S1XBF.flex-3BkGQD.horizontal-112GEH.horizontal-1Piu5-.flex-3BkGQD.directionRow-2Iu2A9.justifyEnd-2E6vba.alignCenter-1dQNNs.noWrap-2gXvwA.flexChild-3PzYmX .colorStandard-21JIj7.size14-3fJ-ot {
font-size: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .footerImage-4UrEF0 {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .footerPlaceholder-3sjNqI {
padding-bottom: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumnDefault-3eyv5o {
padding-bottom: 40px;
padding-top: 40px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY), .layer-86YKbF:not(.baseLayer-W6S8cY) {
width: 900px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V, .layer-86YKbF:not(.baseLayer-W6S8cY) .toolsContainer-25FL6V {
width: 100%;
position: absolute;
left: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumn-1C7as6, .layer-86YKbF:not(.baseLayer-W6S8cY) .customColumn-2n-oKU, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumn-1C7as6, .layer-86YKbF:not(.baseLayer-W6S8cY) .customColumn-2n-oKU {
max-width: 712px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .customScroller-m1-jZn > div, .layer-86YKbF:not(.baseLayer-W6S8cY) .customScroller-m1-jZn > div {
max-width: 712px;
margin-right: 40px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO {
overflow: hidden;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 {
margin-bottom: -500px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .sidebar-3K3Z4C .list-1AJFv_ {
margin-bottom: 218px;
padding-bottom: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 [style="position: absolute; pointer-events: none; min-height: 0px; min-width: 1px; flex: 0 0 auto; height: 96px;"] {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .titleContainer-3fPic2 {
padding-top: 20px;
margin-bottom: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .header-JUTO-g {
padding-top: 20px;
padding-left: 0;
padding-right: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .header-JUTO-g .titleText-35PD5k {
padding-left: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .header-JUTO-g .tabBar-3DfKkN .tabBarItem-3nPo4Z:first-of-type {
margin-left: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 {
width: 100%;
padding-left: 8px;
padding-right: 8px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .container-21O1cA, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .container-1zDvAE, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .colorPicker-1a1lPd + div, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 > .header-JUTO-g + div {
padding: 0 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .colorPicker-1a1lPd {
padding: 0 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .colorPicker-1a1lPd .defaultContainer-a8R542, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .colorPicker-1a1lPd .customContainer-aOMqLu {
min-width: 40px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .searchContainer-2kJ46v, .layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .searchContainer-23hFke {
padding: 0 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 > .header-JUTO-g + .permissionsWrapper-34gbP6 {
padding: 0 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 > .header-JUTO-g + .permissionsWrapper-34gbP6 .clearButton-BpcAtJ {
padding-right: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 > .header-JUTO-g + .permissionsWrapper-34gbP6 .container-1zDvAE {
padding: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .contentWidth-3aWel5 .menu-2p630X {
margin-right: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegionScroller-2_GT_N.auto-2K3UW5.scrollerBase-_bVAAt .contentColumn-1C7as6.contentColumnMinimal-32PuDO .page-15bX59 .list-38_JVu .contentWidth-3aWel5 {
padding: 0 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .header-2Kx1US .category-237uUF {
display: block;
color: var(--blurple);
font-weight: 400;
opacity: 1;
margin: 0;
}
.theme-dark .layer-86YKbF:not(.baseLayer-W6S8cY) .header-2Kx1US .category-237uUF {
color: #fff8;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .container-3SrUc_ {
margin-left: -20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .layoutStyle-1UYYUC {
padding-right: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .layoutStyle-1UYYUC .header-2Kx1US {
width: 100% !important;
margin-bottom: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .layoutStyle-1UYYUC .header-2Kx1US .sidebarHeaderDefault-PeOezn {
margin: 0 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .defaultLayoutStyle-qWB_fd {
padding-top: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .header-2Kx1US {
top: 86px;
background: none;
border-bottom: solid 1px var(--background-accent);
width: 150px;
padding: 20px 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarScrollable-2mW9Ls .card-2j1p1_ {
background: none;
padding: 0;
width: 150px;
border: none;
}
.contentColumn-1C7as6, .customColumn-2n-oKU {
max-width: 612px;
}
.platform-win .standardSidebarView-E9Pc3j {
top: 0 !important;
}
.item-2idW98 {
border-radius: 5px;
color: var(--interactive-active) !important;
background: #0000 !important;
}
.item-2idW98 .title-1yyp9V {
font-weight: 500;
}
.item-2idW98[aria-checked=false] .text-md-medium-2avxhQ {
color: var(--radio-bar-accent-color) !important;
}
.item-2idW98 .radioBar-3w9XY- {
border: solid 1px var(--background-tertiary);
background: var(--deprecated-card-editable-bg);
grid-gap: 10px;
}
.item-2idW98 .radioBar-3w9XY- .text-sm-normal-3Zj3Iv {
color: var(--interactive-normal);
}
.item-2idW98 .radioBar-3w9XY- > div:not([class*="-"]) {
justify-content: flex-start;
align-self: flex-start;
height: 24px;
}
.item-2idW98 .radioBar-3w9XY- .icon-NDLBMG {
opacity: 0.5;
}
.item-2idW98 .radioBar-3w9XY- > div:not([class*="-"]) > svg:not(.icon-NDLBMG) > path {
d: path("M3 0C1.34326 0 0 1.34277 0 3V21C0 22.6572 1.34326 24 3 24H21C22.6567 24 24 22.6572 24 21V3C24 1.34277 22.6567 0 21 0H3ZM3 1C1.89551 1 1 1.89551 1 3V21C1 22.1045 1.89551 23 3 23H21C22.1045 23 23 22.1045 23 21V3C23 1.89551 22.1045 1 21 1H3Z");
}
.theme-dark .item-2idW98 .radioBar-3w9XY- > div:not([class*="-"]) > svg:not(.icon-NDLBMG) > path {
fill: #72767d;
}
.theme-light .item-2idW98 .radioBar-3w9XY- > div:not([class*="-"]) > svg:not(.icon-NDLBMG) > path {
fill: #b9bbbe;
}
.item-2idW98 .radioBar-3w9XY- circle {
display: none;
}
.item-2idW98 .radioBar-3w9XY-[style="--radio-bar-accent-color:hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%); padding: 10px;"] {
--radio-bar-accent-color: var(--green) !important ;
}
.item-2idW98 .radioBar-3w9XY-[style="--radio-bar-accent-color:hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%); padding: 10px;"] {
--radio-bar-accent-color: var(--red) !important ;
}
.item-2idW98[aria-checked=true] {
color: #fff !important;
}
.item-2idW98[aria-checked=true] .radioBar-3w9XY- {
--radio-bar-accent-color: var(--blurple);
background-color: var(--radio-bar-accent-color);
border-color: var(--radio-bar-accent-color);
}
.item-2idW98[aria-checked=true] .radioBar-3w9XY- .text-sm-normal-3Zj3Iv {
color: #fff;
}
.item-2idW98[aria-checked=true] .radioBar-3w9XY- > div:not([class*="-"]) > svg:not(.icon-NDLBMG) > path {
d: path("M4 1C2.34326 1 1 2.34277 1 4V20C1 21.6572 2.34326 23 4 23H20C21.6567 23 23 21.6572 23 20V4C23 2.34277 21.6567 1 20 1H4ZM6.62231 12L9.74976 15.127L17.6924 7.19238L18.7498 8.25L9.74976 17.25L5.55737 13.0576L6.62231 12Z") !important;
fill: #fff !important;
}
.item-2idW98[aria-checked=false] .radioBar-3w9XY- .text-md-medium-2avxhQ {
color: var(--interactive-normal);
}
.theme-dark .item-2idW98[aria-checked=false] .radioBar-3w9XY-:hover {
border-color: #000;
background: rgba(0, 0, 0, 0.2);
}
.theme-light .item-2idW98[aria-checked=false] .radioBar-3w9XY-:hover {
border-color: #b9bbbe;
background: rgba(247, 248, 248, 0.6);
}
.item-2idW98[aria-checked=false].disabled-3tqE8r .radioBar-3w9XY- {
border: solid 1px var(--background-tertiary) !important;
background: var(--deprecated-card-editable-bg) !important;
}
[role=radiogroup] .tooltipWrapper-Z59cgW.marginBottom8-emkd0_.horizontal-1Piu5-.flex-3BkGQD.directionRow-2Iu2A9 {
margin-bottom: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=changelog-tab] {
color: hsl(37.5, calc(var(--saturation-factor, 1) * 95.7%), 54.1%) !important;
font-size: 12px !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69);"], .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69); background-color: rgba(237, 66, 69, 0.1);"], .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(255, 255, 255); background-color: rgb(237, 66, 69);"], .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=logout-tab], .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab] {
display: block;
position: absolute;
bottom: 18px;
left: 220px;
z-index: 999;
background-color: transparent !important;
border-radius: 3px !important;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772126568184021002/logout.svg?) !important;
background-repeat: no-repeat !important;
background-size: 16px 16px !important;
background-position: 8px 8px !important;
font-size: 0 !important;
padding: 0;
width: 32px !important;
height: 32px !important;
transition: 0.15s;
box-shadow: none !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69);"]:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69);"]:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69); background-color: rgba(237, 66, 69, 0.1);"]:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69); background-color: rgba(237, 66, 69, 0.1);"]:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(255, 255, 255); background-color: rgb(237, 66, 69);"]:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(255, 255, 255); background-color: rgb(237, 66, 69);"]:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=logout-tab]:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=logout-tab]:active, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab]:hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab]:active {
background-color: var(--red) !important;
box-shadow: none !important;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772126576854433802/logout-hover.svg?) !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69);"] + .separator-2wx7h6, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69);"] svg, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69); background-color: rgba(237, 66, 69, 0.1);"] + .separator-2wx7h6, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(237, 66, 69); background-color: rgba(237, 66, 69, 0.1);"] svg, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(255, 255, 255); background-color: rgb(237, 66, 69);"] + .separator-2wx7h6, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[style="color: rgb(255, 255, 255); background-color: rgb(237, 66, 69);"] svg, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=logout-tab] + .separator-2wx7h6, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=logout-tab] svg, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab] + .separator-2wx7h6, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab] svg {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab]:nth-last-of-type(1) {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772127144858877992/delete.svg?) !important;
background-repeat: no-repeat !important;
background-size: 16px 16px !important;
background-position: 8px 8px !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab]:nth-last-of-type(1):hover, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .side-2ur1Qk .item-3XjbnG[aria-controls=delete-tab]:nth-last-of-type(1):active {
background-color: var(--red) !important;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772126969084772362/delete-hover.svg?) !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) #guild_identity_settings_page-tab {
max-width: 740px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) #guild_identity_settings_page-tab .baseLayout-8AMrwn > div:first-of-type {
margin-right: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .icon-Zc-uZZ, .layer-86YKbF:not(.baseLayer-W6S8cY) .icon-3Povsy {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegion-3HkfJJ > .contentTransitionWrap-1YD530 > .contentRegionScroller-2_GT_N.contentRegionShownSidebar-fHXkEg.auto-2K3UW5.scrollerBase-_bVAAt > .contentColumn-1C7as6.contentColumnDefault-3eyv5o > div > .children-1xdcWE > div[tabindex="-1"] + .marginTop8-24uXGp + .marginTop8-24uXGp:before {
content: "IF YOU USE COMPACT MODE: Go to GitHub then navigate to\aXYZenix/XYZenixThemes/DTM-16-V5 and get the Compact Mode fix mini-theme! The current version of the compact mode fix is 5.1";
font-size: 14px;
white-space: pre-wrap;
line-height: 130%;
color: var(--text-normal);
font-weight: 800 !important;
background: var(--deprecated-card-editable-bg);
border: solid 1px var(--red);
font-weight: 400;
padding: 10px;
margin-bottom: 10px;
border-radius: 3px;
display: block;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentRegion-3HkfJJ > .contentTransitionWrap-1YD530 > .contentRegionScroller-2_GT_N.contentRegionShownSidebar-fHXkEg.auto-2K3UW5.scrollerBase-_bVAAt > .contentColumn-1C7as6.contentColumnDefault-3eyv5o > div > .children-1xdcWE > div[tabindex="-1"] + .marginTop8-24uXGp + .marginTop8-24uXGp + .divider-_0um2u.marginTop20-2T8ZJx + .marginTop20-2T8ZJx:before {
content: "Recommended chat font scaling for DTM-16 is 15px. The theme WILL NOT work well at sizes above 18px. Message group spacing option probably does nothing, I'll probably fix it someday.";
font-size: 14px;
line-height: 130%;
color: var(--text-normal);
background: var(--deprecated-card-editable-bg);
border: solid 1px var(--background-tertiary);
font-weight: 400;
padding: 10px;
margin-bottom: 10px;
border-radius: 3px;
display: block;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumn-1C7as6, .layer-86YKbF:not(.baseLayer-W6S8cY) .customColumn-2n-oKU {
max-width: 697px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumn-1C7as6 .container-kGajJd, .layer-86YKbF:not(.baseLayer-W6S8cY) .customColumn-2n-oKU .container-kGajJd {
margin-left: -20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .contentColumn-1C7as6 .container-kGajJd .addFieldButtonsContainer-o9K-3B, .layer-86YKbF:not(.baseLayer-W6S8cY) .customColumn-2n-oKU .container-kGajJd .addFieldButtonsContainer-o9K-3B {
margin-right: 8px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .saveNoticeContainer-3t-pI1 {
margin-left: -14px;
margin-bottom: 52px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .saveNoticeContainer-3t-pI1 .elevationHigh-28Pty4 {
background: var(--background-secondary-alt) !important;
box-shadow: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .container-20TyK0.elevationHigh-28Pty4 {
width: 660px;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .container-20TyK0.elevationHigh-28Pty4 {
background: #F9F9F9 !important;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .container-20TyK0.elevationHigh-28Pty4 .message-3C6JQ1, .theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .container-20TyK0.elevationHigh-28Pty4 .contents-3ca1mk span {
color: #000 !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98 {
margin: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98 .radioBar-3w9XY- {
background: none;
border: none;
border-radius: 0;
border-top: solid 1px var(--background-accent);
padding: 16px 10px !important;
grid-gap: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98 .radioBar-3w9XY- .option-1YIfI9 {
font-weight: 400;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98:first-of-type .radioBar-3w9XY- {
border-top: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98 div > svg {
background: radial-gradient(#fff 8px, #0000 8px);
border-radius: 50px;
margin-left: 0px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98 div > svg > path {
d: path("M12.0003 1.00001C5.92507 1.00001 1.00024 5.92526 1.00055 12.0005V12.0005C1.00085 18.0752 5.9255 22.9998 12.0003 22.9998V22.9998C18.0752 22.9998 23 18.0749 23 11.9999V11.9999C23 5.92492 18.0752 1 12.0003 1.00001V1.00001ZM6.62231 11.9998L9.74976 15.1268L17.6924 7.19218L18.7498 8.2498L9.74976 17.2498L5.55737 13.0574L6.62231 11.9998Z") !important;
fill: var(--green) !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98[aria-checked=false] svg {
background: none;
border: solid 1px var(--background-accent);
margin-left: -45px !important;
opacity: 0 !important;
transition: 0.2s;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98[aria-checked=false] svg path {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) [role=tabpanel][id=language-tab] .item-2idW98:hover svg {
margin-left: 0 !important;
opacity: 1 !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .profileCustomizationSection-2OOT4p {
margin-left: -20px;
margin-right: -20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .profileCustomizationSection-2OOT4p .customizationSection-IGy2fS.preview-Z55SA3 {
margin-left: 10px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .profileCustomizationSection-2OOT4p .customizationSection-IGy2fS.preview-Z55SA3 .profileBannerPreview-3mLIdO {
box-shadow: var(--elevation-stroke), var(--elevation-medium);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- {
margin-top: -100px;
background: none;
padding: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .settingsBanner-1eDJ5w {
opacity: 0;
visbility: hidden;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .background-3d_SjE {
margin: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .fieldList-in8WkP {
background: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .userInfo-regn9W {
padding-right: 0;
padding-top: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .userInfo-regn9W .button-f2h6uQ.lookFilled-yCfaCM.colorBrand-I6CyqQ {
margin-top: 8px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .accountProfileCard-lbN7n- .avatar-3mTjvZ {
margin-left: -15px;
margin-top: 7px;
border: none;
background: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .separator-2wx7h6:nth-last-of-type(2) {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .nowPlaying-zBamm2 {
background: var(--green);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .nowPlaying-zBamm2 .fill-MYciTJ {
fill: #fff;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP {
margin-top: 40px;
display: flex;
flex-direction: row;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG {
display: flex;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .userProfileCustomizationTitle-2PzmOq {
position: absolute;
left: 0;
margin-top: -24px;
font-weight: 800;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .userProfileCustomizationTitle-2PzmOq svg {
display: none;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .userProfileCustomizationTitle-2PzmOq {
color: var(--blurpl);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .description-30xx7u p {
margin: 6px 0;
font-size: 11px;
margin: 0;
line-height: 13px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .lookOutlined-3yKVGo.colorPrimary-2AuQVo {
margin-top: 5px;
border: none;
background: var(--blurple);
font-size: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .lookOutlined-3yKVGo.colorPrimary-2AuQVo:hover {
background: var(--blurple-hover);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerInfo-3uf8pG .lookOutlined-3yKVGo.colorPrimary-2AuQVo:active {
background: var(--blurple-active);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD {
display: flex;
order: -1;
margin-left: 0;
margin-right: 20px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD .previewProfile-_oCk35 {
width: 300px;
height: 120px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD .previewProfile-_oCk35 .avatarUploaderInner-yEhTv5 {
border-radius: 5px;
box-shadow: 0 0 3px 1px #0002;
}
.theme-light .layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD .previewProfile-_oCk35 .avatarUploaderInner-yEhTv5 {
box-shadow: 0 0 0 4px #F3F4F4;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD .previewProfile-_oCk35 .avatar-2PN2-j, .layer-86YKbF:not(.baseLayer-W6S8cY) .children-1xdcWE .profileBannerSection-CYy4KP .profileBannerPreview-3FLQKD .previewProfile-_oCk35 .profileBackgroundPreview-3BVL0Q {
display: none;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .background-3d_SjE {
background: none;
padding: 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .background-3d_SjE .fieldList-in8WkP {
padding: 10px 0 0 0;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .fill-MYciTJ {
fill: var(--interactive-normal);
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegionScroller-FXiQOh, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG {
width: 187px !important;
display: block !important;
flex: none;
overflow: visible !important;
height: 100%;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .side-2ur1Qk, .layer-86YKbF:not(.baseLayer-W6S8cY) .sidebarRegion-1VBisG .scroller-2FKFPG {
overflow: visible !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebar-nqHbhN {
overflow-y: scroll !important;
height: inherit;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebar-nqHbhN::-webkit-scrollbar {
background: var(--background-secondary) !important;
width: 12px !important;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .sidebar-nqHbhN::-webkit-scrollbar-thumb {
background: var(--background-tertiary);
border: solid 2px var(--background-secondary);
border-radius: 50px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .featureGrid-SSlfD0 {
margin-left: -32px;
margin-right: -32px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .authedApp-8q3NA9 .labelBold-199Hd8 {
font-weight: bold;
font-size: 16px;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .authedApp-8q3NA9 .h5-2RwDNl {
font-size: 11px;
font-weight: bold;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .authedApp-8q3NA9 .formText-2ngGjI {
font-size: 16px;
font-weight: 500;
}
.layer-86YKbF:not(.baseLayer-W6S8cY) .authedApp-8q3NA9 .permissionCheckmark-ji-OoY {
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/992461951089258566/h.svg);
}
.typeCreate--o_pRH {
color: var(--green);
}
.typeCreate--o_pRH:after {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752328682840165/9d5a0ed6004593447a865df0f7eb149e.svg");
}
.typeDelete-1AYMTg {
color: var(--red);
}
.typeDelete-1AYMTg:after {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752328913547325/38bba2d1bd82fd0b60d33367adccf8b7.svg");
}
.typeUpdate-34INPr {
color: var(--yellow);
}
.typeUpdate-34INPr:after {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752329110671420/fd7c3b7bb65f185a5d91f5302f30ac0c.svg");
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .button-f2h6uQ {
padding: 10px 20px;
width: auto;
height: auto;
font-size: 16px;
font-weight: 400;
}
.theme-dark .app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .closeButton-PCZcma, .theme-dark .app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .keybind-13vtq8 {
color: #72767d;
}
.theme-dark .app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .closeButton-PCZcma svg, .theme-dark .app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .keybind-13vtq8 svg {
color: #dcddde;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .barBackground-unEPDT {
height: 8px;
top: 8px;
background: #ebedef;
}
.theme-dark .app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .barBackground-unEPDT {
background: #202225;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .barForeground-2kwBa_ {
background: #c7d0f0;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .barSecondary-VouwoY {
background: #c7d0f088;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .tierMarker-Vw1C95 {
background: #8ea1e1 !important;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .tierMarker-Vw1C95.tierMarkerAccomplished-1SkbEJ {
background: linear-gradient(90deg, #b473f5, #e292aa) !important;
}
.app-3xd6d0 + div + .layerContainer-2v_Sit .root-2zfUH6 .tierMarker-Vw1C95 path {
fill: #fff;
}
.content-1K9Tdt .bar-FCMoKY {
x: 8px;
width: 8px;
color: #ebedef;
}
.theme-dark .content-1K9Tdt .bar-FCMoKY {
color: #202225;
}
.content-1K9Tdt .bar-FCMoKY.foreground-3_3Pgi {
color: #c7d0f0;
}
.theme-dark .content-1K9Tdt .tierAccomplished-1I5NaT, .theme-dark .content-1K9Tdt .tierCurrent-2nowYi, .theme-dark .content-1K9Tdt .tierFirst-1Vn3wS, .theme-light .content-1K9Tdt .tierAccomplished-1I5NaT, .theme-light .content-1K9Tdt .tierCurrent-2nowYi, .theme-light .content-1K9Tdt .tierFirst-1Vn3wS {
background: linear-gradient(90deg, #b473f5, #e292aa) !important;
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf {
background: linear-gradient(90deg, #b473f5, #e292aa);
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .tierIcon-3m8V16, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .tierIcon-3m8V16 {
color: #fff;
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .tierUnlocked-ziudxO, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .tierUnlocked-ziudxO {
background: #fff;
color: var(--blurple);
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ {
background: none;
color: #fff;
border: solid 1px #fff6;
transition: 0.18s;
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ:hover, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ:hover {
border-color: #fff;
}
.theme-dark .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ:active, .theme-light .content-1K9Tdt .tierHeaderUnlocked-1OpOLf .lookFilled-yCfaCM.colorBrand-I6CyqQ:active {
border-color: #fff;
background: #fff2;
}
.subscription-3aLGnG {
background: #0000;
border: solid 1px var(--background-accent);
border-radius: 3px;
}
.subscription-3aLGnG .tierPill-1yRO48 {
box-shadow: inset 0 0 0 1px var(--background-accent);
}
.activeTransferGuildCardBorder-2jUQ7t {
border-radius: 3px;
}
.activeTransferGuildCardBorder-2jUQ7t .transferToGuildCard-1S-m5v {
background: var(--background-primary);
border-color: var(--background-primary);
}
.feature-2IUcBI .featureTitle-3N9Stg {
color: #fff !important;
font-weight: bold;
}
.feature-2IUcBI .featureDescription-3U0QB3 {
color: #fff;
}
.feature-2IUcBI.featurePerGuildProfile-3nTrFP {
background: linear-gradient(135deg, hsl(224.3, calc(var(--saturation-factor, 1)*100%), 63.3%), hsl(183.5, calc(var(--saturation-factor, 1)*100%), 56.5%));
}
.feature-2IUcBI.featureVideoBackgrounds-3-ItPq {
background: linear-gradient(135deg, hsl(243.7, calc(var(--saturation-factor, 1)*100%), 65.3%), hsl(305.6, calc(var(--saturation-factor, 1)*84.3%), 55.1%));
}
.feature-2IUcBI.featureProfile-2h92hd {
background: linear-gradient(135deg, hsl(113.6, calc(var(--saturation-factor, 1)*92%), 34.1%), hsl(163.2, calc(var(--saturation-factor, 1)*100%), 37.8%));
}
.feature-2IUcBI.stickers-2JFQr2 {
background: linear-gradient(135deg, hsl(0, calc(var(--saturation-factor, 1)*80.3%), 60.2%), hsl(53, calc(var(--saturation-factor, 1)*72.5%), 37.1%));
}
.feature-2IUcBI.featureEmoji-cnSD0D {
background: linear-gradient(135deg, hsl(175.2, calc(var(--saturation-factor, 1)*100%), 31.8%), hsl(183.5, calc(var(--saturation-factor, 1)*90.4%), 55.3%));
}
.feature-2IUcBI.featurePremiumGuild-2uV6-N {
background: linear-gradient(135deg, hsl(224.5, calc(var(--saturation-factor, 1)*100%), 62.2%), hsl(241.2, calc(var(--saturation-factor, 1)*100%), 79.8%));
}
.feature-2IUcBI.featureBadge-1FNGAH {
background: linear-gradient(135deg, hsl(241.4, calc(var(--saturation-factor, 1)*100%), 74.1%), hsl(302.1, calc(var(--saturation-factor, 1)*100%), 72.5%));
}
.feature-2IUcBI.featureUploadSize-3k1zif {
background: linear-gradient(135deg, hsl(303.1, calc(var(--saturation-factor, 1)*93.2%), 59.4%), hsl(43.3, calc(var(--saturation-factor, 1)*100%), 64.7%));
}
.feature-2IUcBI.featureGoLive-15Pf6l {
background: linear-gradient(135deg, hsl(21.6, calc(var(--saturation-factor, 1)*86.5%), 50.8%), hsl(43.3, calc(var(--saturation-factor, 1)*100%), 64.7%));
}
.feature-2IUcBI.featureLongerMessageContent-4BIM8v {
background: linear-gradient(135deg, hsl(35.4, calc(var(--saturation-factor, 1)*32.2%), 52.5%), hsl(14.3, calc(var(--saturation-factor, 1)*97.9%), 37.1%));
}
.feature-2IUcBI.featureMoreServers-3eY3SW {
background: linear-gradient(135deg, hsl(165.8, calc(var(--saturation-factor, 1)*45.8%), 47.1%), hsl(244.8, calc(var(--saturation-factor, 1)*100%), 63.1%));
}
.progressBar-2yl2pi {
background: linear-gradient(90deg, hsl(270, calc(var(--saturation-factor, 1)*86.7%), 70.6%), hsl(342, calc(var(--saturation-factor, 1)*58%), 72.9%));
}
.container-2giAcK:hover .progressBar-2yl2pi {
background: linear-gradient(90deg, hsl(270, calc(var(--saturation-factor, 1)*86.7%), 70.6%), hsl(342, calc(var(--saturation-factor, 1)*58%), 72.9%) 34%, hsl(270, calc(var(--saturation-factor, 1)*86.7%), 70.6%) 67%, hsl(342, calc(var(--saturation-factor, 1)*58%), 72.9%));
background-size: 300% 100%;
}
.container-2nx-BQ .input-2XRLou {
opacity: 1;
width: 0;
background: #0000 !important;
}
.container-2nx-BQ .input-2XRLou:before, .container-2nx-BQ .input-2XRLou:after {
transition: 0.1s;
content: "";
display: block;
border-radius: 50px;
}
.container-2nx-BQ .input-2XRLou:before {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
width: 42px;
height: 24px;
background: #72767d;
margin-top: -3px;
margin-left: -6px;
}
.container-2nx-BQ .input-2XRLou:hover:before {
background: #80848A;
}
.container-2nx-BQ .input-2XRLou:after {
position: absolute;
width: 18px;
height: 18px;
top: 0px;
left: -3px;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.container-2nx-BQ .input-2XRLou:checked:before {
background: var(--blurple);
}
.container-2nx-BQ .input-2XRLou:checked:hover:before {
background: hsl(226.6, calc(var(--saturation-factor, 1) * 58.8%), 68.6%);
}
.container-2nx-BQ .input-2XRLou:checked:after {
transform: translate3d(18px, 0, 0);
}
.container-2nx-BQ .input-2XRLou:active:before {
background: #676a71;
}
.container-2nx-BQ .input-2XRLou:active:after {
width: 26px;
}
.container-2nx-BQ .input-2XRLou:checked:active:before {
background: hsl(226.9, calc(var(--saturation-factor, 1) * 41.2%), 58.6%);
}
.container-2nx-BQ .input-2XRLou:checked:active:after {
left: -11px;
width: 26px;
}
.container-2nx-BQ .input-2XRLou svg {
display: none;
}
.bd-switch {
margin-right: 40px;
}
.bd-switch .bd-switch-body {
display: none;
}
.bd-switch input[type=checkbox] {
opacity: 1;
width: 0;
background: #0000 !important;
}
.bd-switch input[type=checkbox]:before, .bd-switch input[type=checkbox]:after {
transition: 0.1s;
content: "";
display: block;
border-radius: 50px;
}
.bd-switch input[type=checkbox]:before {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
width: 42px;
height: 24px;
background: #72767d;
margin-top: -3px;
margin-left: -6px;
}
.bd-switch input[type=checkbox]:hover:before {
background: #80848A;
}
.bd-switch input[type=checkbox]:after {
position: absolute;
width: 18px;
height: 18px;
top: 0px;
left: -3px;
background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.bd-switch input[type=checkbox]:checked:before {
background: var(--blurple);
}
.bd-switch input[type=checkbox]:checked:hover:before {
background: #8095DE;
}
.bd-switch input[type=checkbox]:checked:after {
transform: translate3d(18px, 0, 0);
}
.bd-switch input[type=checkbox]:active:before {
background: #676a71;
}
.bd-switch input[type=checkbox]:active:after {
width: 26px;
}
.bd-switch input[type=checkbox]:checked:active:before {
background: #6a7dc1;
}
.bd-switch input[type=checkbox]:checked:active:after {
left: -11px;
width: 26px;
}
.bd-switch input[type=checkbox] svg {
display: none;
}
.bd-addon-header .bd-switch {
margin-top: -18px;
}
.group-LWHoGI {
border: none;
}
.item-4m-12I {
cursor: pointer;
width: 36px;
border: solid 1px #18191c;
}
.item-4m-12I path, .item-4m-12I g {
display: none;
}
.item-4m-12I:first-of-type {
border-radius: 3px 0 0 3px;
}
.item-4m-12I:nth-of-type(2) {
border-left: none;
border-right: none;
}
.item-4m-12I:last-of-type {
border-radius: 0 3px 3px 0;
}
.item-4m-12I:not(.selected-3jieYB):hover {
background: none;
}
.item-4m-12I svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752456621719582/bbc9e257da833d4b7d22c82a1de8a0a0.svg") center;
}
.item-4m-12I.selected-3jieYB {
background: #747F8D;
}
.item-4m-12I.selected-3jieYB svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752514972848148/f081fef9b7d9610309e65b5282bd0ca9.svg") center;
}
.item-4m-12I.allow-1h61-Z svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752558220328990/ffeba954d48c1ac993679084cee38746.svg") center;
}
.item-4m-12I.allow-1h61-Z.selected-3jieYB {
border-color: var(--green);
background: var(--green);
}
.item-4m-12I.allow-1h61-Z.selected-3jieYB svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752633881374760/7b5b950896ff4214b058f76ba0e84a7b.svg") center;
}
.item-4m-12I.deny-1GO6vI svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752678835912725/132b1ce1c085ff84256f3b16943bc782.svg") center;
}
.item-4m-12I.deny-1GO6vI.selected-3jieYB {
border-color: var(--red);
background: var(--red);
}
.item-4m-12I.deny-1GO6vI.selected-3jieYB svg {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752744581636116/46eac82bb5b3ccd5049e8b3a96910327.svg") center;
}
.recentMentionsPopout-2bI1ZN .header-145e10 {
padding: 0;
background: var(--background-primary);
}
.recentMentionsPopout-2bI1ZN .header-145e10 .tab-TRrPC8 {
padding: 27px 20px;
background: none !important;
border-bottom: solid 2px #0000;
border-radius: 0;
margin: 0;
}
.recentMentionsPopout-2bI1ZN .header-145e10 .tab-TRrPC8:hover {
border-color: #fff5;
}
.theme-light .recentMentionsPopout-2bI1ZN .header-145e10 .tab-TRrPC8:hover {
border-color: #7289da88;
}
.recentMentionsPopout-2bI1ZN .header-145e10 .tab-TRrPC8.selected-g-kMVV {
border-color: #fff;
}
.theme-light .recentMentionsPopout-2bI1ZN .header-145e10 .tab-TRrPC8.selected-g-kMVV {
border-color: var(--blurple);
}
.recentMentionsPopout-2bI1ZN .header-145e10 .secondary-2bzKEX {
margin: 12px 20px;
border-radius: 3px;
background: none !important;
opacity: 0.5;
}
.recentMentionsPopout-2bI1ZN .header-145e10 .secondary-2bzKEX:hover {
opacity: 0.8;
}
.recentMentionsPopout-2bI1ZN .header-145e10 .secondary-2bzKEX [d="M4.33331 1.33331C3.78103 1.33331 3.33331 1.78103 3.33331 2.33331V9.99998H2.33331C1.78103 9.99998 1.33331 10.4477 1.33331 11C1.33331 11.5523 1.78103 12 2.33331 12H3.33331V13.6666C3.33331 14.2189 3.78103 14.6666 4.33331 14.6666C4.8856 14.6666 5.33331 14.2189 5.33331 13.6666V12H6.33331C6.8856 12 7.33331 11.5523 7.33331 11C7.33331 10.4477 6.8856 9.99998 6.33331 9.99998H5.33331V2.33331C5.33331 1.78103 4.8856 1.33331 4.33331 1.33331ZM10.6666 2.33331C10.6666 1.78103 11.1144 1.33331 11.6666 1.33331C12.2189 1.33331 12.6666 1.78103 12.6666 2.33331V3.99998H13.6666C14.2189 3.99998 14.6666 4.44769 14.6666 4.99998C14.6666 5.55226 14.2189 5.99998 13.6666 5.99998H12.6666V13.6666C12.6666 14.2189 12.2189 14.6666 11.6666 14.6666C11.1144 14.6666 10.6666 14.2189 10.6666 13.6666V5.99998H9.66665C9.11436 5.99998 8.66665 5.55226 8.66665 4.99998C8.66665 4.44769 9.11436 3.99998 9.66665 3.99998H10.6666V2.33331Z"] {
d: path("M8,5C6.3,5,5,6.3,5,8c0,1.7,1.3,3,3,3c1.7,0,3-1.3,3-3 C11,6.3,9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2s2,0.9,2,2C10,9.1,9.1,10,8,10z M16,8c0-1-0.8-1.9-1.8-2 c-0.1-0.3-0.3-0.7-0.4-1c0.7-0.8,0.6-1.9-0.1-2.7c-0.7-0.7-1.9-0.8-2.7-0.1c-0.3-0.2-0.6-0.3-1-0.4C9.9,0.8,9,0,8,0 C7,0,6.1,0.8,6,1.8C5.7,1.9,5.3,2.1,5,2.2C4.2,1.6,3.1,1.6,2.3,2.3C1.6,3.1,1.6,4.2,2.2,5C2.1,5.3,1.9,5.7,1.8,6C0.8,6.1,0,7,0,8 c0,1,0.8,1.9,1.8,2c0.1,0.3,0.3,0.7,0.4,1c-0.7,0.8-0.6,1.9,0.1,2.7c0.7,0.7,1.9,0.8,2.7,0.1c0.3,0.2,0.6,0.3,1,0.4 C6.1,15.2,7,16,8,16c1,0,1.9-0.8,2-1.8c0.3-0.1,0.7-0.3,1-0.4c0.8,0.7,1.9,0.6,2.7-0.1c0.7-0.7,0.8-1.9,0.1-2.7 c0.2-0.3,0.3-0.6,0.4-1C15.2,9.9,16,9,16,8z M13.4,9c-0.1,0.8-0.5,1.5-0.9,2.1l0.4,0.4c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0 l-0.4-0.4C10.5,13,9.8,13.3,9,13.4V14c0,0.6-0.4,1-1,1c-0.6,0-1-0.4-1-1v-0.6c-0.8-0.1-1.5-0.5-2.1-0.9l-0.4,0.4 c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l0.4-0.4C3,10.5,2.7,9.8,2.6,9H2C1.4,9,1,8.6,1,8c0-0.6,0.4-1,1-1h0.6 C2.7,6.2,3,5.5,3.5,4.9L3.1,4.5c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l0.4,0.4C5.5,3,6.2,2.7,7,2.6V2c0-0.6,0.4-1,1-1 c0.6,0,1,0.4,1,1v0.6c0.8,0.1,1.5,0.5,2.1,0.9l0.4-0.4c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-0.4,0.4C13,5.5,13.3,6.2,13.4,7 H14c0.6,0,1,0.4,1,1c0,0.6-0.4,1-1,1H13.4z");
}
[d="M12 2C6.486 2 2 6.486 2 12C2 17.515 6.486 22 12 22C14.039 22 15.993 21.398 17.652 20.259L16.521 18.611C15.195 19.519 13.633 20 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12V12.782C20 14.17 19.402 15 18.4 15L18.398 15.018C18.338 15.005 18.273 15 18.209 15H18C17.437 15 16.6 14.182 16.6 13.631V12C16.6 9.464 14.537 7.4 12 7.4C9.463 7.4 7.4 9.463 7.4 12C7.4 14.537 9.463 16.6 12 16.6C13.234 16.6 14.35 16.106 15.177 15.313C15.826 16.269 16.93 17 18 17L18.002 16.981C18.064 16.994 18.129 17 18.195 17H18.4C20.552 17 22 15.306 22 12.782V12C22 6.486 17.514 2 12 2ZM12 14.599C10.566 14.599 9.4 13.433 9.4 11.999C9.4 10.565 10.566 9.399 12 9.399C13.434 9.399 14.6 10.565 14.6 11.999C14.6 13.433 13.434 14.599 12 14.599Z"] {
d: path("M12.2608 9.57136C11.9142 9.57136 11.6072 9.67136 11.3464 9.87136C11.0856 10.0714 10.8643 10.325 10.6821 10.6357C10.5 10.9429 10.3643 11.2856 10.2678 11.6571C10.1749 12.0286 10.125 12.3894 10.125 12.7322C10.125 12.9035 10.1429 13.0858 10.1786 13.2822C10.2142 13.475 10.2856 13.6536 10.3963 13.8214C10.5035 13.9856 10.6462 14.1214 10.8213 14.2286C10.9963 14.3358 11.2285 14.3894 11.5178 14.3894C11.9106 14.3894 12.2427 14.2928 12.5178 14.1C12.7928 13.9072 13.0178 13.6642 13.1928 13.3678C13.3678 13.075 13.4928 12.7536 13.575 12.4109C13.6536 12.068 13.6928 11.7501 13.6928 11.4643C13.6928 11.2357 13.6714 11.0107 13.6286 10.7858C13.5858 10.5643 13.5109 10.3643 13.4 10.1822C13.2928 10.0037 13.1429 9.85728 12.9536 9.74288C12.7678 9.62864 12.5358 9.57136 12.2608 9.57136V9.57136ZM18.5781 16.8728C18.8467 17.1622 18.8467 17.6317 18.5514 17.8933C17.8125 18.5461 16.9693 19.0408 16.0214 19.375C14.8464 19.7928 13.6072 20 12.3035 20C11.057 20 9.92128 19.8035 8.9 19.4072C7.87856 19.0144 7.00352 18.4642 6.28208 17.7608C5.55712 17.0573 4.99632 16.2142 4.59632 15.2322C4.19648 14.2499 4 13.1786 4 12.0179C4 10.8714 4.21792 9.81072 4.6536 8.83568C5.08928 7.86064 5.68208 7.01424 6.43568 6.29632C7.18928 5.57856 8.06784 5.01776 9.07856 4.60704C10.0821 4.20352 11.1606 4 12.3035 4C13.2891 4 14.2464 4.14288 15.1714 4.42864C16.1 4.7144 16.9214 5.1464 17.6394 5.71792C18.3571 6.29296 18.9286 7.0072 19.3571 7.86784C19.7858 8.72864 20 9.73936 20 10.9C20 11.7606 19.8822 12.5214 19.6429 13.1786C19.4037 13.8392 19.0859 14.3893 18.6859 14.8357C18.2859 15.2821 17.8323 15.6141 17.3179 15.8357C16.8037 16.0571 16.2645 16.1677 15.7002 16.1677C15.1216 16.1677 14.6573 16.032 14.3074 15.7606C13.961 15.4891 13.7859 15.1427 13.7859 14.7285H13.6787C13.461 15.0714 13.1286 15.3998 12.6787 15.707C12.2288 16.0142 11.6787 16.1712 11.0251 16.1712C10.0394 16.1712 9.27872 15.8498 8.74288 15.2034C8.2072 14.557 7.93936 13.7211 7.93936 12.6856C7.93936 12.0819 8.03936 11.4891 8.24288 10.8998C8.4464 10.3106 8.73584 9.78912 9.11072 9.32848C9.48576 8.87136 9.93568 8.49984 10.4571 8.22128C10.9786 7.94272 11.5571 7.80352 12.1965 7.80352C12.7466 7.80352 13.2109 7.91776 13.5893 8.1464C13.9643 8.37504 14.2109 8.65712 14.3286 8.98576H14.3501L14.3829 8.82512C14.4614 8.4384 14.8448 8.12512 15.2394 8.12512H15.7466C16.1413 8.12512 16.3952 8.43792 16.3141 8.824L15.6074 12.193C15.5787 12.393 15.5394 12.6144 15.4894 12.8608C15.4395 13.1038 15.4144 13.3323 15.4144 13.5502C15.4144 13.7931 15.461 13.9966 15.5574 14.1645C15.6502 14.3288 15.836 14.411 16.1109 14.411C16.6752 14.411 17.143 14.1109 17.5146 13.5075C17.8824 12.904 18.068 12.0968 18.068 11.0789C18.068 10.2182 17.9216 9.45392 17.6323 8.7896C17.3429 8.12176 16.9394 7.56464 16.4251 7.11104C15.9109 6.66112 15.2965 6.31824 14.5893 6.0896C13.8787 5.86096 13.1037 5.74672 12.2645 5.74672C11.3501 5.74672 10.5144 5.90736 9.75376 6.22896C8.99296 6.5504 8.34304 6.9968 7.8072 7.56112C7.27152 8.12896 6.85376 8.79328 6.55728 9.56112C6.25728 10.3254 6.10736 11.1541 6.10736 12.0434C6.10736 12.9898 6.26448 13.8434 6.5752 14.604C6.88592 15.3646 7.32528 16.0112 7.88944 16.5504C8.4536 17.0896 9.1288 17.5005 9.91088 17.7862C10.6931 18.0718 11.5573 18.2147 12.4966 18.2147C13.6717 18.2147 14.6824 18.0291 15.5288 17.6541C16.1653 17.3749 16.763 17.0126 17.323 16.5694C17.632 16.3248 18.0819 16.3384 18.3506 16.6277L18.5781 16.8728V16.8728Z");
}
.secured-2wavXv:before {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930752807617843230/0c89a0b25036b406bcbcf37701ec738f.svg") 50% no-repeat;
}
.actions-10aT1z .iconWrapper-2_MXbk {
background: none !important;
}
.actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT {
box-shadow: inset 0 0 0 1px #fff2;
transition: 0.2s;
background: none !important;
}
.actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT:hover:not(.disabled-2gUzwG) {
box-shadow: inset 0 0 0 1px #fff4;
}
.actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT.disabled-2gUzwG {
box-shadow: inset 0 0 0 1px #fff1;
}
.theme-light .actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT {
box-shadow: inset 0 0 0 1px #0004;
}
.theme-light .actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT:hover:not(.disabled-2gUzwG) {
box-shadow: inset 0 0 0 1px #0006;
}
.theme-light .actions-10aT1z .iconWrapper-2_MXbk .icon-2TbMdT.disabled-2gUzwG {
box-shadow: inset 0 0 0 1px #0002;
}
.actions-10aT1z .value-kR4BVK {
background: none;
transition: box-shadow 0.2s;
box-shadow: inset 0 0 0 1px #fff2;
}
.actions-10aT1z .value-kR4BVK:focus, .actions-10aT1z .value-kR4BVK:focus-within, .actions-10aT1z .value-kR4BVK:hover {
box-shadow: inset 0 0 0 1px #fff4;
}
.theme-light .actions-10aT1z .value-kR4BVK {
box-shadow: inset 0 0 0 1px #0004;
}
.theme-light .actions-10aT1z .value-kR4BVK:focus, .theme-light .actions-10aT1z .value-kR4BVK:focus-within, .theme-light .actions-10aT1z .value-kR4BVK:hover {
box-shadow: inset 0 0 0 1px #0008;
}
.previewContainer-1xQAsw {
z-index: 0;
}
.previewContainer-1xQAsw .message-2CShn3 {
margin-top: 0 !important;
padding-top: 0 !important;
}
.previewContainer-1xQAsw .message-2CShn3:before {
display: none;
}
.previewContainer-1xQAsw .theme-light .markup-eYLPri {
color: var(--text-normal);
}
.popout-3gby1q {
width: 338px;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se {
text-align: center;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .input-2FSSDe {
margin: 0;
font-size: 12px;
padding: 9px;
height: 32px;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .input-2FSSDe::placeholder {
color: var(--deprecated-quickswitcher-input-placeholder);
font-weight: 300;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .inner-1NoIT5 {
background: var(--background-secondary-alt);
border: solid 1px var(--background-tertiary);
padding: 0;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .defaultColor-2cKwKo {
font-size: 14px;
font-weight: 700;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .size12-oc4dx4 {
color: var(--deprecated-quickswitcher-input-placeholder);
font-size: 13px;
margin-top: 2px;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se .subtitle-3Lv1uG {
color: var(--text-muted);
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se + .scroller-1Kbkqa.thin-31rlnD.scrollerBase-_bVAAt.fade-1R6FHN {
background: var(--background-secondary);
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se + .scroller-1Kbkqa.thin-31rlnD.scrollerBase-_bVAAt.fade-1R6FHN + .footerSeparator-b6VH1V + .footer-C9oLp9 {
padding: 14px 10px;
}
.flex-2S1XBF.flex-3BkGQD.vertical-3aLnqW.flex-3BkGQD.directionColumn-3pi1nm.justifyStart-3hG2W2.alignStretch-3myso-.noWrap-2gXvwA.header-1zd7se + .scroller-1Kbkqa.thin-31rlnD.scrollerBase-_bVAAt.fade-1R6FHN + .footerSeparator-b6VH1V + .footer-C9oLp9 button {
font-size: 16px;
height: 31px;
min-height: 24px;
}
.lookOutlined-3yKVGo {
transition: 0.2s;
background: none !important;
}
.theme-dark .lookOutlined-3yKVGo.colorPrimary-2AuQVo:not(:hover):not(:active) {
border-color: #ffffff4d;
}
.theme-light .lookOutlined-3yKVGo.colorPrimary-2AuQVo:not(:hover):not(:active) {
border-color: #747f8d4d;
}
.theme-dark .lookOutlined-3yKVGo.colorTransparent-13Bvvi:not(:hover):not(:active) {
border-color: #dcddde4d;
}
.theme-light .lookOutlined-3yKVGo.colorTransparent-13Bvvi:not(:hover):not(:active) {
border-color: #747f8d4d;
}
.lookOutlined-3yKVGo.colorWhite-1H92hK:not(:hover):not(:active) {
border-color: #ffffff4d;
}
.lookOutlined-3yKVGo.colorRed-rQXKgM:not(:hover):not(:active) {
border-color: hsl(0, calc(var(--saturation-factor, 1) * 84.9%), 61%, 0.3);
}
.lookOutlined-3yKVGo.colorRed-rQXKgM {
color: hsl(0, calc(var(--saturation-factor, 1) * 84.9%), 61%) !important;
}
.lookOutlined-3yKVGo.colorRed-rQXKgM:active {
background: hsl(0, calc(var(--saturation-factor, 1) * 84.9%), 61%, 0.1) !important;
}
.lookOutlined-3yKVGo.colorYellow-Pgtmch:not(:hover):not(:active) {
border-color: hsl(37.5, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.3);
}
.lookOutlined-3yKVGo.colorGreen-3y-Z79:not(:hover):not(:active) {
border-color: hsl(152.6, calc(var(--saturation-factor, 1) * 46%), 48.6%, 0.3);
}
.lookOutlined-3yKVGo.colorBrand-I6CyqQ {
color: var(--blurple) !important;
border-color: #7289da4d;
}
.lookOutlined-3yKVGo.colorBrand-I6CyqQ:hover {
border-color: #7289daaa !important;
background: #7289da14 !important;
background: none !important;
}
.lookOutlined-3yKVGo.colorBrand-I6CyqQ:active {
background: #7289da22 !important;
border-color: #7289da !important;
}
.lookOutlined-3yKVGo.colorGrey-2iAG-B:not(:hover):not(:active) {
border-color: #747f8d4d;
}
.outerWrapper-3UdjNj, .autocomplete-3l_oCd {
bottom: calc(100% - 2px);
border-radius: 3px 3px 0 0;
box-shadow: none;
}
.theme-dark .outerWrapper-3UdjNj, .theme-dark .autocomplete-3l_oCd {
border: solid 2px #686A6E;
}
.theme-light .outerWrapper-3UdjNj, .theme-light .autocomplete-3l_oCd {
border: solid 2px #DADDDF;
}
.autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH .colorInteractiveActive-30E9n8, .autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH .autocompleteRowContentSecondary-Oobh2b {
font-size: inherit;
}
.autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH .autocompleteRowContentSecondary-Oobh2b {
color: var(--text-muted);
}
.autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH:first-of-type {
background: #686A6E;
}
.autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH:first-of-type .contentTitle-3CylD3 {
color: #fff8;
}
.theme-light .autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH:first-of-type {
background: #DADDDF;
}
.theme-light .autocomplete-3NRXG8 .autocompleteInner-y1mjDl .autocompleteRow-14iwvH:first-of-type .contentTitle-3CylD3 {
color: #0008;
}
.membershipDialogHeading-2YNliA, .membershipDialogHouseDescription-2uFjjO, .membershipDialogHouseName-1yc2Ci, .membershipDialogSwitchHouses-2bOt9w {
color: #fff;
}
.connection-YOVI9j {
overflow: hidden;
background: none;
border-radius: 5px;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.connection-YOVI9j .connectionAccountLabel-28GEPk {
color: #fff8;
}
.connection-YOVI9j .connectionAccountValue-YkFI6F {
color: #fff;
}
.connection-YOVI9j .subEnabledTitle-2YpsZq {
position: relative;
color: #fff;
}
.connection-YOVI9j .slider-32CRPX {
display: none;
}
.connection-YOVI9j .integration-1f5IUi {
border: 1px solid rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
position: relative;
padding: 10px;
}
.connection-YOVI9j .connectionHeader-Ixbb1s {
background: #0000;
}
.connection-YOVI9j .connectionHeader-Ixbb1s:after {
content: "";
position: absolute;
width: 660px;
height: 73px;
background: rgba(0, 0, 0, 0.1);
border-bottom: solid 1px rgba(0, 0, 0, 0.15);
pointer-events: none;
}
.connection-YOVI9j .connectionOptionsWrapper-3aVWcp *, .connection-YOVI9j .connectionDelete-3YgMVq, .connection-YOVI9j .integrationsWrapper-3a2pGd, .connection-YOVI9j .integrationsWrapper-3a2pGd *, .connection-YOVI9j .connectedAccountSeparator-2gWsUP {
z-index: 50;
}
.connection-YOVI9j .integrationsWrapper-1V-5L9 > .colorStandard-1Xxp1s + div:not([style]) {
display: flex;
grid-gap: 8px 16px;
flex-flow: wrap;
}
.connection-YOVI9j .integration-1qC-fv {
z-index: 999;
width: calc(50% - 8px);
position: relative;
background: #0000001a;
border: 1px solid #0000004d;
border-radius: 3px;
padding: 10px;
}
.connection-YOVI9j .integration-1qC-fv .button-f2h6uQ.lookFilled-yCfaCM {
border: solid 1px #0000004d;
background: #593695;
padding: 5px 16px;
min-height: 0px;
height: auto;
min-width: 0px;
}
.connection-YOVI9j .connectionDelete-3YgMVq {
width: 32px;
height: 32px;
border: solid 1px rgba(255, 255, 255, 0.3);
border-radius: 3px;
}
.connection-YOVI9j .connectionDelete-3YgMVq > svg {
position: relative;
top: 6px;
left: 6px;
}
.connection-YOVI9j .connectionDelete-3YgMVq > svg path {
fill: #fff;
transform: scale(1.1);
}
.connection-YOVI9j .container-2nx-BQ {
background: none !important;
}
.connection-YOVI9j .container-2nx-BQ .input-2XRLou:before {
background: #0000;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.connection-YOVI9j .container-2nx-BQ .input-2XRLou:checked:before {
background: rgba(255, 255, 255, 0.3);
box-shadow: none;
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt] {
margin: -20px -610px -4500px -20px;
padding: 2000px 330px;
background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 20px 20px;
border-radius: 5px;
pointer-events: none;
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt="Battle.net"] {
background-color: #009AE5;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930531763309125742/3a257c4cab129e956b05bd50047eb0f9.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=GitHub] {
background-color: #191717;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930531763602739321/9e2893717851c493b4bff518f8b63ee7.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Reddit] {
background-color: #FF4500;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930531763938275428/bcc7bc0c0b27f9cbadaa1a47ea79db22.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Spotify] {
background-color: #1DB954;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930531764324167770/fe3770614c2658a07dea3ecb286ce745.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Steam] {
background-color: #182332;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930531764575805510/baf4bdd36b7ef74e8f34b402e66f81f4.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Twitch] {
background-color: #593695;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532037541109810/4c1bab3f945269a5c1be0b3a2c177141.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Twitter] {
background-color: #1DA1F2;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532038363217970/2ac50d286a1c883f28b5149239a8ad36.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Xbox] {
background-color: #107C10;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532039139147826/850ed4fcf5839b7a32651f5959e8511e.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=YouTube] {
background-color: #CB2120;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532039340466276/0ef81742942677bcef0bebdfb7061d29.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Skype] {
background-color: #009dd7;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532039642452048/de5fb9e860729912c65048c1c657e1a3.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt="League of Legends"] {
background-color: #ae914b;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532208224112750/fbbd224a0d94747c102515090682bbe1.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt=Facebook] {
background-color: #3d4e84;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/930532208530325534/c926e69c482dac25b8e940db74496813.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt="PlayStation Network"] {
background-color: #023791;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/931884586940657664/4282c3f55c9c6d0c310ebc927d8a278c.png);
}
.connection-YOVI9j .connectionHeader-Ixbb1s [alt="Epic Games"] {
background-color: #3C3935;
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/992547546570428466/db9e2406158133f91e1fe24bb56425c2.svg);
}
.searchResultsWrap-5RVOkx .searchHeader-1r_ZSh {
background: var(--background-secondary);
box-shadow: var(--elevation-low);
height: 48px;
padding: 0 20px;
}
.searchResultsWrap-5RVOkx .searchHeader-1r_ZSh .searchHeaderTabList-3CZMQB .item-3XjbnG {
padding: 15px 8px;
border-radius: 0;
background: none;
color: var(--text-normal);
font-size: 14px;
}
.searchResultsWrap-5RVOkx .searchHeader-1r_ZSh .searchHeaderTabList-3CZMQB .item-3XjbnG:hover, .searchResultsWrap-5RVOkx .searchHeader-1r_ZSh .searchHeaderTabList-3CZMQB .item-3XjbnG.selected-g-kMVV, .searchResultsWrap-5RVOkx .searchHeader-1r_ZSh .searchHeaderTabList-3CZMQB .item-3XjbnG:active {
background: none;
box-shadow: inset 0 -2px var(--interactive-active);
color: var(--interactive-active);
}
.searchResultsWrap-5RVOkx .searchHeader-1r_ZSh .totalResults-2On644 .colorHeaderPrimary-jN_yGr {
font-weight: 400;
font-size: 14px;
color: var(--text-normal);
}
.searchResultsWrap-5RVOkx .searchResultGroup-1lU_-i:before {
content: "";
width: 100%;
height: 1px;
display: block;
background: var(--background-modifier-accent);
position: relative;
top: 10px;
}
.searchResultsWrap-5RVOkx .searchResultGroup-1lU_-i > [role=button] .channelName-3w2Y3c {
color: var(--header-primary);
background: var(--background-secondary);
font-weight: 500;
font-size: 14px;
line-height: 18px;
display: inline-block;
padding: 0 8px 0 2px;
}
.searchResultsWrap-5RVOkx .searchResult-O9NDji {
border: solid 1px var(--background-tertiary);
border-radius: 4px;
}
.searchResultsWrap-5RVOkx .searchResult-O9NDji .button-cfOvv- {
background: var(--background-secondary);
color: var(--interactive-normal);
padding: 2px 8px;
height: 20px;
}
.searchResultsWrap-5RVOkx .pageControl-1XvHg0 .roundButton-2_R5PN, .searchResultsWrap-5RVOkx .pageControl-1XvHg0 .pageButton-1GMGeJ {
border-radius: 3px;
transition: 0.3s;
border: solid 1px #0000;
color: var(--interactive-active);
}
.searchResultsWrap-5RVOkx .pageControl-1XvHg0 .roundButton-2_R5PN:hover, .searchResultsWrap-5RVOkx .pageControl-1XvHg0 .pageButton-1GMGeJ:hover {
border: solid 1px var(--interactive-muted);
background: none;
}
.searchResultsWrap-5RVOkx .pageControl-1XvHg0 .roundButton-2_R5PN:active, .searchResultsWrap-5RVOkx .pageControl-1XvHg0 .roundButton-2_R5PN.activeButton-LRWFC_, .searchResultsWrap-5RVOkx .pageControl-1XvHg0 .pageButton-1GMGeJ:active, .searchResultsWrap-5RVOkx .pageControl-1XvHg0 .pageButton-1GMGeJ.activeButton-LRWFC_ {
background: none;
border: solid 1px var(--interactive-active);
}
.wrapper-3kah-n.selected-1Drb7Z .childWrapper-1j_1ub, .wrapper-3kah-n:hover .childWrapper-1j_1ub {
background: var(--blurple);
}
[src="/assets/4697ec960e57790ad4f6251af4c246b4.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/843612395922522112/widget-old.svg?) !important;
}
.theme-dark, .theme-light {
--font-display: Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif!important;
--text-positive: hsl(152.6,calc(var(--saturation-factor, 1) * 46%),48.6%);
}
.theme-dark .wrapper-1ZcZW-, .theme-light .wrapper-1ZcZW- {
background: hsl(226.7, calc(var(--saturation-factor, 1) * 58.4%), 65.1%, 0.1);
color: var(--blurple);
}
.theme-dark .wrapper-1ZcZW-:hover, .theme-light .wrapper-1ZcZW-:hover {
background: var(--blurple);
color: #fff;
}
.theme-dark .focused-q9B2e4:after, .theme-dark .result-3OpoO7:hover:after, .theme-light .focused-q9B2e4:after, .theme-light .result-3OpoO7:hover:after {
box-shadow: inset 0 0 0 2px var(--blurple), inset 0 0 0 3px #2f3136;
}
.theme-dark .categoryFadeBlurple-1HuV1x, .theme-light .categoryFadeBlurple-1HuV1x {
background: #7289dacc;
}
.theme-dark .categoryFadeBlurple-1HuV1x:hover, .theme-light .categoryFadeBlurple-1HuV1x:hover {
background: #7289daf2;
}
[fill="#3ba55c"] {
fill: var(--green);
}
.lookOutlined-3yKVGo.colorGreen-3y-Z79 {
color: var(--green);
}
.lookFilled-yCfaCM.colorBrand-I6CyqQ, .lookFilled-yCfaCM.colorBrandNew-2-gGsS {
background-color: var(--blurple);
}
.lookFilled-yCfaCM.colorBrand-I6CyqQ:hover, .lookFilled-yCfaCM.colorBrandNew-2-gGsS:hover {
background-color: var(--blurple-hover);
}
.lookFilled-yCfaCM.colorBrand-I6CyqQ:active, .lookFilled-yCfaCM.colorBrandNew-2-gGsS:active {
background-color: var(--blurple-active);
}
.lookFilled-yCfaCM.colorBrand-I6CyqQ:disabled, .lookFilled-yCfaCM.colorBrandNew-2-gGsS:disabled {
background-color: var(--blurple);
}
.lookFilled-yCfaCM.colorGreen-3y-Z79 {
background-color: var(--green);
}
.lookFilled-yCfaCM.colorGreen-3y-Z79:hover {
background-color: var(--green-hover);
}
.lookFilled-yCfaCM.colorGreen-3y-Z79:active {
background-color: var(--green-active);
}
.lookFilled-yCfaCM.colorGreen-3y-Z79:disabled {
background-color: var(--green);
}
[style='background-image: url("/assets/e06a573355c490f7ce6e3125ac01db81.svg");'] {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930752976279187466/b8029fe196b8f1382e90bbe81dab50dc.svg") !important;
}
[style="background-color: rgb(59, 165, 92); color: rgb(255, 255, 255);"] {
background: var(--green) !important;
}
[style="background-color: rgba(59, 165, 92, 0.2); color: rgb(59, 165, 92);"] {
background: #fff !important;
color: var(--green) !important;
}
.progressBar-1T6LYX[style*="background-color: hsl(235,"] {
background: var(--blurple) !important;
}
.wrapper-1HIH0j .inviteSplash-2nkLRX {
display: none !important;
}
.container-3GP6AV {
background: none;
}
.container-3GP6AV .container-2rzKKA {
background: var(--deprecated-card-editable-bg);
border: solid 1px var(--background-secondary-alt);
border-radius: 3px;
}
.container-3GP6AV .container-2rzKKA:hover, .container-3GP6AV .container-2rzKKA:active {
background: var(--deprecated-card-bg);
border-color: var(--background-tertiary);
}
.members-3WRCEx .emptyStateIconContainer-1Jbvk4 {
margin-top: 0;
margin-bottom: 16px;
}
.members-3WRCEx .emptyStateIconContainer-1Jbvk4 > div, .members-3WRCEx .emptyStateIconContainer-1Jbvk4 > svg {
display: none;
}
.cozy-VmLDNB.hasThread-3h-KJV:after {
top: 64px !important;
bottom: 46px !important;
width: 31px !important;
}
.systemMessage-1H1Z20.hasThread-3h-KJV:after {
top: 48px !important;
left: 38px !important;
width: 26px !important;
}
.container-1Bj0eq .channelName-3KPsGw:before {
display: inline;
}
.container-1yy5xN .emptyChannelIcon-1YdEz2, .container-1yy5xN .iconWrapper-3plkqh {
display: none;
}
.root-g14mjS.medium-1ywRMv .eventCard-2ZL9GD {
border: solid 1px var(--background-tertiary);
background: var(--deprecated-card-bg);
border-radius: 3px;
}
.root-g14mjS.medium-1ywRMv .eventCard-2ZL9GD .divider-2zyEHJ {
background: var(--background-tertiary);
}
.root-g14mjS.medium-1ywRMv .eventCard-2ZL9GD .rsvpCount-iCkObl {
border-radius: 3px;
background: var(--background-modifier-hover);
border: solid 1px var(--background-modifier-hover);
}
.root-g14mjS.medium-1ywRMv .eventCard-2ZL9GD .newBadge-3QiMZJ {
border-radius: 3px;
padding: 0 3px;
}
.scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg {
height: 48px;
width: 48px;
background-size: 28px 28px;
background-position: center;
background-repeat: no-repeat;
}
.scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg path {
display: none;
}
.scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg rect {
fill: none;
}
.theme-dark .scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg, .guilds-2JjMmN.theme-dark .scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930753044717645844/89576a4bb71f927eb20e8aef987b499b.svg");
}
.theme-light .scroller-3X7KbA .tutorialContainer-1pL9QS .childWrapper-1j_1ub > svg {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/776180439010246656/home-icon.svg");
}
.scroller-3X7KbA .tutorialContainer-1pL9QS .wrapper-3kah-n.selected-1Drb7Z .childWrapper-1j_1ub > svg {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930753227123748894/89576a4bb71f927eb20e8aef987b499b.svg");
}
.scroller-3X7KbA .circleIconButton-1VxDrg {
background: none;
border: dashed 1px currentColor;
color: var(--interactive-muted);
border-radius: 50%;
}
.scroller-3X7KbA .circleIconButton-1VxDrg:hover, .scroller-3X7KbA .circleIconButton-1VxDrg:active, .scroller-3X7KbA .circleIconButton-1VxDrg.selected-2r1Hvo {
color: var(--interactive-normal);
background: none;
}
.scroller-3X7KbA .circleIconButton-1VxDrg [d="M12 10.9C11.39 10.9 10.9 11.39 10.9 12C10.9 12.61 11.39 13.1 12 13.1C12.61 13.1 13.1 12.61 13.1 12C13.1 11.39 12.61 10.9 12 10.9ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM14.19 14.19L6 18L9.81 9.81L18 6L14.19 14.19Z"] {
d: path("M4.80155 9.60429C4.80155 6.94677 6.94677 4.80155 9.60429 4.80155C12.2618 4.80155 14.407 6.94677 14.407 9.60429C14.407 12.2618 12.2618 14.407 9.60429 14.407C6.94677 14.407 4.80155 12.2618 4.80155 9.60429ZM16.0079 14.407H15.1648L14.866 14.1189C15.9119 12.9022 16.5416 11.3226 16.5416 9.60429C16.5416 5.77277 13.4358 2.66699 9.60429 2.66699C5.77277 2.66699 2.66699 5.77277 2.66699 9.60429C2.66699 13.4358 5.77277 16.5416 9.60429 16.5416C11.3226 16.5416 12.9022 15.9119 14.1189 14.866L14.407 15.1648V16.0079L19.7434 21.3337L21.3337 19.7434L16.2807 14.6803L16.0079 14.407Z");
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .scroller-3X7KbA .circleIconButton-1VxDrg {
color: var(--interactive-normal);
opacity: 0.75;
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .scroller-3X7KbA .circleIconButton-1VxDrg:hover, .theme-light .guilds-2JjMmN:not(.theme-dark) .scroller-3X7KbA .circleIconButton-1VxDrg:active, .theme-light .guilds-2JjMmN:not(.theme-dark) .scroller-3X7KbA .circleIconButton-1VxDrg.selected-2r1Hvo {
color: var(--interactive-active);
background: none;
opacity: 1;
}
.scroller-3X7KbA .tutorialContainer-2jwoiB .listItemWrapper-3d87LP foreignObject, .scroller-3X7KbA .tutorialContainer-2jwoiB + .listItem-3SmSlK .listItemWrapper-3d87LP foreignObject, .scroller-3X7KbA .tutorialContainer-2jwoiB + div + .listItem-3SmSlK .listItemWrapper-3d87LP foreignObject {
border-radius: 50% !important;
transition: 0.4s border-radius;
transition-timing-function: cubic-bezier(0.3, -0.5, 0, 2);
}
.scroller-3X7KbA .tutorialContainer-2jwoiB .listItemWrapper-3d87LP:hover foreignObject, .scroller-3X7KbA .tutorialContainer-2jwoiB .listItemWrapper-3d87LP foreignObject.selected-3mFF3I, .scroller-3X7KbA .tutorialContainer-2jwoiB + .listItem-3SmSlK .listItemWrapper-3d87LP:hover foreignObject, .scroller-3X7KbA .tutorialContainer-2jwoiB + .listItem-3SmSlK .listItemWrapper-3d87LP foreignObject.selected-3mFF3I, .scroller-3X7KbA .tutorialContainer-2jwoiB + div + .listItem-3SmSlK .listItemWrapper-3d87LP:hover foreignObject, .scroller-3X7KbA .tutorialContainer-2jwoiB + div + .listItem-3SmSlK .listItemWrapper-3d87LP foreignObject.selected-3mFF3I {
border-radius: 30% !important;
}
.scroller-3X7KbA .pill-2RsI5Q .item-2LIpTv {
width: 10px;
min-height: 10px;
border-radius: 50px;
}
.scroller-3X7KbA .wrapper-28eC3z foreignObject {
border-radius: 0;
mask: none !important;
}
.scroller-3X7KbA .wrapper-28eC3z .wrapper-3kah-n {
overflow: hidden;
border-radius: 50%;
transition: 0.4s border-radius;
transition-timing-function: cubic-bezier(0.3, -0.5, 0, 2);
}
.scroller-3X7KbA .wrapper-28eC3z .wrapper-3kah-n:hover, .scroller-3X7KbA .wrapper-28eC3z .wrapper-3kah-n.selected-1Drb7Z {
border-radius: 30%;
}
.scroller-3X7KbA .wrapper-28eC3z .folder-241Joy, .scroller-3X7KbA .wrapper-28eC3z .folderIconWrapper-1oRIZr {
border-radius: 14px;
}
.scroller-3X7KbA .wrapper-28eC3z .upperBadge-1V6Iyi {
background: var(--background-tertiary);
box-shadow: 0 0 0 3px var(--background-tertiary);
border-radius: 50%;
}
.scroller-3X7KbA .wrapper-28eC3z .upperBadge-1V6Iyi .iconBadge-3qSJIw {
background: var(--background-floating);
}
.scroller-3X7KbA .wrapper-28eC3z .upperBadge-1V6Iyi .downloadProgress-2Drg62 {
top: 0;
right: 0;
}
.guilds-2JjMmN .pill-2RsI5Q .item-2LIpTv {
background-color: #fffb;
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .iconBadge-3qSJIw {
color: #000;
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .pill-2RsI5Q .item-2LIpTv {
background-color: #000b;
}
.guilds-2JjMmN .bar-2eAyLE {
border-radius: 4px;
height: 20px;
font-size: 11px;
font-weight: 400;
}
.guilds-2JjMmN .bar-2eAyLE .text-2e2ZyG:after {
content: "🡡";
margin-left: 3px;
font-size: 10px;
}
.guilds-2JjMmN .unreadMentionsIndicatorBottom-3RJMnQ .text-2e2ZyG:after {
content: "🡣";
}
.guilds-2JjMmN .folder-1hbNCn {
border-radius: 15px;
}
.theme-light .expandedFolderBackground-1kSAf6 {
background: #fff4;
box-shadow: inset 1px 0 #fff, inset -1px 0 #fffb;
}
.theme-dark .expandedFolderBackground-1kSAf6 {
background: #ffffff09;
box-shadow: inset 1px 0 #ffffff05, inset -1px 0 #ffffff05;
}
[src="/assets/439112b388adcac969dc066d30767b76.png"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930749646995861565/36d4b341723daffd4a372e1b19591da1.png");
}
.characterBackground-1BPOOJ {
background: url(https://cdn.discordapp.com/attachments/733624227378495488/772015337850798090/85e031dc63742b86264cc0dbc2a6fdb8.png);
background-size: cover;
background-position: center;
}
.characterBackground-1BPOOJ .artwork-L5TAwQ {
display: none;
}
.logo-2Rw1Ex {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930753379079180338/4f004ac9be168ac6ee18fc442a52ab53.svg") no-repeat !important;
}
@media (min-width: 1050px) {
.wrapper-1f5byN > div {
margin-left: 228px;
}
.wrapper-1f5byN > div:before {
content: "";
border-radius: 3px 0 0 3px;
width: 228px;
height: 100%;
display: block;
position: absolute;
margin-left: -228px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772019628251152404/idk.svg?);
background-repeat: no-repeat;
background-position: center;
}
.authBox-1HR6Ha {
border-radius: 0 3px 3px 0;
}
.wrapper-1f5byN > .authBox-1HR6Ha:after {
content: "";
position: absolute;
top: 0;
left: -228px;
width: 228px;
height: 584px;
background: #e2e2e2;
backdrop-filter: blur(10px);
background-image: url(https://cdn.discordapp.com/attachments/733624227378495488/772019628251152404/idk.svg?);
background-repeat: no-repeat;
background-position: center;
border-radius: 3px 0 0 3px;
}
}
.authBox-1HR6Ha {
background: rgba(40, 43, 48, 0.75) !important;
backdrop-filter: blur(10px);
}
.authBox-1HR6Ha .title-3FQ39e {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 700;
}
.authBox-1HR6Ha .h5-2RwDNl {
color: #87909c;
font-weight: 700;
}
.authBox-1HR6Ha .inputDefault-3FGxgL {
background: none;
border: none;
transition: 0s;
border-radius: 0;
box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.authBox-1HR6Ha .inputDefault-3FGxgL:focus {
background: none;
border: none;
box-shadow: 0 2px #fff;
}
.authBox-1HR6Ha .needAccount-MrvMN7 {
color: #87909c;
font-size: 12px;
}
.authBox-1HR6Ha .smallRegisterLink-1qEJhz {
color: white;
font-size: 12px;
}
.authBox-1HR6Ha .marginBottom20-315RVT.marginTop4-2JFJJI.inviteIcon-3Mdxod.colorBrand-I6CyqQ.sizeMin-DfpWCE {
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-size: 11px;
opacity: 0.25;
transition: opacity 0.2s ease-out;
}
.authBox-1HR6Ha .marginBottom20-315RVT.marginTop4-2JFJJI.inviteIcon-3Mdxod.colorBrand-I6CyqQ.sizeMin-DfpWCE:hover {
opacity: 1;
}
.authBox-1HR6Ha .lookLink-15mFoz.colorBrand-I6CyqQ:hover .contents-3ca1mk {
background: none;
}
.authBox-1HR6Ha .lookFilled-yCfaCM.colorBrand-I6CyqQ:disabled {
pointer-events: none;
}
.authBox-1HR6Ha .button-1cRKG6 {
min-height: 58px;
}
.authBox-1HR6Ha .error-3EBD81 {
color: var(--red);
}
.authBox-1HR6Ha .errorMessage-1kMqS5 {
text-transform: uppercase;
font-style: unset;
}
.authBox-1HR6Ha .startOverButton-1G3jim {
font-size: 12px;
color: #fff;
opacity: 0.5;
transition: 0.2s opacity ease-out;
}
.authBox-1HR6Ha .startOverButton-1G3jim:hover {
opacity: 1;
}
.authBox-1HR6Ha .input-2g-os5 {
background: none;
border: none;
}
.authBox-1HR6Ha .verticalSeparator-2r9gHa {
width: 1px;
height: 300px;
border: none;
background: #fff2;
margin-right: 20px;
margin-left: 50px;
}
.theme-dark .copyInputDefault-3jiMHw {
background: var(--deprecated-text-input-bg);
}
[src="/assets/016a7d812fd4854aa4b7a5b9c539b48d.svg"] {
content: url(https://cdn.discordapp.com/attachments/733624227378495488/969665175928053810/stupid.svg?);
}
.mainLoginContainer-psZnyz .colorHeaderSecondary-g5teka {
display: none;
}
.lookLink-15mFoz.colorBrand-I6CyqQ:hover .contents-3ca1mk {
background-image: linear-gradient(0deg, #0000, #0000 1px, #fff 0, #fff 2px, #0000 0);
}
.qrCode-2R7t9S {
border-radius: 2px !important;
}
.qrCodeOverlay-2bLtKl img {
display: block;
content: url("https://cdn.discordapp.com/attachments/733624227378495488/978708259731030066/36d4b341723daffd4a372e1b19591da1.png");
}
.slider-1NC-Gf .grabber-2GQyvM {
width: 24px;
height: 24px;
border-radius: 50%;
margin-left: -12px;
}
.mini-2qY9iv .grabber-2GQyvM {
width: 12px;
height: 12px;
}
.bar-1Bhnl9[style="background: rgb(87, 242, 135);"] {
background: var(--green) !important;
}
.bar-1Bhnl9 .barFill-2Bh7CX[style^="background: rgb(251, 184, 72)"] {
background: var(--yellow) !important;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID {
background: #fff;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .inviteLargeIcon-HrAH61 {
width: 128px;
height: 128px;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorHeaderSecondary-g5teka {
color: #4f5660;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorHeaderPrimary-jN_yGr {
color: #4f5660;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorHeaderSecondary-g5teka.size16-1P40sf,
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorHeaderPrimary-jN_yGr.size24-RIRrxO.title-3FQ39e.title-2_aCTw {
font-size: 16px;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorHeaderSecondary-g5teka.size16-1P40sf {
margin-top: 20px;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .title-2_aCTw {
margin: 0 0 20px 0;
line-height: 100%;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .pill-1dHPfk {
padding: 0 8px;
border-radius: 3px;
background: #f6f6f7;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .pill-1dHPfk .pillMessage-1btqlx {
color: #747f8d;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorBrand-I6CyqQ.sizeLarge-1vSeWK.fullWidth-1orjjo {
background: var(--green);
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorBrand-I6CyqQ.sizeLarge-1vSeWK.fullWidth-1orjjo:hover {
background: #3ca374;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .colorBrand-I6CyqQ.sizeLarge-1vSeWK.fullWidth-1orjjo:active {
background: #369167;
}
.modal-3c3bKg > .inner-1ilYF7 > .container-2Yth53 > .contentWrapper-3WC1ID .inviteIcon-3Mdxod {
color: #72767d;
}
.numberBadge-37OJ3S {
background-clip: padding-box;
background-color: var(--red);
border-radius: 3px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 500;
line-height: 12px;
height: unset !important;
padding: 3px 4px !important;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
text-transform: uppercase;
padding-left: 2px;
min-width: 16px !important;
width: auto !important;
}
.wrapper-28eC3z .lowerBadge-3WTshO {
box-shadow: -3px -3px #1E2124, -3px 0 #1E2124, 0 -3px #1E2124;
background: #1E2124;
border-radius: 4px 0 0 0;
}
.listItem-3SmSlK + ul .wrapper-28eC3z .lowerBadge-3WTshO {
box-shadow: -3px -3px #26292C, -3px 0 #26292C, 0 -3px #26292C;
background: #26292C;
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .wrapper-28eC3z .lowerBadge-3WTshO {
box-shadow: -2px -2px #E3E5E8, -2px 0 #E3E5E8, 0 -2px #E3E5E8;
background: #E3E5E8;
}
.theme-light .guilds-2JjMmN:not(.theme-dark) .listItem-3SmSlK + ul .wrapper-28eC3z .lowerBadge-3WTshO {
box-shadow: -2px -2px #EAECEE, -2px 0 #EAECEE, 0 -2px #EAECEE;
background: #EAECEE;
}
/*.uploadModalIn-1z07Bv {
.uploadDropModal-2kTwbc .inner-3nWsbo .icon-kyxXVr {
&.one-2crnLX {background-image: url(/assets/60c3eaf0d7173c929482362ea1d2543a.svg?)}
&.two-3BBQI9 {background-image: url(/assets/4ab2ee5027741df387151ca717ae5614.svg?)}
&.three-27ScFD {background-image: url(/assets/a4ef7d20760cef4c165825770fd12ac7.svg?)}
}
}*/
.icon-2fEp67 {
filter: drop-shadow(0 0 5px #0005);
}
.icon-2fEp67.video-2cigyM {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838630944768/video.svg");
}
.icon-2fEp67.acrobat-33WAV6 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577506168832/acrobat.svg");
}
.icon-2fEp67.ae-17cU1_ {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577736859658/ae.svg");
}
.icon-2fEp67.sketch-3b6dg- {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757839725658152/sketch.svg");
}
.icon-2fEp67.ai-3R_H7o {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577933983764/ai.svg");
}
.icon-2fEp67.archive-2dk1co {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576415658014/archive.svg");
}
.icon-2fEp67.code-10NPWN {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576839295016/code.svg");
}
.icon-2fEp67.document-1HIQqD {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838958133278/document.svg");
}
.icon-2fEp67.photoshop-3aNHj5, .icon-2fEp67.ps-3aLfSc {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757839142662145/ps.svg");
}
.icon-2fEp67.spreadsheet-1PqMsQ {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838421250078/spreadsheet.svg");
}
.icon-2fEp67.webcode-1sNqh1 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838781956096/webcode.svg");
}
.icon-2fEp67.audio-2Xxeqv {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576642134016/audio.svg");
}
.icon-2fEp67.unknown-3zKKmA {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930758159566516254/unknown.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ- {
filter: drop-shadow(0 0 5px #0005);
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.video-L7uQxc {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838630944768/video.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.acrobat-2-m_um {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577506168832/acrobat.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.ae-1bPydY {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577736859658/ae.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.sketch-t3m6M1 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757839725658152/sketch.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.ai-1QhRgT {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757577933983764/ai.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.archive-2bNoJA {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576415658014/archive.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.code-rRQnfi {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576839295016/code.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.document-1u6V3N {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838958133278/document.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.photoshop-LN9Et_, .uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.ps-1C6rg4 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757839142662145/ps.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.spreadsheet-1wEQpO {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838421250078/spreadsheet.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.webcode-18ObW7 {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757838781956096/webcode.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.audio-YC1s9s {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930757576642134016/audio.svg");
}
.uploadModal-2ie9O_ .inner-rBP-MS .file-163EuR .icon-HW4tZ-.unknown-3ClW7Z {
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930758159566516254/unknown.svg");
}
[src="/assets/66084381f55f4238d69e5cbe3b8dc42e.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930749863182860288/985ea67d2edab4424c62009886f12e44.svg");
}
[src="/assets/aee87e981ef9acae845ef397c7a034c5.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930749935056482344/f167b4196f02faf2dc2e7eb266a24275.svg");
}
[src="/assets/f8e80ba7587764ddfa27aa1e02c6ed54.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930749991448883220/982bd8aedd89b0607f492d1175b3b3a5.svg");
}
[src="/assets/f1141359084b3b61f3a41adbe541fdbb.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930750063322468382/03ad68e1f4d47f2671d629cfeac048ef.svg");
}
[src="/assets/4f27cbf7f975daa32fe7c8dec19ce2de.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930750126421577738/73d212e3701483c36a4660b28ac15b62.svg");
}
[src="/assets/7674eb0d869afebca7b1f3a5202506c6.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930750174266007572/5b0da31dc2b00717c1e35fb1f84f9b9b.svg");
}
[src="/assets/d6bb78c1d64640ad06cc8cdd1c61b67d.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930753943577972746/481aa700fab464f2332ca9b5f4eb6ba4.svg");
}
[src="/assets/3c2ce4428c2c44824b07162f648524f5.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754036028801044/9f358f466473586417baee7bacfba5ca.svg");
}
[src="/assets/06d2bb1aa36f4ded097cc069df5ee305.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754095239794688/a236ab3be009cf5fbbbae4d7a7437804.svg");
}
[src="/assets/318ce2f97a8bd1d7a693938d9aff5f08.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754157432950784/f812168e543235a62b9f6deb2b094948.svg");
}
[src="/assets/1939fe07993a754364bf3fee5223428d.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754212479008778/85f7a4063578f6e0e2c73f60bca0fcce.svg");
}
[src="/assets/81d1e0f3ad7aa06b1a82da2492cf8699.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754273615183872/83a157e8720aa50957c4338e10d01c80.svg");
}
[src="/assets/557b6b6b982a8c2b2c97048b86e2e6c3.svg"] {
content: url("https://cdn.discordapp.com/attachments/733624227378495488/930754340711456788/a11e895b46cde503a094dd31641060a6.svg");
}
.audioMetadata-3zOuGv:before {
width: 24px;
height: 40px;
content: "";
background-image: url("https://cdn.discordapp.com/attachments/733624227378495488/930754395686178876/5b0da31dc2b00717c1e35fb1f84f9b9b.svg");
background-size: 100% auto;
background-repeat: no-repeat;
}
path[d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"] {
d: path("M13.6005009,10 C12.8887426,11.8438372 11.2906136,13.2480521 9.33333333,13.6933333 L9.33333333,12.3133333 C10.5512947,11.950895 11.5614504,11.1062412 12.1398042,10 L13.6005009,10 Z M10.7736513,8.99497564 C10.4978663,9.6613459 9.98676114,10.2040442 9.33333333,10.5133333 L9.33333333,8.99497564 L10.7736513,8.99497564 Z M2,5.84666667 L4.66666667,5.84666667 L8,2.51333333 L8,13.18 L4.66666667,9.84666667 L2,9.84666667 L2,5.84666667 Z");
transform: scale(1.5);
}
path[d="M21.025 5V4C21.025 2.88 20.05 2 19 2C17.95 2 17 2.88 17 4V5C16.4477 5 16 5.44772 16 6V9C16 9.55228 16.4477 10 17 10H19H21C21.5523 10 22 9.55228 22 9V5.975C22 5.43652 21.5635 5 21.025 5ZM20 5H18V4C18 3.42857 18.4667 3 19 3C19.5333 3 20 3.42857 20 4V5Z"] {
d: path("M15.1,3.2 L15.1,2 C15.1,0.88 14.05,0 13,0 C11.95,0 10.9,0.88 10.9,2 L10.9,3.2 C10.45,3.2 10,3.68 10,4.16 L10,6.96 C10,7.52 10.45,8 10.9,8 L15.025,8 C15.55,8 16,7.52 16,7.04 L16,4.24 C16,3.68 15.55,3.2 15.1,3.2 Z M14,3 L12,3 L12,1.92857143 C12,1.35714286 12.4666667,1 13,1 C13.5333333,1 14,1.35714286 14,1.92857143 L14,3 Z");
transform: scale(1.35) translate(1px, 0);
}
path[d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
path[d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"] {
d: path("M9.33333333,2 L9.33333333,3.37333333 C11.26,3.94666667 12.6666667,5.73333333 12.6666667,7.84666667 C12.6666667,9.96 11.26,11.74 9.33333333,12.3133333 L9.33333333,13.6933333 C12,13.0866667 14,10.7 14,7.84666667 C14,4.99333333 12,2.60666667 9.33333333,2 L9.33333333,2 Z M11,7.84666667 C11,6.66666667 10.3333333,5.65333333 9.33333333,5.16 L9.33333333,10.5133333 C10.3333333,10.04 11,9.02 11,7.84666667 L11,7.84666667 Z M2,5.84666667 L2,9.84666667 L4.66666667,9.84666667 L8,13.18 L8,2.51333333 L4.66666667,5.84666667 L2,5.84666667 L2,5.84666667 Z");
transform: scale(1.5);
}
.content-1gYQeQ path[d="M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"],
.content-1gYQeQ path[d="M15 12C15 12.0007 15 12.0013 15 12.002C15 12.553 14.551 13.002 14 13.002V15.002C15.654 15.002 17 13.657 17 12.002C17 12.0013 17 12.0007 17 12H15ZM19 12C19 12.0007 19 12.0013 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 12.0013 21 12.0007 21 12H19ZM10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604Z"] {
transform: none;
}
path[d="M10.293 3.29604C10.579 3.01004 11.009 2.92504 11.383 3.07904C11.757 3.23204 12 3.59904 12 4.00204V20.002C12 20.407 11.757 20.772 11.383 20.927C11.009 21.082 10.579 20.996 10.293 20.71L6 16.002H3C2.45 16.002 2 15.552 2 15.002V9.00204C2 8.45304 2.45 8.00204 3 8.00204H6L10.293 3.29604ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z"] {
d: path("M11 7.84701C11 6.66701 10.3333 5.65367 9.33333 5.16034V10.5137C10.3333 10.0403 11 9.02034 11 7.84701ZM2 5.84701V9.847H4.66667L8 13.1803V2.51367L4.66667 5.84701H2Z");
transform: scale(1.5);
}
[d="M16.293 9.293L17.707 10.707L12 16.414L6.29297 10.707L7.70697 9.293L11 12.586V2H13V12.586L16.293 9.293ZM18 20V18H20V20C20 21.102 19.104 22 18 22H6C4.896 22 4 21.102 4 20V18H6V20H18Z"], .downloadButton-23tKQp path {
d: path("M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z");
}
.controlIcon-1grhw_ [d="M19,19H14v2h5a2,2,0,0,0,2-2V14H19Z"], .controlIcon-1grhw_ [d="M3,5v5H5V5h5V3H5A2,2,0,0,0,3,5Z"], .controlIcon-1grhw_ [d="M5,14H3v5a2,2,0,0,0,2,2h5V19H5Z"],
.controlIcon-1grhw_ [d="M19.73 9L21 10.27l-2.23 2.23L21 14.73 19.73 16l-2.23-2.23L15.27 16 14 14.73l2.23-2.23L14 10.27 15.27 9l2.23 2.23z"] {
display: none;
}
.controlIcon-1grhw_ [d="M19,3H14V5h5v5h2V5A2,2,0,0,0,19,3Z"] {
d: path("M7,14 L5,14 L5,19 L10,19 L10,17 L7,17 L7,14 L7,14 Z M5,10 L7,10 L7,7 L10,7 L10,5 L5,5 L5,10 L5,10 Z M17,17 L14,17 L14,19 L19,19 L19,14 L17,14 L17,17 L17,17 Z M14,5 L14,7 L17,7 L17,10 L19,10 L19,5 L14,5 L14,5 Z");
}
.controlIcon-1grhw_ [d="M11.38 3.08a1 1 0 0 0-1.09.22L6 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3l4.29 4.71A1 1 0 0 0 12 20V4a1 1 0 0 0-.62-.92z"] {
d: path("M13.5,9 C13.5,7.23 12.48,5.71 11,4.97 L11,7.18 L13.45,9.63 C13.48,9.43 13.5,9.22 13.5,9 L13.5,9 Z M16,9 C16,9.94 15.8,10.82 15.46,11.64 L16.97,13.15 C17.63,11.91 18,10.5 18,9 C18,4.72 15.01,1.14 11,0.23 L11,2.29 C13.89,3.15 16,5.83 16,9 L16,9 Z M1.27,0 L0,1.27 L4.73,6 L0,6 L0,12 L4,12 L9,17 L9,10.27 L13.25,14.52 C12.58,15.04 11.83,15.45 11,15.7 L11,17.76 C12.38,17.45 13.63,16.81 14.69,15.95 L16.73,18 L18,16.73 L9,7.73 L1.27,0 L1.27,0 Z M9,1 L6.91,3.09 L9,5.18 L9,1 L9,1 Z");
transform: translate(3px, 3px);
}
.partnered-23cXFN:not(.disableColor-1nVFoH) {
color: #4087ed;
}
.verified-1Jv_7P:not(.disableColor-1nVFoH) {
color: var(--blurple);
}
.communityInfoContainer-1dMVpU {
display: none;
}
.flowerStarContainer-1QeD-L [d="m16 7.6c0 .79-1.28 1.38-1.52 2.09s.44 2 0 2.59-1.84.35-2.46.8-.79 1.84-1.54 2.09-1.67-.8-2.47-.8-1.75 1-2.47.8-.92-1.64-1.54-2.09-2-.18-2.46-.8.23-1.84 0-2.59-1.54-1.3-1.54-2.09 1.28-1.38 1.52-2.09-.44-2 0-2.59 1.85-.35 2.48-.8.78-1.84 1.53-2.12 1.67.83 2.47.83 1.75-1 2.47-.8.91 1.64 1.53 2.09 2 .18 2.46.8-.23 1.84 0 2.59 1.54 1.3 1.54 2.09z"] {
d: path("M8.00041 15.9773C8.08587 15.9836 8.16673 15.9864 8.24133 15.9856C9.00847 15.8743 9.88426 15.6571 10.2814 15.2334C10.606 14.8869 10.8945 14.4605 11.0053 14.0222C11.9884 14.7441 13.6293 14.478 14.5 13.5489C15.3313 12.6618 14.8177 11.3292 14.5 10.5222C14.7653 10.3922 15.0421 10.1533 15.2608 9.91986C15.7709 9.37552 16.0169 8.72956 16 8.02223C16.0169 7.3149 15.7709 6.66895 15.2608 6.12461C15.0421 5.89119 14.7653 5.65223 14.5 5.5223C14.8177 4.71528 15.3313 3.3827 14.5 2.49558C13.6293 1.56649 11.9884 1.30035 11.0053 2.0223C10.8945 1.58396 10.606 1.15752 10.2814 0.811085C9.88426 0.387336 9.00719 0.125189 8.24004 0.0430925C8.1657 0.0131545 8.08513 0.0159044 8 0.0221689C7.90258 0.0158154 7.81486 0.0130234 7.74004 0.0137981C7.11145 0.139475 6.10554 0.399091 5.71945 0.811085C5.3948 1.15752 5.10628 1.58396 4.99552 2.0223C4.01242 1.30035 2.37149 1.56649 1.50082 2.49558C0.669472 3.3827 1.18311 4.71528 1.50082 5.5223C1.23547 5.65223 0.958757 5.89119 0.740013 6.12461C0.229902 6.66895 -0.0161044 7.3149 0.000816694 8.02223C-0.0161044 8.72956 0.229902 9.37552 0.740013 9.91986C0.958757 10.1533 1.23547 10.3922 1.50082 10.5222C1.18311 11.3292 0.669472 12.6618 1.50082 13.5489C2.37149 14.478 4.01242 14.7441 4.99552 14.0222C5.10628 14.4605 5.3948 14.8869 5.71945 15.2334C6.10554 15.6454 7.11273 15.8601 7.74133 15.9491C7.81592 15.9864 7.90334 15.9836 8.00041 15.9773Z");
}
.flowerStarContainer-1QeD-L [d="M7.4,11.17,4,8.62,5,7.26l2,1.53L10.64,4l1.36,1Z"] {
d: path("M6.84269 10.8166L11.8642 5.79504C12.0512 5.60704 12.0512 5.30404 11.8642 5.11704C11.6772 4.93104 11.3743 4.93104 11.1863 5.11704L6.52298 9.78123L4.88825 8.14734C4.68425 7.94434 4.35525 7.94434 4.15225 8.14734C3.94925 8.35134 3.94925 8.68034 4.15225 8.88334L6.08376 10.8158C6.09556 10.8308 6.10839 10.8453 6.12225 10.859C6.30925 11.047 6.61225 11.047 6.80025 10.859L6.82153 10.8378C6.82514 10.8344 6.82871 10.8309 6.83225 10.8273C6.83579 10.8238 6.83927 10.8202 6.84269 10.8166Z");
}
.flowerStarContainer-1QeD-L [d="M10.5906 6.39993L9.19223 7.29993C8.99246 7.39993 8.89258 7.39993 8.69281 7.29993C8.59293 7.19993 8.39317 7.09993 8.29328 6.99993C7.89375 6.89993 7.5941 6.99993 7.29445 7.19993L6.79504 7.49993L4.29797 9.19993C3.69867 9.49993 2.99949 9.39993 2.69984 8.79993C2.30031 8.29993 2.50008 7.59993 2.99949 7.19993L5.99598 5.19993C6.79504 4.69993 7.79387 4.49993 8.69281 4.69993C9.49188 4.89993 10.0912 5.29993 10.5906 5.89993C10.7904 6.09993 10.6905 6.29993 10.5906 6.39993Z"] {
d: path("M10.7002 5.67964C10.3087 5.6731 9.91984 5.74592 9.55721 5.89373C9.19457 6.04153 8.86562 6.26125 8.59021 6.53964C8.57931 6.54992 8.57063 6.56232 8.5647 6.57607C8.55876 6.58983 8.5557 6.60465 8.5557 6.61964C8.5557 6.63462 8.55876 6.64944 8.5647 6.6632C8.57063 6.67695 8.57931 6.68935 8.59021 6.69964L9.64021 7.63964C9.66057 7.65862 9.68737 7.66917 9.71521 7.66917C9.74304 7.66917 9.76984 7.65862 9.79021 7.63964C10.0356 7.41629 10.3586 7.29785 10.6902 7.30964C11.3402 7.30964 11.3402 8.03964 11.3402 8.03964C11.3416 8.12537 11.3257 8.2105 11.2935 8.28997C11.2613 8.36944 11.2135 8.44163 11.1528 8.50226C11.0922 8.56289 11.02 8.61072 10.9405 8.64291C10.8611 8.6751 10.7759 8.69099 10.6902 8.68964C10.2417 8.66956 9.81857 8.47593 9.51021 8.14964C9.20021 7.88964 9.15021 7.82964 8.78021 7.48964C8.41021 7.14964 7.06021 5.67964 5.65021 5.67964C5.35005 5.67697 5.05237 5.73412 4.77454 5.84776C4.49671 5.96139 4.24431 6.12923 4.03206 6.34149C3.8198 6.55374 3.65196 6.80614 3.53833 7.08397C3.42469 7.3618 3.36754 7.65948 3.37021 7.95964C3.37399 8.47366 3.53063 8.97493 3.82021 9.39964C4.02985 9.68563 4.3061 9.91617 4.62499 10.0713C4.94388 10.2264 5.29579 10.3013 5.65021 10.2896C6.03629 10.2992 6.42047 10.2325 6.78079 10.0936C7.14111 9.95457 7.47053 9.74596 7.75021 9.47964C7.7611 9.46935 7.76978 9.45695 7.77571 9.4432C7.78165 9.42944 7.78471 9.41462 7.78471 9.39964C7.78471 9.38465 7.78165 9.36983 7.77571 9.35608C7.76978 9.34232 7.7611 9.32992 7.75021 9.31964L6.74021 8.39964C6.7205 8.38338 6.69575 8.37449 6.67021 8.37449C6.64466 8.37449 6.61991 8.38338 6.60021 8.39964C6.32572 8.59387 5.99642 8.69546 5.66021 8.68964V8.68964C5.47719 8.6768 5.30625 8.59362 5.18321 8.45753C5.06017 8.32145 4.99459 8.14301 5.00021 7.95964V7.95964C4.99881 7.87436 5.01474 7.78968 5.04704 7.71074C5.07934 7.6318 5.12734 7.56024 5.18811 7.5004C5.24889 7.44056 5.32118 7.39368 5.40061 7.36261C5.48004 7.33154 5.56496 7.31692 5.65021 7.31964C6.36021 7.31964 7.07021 8.06964 7.59021 8.58964C8.34021 9.34964 9.25021 10.3796 10.7002 10.3296C11.0021 10.3323 11.3016 10.2749 11.5812 10.1609C11.8608 10.0469 12.1149 9.87848 12.3289 9.66544C12.5429 9.45239 12.7124 9.19897 12.8277 8.91988C12.9429 8.64078 13.0015 8.34158 13.0002 8.03964C13.0024 7.51539 12.8455 7.0028 12.5502 6.56964C12.3412 6.27812 12.0622 6.04383 11.7389 5.88831C11.4156 5.73279 11.0585 5.66104 10.7002 5.67964Z");
}
.flowerStarContainer-1QeD-L [d="M13.4871 7.79985C13.4871 8.19985 13.2874 8.59985 12.9877 8.79985L9.89135 10.7999C9.29206 11.1999 8.69276 11.3999 7.99358 11.3999C7.69393 11.3999 7.49417 11.3999 7.19452 11.2999C6.39545 11.0999 5.79616 10.6999 5.29674 10.0999C5.19686 9.89985 5.29674 9.69985 5.39663 9.59985L6.79499 8.69985C6.89487 8.59985 7.09463 8.59985 7.19452 8.69985C7.39428 8.79985 7.59405 8.89985 7.69393 8.99985C8.09346 8.99985 8.39311 8.99985 8.69276 8.79985L9.39194 8.39985L11.3896 6.99985L11.6892 6.79985C12.1887 6.49985 12.9877 6.59985 13.2874 7.09985C13.4871 7.39985 13.4871 7.59985 13.4871 7.79985Z"] {
display: none;
}
.scroller-3j5xK2:before {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin-left: -32px;
margin-top: -32px;
content: "";
pointer-events: none;
}
.theme-dark .scroller-3j5xK2:before {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930754532680536174/76456a67ca3d139def36fd3ba871b230.png") no-repeat top/contain;
}
.theme-light .scroller-3j5xK2:before {
background: url("https://cdn.discordapp.com/attachments/733624227378495488/930754533246791740/757e956c407d352bb77320c83e3c6159.png") no-repeat top/contain;
}
.theme-light .scroller-3j5xK2 .headerContent-2Z-1wE .searchTitle-1qceKb, .theme-light .scroller-3j5xK2 .headerContent-2Z-1wE .searchSubtitle-C5P4gh {
color: #000;
}
.scroller-3j5xK2 .headerImage-2D5D-v {
display: none;
}
.scroller-3j5xK2 .search-25t1e9 .searchBox-pyIJJj:focus, .scroller-3j5xK2 .search-25t1e9 .searchBox-pyIJJj:focus-within {
box-shadow: none;
}
.scroller-3j5xK2 .searchBox-pyIJJj {
border-radius: 3px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.theme-dark .scroller-3j5xK2 .searchBox-pyIJJj {
background: #4f545c;
}
.theme-light .scroller-3j5xK2 .searchBox-pyIJJj {
background: #fff;
}
.scroller-3j5xK2 .searchBox-pyIJJj .searchBoxInput-P0mWHW {
font-size: 18px;
}
.theme-dark .scroller-3j5xK2 .searchBox-pyIJJj .searchBoxInput-P0mWHW::placeholder {
color: rgba(255, 255, 255, 0.3);
}
.theme-light .scroller-3j5xK2 .searchBox-pyIJJj .searchBoxInput-P0mWHW::placeholder {
color: #72767d;
}
.scroller-3j5xK2 .searchBox-pyIJJj .searchIcon-34RNw9 [d="M21.707 20.293L16.314 14.9C17.403 13.504 18 11.799 18 10C18 7.863 17.167 5.854 15.656 4.344C14.146 2.832 12.137 2 10 2C7.863 2 5.854 2.832 4.344 4.344C2.833 5.854 2 7.863 2 10C2 12.137 2.833 14.146 4.344 15.656C5.854 17.168 7.863 18 10 18C11.799 18 13.504 17.404 14.9 16.314L20.293 21.706L21.707 20.293ZM10 16C8.397 16 6.891 15.376 5.758 14.243C4.624 13.11 4 11.603 4 10C4 8.398 4.624 6.891 5.758 5.758C6.891 4.624 8.397 4 10 4C11.603 4 13.109 4.624 14.242 5.758C15.376 6.891 16 8.398 16 10C16 11.603 15.376 13.11 14.242 14.243C13.109 15.376 11.603 16 10 16Z"] {
d: path("M4.80121 9.60399C4.80121 6.94647 6.94644 4.80124 9.60395 4.80124C12.2615 4.80124 14.4067 6.94647 14.4067 9.60399C14.4067 12.2615 12.2615 14.4067 9.60395 14.4067C6.94644 14.4067 4.80121 12.2615 4.80121 9.60399ZM16.0076 14.4067H15.1645L14.8656 14.1186C15.9116 12.9019 16.5413 11.3223 16.5413 9.60399C16.5413 5.77246 13.4355 2.66669 9.60395 2.66669C5.77243 2.66669 2.66666 5.77246 2.66666 9.60399C2.66666 13.4355 5.77243 16.5413 9.60395 16.5413C11.3223 16.5413 12.9018 15.9116 14.1185 14.8657L14.4067 15.1645V16.0076L19.7431 21.3334L21.3333 19.7431L16.2803 14.68L16.0076 14.4067Z");
}
.theme-dark .scroller-3j5xK2 .searchBox-pyIJJj .searchIcon-34RNw9 {
color: rgba(255, 255, 255, 0.3);
}
.theme-light .scroller-3j5xK2 .searchBox-pyIJJj .searchIcon-34RNw9 {
color: #72767d;
}
.theme-dark .scroller-3j5xK2 .searchBox-pyIJJj .clearIcon-TMIIUa {
color: rgba(255, 255, 255, 0.3);
}
.theme-dark .scroller-3j5xK2 .searchBox-pyIJJj .clearIcon-TMIIUa:hover {
color: white;
}
.scroller-3j5xK2 .searchBox-pyIJJj .searchBoxInput-P0mWHW {
color: var(--text-normal);
}
.scroller-3j5xK2 .categories-2LoSbA {
z-index: 2;
}
.scroller-3j5xK2 .categories-2LoSbA .categoryPill-1zjNrr {
border-radius: 3px;
}
.scroller-3j5xK2 .searchHeader-gz2NXf, .scroller-3j5xK2 .results-1Lsvf8 {
z-index: 2;
}
.scroller-3j5xK2 .languageSelector-1hjSyO {
z-index: 2;
background: var(--background-primary);
}
.guildListSection-3UxZHY {
z-index: 5;
position: relative;
}
.guildListSection-3UxZHY > .defaultColor-24IHKz {
font-size: 16px;
font-weight: 600;
color: var(--header-primary);
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_ {
margin: 0;
padding: 0;
border-radius: 0;
cursor: pointer;
border-left: solid 2px #0000;
background: none !important;
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_ .itemInner-3e_4G4 {
border-radius: 0;
padding-left: 16px;
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_:hover:not(.selected-1-Z6gm), .thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_:active:not(.selected-1-Z6gm) {
border-left-color: #7289da88;
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_:hover:not(.selected-1-Z6gm) .itemInner-3e_4G4, .thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_:active:not(.selected-1-Z6gm) .itemInner-3e_4G4 {
background: linear-gradient(to right, var(--background-secondary-alt) 85%, var(--background-secondary));
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_.selected-1-Z6gm {
border-left-color: #7289da;
}
.thin-31rlnD.scrollerBase-_bVAAt .categoryItem-Kc_HK_.selected-1-Z6gm .itemInner-3e_4G4 {
background: linear-gradient(to right, var(--background-secondary-alt) 85%, var(--background-secondary));
color: var(--interactive-active);
}
.theme-dark .card-2TuZPZ {
background-color: var(--background-tertiary);
}
.theme-dark .card-2TuZPZ:hover, .theme-dark .card-2TuZPZ:hover .iconMask-2fMR98 {
background-color: #18191C;
}
.theme-light .card-2TuZPZ {
background-color: var(--background-secondary);
}
.theme-light .card-2TuZPZ:hover, .theme-light .card-2TuZPZ:hover .iconMask-2fMR98 {
background-color: var(--background-primary);
}
.card-2TuZPZ .splash-1VADA3 img {
mask-image: linear-gradient(#000, #0000);
-webkit-mask-image: linear-gradient(#000, #0000);
}
.card-2TuZPZ .flowerStarContainer-1QeD-L {
color: var(--background-accent) !important;
}
.card-2TuZPZ .iconMask-2fMR98 {
background: none !important;
}
.card-2TuZPZ .memberCount-1ytVN2 .text-xs-normal-3SiVjE {
color: var(--text-normal);
font-weight: 600;
}
.card-2TuZPZ .memberCount-1ytVN2 .dotOnline-j08lOY:not(.dotOffline-38lJFn) {
background: var(--green);
}
.card-2TuZPZ .guildIcon-1nnIAv {
width: 50px;
height: 50px;
}
.card-2TuZPZ .guildIcon-1nnIAv > svg {
width: 50px;
height: 50px;
}
.card-2TuZPZ .guildIcon-1nnIAv > svg > foreignObject > .iconMask-2fMR98 {
padding: 0;
width: 48px;
height: 48px;
}
.card-2TuZPZ .guildIcon-1nnIAv > svg > foreignObject > .iconMask-2fMR98 > svg {
width: 48px;
height: 48px;
}
.content-2a4AW9 > .wrapper-NhbLHG {
margin: 0;
padding: 0;
border-radius: 0;
cursor: pointer;
border-left: solid 2px #0000;
background: none !important;
}
.content-2a4AW9 > .wrapper-NhbLHG .content-1gYQeQ {
border-radius: 0;
padding-left: 16px;
margin: 0;
}
.content-2a4AW9 > .wrapper-NhbLHG .iconContainer-21RCa3 {
display: none;
}
.content-2a4AW9 > .wrapper-NhbLHG .channelName-3KPsGw {
color: #000;
opacity: 0.5;
font-size: 14.5px;
}
.theme-dark .content-2a4AW9 > .wrapper-NhbLHG .channelName-3KPsGw {
color: #fff;
opacity: 0.3;
}
.content-2a4AW9 > .wrapper-NhbLHG:hover .channelName-3KPsGw, .content-2a4AW9 > .wrapper-NhbLHG:active .channelName-3KPsGw {
opacity: 1;
}
.content-2a4AW9 > .wrapper-NhbLHG:hover:not(.selected-1-Z6gm), .content-2a4AW9 > .wrapper-NhbLHG:active:not(.selected-1-Z6gm) {
border-left-color: #7289da88;
}
.content-2a4AW9 > .wrapper-NhbLHG:hover:not(.selected-1-Z6gm) .content-1gYQeQ, .content-2a4AW9 > .wrapper-NhbLHG:active:not(.selected-1-Z6gm) .content-1gYQeQ {
background: linear-gradient(to right, var(--background-secondary-alt) 85%, var(--background-secondary));
}
.input-2g-os5.focused-1mmYsC, .input-2g-os5:focus {
border-color: var(--blurple);
}
.wordmark-2u86JB svg path:first-of-type {
d: path("M4.57642 3.1413H1V7.22826L3.38069 9.40217V5.43478H4.6626C5.47053 5.43478 5.86911 5.83696 5.86911 6.46739V9.5C5.86911 10.1304 5.49207 10.5543 4.6626 10.5543H1V12.8587H4.57642C6.4939 12.8696 8.29289 11.9022 8.29289 9.66304V6.3913C8.29289 4.13043 6.4939 3.1413 4.57642 3.1413ZM23.3311 9.67391V6.32609C23.3311 5.11957 25.464 4.83696 26.1104 6.05435L28.0817 5.23913C27.3169 3.51087 25.8949 3 24.7207 3C22.8033 3 20.9073 4.13043 20.9073 6.32609V9.67391C20.9073 11.8804 22.8033 13 24.6776 13C25.8841 13 27.3276 12.3913 28.1248 10.8152L26.0134 9.82609C25.4963 11.1739 23.3311 10.8478 23.3311 9.67391ZM16.803 6.78261C16.0598 6.61957 15.5642 6.34783 15.5319 5.88043C15.575 4.75 17.2878 4.71739 18.2896 5.79348L19.8732 4.55435C18.8821 3.32609 17.7618 3 16.5984 3C14.8425 3 13.1404 4 13.1404 5.91304C13.1404 7.77174 14.5409 8.76087 16.0813 9C16.8677 9.1087 17.7402 9.42391 17.7187 9.97826C17.6541 11.0217 15.5427 10.9674 14.5839 9.78261L13.065 11.2391C13.9591 12.4022 15.1764 13 16.3183 13C18.0742 13 20.024 11.9674 20.0994 10.087C20.2071 7.69565 18.5051 7.09783 16.803 6.78261ZM9.59634 12.8587H12.0093V3.1413H9.59634V12.8587ZM50.2835 3.1413H46.7071V7.22826L49.0878 9.40217V5.43478H50.3589C51.1669 5.43478 51.5654 5.83696 51.5654 6.46739V9.5C51.5654 10.1304 51.1884 10.5543 50.3589 10.5543H46.6963V12.8587H50.2728C52.1902 12.8696 53.9892 11.9022 53.9892 9.66304V6.3913C54 4.13043 52.201 3.1413 50.2835 3.1413ZM32.7354 3C30.7533 3 28.7819 4.09783 28.7819 6.33696V9.66304C28.7819 11.8913 30.764 13 32.7569 13C34.739 13 36.7104 11.8913 36.7104 9.66304V6.33696C36.7104 4.1087 34.7175 3 32.7354 3ZM34.2866 9.66304C34.2866 10.3587 33.511 10.7174 32.7461 10.7174C31.9705 10.7174 31.1949 10.3696 31.1949 9.66304V6.33696C31.1949 5.61957 31.949 5.23913 32.703 5.23913C33.4894 5.23913 34.2866 5.58696 34.2866 6.33696V9.66304ZM45.3606 6.33696C45.3067 4.05435 43.777 3.1413 41.8057 3.1413H37.9815V12.8696H40.4268V9.77174H40.8577L43.0768 12.8587H46.0931L43.4862 9.52174C44.6496 9.15217 45.3606 8.1413 45.3606 6.33696ZM41.8488 7.65217H40.4268V5.43478H41.8488C43.3785 5.43478 43.3785 7.65217 41.8488 7.65217Z");
}
.wordmark-2u86JB svg path:not(:first-of-type) {
display: none;
}
.theme-dark .notice-2HEN-u.colorWarning-3oV0Ge, .theme-light .notice-2HEN-u.colorWarning-3oV0Ge {
background: #f26522;
color: #fff;
}
.theme-dark .notice-2HEN-u .button-1iHNQ2:not(:hover):not(:active), .theme-light .notice-2HEN-u .button-1iHNQ2:not(:hover):not(:active) {
border-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .notice-2HEN-u .button-1iHNQ2:hover, .theme-dark .notice-2HEN-u .button-1iHNQ2:active, .theme-light .notice-2HEN-u .button-1iHNQ2:hover, .theme-light .notice-2HEN-u .button-1iHNQ2:active {
border-color: #fff;
background: none;
color: #fff !important;
}
.theme-dark .notice-2HEN-u .button-1iHNQ2:active, .theme-light .notice-2HEN-u .button-1iHNQ2:active {
background: #fff2;
}
.container-3jbRo5.info-1hMolH {
border-radius: 3px;
}
.container-1y9Q_6 .stepContainer-7JROLx {
margin-left: 0;
}
.container-1y9Q_6 .stepContainer-7JROLx .progressBar-37uLmT {
border-radius: 0;
background: var(--background-tertiary);
}
.container-1y9Q_6 .stepContainer-7JROLx:first-of-type .progressBar-37uLmT {
border-radius: 5px 0 0 5px;
}
.container-1y9Q_6 .stepContainer-7JROLx:last-of-type .progressBar-37uLmT {
border-radius: 0 5px 5px 0;
}
.container-1y9Q_6 .stepContainer-7JROLx .progressBar-37uLmT.selectedProgressBar-1Z4WVU {
background: var(--blurple);
}
.container-1y9Q_6 .stepContainer-7JROLx .colorBrand-2tjs5J {
color: var(--blurple);
font-weight: bold;
}
#permissions-popout .member-perms {
padding: 12px;
padding-top: 4px;
}
#permissions-popout .member-perms-header {
color: #87909c;
font-size: 11px;
margin-left: 12px;
margin-top: 10px;
font-weight: bold;
text-transform: uppercase;
}
.container-6sXIoE {
border-bottom: none;
border-top: solid 1px #1C1E22;
}
.container-6sXIoE .directionRow-2Iu2A9 {
border: solid 1px #1c1e22;
border-radius: 3px;
overflow: hidden;
}
.container-6sXIoE .directionRow-2Iu2A9 .button-12Fmur:first-of-type, .container-6sXIoE .directionRow-2Iu2A9 .button-12Fmur:nth-of-type(2) {
border-right: solid 1px #1c1e22;
}
.container-6sXIoE .directionRow-2Iu2A9 .button-12Fmur:nth-of-type(2), .container-6sXIoE .directionRow-2Iu2A9 .button-12Fmur:last-of-type {
border-left: solid 1px #373B42;
}
.container-6sXIoE .directionRow-2Iu2A9 .button-12Fmur:active {
background: #33373C;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK {
background: var(--blurple);
min-height: 150px;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .username-h_Y3Us {
color: #fff;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .badge {
color: #fffb;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .statusOffline-37RKt7 {
background: #fff8;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .count-30T-5k {
color: #fffb;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK > div:first-of-type[role=button] {
margin-right: 20px;
background: #8b9edc;
border-radius: 18px;
border: solid 6px #8b9edc;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .tabBarContainer-1s1u-z {
border-top: solid 1px #fff2;
background: none;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .tabBarContainer-1s1u-z .tabBarItem-1b8RUP {
color: #fffb !important;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .tabBarContainer-1s1u-z .tabBarItem-1b8RUP:hover {
border-color: #fff !important;
color: #fff !important;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .header-3OsQeK .tabBarContainer-1s1u-z .tabBarItem-1b8RUP[aria-selected=true] {
color: #fff !important;
border-color: #fff !important;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .body-3ND3kc .h5-2RwDNl {
color: var(--blurple);
font-weight: 900;
}
.modal-3c3bKg .inner-1ilYF7 .guild-profile .body-3ND3kc .children-1xdcWE .size14-3fJ-ot {
color: #000b;
font-weight: 500;
}
.powercord-toast .header {
background: var(--blurple) !important;
text-transform: uppercase;
font-size: 14px !important;
}
.powercord-toast .header .icon {
display: none;
}
.powercord-toast .buttons > button {
font-size: 16px;
padding: 10px 20px !important;
height: auto !important;
opacity: 1 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM, .powercord-toast .buttons > button.lookOutlined-3yKVGo, .powercord-toast .buttons > button.lookInverted-2mDUMi {
border: none !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGreen-3y-Z79, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGreen-3y-Z79, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGreen-3y-Z79 {
background: var(--green) !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGreen-3y-Z79:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGreen-3y-Z79:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGreen-3y-Z79:hover {
background: var(--green-hover) !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGreen-3y-Z79:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGreen-3y-Z79:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGreen-3y-Z79:active {
background: var(--green-active) !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorYellow-Pgtmch, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorYellow-Pgtmch, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorYellow-Pgtmch {
background: #faa61a !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorYellow-Pgtmch:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorYellow-Pgtmch:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorYellow-Pgtmch:hover {
background: #f39a05 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorYellow-Pgtmch:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorYellow-Pgtmch:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorYellow-Pgtmch:active {
background: #d88905 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorRed-rQXKgM, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorRed-rQXKgM, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorRed-rQXKgM {
background: var(--red) !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorRed-rQXKgM:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorRed-rQXKgM:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorRed-rQXKgM:hover {
background: var(--red-hover) !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorRed-rQXKgM:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorRed-rQXKgM:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorRed-rQXKgM:active {
background: var(--red-active) !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGrey-2iAG-B, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGrey-2iAG-B, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGrey-2iAG-B {
background: #747f8d !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGrey-2iAG-B:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGrey-2iAG-B:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGrey-2iAG-B:hover {
background: #68727f !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorGrey-2iAG-B:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorGrey-2iAG-B:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorGrey-2iAG-B:active {
background: #5d6671 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorWhite-1H92hK, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorWhite-1H92hK, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorWhite-1H92hK {
background: #fff !important;
color: #000 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorWhite-1H92hK:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorWhite-1H92hK:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorWhite-1H92hK:hover {
background: #e6e6e6 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorWhite-1H92hK:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorWhite-1H92hK:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorWhite-1H92hK:active {
background: #cccccc !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorPrimary-2AuQVo, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorBrand-I6CyqQ, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorTransparent-13Bvvi, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorPrimary-2AuQVo, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorBrand-I6CyqQ, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorTransparent-13Bvvi, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorPrimary-2AuQVo, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorBrand-I6CyqQ, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorTransparent-13Bvvi {
background: var(--blurple) !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorPrimary-2AuQVo:hover, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorBrand-I6CyqQ:hover, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorTransparent-13Bvvi:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorPrimary-2AuQVo:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorBrand-I6CyqQ:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorTransparent-13Bvvi:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorPrimary-2AuQVo:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorBrand-I6CyqQ:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorTransparent-13Bvvi:hover {
background: #647ac7 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorPrimary-2AuQVo:active, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorBrand-I6CyqQ:active, .powercord-toast .buttons > button.lookFilled-yCfaCM.colorTransparent-13Bvvi:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorPrimary-2AuQVo:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorBrand-I6CyqQ:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorTransparent-13Bvvi:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorPrimary-2AuQVo:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorBrand-I6CyqQ:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorTransparent-13Bvvi:active {
background: #566bb3 !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ {
background: #00B0F4 !important;
color: #fff !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ:hover, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ:hover, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ:hover {
background: #009edc !important;
}
.powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ:active, .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ:active, .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ:active {
background: #008dc3 !important;
}
.theme-light .powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ, .theme-light .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ, .theme-light .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ {
background: #0067e0 !important;
}
.theme-light .powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ:hover, .theme-light .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ:hover, .theme-light .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ:hover {
background: #006eee !important;
}
.theme-light .powercord-toast .buttons > button.lookFilled-yCfaCM.colorLink-1Md3RZ:active, .theme-light .powercord-toast .buttons > button.lookOutlined-3yKVGo.colorLink-1Md3RZ:active, .theme-light .powercord-toast .buttons > button.lookInverted-2mDUMi.colorLink-1Md3RZ:active {
background: #1a83ff !important;
}
.liveIndicator-TJKS7N {
background-color: var(--green);
}
.premiumContainer-3GGa8Q {
position: unset;
}
.premiumContainer-3GGa8Q:before {
width: 740px;
height: 740px;
background: url(https://cdn.discordapp.com/attachments/733624227378495488/993610889800466543/00be7f6ca68f1915a80ae01f061718e5.svg) no-repeat;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
}
.theme-light .premiumContainer-3GGa8Q:before {
background: url(https://cdn.discordapp.com/attachments/733624227378495488/993612368791732304/ec594c6768af37f96532258288f443b6.svg) no-repeat;
}
.marketingRefreshSectionTier1-1chtWC {
background: var(--background-secondary);
border: none;
border-radius: 4px;
padding: 42px;
}
.marketingRefreshSectionTier1-1chtWC .marketingRefreshTier1Graphic-1mUnMb {
order: 1;
margin-left: 8px;
margin-right: 0;
}
.contentColumn-1C7as6[id=discord-nitro-tab] {
background: url(https://cdn.discordapp.com/attachments/733624227378495488/993610889800466543/00be7f6ca68f1915a80ae01f061718e5.svg) no-repeat;
}
.theme-light .contentColumn-1C7as6[id=discord-nitro-tab] {
background: url(https://cdn.discordapp.com/attachments/733624227378495488/993612368791732304/ec594c6768af37f96532258288f443b6.svg) no-repeat;
}
.contentColumn-1C7as6 [d="M19.1666 18.6667C19.1666 20.1333 17.9666 21.3333 16.5 21.3333C15.0333 21.3333 13.8333 20.1333 13.8333 18.6667C13.8333 17.2 15.0333 16 16.5 16C17.9666 16 19.1666 17.2 19.1666 18.6667ZM11.8333 28V27.3333C11.8333 25.0667 13.7533 23.3333 16.5 23.3333C19.2466 23.3333 21.1666 25.0667 21.1666 27.3333V28H11.8333ZM9.83331 18.6667C9.83331 14.9867 12.82 12 16.5 12C20.18 12 23.1666 14.9867 23.1666 18.6667C23.1666 19.88 22.82 21 22.2466 21.9867L23.9933 23C24.7266 21.72 25.1666 20.2533 25.1666 18.6667C25.1666 13.8933 21.2733 10 16.5 10C11.7266 10 7.83331 13.8933 7.83331 18.6667C7.83331 20.24 8.25998 21.72 9.00665 23L10.7533 21.9867C10.18 21 9.83331 19.88 9.83331 18.6667ZM3.83331 18.6667C3.83331 11.6667 9.49998 6 16.5 6C23.5 6 29.1666 11.6667 29.1666 18.6667C29.1666 20.9733 28.54 23.1333 27.46 25L29.18 26C30.4333 23.84 31.1666 21.3333 31.1666 18.6667C31.1666 10.5733 24.5933 4 16.5 4C8.40665 4 1.83331 10.5733 1.83331 18.6667C1.83331 21.3333 2.56665 23.84 3.80665 25.9867L5.52665 24.9867C4.45998 23.1333 3.83331 20.9733 3.83331 18.6667Z"], .scroller-29cQFV [d="M19.1666 18.6667C19.1666 20.1333 17.9666 21.3333 16.5 21.3333C15.0333 21.3333 13.8333 20.1333 13.8333 18.6667C13.8333 17.2 15.0333 16 16.5 16C17.9666 16 19.1666 17.2 19.1666 18.6667ZM11.8333 28V27.3333C11.8333 25.0667 13.7533 23.3333 16.5 23.3333C19.2466 23.3333 21.1666 25.0667 21.1666 27.3333V28H11.8333ZM9.83331 18.6667C9.83331 14.9867 12.82 12 16.5 12C20.18 12 23.1666 14.9867 23.1666 18.6667C23.1666 19.88 22.82 21 22.2466 21.9867L23.9933 23C24.7266 21.72 25.1666 20.2533 25.1666 18.6667C25.1666 13.8933 21.2733 10 16.5 10C11.7266 10 7.83331 13.8933 7.83331 18.6667C7.83331 20.24 8.25998 21.72 9.00665 23L10.7533 21.9867C10.18 21 9.83331 19.88 9.83331 18.6667ZM3.83331 18.6667C3.83331 11.6667 9.49998 6 16.5 6C23.5 6 29.1666 11.6667 29.1666 18.6667C29.1666 20.9733 28.54 23.1333 27.46 25L29.18 26C30.4333 23.84 31.1666 21.3333 31.1666 18.6667C31.1666 10.5733 24.5933 4 16.5 4C8.40665 4 1.83331 10.5733 1.83331 18.6667C1.83331 21.3333 2.56665 23.84 3.80665 25.9867L5.52665 24.9867C4.45998 23.1333 3.83331 20.9733 3.83331 18.6667Z"] {
d: path("M6.40181 8.81825C9.7503 8.81825 12.5266 7.69313 13.6018 6.08033L15.0879 8.40353L11.125 14.5897L4.28597 8.65697C4.95413 8.76065 5.66453 8.81825 6.40181 8.81825ZM17.173 19.8429L28.9925 30.0918L20.5445 16.9168L17.173 19.8429ZM25.6018 8.81825C22.2533 8.81825 19.477 7.69313 18.4018 6.08033L3.01109 30.0918L27.7177 8.66081C27.0495 8.76065 26.3391 8.81825 25.6018 8.81825ZM12.5458 4.59425C12.5458 3.32321 10.0229 1.90625 6.40181 1.90625C2.78069 1.90625 0.257812 3.32321 0.257812 4.59425C0.257812 5.86529 2.78069 7.28225 6.40181 7.28225C10.0229 7.28225 12.5458 5.86529 12.5458 4.59425ZM25.6018 1.90625C21.9807 1.90625 19.4578 3.32321 19.4578 4.59425C19.4578 5.86529 21.9807 7.28225 25.6018 7.28225C29.2229 7.28225 31.7458 5.86529 31.7458 4.59425C31.7458 3.32321 29.2229 1.90625 25.6018 1.90625Z");
}
.contentColumn-1C7as6 .hero-1aNo0v, .scroller-29cQFV .hero-1aNo0v {
background: none;
height: unset;
width: auto;
}
.contentColumn-1C7as6 .hero-1aNo0v .heroIcon-3kmupU, .scroller-29cQFV .hero-1aNo0v .heroIcon-3kmupU {
margin-top: 0;
}
.contentColumn-1C7as6 .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ, .scroller-29cQFV .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ {
background-color: var(--green);
color: #fff;
}
.contentColumn-1C7as6 .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:hover, .scroller-29cQFV .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:hover {
background-color: var(--green-hover);
}
.contentColumn-1C7as6 .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:active, .scroller-29cQFV .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:active {
background-color: var(--green-active);
}
.contentColumn-1C7as6 .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:disabled, .scroller-29cQFV .hero-1aNo0v .lookInverted-2mDUMi.colorBrand-I6CyqQ:disabled {
background-color: var(--green) !important;
opacity: 0.25;
}
.contentColumn-1C7as6 [d="M48.2932 1.46128C46.7735 0.789089 45.1661 0.292255 43.5002 0C43.2664 0.409157 43.0618 0.818315 42.8865 1.2567C41.133 0.993668 39.321 0.993668 37.5674 1.2567C37.3921 0.818315 37.1875 0.409157 36.9537 0C35.2879 0.292255 33.6804 0.789089 32.1607 1.4905C29.1213 5.96201 28.303 10.3458 28.7121 14.642C30.4949 15.9571 32.4822 16.9508 34.5864 17.5938C35.054 16.9508 35.4924 16.2786 35.8431 15.5772C35.171 15.3142 34.4988 14.9927 33.8558 14.642C34.0312 14.5251 34.1773 14.4082 34.3526 14.2913C38.0643 16.0448 42.3604 16.0448 46.1013 14.2913C46.2474 14.4082 46.4228 14.5543 46.5981 14.642C45.9552 15.0219 45.3122 15.3434 44.6108 15.5772C44.9615 16.2786 45.3999 16.9508 45.8675 17.5938C47.9717 16.9508 49.9591 15.9571 51.7418 14.642C52.2386 9.64442 50.9235 5.31904 48.2932 1.46128ZM36.3984 11.9825C35.2586 11.9825 34.2942 10.9303 34.2942 9.67365C34.2942 8.41695 35.2002 7.3356 36.3692 7.3356C37.5382 7.3356 38.4734 8.38772 38.4734 9.67365C38.4734 10.9596 37.5674 11.9825 36.3984 11.9825ZM44.114 11.9825C42.9742 11.9825 42.0389 10.9303 42.0389 9.67365C42.0389 8.41695 42.9449 7.3356 44.114 7.3356C45.283 7.3356 46.2182 8.38772 46.189 9.67365C46.1597 10.9596 45.2538 11.9825 44.114 11.9825Z"], .scroller-29cQFV [d="M48.2932 1.46128C46.7735 0.789089 45.1661 0.292255 43.5002 0C43.2664 0.409157 43.0618 0.818315 42.8865 1.2567C41.133 0.993668 39.321 0.993668 37.5674 1.2567C37.3921 0.818315 37.1875 0.409157 36.9537 0C35.2879 0.292255 33.6804 0.789089 32.1607 1.4905C29.1213 5.96201 28.303 10.3458 28.7121 14.642C30.4949 15.9571 32.4822 16.9508 34.5864 17.5938C35.054 16.9508 35.4924 16.2786 35.8431 15.5772C35.171 15.3142 34.4988 14.9927 33.8558 14.642C34.0312 14.5251 34.1773 14.4082 34.3526 14.2913C38.0643 16.0448 42.3604 16.0448 46.1013 14.2913C46.2474 14.4082 46.4228 14.5543 46.5981 14.642C45.9552 15.0219 45.3122 15.3434 44.6108 15.5772C44.9615 16.2786 45.3999 16.9508 45.8675 17.5938C47.9717 16.9508 49.9591 15.9571 51.7418 14.642C52.2386 9.64442 50.9235 5.31904 48.2932 1.46128ZM36.3984 11.9825C35.2586 11.9825 34.2942 10.9303 34.2942 9.67365C34.2942 8.41695 35.2002 7.3356 36.3692 7.3356C37.5382 7.3356 38.4734 8.38772 38.4734 9.67365C38.4734 10.9596 37.5674 11.9825 36.3984 11.9825ZM44.114 11.9825C42.9742 11.9825 42.0389 10.9303 42.0389 9.67365C42.0389 8.41695 42.9449 7.3356 44.114 7.3356C45.283 7.3356 46.2182 8.38772 46.189 9.67365C46.1597 10.9596 45.2538 11.9825 44.114 11.9825Z"] {
display: none;
}
.contentColumn-1C7as6 [d="M59.8372 3.6824H64.8055C66.0037 3.6824 67.0266 3.85776 67.845 4.23769C68.6048 4.55917 69.2478 5.11445 69.7154 5.81587C70.1246 6.51728 70.3584 7.30637 70.3291 8.09546C70.3291 8.91377 70.1246 9.70286 69.6862 10.4043C69.2186 11.1349 68.5171 11.6902 67.7281 12.0409C66.8513 12.4501 65.7407 12.6546 64.4548 12.6546H59.8372V3.6824V3.6824ZM64.3963 10.3458C65.2147 10.3458 65.8284 10.1412 66.2668 9.73209C66.7052 9.2937 66.939 8.70919 66.9097 8.06623C66.939 7.48172 66.7344 6.92644 66.3252 6.51728C65.9453 6.13735 65.3608 5.93277 64.5717 5.93277H63.0227V10.3166H64.3963V10.3458Z"], .scroller-29cQFV [d="M59.8372 3.6824H64.8055C66.0037 3.6824 67.0266 3.85776 67.845 4.23769C68.6048 4.55917 69.2478 5.11445 69.7154 5.81587C70.1246 6.51728 70.3584 7.30637 70.3291 8.09546C70.3291 8.91377 70.1246 9.70286 69.6862 10.4043C69.2186 11.1349 68.5171 11.6902 67.7281 12.0409C66.8513 12.4501 65.7407 12.6546 64.4548 12.6546H59.8372V3.6824V3.6824ZM64.3963 10.3458C65.2147 10.3458 65.8284 10.1412 66.2668 9.73209C66.7052 9.2937 66.939 8.70919 66.9097 8.06623C66.939 7.48172 66.7344 6.92644 66.3252 6.51728C65.9453 6.13735 65.3608 5.93277 64.5717 5.93277H63.0227V10.3166H64.3963V10.3458Z"] {
d: path("M43.5474 10.3668V5.27809C43.5474 1.74904 40.7034 0.213867 37.6697 0.213867H32V6.57472L35.7737 9.9631V3.78573H37.792C39.0765 3.78573 39.6942 4.40347 39.6942 5.38818V10.116C39.6942 11.1007 39.0948 11.7613 37.792 11.7613H32V15.3515H37.6636C40.7034 15.3698 43.5474 13.853 43.5474 10.3668Z");
}
.contentColumn-1C7as6 [d="M72.9889 5.96202C73.8444 5.96202 74.5378 5.33396 74.5378 4.5592C74.5378 3.78444 73.8444 3.15637 72.9889 3.15637C72.1334 3.15637 71.4399 3.78444 71.4399 4.5592C71.4399 5.33396 72.1334 5.96202 72.9889 5.96202Z"], .scroller-29cQFV [d="M72.9889 5.96202C73.8444 5.96202 74.5378 5.33396 74.5378 4.5592C74.5378 3.78444 73.8444 3.15637 72.9889 3.15637C72.1334 3.15637 71.4399 3.78444 71.4399 4.5592C71.4399 5.33396 72.1334 5.96202 72.9889 5.96202Z"] {
display: none;
}
.contentColumn-1C7as6 [d="M72.9889 5.96202C73.8444 5.96202 74.5378 5.33396 74.5378 4.5592C74.5378 3.78444 73.8444 3.15637 72.9889 3.15637C72.1334 3.15637 71.4399 3.78444 71.4399 4.5592C71.4399 5.33396 72.1334 5.96202 72.9889 5.96202Z"] + [d="M71.4104 6.92645C72.4041 7.33561 73.5439 7.33561 74.5375 6.92645V12.6839H71.4104V6.92645Z"], .scroller-29cQFV [d="M72.9889 5.96202C73.8444 5.96202 74.5378 5.33396 74.5378 4.5592C74.5378 3.78444 73.8444 3.15637 72.9889 3.15637C72.1334 3.15637 71.4399 3.78444 71.4399 4.5592C71.4399 5.33396 72.1334 5.96202 72.9889 5.96202Z"] + [d="M71.4104 6.92645C72.4041 7.33561 73.5439 7.33561 74.5375 6.92645V12.6839H71.4104V6.92645Z"] {
d: path("M49.4251 0.213867H45.5963V15.3515H49.4251V0.213867Z");
}
.contentColumn-1C7as6 [d="M77.8109 12.6254C77.1679 12.4501 76.5249 12.187 75.9404 11.8363V9.70286C76.4373 10.0828 77.0218 10.3458 77.6063 10.4919C78.2785 10.6965 78.9507 10.7842 79.6521 10.8134C79.8859 10.8134 80.1197 10.7842 80.3535 10.6965C80.4996 10.6088 80.5873 10.5212 80.5873 10.4043C80.5873 10.2874 80.5581 10.1705 80.4704 10.0828C80.3243 9.96589 80.1489 9.90743 79.9735 9.87821L78.4538 9.5275C77.5771 9.32292 76.9633 9.03067 76.5834 8.67996C76.2035 8.30003 75.9989 7.77397 76.0281 7.24791C76.0281 6.7803 76.2035 6.31269 76.5249 5.96199C76.9049 5.55283 77.3725 5.26058 77.8985 5.11445C78.5707 4.90987 79.2721 4.79297 80.0028 4.82219C80.675 4.82219 81.3179 4.88064 81.9609 5.056C82.4869 5.1729 82.9838 5.37748 83.4514 5.64051V7.65707C83.013 7.39404 82.5454 7.21869 82.0778 7.10178C81.5517 6.95566 80.9964 6.89721 80.4704 6.89721C79.6813 6.89721 79.2721 7.04333 79.2721 7.30636C79.2721 7.42326 79.3306 7.54017 79.4475 7.59862C79.6521 7.68629 79.8859 7.74475 80.1197 7.8032L81.4056 8.037C82.2239 8.18313 82.8669 8.44616 83.276 8.79686C83.6852 9.14757 83.8898 9.70286 83.8898 10.4043C83.8898 11.1641 83.5098 11.8655 82.8669 12.2455C82.1947 12.6839 81.2302 12.9177 79.9735 12.9177C79.2137 12.8884 78.483 12.8008 77.8109 12.6254Z"], .scroller-29cQFV [d="M77.8109 12.6254C77.1679 12.4501 76.5249 12.187 75.9404 11.8363V9.70286C76.4373 10.0828 77.0218 10.3458 77.6063 10.4919C78.2785 10.6965 78.9507 10.7842 79.6521 10.8134C79.8859 10.8134 80.1197 10.7842 80.3535 10.6965C80.4996 10.6088 80.5873 10.5212 80.5873 10.4043C80.5873 10.2874 80.5581 10.1705 80.4704 10.0828C80.3243 9.96589 80.1489 9.90743 79.9735 9.87821L78.4538 9.5275C77.5771 9.32292 76.9633 9.03067 76.5834 8.67996C76.2035 8.30003 75.9989 7.77397 76.0281 7.24791C76.0281 6.7803 76.2035 6.31269 76.5249 5.96199C76.9049 5.55283 77.3725 5.26058 77.8985 5.11445C78.5707 4.90987 79.2721 4.79297 80.0028 4.82219C80.675 4.82219 81.3179 4.88064 81.9609 5.056C82.4869 5.1729 82.9838 5.37748 83.4514 5.64051V7.65707C83.013 7.39404 82.5454 7.21869 82.0778 7.10178C81.5517 6.95566 80.9964 6.89721 80.4704 6.89721C79.6813 6.89721 79.2721 7.04333 79.2721 7.30636C79.2721 7.42326 79.3306 7.54017 79.4475 7.59862C79.6521 7.68629 79.8859 7.74475 80.1197 7.8032L81.4056 8.037C82.2239 8.18313 82.8669 8.44616 83.276 8.79686C83.6852 9.14757 83.8898 9.70286 83.8898 10.4043C83.8898 11.1641 83.5098 11.8655 82.8669 12.2455C82.1947 12.6839 81.2302 12.9177 79.9735 12.9177C79.2137 12.8884 78.483 12.8008 77.8109 12.6254Z"] {
d: path("M53.5107 10.5627L51.0948 12.8318C52.5077 14.6483 54.4282 15.5657 56.2447 15.5657C59.0214 15.5657 62.104 13.9633 62.2325 11.0336C62.4037 7.31498 59.7065 6.37309 57.0153 5.88379C55.841 5.62691 55.0459 5.19878 55.0031 4.47095C55.0643 2.7156 57.7799 2.65443 59.364 4.34251L61.8655 2.4159C60.3058 0.513761 58.5322 0 56.6912 0C53.9144 0 51.2172 1.55963 51.2172 4.53211C51.2172 7.41896 53.4374 8.96025 55.8777 9.34557C57.1193 9.51682 58.5077 10.0061 58.4649 10.8624C58.3609 12.4832 55.0276 12.3976 53.5107 10.5627Z");
}
.contentColumn-1C7as6 [d="M86.8417 12.3624C86.1696 12.0409 85.585 11.5441 85.1759 10.9011C84.796 10.2874 84.6206 9.55675 84.6206 8.82612C84.6206 8.09548 84.796 7.39407 85.2051 6.78033C85.6143 6.13737 86.1988 5.66976 86.9002 5.34828C87.7477 4.99757 88.6537 4.79299 89.5597 4.82222C90.8456 4.82222 91.8978 5.08525 92.7453 5.64053V7.97858C92.4238 7.774 92.0731 7.59864 91.6932 7.48174C91.284 7.36484 90.8456 7.27716 90.4073 7.27716C89.6182 7.27716 89.0044 7.42329 88.5368 7.71555C87.8939 8.06625 87.6893 8.85534 88.04 9.4983C88.1569 9.70288 88.3322 9.87824 88.5368 9.99514C88.9752 10.2874 89.5889 10.4335 90.4365 10.4335C90.8749 10.4335 91.284 10.3751 91.6932 10.2582C92.0731 10.1413 92.4238 9.99514 92.7453 9.79056V12.0409C91.7516 12.6254 90.6411 12.9177 89.5013 12.8885C88.5953 12.9177 87.6893 12.7423 86.8417 12.3624Z"], .scroller-29cQFV [d="M86.8417 12.3624C86.1696 12.0409 85.585 11.5441 85.1759 10.9011C84.796 10.2874 84.6206 9.55675 84.6206 8.82612C84.6206 8.09548 84.796 7.39407 85.2051 6.78033C85.6143 6.13737 86.1988 5.66976 86.9002 5.34828C87.7477 4.99757 88.6537 4.79299 89.5597 4.82222C90.8456 4.82222 91.8978 5.08525 92.7453 5.64053V7.97858C92.4238 7.774 92.0731 7.59864 91.6932 7.48174C91.284 7.36484 90.8456 7.27716 90.4073 7.27716C89.6182 7.27716 89.0044 7.42329 88.5368 7.71555C87.8939 8.06625 87.6893 8.85534 88.04 9.4983C88.1569 9.70288 88.3322 9.87824 88.5368 9.99514C88.9752 10.2874 89.5889 10.4335 90.4365 10.4335C90.8749 10.4335 91.284 10.3751 91.6932 10.2582C92.0731 10.1413 92.4238 9.99514 92.7453 9.79056V12.0409C91.7516 12.6254 90.6411 12.9177 89.5013 12.8885C88.5953 12.9177 87.6893 12.7423 86.8417 12.3624Z"] {
d: path("M69.4801 15.5657C71.3822 15.5657 73.6697 14.6239 74.9296 12.1651L71.5963 10.6239C70.7645 12.7217 67.3394 12.208 67.3394 10.3914V5.17431C67.3394 3.29052 70.7156 2.86239 71.7431 4.74618L74.8624 3.48624C73.6452 0.795107 71.4006 0 69.5413 0C66.5076 0 63.5107 1.75535 63.5107 5.17431V10.3914C63.5168 13.8349 66.5076 15.5657 69.4801 15.5657Z");
}
.contentColumn-1C7as6 [d="M95.931 12.3624C95.2295 12.0409 94.645 11.5441 94.2359 10.9011C93.8559 10.2874 93.6514 9.55674 93.6514 8.8261C93.6514 8.09547 93.8267 7.39405 94.2359 6.78032C94.645 6.16658 95.2295 5.66975 95.931 5.37749C97.5968 4.70531 99.4965 4.70531 101.162 5.37749C101.835 5.66975 102.419 6.16658 102.828 6.78032C103.208 7.39405 103.413 8.12469 103.413 8.8261C103.413 9.55674 103.208 10.2874 102.828 10.9011C102.419 11.5441 101.835 12.0409 101.162 12.3624C99.4965 13.0638 97.5968 13.0638 95.931 12.3624ZM99.818 10.0828C100.139 9.76132 100.315 9.29371 100.286 8.85533C100.315 8.38772 100.139 7.94934 99.818 7.62786C99.4673 7.30638 98.9996 7.16025 98.532 7.16025C98.0644 7.13102 97.5968 7.30638 97.2461 7.62786C96.9246 7.94934 96.7493 8.38772 96.7785 8.85533C96.7493 9.32294 96.9246 9.76132 97.2461 10.0828C97.5968 10.4043 98.0644 10.5796 98.532 10.5504C98.9996 10.5796 99.4673 10.4043 99.818 10.0828Z"], .scroller-29cQFV [d="M95.931 12.3624C95.2295 12.0409 94.645 11.5441 94.2359 10.9011C93.8559 10.2874 93.6514 9.55674 93.6514 8.8261C93.6514 8.09547 93.8267 7.39405 94.2359 6.78032C94.645 6.16658 95.2295 5.66975 95.931 5.37749C97.5968 4.70531 99.4965 4.70531 101.162 5.37749C101.835 5.66975 102.419 6.16658 102.828 6.78032C103.208 7.39405 103.413 8.12469 103.413 8.8261C103.413 9.55674 103.208 10.2874 102.828 10.9011C102.419 11.5441 101.835 12.0409 101.162 12.3624C99.4965 13.0638 97.5968 13.0638 95.931 12.3624ZM99.818 10.0828C100.139 9.76132 100.315 9.29371 100.286 8.85533C100.315 8.38772 100.139 7.94934 99.818 7.62786C99.4673 7.30638 98.9996 7.16025 98.532 7.16025C98.0644 7.13102 97.5968 7.30638 97.2461 7.62786C96.9246 7.94934 96.7493 8.38772 96.7785 8.85533C96.7493 9.32294 96.9246 9.76132 97.2461 10.0828C97.5968 10.4043 98.0644 10.5796 98.532 10.5504C98.9996 10.5796 99.4673 10.4043 99.818 10.0828Z"] {
d: path("M82.2446 15.5657C85.3883 15.5657 88.5076 13.8349 88.5076 10.3731V5.19266C88.5076 1.73089 85.3639 0 82.2201 0C79.0764 0 75.9572 1.71254 75.9572 5.19266V10.367C75.9572 13.8349 79.1009 15.5657 82.2446 15.5657ZM79.7859 5.19266C79.7859 4.07951 80.9847 3.48012 82.1773 3.48012C83.4189 3.48012 84.6789 4.01223 84.6789 5.19266V10.367C84.6789 11.4557 83.4617 12.0122 82.2385 12.0122C81.0214 12.0122 79.7798 11.4801 79.7798 10.367V5.19266H79.7859Z");
}
.contentColumn-1C7as6 [d="M111.099 5.28981V8.06624C110.719 7.83243 110.281 7.71553 109.842 7.74476C109.17 7.74476 108.644 7.94934 108.264 8.35849C107.913 8.76765 107.709 9.41061 107.709 10.2874V12.6254H104.582V5.14369H107.65V7.51095C107.826 6.63419 108.089 5.99123 108.469 5.58207C108.848 5.17291 109.375 4.93911 109.93 4.96833C110.339 4.96833 110.748 5.08523 111.099 5.28981Z"], .scroller-29cQFV [d="M111.099 5.28981V8.06624C110.719 7.83243 110.281 7.71553 109.842 7.74476C109.17 7.74476 108.644 7.94934 108.264 8.35849C107.913 8.76765 107.709 9.41061 107.709 10.2874V12.6254H104.582V5.14369H107.65V7.51095C107.826 6.63419 108.089 5.99123 108.469 5.58207C108.848 5.17291 109.375 4.93911 109.93 4.96833C110.339 4.96833 110.748 5.08523 111.099 5.28981Z"] {
d: path("M94.4098 10.5383H95.0948L98.5994 15.3456H103.37L99.2416 10.153C101.083 9.57804 102.214 7.99394 102.214 5.19272C102.128 1.64532 99.7125 0.208008 96.5932 0.208008H90.5443V15.3517H94.4159V10.5383H94.4098ZM94.4098 3.78599H96.6544C99.0703 3.78599 99.0703 7.24777 96.6544 7.24777H94.4098V3.78599Z");
}
.contentColumn-1C7as6 [d="M121.474 3.41937V12.6254H118.347V10.9596C118.113 11.5441 117.675 12.0701 117.149 12.3916C116.535 12.7423 115.863 12.9177 115.161 12.8884C114.518 12.9177 113.875 12.7131 113.32 12.3624C112.794 12.0117 112.356 11.5148 112.093 10.9303C111.8 10.2874 111.654 9.58596 111.654 8.88455C111.625 8.15391 111.8 7.42327 112.093 6.78031C112.385 6.16657 112.853 5.66974 113.408 5.31903C113.992 4.96833 114.665 4.79297 115.337 4.79297C116.827 4.79297 117.821 5.43593 118.347 6.72186V3.41937H121.474ZM117.909 10.0243C118.23 9.70286 118.405 9.26448 118.376 8.82609C118.376 8.38771 118.201 7.94933 117.909 7.65707C117.178 7.04334 116.126 7.04334 115.366 7.65707C115.044 7.97855 114.869 8.38771 114.898 8.82609C114.869 9.26448 115.044 9.70286 115.366 10.0243C115.717 10.3458 116.155 10.4919 116.623 10.4919C117.09 10.5212 117.558 10.3458 117.909 10.0243Z"], .scroller-29cQFV [d="M121.474 3.41937V12.6254H118.347V10.9596C118.113 11.5441 117.675 12.0701 117.149 12.3916C116.535 12.7423 115.863 12.9177 115.161 12.8884C114.518 12.9177 113.875 12.7131 113.32 12.3624C112.794 12.0117 112.356 11.5148 112.093 10.9303C111.8 10.2874 111.654 9.58596 111.654 8.88455C111.625 8.15391 111.8 7.42327 112.093 6.78031C112.385 6.16657 112.853 5.66974 113.408 5.31903C113.992 4.96833 114.665 4.79297 115.337 4.79297C116.827 4.79297 117.821 5.43593 118.347 6.72186V3.41937H121.474ZM117.909 10.0243C118.23 9.70286 118.405 9.26448 118.376 8.82609C118.376 8.38771 118.201 7.94933 117.909 7.65707C117.178 7.04334 116.126 7.04334 115.366 7.65707C115.044 7.97855 114.869 8.38771 114.898 8.82609C114.869 9.26448 115.044 9.70286 115.366 10.0243C115.717 10.3458 116.155 10.4919 116.623 10.4919C117.09 10.5212 117.558 10.3458 117.909 10.0243Z"] {
d: path("M115.878 5.27809C115.878 1.74904 113.034 0.213867 110 0.213867H104.336V6.57472L108.11 9.9631V3.78573H110.128C111.413 3.78573 112.031 4.40347 112.031 5.38818V10.116C112.031 11.1007 111.431 11.7613 110.128 11.7613H104.336V15.3515H110C113.034 15.3698 115.878 13.853 115.878 10.3729V5.27809Z");
}
.guildIconContainer-2FW_iA {
z-index: 9;
}
.banner-3Uu4yV {
background-image: linear-gradient(90deg, hsl(221, calc(var(--saturation-factor, 1)*70%), 55.5%), hsl(269, calc(var(--saturation-factor, 1)*83.8%), 71%));
}
.banner-1QYBBN .colorHeaderPrimary-jN_yGr {
color: #fff;
}
.banner-1QYBBN .colorStandard-21JIj7 {
color: #fff8;
}
.preview-3k9WhO .previewMessage-2g_aBv .message-2CShn3 {
margin-top: 0 !important;
padding-bottom: 0 !important;
}
.isSystemMessage-QNv9ZH .embedCard-bDyD5S {
background: var(--deprecated-card-bg);
border: solid 1px var(--background-tertiary);
border-radius: 3px;
}
.betaTag-2eEO-r.textBadge-1fdDPJ {
background: var(--blurple) !important;
border-radius: 2px;
}
.wrapper-1VLyxH + .textBadge-v9EW9y {
border-radius: 6px;
overflow: hidden;
background: var(--blurple) !important;
}
.editCard-K9Q9mb {
background: var(--deprecated-card-bg);
border: solid 1px var(--background-tertiary);
border-radius: 3px;
}
.editCard-K9Q9mb:before {
display: none;
}
.editCard-K9Q9mb .actionContainer-EzNGrb {
background: var(--background-primary);
border: solid 1px var(--background-accent);
border-radius: 3px;
}
.editCard-K9Q9mb .ruleIconContainer-dXW56- {
border-radius: 3px;
background: var(--background-accent);
}
.editCard-K9Q9mb .dividierIcon-GVrQQY {
color: var(--background-accent);
}
.editCard-K9Q9mb .triggerMainContainer-274ue5 {
border-radius: 3px;
background: var(--background-secondary);
border-color: var(--background-accent);
}
.editCard-K9Q9mb .actionContainer-2krsiT {
background: var(--deprecated-card-bg);
border: solid 1px var(--background-tertiary);
border-radius: 3px;
}
.editCard-K9Q9mb .checkboxWrapper-2fDzaA .checkbox-f1HnKB {
border-radius: 3px;
border: none;
}
.editCard-K9Q9mb .checkboxWrapper-2fDzaA .checkbox-f1HnKB:not(.checked-1pZh2h) {
box-shadow: inset 0 0 0 2px var(--background-primary);
}
.editCard-K9Q9mb .richTag-20_n21 {
border: solid 1px var(--background-accent);
background: var(--background-primary);
}
.container-3wLKDe {
background: var(--background-primary) !important;
}
.sortContainer-33Xf0u .select-1Ia3hD {
background: none;
border: none;
}
.divider-AZrXIA + .messageListItem-ZZ7v6g {
margin-top: 40px;
}
.headerRow-1MKoR- .mainCard-3KBsBI {
background: rgba(255, 255, 255, 0.06);
border: solid 2px rgba(255, 255, 255, 0.2);
border-radius: 3px;
}
.headerRow-1MKoR- .mainCard-3KBsBI .scrollableContainer-15eg7h {
background: none;
border: none;
}
.headerRow-1MKoR- .mainCard-3KBsBI .submitButton-3B-dZd {
border-radius: 3px !important;
}
.pill-3pRQlO.small-1j51ag {
border-radius: 3px;
border: none;
}
.pill-3pRQlO.small-1j51ag.selected-24z1Ou {
background: var(--blurple) !important;
}
.pill-3pRQlO.small-1j51ag.selected-24z1Ou .name-3VLRmL {
color: #fff !important;
}
.controlsContainer-2BcSvj .controls-3EanmI .submitButton-3B-dZd {
border-radius: 3px;
}
.controlsContainer-2BcSvj .controls-3EanmI .mediaButton-3lZSdn {
border-radius: 3px;
}
.row-uezxzk:not(.headerRow-1MKoR-) .mainCard-3KBsBI {
border-radius: 3px;
box-shadow: none;
border: solid 1px var(--background-tertiary);
background: var(--deprecated-card-editable-bg);
}
.row-uezxzk:not(.headerRow-1MKoR-) .mainCard-3KBsBI .newBadge-1LcB6t {
border-radius: 3px !important;
background: var(--blurple) !important;
}
.row-uezxzk:not(.headerRow-1MKoR-) .mainCard-3KBsBI .newBadge-1LcB6t .newBadgeText-1y7fMO {
color: #fff !important;
}
.botTagOP-3pUTXu {
border: solid 1px var(--blurple);
color: var(--blurple);
background: none;
border-radius: 3px !important;
}
.container-3YcgdM .button-DAkLIy .buttonInner-3aRbcx {
transition: 0.18s;
border-radius: 3px;
background: var(--blurple);
border-color: #0000 !important;
color: #fff;
}
.container-3YcgdM .button-DAkLIy:hover .buttonInner-3aRbcx {
background: var(--blurple-hover);
}
.container-3YcgdM .button-DAkLIy:active .buttonInner-3aRbcx {
background: var(--blurple-active);
}
.theme-dark .background-fkKrXt, .theme-light .background-fkKrXt {
background: var(--background-primary);
}
.theme-dark .background-fkKrXt .headerBarInner-2pcZSM:after, .theme-light .background-fkKrXt .headerBarInner-2pcZSM:after {
display: none;
}
.background-fkKrXt .interactiveCard-2iMtdk, .background-fkKrXt .container-xwOzwi, .background-fkKrXt .container-2Hi7Km {
border-radius: 3px;
box-shadow: none;
border: solid 1px var(--background-tertiary);
background: var(--deprecated-card-editable-bg);
}
.background-fkKrXt .wrapper-15CKyy {
background: none;
}
.powercord-spotify .container-3baos1 .flex-2S1XBF > button:only-of-type {
border-right: none;
}
.powercord-spotify .container-3baos1 .flex-2S1XBF button svg {
color: #585A5E !important;
}
.powercord-spotify .container-3baos1 .flex-2S1XBF button:hover svg {
color: #C1C2C3 !important;
}
.powercord-spotify .container-3baos1 .flex-2S1XBF button:active {
background: #33373C;
}
.powercord-spotify .container-3baos1 .flex-2S1XBF [d="M9,7 L11,7 L11,5 L9,5 L9,7 Z M10,18 C5.59,18 2,14.41 2,10 C2,5.59 5.59,2 10,2 C14.41,2 18,5.59 18,10 C18,14.41 14.41,18 10,18 L10,18 Z M10,4.4408921e-16 C4.4771525,-1.77635684e-15 4.4408921e-16,4.4771525 0,10 C-1.33226763e-15,12.6521649 1.0535684,15.195704 2.92893219,17.0710678 C4.80429597,18.9464316 7.3478351,20 10,20 C12.6521649,20 15.195704,18.9464316 17.0710678,17.0710678 C18.9464316,15.195704 20,12.6521649 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,2.22044605e-16 10,0 L10,4.4408921e-16 Z M9,15 L11,15 L11,9 L9,9 L9,15 L9,15 Z"] {
d: path("M9.00699 10.4453C8.97009 10.6478 9.0808 10.8502 9.30223 10.9312C9.48676 11.0121 9.70819 11.0121 9.89271 11.0526C10.3356 11.1336 10.4832 11.2955 10.4832 11.8219V12.0648C10.2987 13.2794 10.0772 14.4939 9.89271 15.7085C9.782 16.3968 9.67128 17.1255 9.59747 17.8138C9.48676 18.8259 10.3725 19.7976 11.0737 19.919C11.5165 20 11.9225 20 12.3654 20C13.288 20 14.063 19.5547 14.7273 18.8259C14.838 18.7045 14.9487 18.5425 14.9856 18.3401C15.0594 18.0567 14.838 17.8543 14.5797 17.9757C14.3951 18.0567 14.2475 18.1781 14.063 18.2591C13.8416 18.3401 13.6201 18.4211 13.3987 18.4615C13.1404 18.502 12.9189 18.3401 12.8451 18.0567C12.8082 17.8543 12.7713 17.6113 12.8082 17.3684C12.8451 16.9231 12.9558 16.4372 13.0296 15.9919C13.2511 14.6154 13.5094 13.1984 13.7308 11.8219C13.8046 11.4575 13.8416 11.0526 13.8416 10.6883C13.8416 10.2429 13.5832 10 13.1773 10H9.8189C9.67128 10 9.56057 10 9.41295 10.0405C9.15461 10.1215 9.0439 10.2429 9.00699 10.4453ZM9.77165 4.97938C9.77165 6.09278 10.5771 7 11.6127 7C12.61 7 13.4538 6.09278 13.4538 5.02062C13.4538 3.90722 12.6484 3 11.6127 3C10.5771 3 9.77165 3.86598 9.77165 4.97938Z");
fill: none;
stroke: currentColor;
stroke-width: 1px;
transform: scale(1.25);
transform-origin: center center;
}
.powercord-spotify .spotify-extra-controls {
border: solid 1px #1c1e22;
border-radius: 3px;
width: max-content;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.powercord-spotify .spotify-extra-controls button:first-of-type {
border-right: solid 1px #1c1e22;
}
.powercord-spotify .spotify-extra-controls button:last-of-type {
border-left: solid 1px #373B42;
}
.powercord-spotify .spotify-extra-controls button:active {
background: #33373C;
}
.powercord-spotify button {
min-width: 32px;
}
.powercord-spotify .spotify-seek-bar-progress {
background: #7289da !important;
}
.container-2McqkF {
background: var(--background-primary);
--search-popout-option-fade: linear-gradient(90deg,#0000,var(--background-primary) 80%);
}
.userPopout-2j1gM4[data-user-id="211270674482724864"] .avatar-2Vndt_ {
border-color: #00caff !important;
background: #00caff !important;
box-shadow: 0 0 5px 1px #00caff;
}
@keyframes rgbMode {
0% {
color: #FF0000;
}
16% {
color: #FFD800;
}
33% {
color: #00FF21;
}
50% {
color: #0094FF;
}
66% {
color: #0026FF;
}
83% {
color: #B200FF;
}
100% {
color: #FF0000;
}
}
[src="/assets/a088a8a4d03c76f5b198a8c38e820823.svg"] {
content: url(https://cdn.discordapp.com/attachments/869995653760172113/894213555098898462/why_do_they_call_it_oven_when_you_of_in_the_cold_food_of_out_hot_this_has_nothing_to_do_with_the_gif.gif);
}
.theme-brand .scrollableContainer-15eg7h .inner-MADQqc {
background: url(https://cdn.discordapp.com/attachments/869995653760172113/894214738161070130/wide_but_is_he_as_wide_as_an_ultra_wide_screen.gif) !important;
background-size: 100% 100% !important;
}
[aria-label=USER_SETTINGS] .contentRegionScroller-2_GT_N .children-1xdcWE > div:first-of-type .slider-1NC-Gf + .container-1zDvAE + div .preview-2Vkbi6:before {
content: "Saturation slider is not entirely supported, but is planned to be supported.";
color: #fff;
padding: 10px;
display: block;
margin-bottom: 16px;
color: var(--text-normal);
border: solid 1px var(--background-tertiary);
background: var(--deprecated-card-bg);
border-radius: 3px;
}
.StatusEverywhere-avatar-chatAvatar:before {
background: none !important;
}
.StatusEverywhere-avatar-chatAvatar > svg {
top: 0;
}
.devBanner-AXSCfT {
background: var(--background-secondary-alt);
border-top: solid 1px var(--background-tertiary);
color: var(--interactive-normal);
}
.fixedBottomList-1yrBla, .premiumTrialBadge-pEqntF.premiumTrialAcknowledgedBadge-2QxbU_, .shineContainer-NmlfaV {
display: none;
}
/*# sourceMappingURL=DTM-16.css.map */
- E n j o y