diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index a1dd41652e..a94bc7c9c7 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -2,85 +2,85 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css); :root { - --transparencycolor: 0,0,0; + --transparencycolor: 0, 0, 0; --transparencyalpha: 0.15; --messagetransparency: 0.5; --guildchanneltransparency: 0.15; --chatinputtransparency: 0.0; --memberlisttransparency: 0.0; - --accentcolor: 190,78,180; + --accentcolor: 190, 78, 180; - --font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - --textshadow: transparent; - --settingsicons: 1; + --settingsicons: 1; + --font: "gg sans", "Noto Sans"; + --textshadow: transparent; - --textbrightest: 255,255,255; - --textbrighter: 222,222,222; - --textbright: 200,200,200; - --textdark: 160,160,160; - --textdarker: 125,125,125; - --textdarkest: 90,90,90; + --textbrightest: 255, 255, 255; + --textbrighter: 222, 222, 222; + --textbright: 200, 200, 200; + --textdark: 160, 160, 160; + --textdarker: 125, 125, 125; + --textdarkest: 90, 90, 90; - --background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); + --background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); --backgroundposition: center; - --backgroundsize: cover; - --backgroundblur: unset; + --backgroundsize: cover; + --backgroundblur: unset; - --popout: var(--background); - --popoutposition: var(--backgroundposition); - --popoutsize: var(--backgroundsize); - --popoutblur: var(--backgroundblur); + --popout: var(--background); + --popoutposition: var(--backgroundposition); + --popoutsize: var(--backgroundsize); + --popoutblur: var(--backgroundblur); - --backdrop: rgba(0,0,0,0.85); - --backdropposition: center; - --backdropsize: cover; - --backdropblur: unset; + --backdrop: rgba(0, 0, 0, 0.85); + --backdropposition: center; + --backdropsize: cover; + --backdropblur: unset; --transparencycolor_v: var(--transparencycolor_s, var(--transparencycolor)); --transparencyalpha_v: var(--transparencyalpha_s, var(--transparencyalpha)); --messagetransparency_v: var(--messagetransparency_s, var(--messagetransparency)); - --guildchanneltransparency_v: var(--guildchanneltransparency_s, var(--guildchanneltransparency)); + --guildchanneltransparency_v: var(--guildchanneltransparency_s, var(--guildchanneltransparency)); --chatinputtransparency_v: var(--chatinputtransparency_s, var(--chatinputtransparency)); --memberlisttransparency_v: var(--memberlisttransparency_s, var(--memberlisttransparency)); - --accentcolor_v: var(--accentcolor_s, var(--accentcolor)); + --accentcolor_v: var(--accentcolor_s, var(--accentcolor)); - --font_v: var(--font_s, var(--font)); - --textshadow_v: var(--textshadow_s, var(--textshadow)); - --settingsicons_v: var(--settingsicons_s, var(--settingsicons)); + --font_v: var(--font_s, var(--font)); + --textshadow_v: var(--textshadow_s, var(--textshadow)); + --settingsicons_v: var(--settingsicons_s, var(--settingsicons)); - --background_v: var(--background_s, var(--background)); + --background_v: var(--background_s, var(--background)); --backgroundposition_v: var(--backgroundposition_s, var(--backgroundposition)); - --backgroundsize_v: var(--backgroundsize_s, var(--backgroundsize)); - --backgroundblur_v: var(--backgroundblur_s, var(--backgroundblur)); + --backgroundsize_v: var(--backgroundsize_s, var(--backgroundsize)); + --backgroundblur_v: var(--backgroundblur_s, var(--backgroundblur)); - --popout_v: var(--popout_s, var(--popout)); - --popoutposition_v: var(--popoutposition_s, var(--popoutposition)); - --popoutsize_v: var(--popoutsize_s, var(--popoutsize)); - --popoutblur_v: var(--popoutblur_s, var(--popoutblur)); + --popout_v: var(--popout_s, var(--popout)); + --popoutposition_v: var(--popoutposition_s, var(--popoutposition)); + --popoutsize_v: var(--popoutsize_s, var(--popoutsize)); + --popoutblur_v: var(--popoutblur_s, var(--popoutblur)); - --backdrop_v: var(--backdrop_s, var(--backdrop)); + --backdrop_v: var(--backdrop_s, var(--backdrop)); --backdropposition_v: var(--backdropposition_s, var(--backdropposition)); - --backdropsize_v: var(--backdropsize_s, var(--backdropsize)); - --backdropblur_v: var(--backdropblur_s, var(--backdropblur)); + --backdropsize_v: var(--backdropsize_s, var(--backdropsize)); + --backdropblur_v: var(--backdropblur_s, var(--backdropblur)); - --textbrightest_v: var(--textbrightest_s, var(--textbrightest)); - --textbrighter_v: var(--textbrighter_s, var(--textbrighter)); - --textbright_v: var(--textbright_s, var(--textbright)); - --textdark_v: var(--textdark_s, var(--textdark)); - --textdarker_v: var(--textdarker_s, var(--textdarker)); - --textdarkest_v: var(--textdarkest_s, var(--textdarkest)); + --textbrightest_v: var(--textbrightest_s, var(--textbrightest)); + --textbrighter_v: var(--textbrighter_s, var(--textbrighter)); + --textbright_v: var(--textbright_s, var(--textbright)); + --textdark_v: var(--textdark_s, var(--textdark)); + --textdarker_v: var(--textdarker_s, var(--textdarker)); + --textdarkest_v: var(--textdarkest_s, var(--textdarkest)); - --usechatbubbles: calc(var(--messagetransparency_v) / (var(--messagetransparency_v) + 0.00000000000000000000001)); + --usechatbubbles: calc(var(--messagetransparency_v) / (var(--messagetransparency_v) + 0.00000000000000000000001)); - --accentcolor2: var(--accentcolor_v); - --mentioncolor: var(--accentcolor_v); - --linkcolor: var(--accentcolor_v); + --accentcolor2: var(--accentcolor_v); + --mentioncolor: var(--accentcolor_v); + --linkcolor: var(--accentcolor_v); - --successcolor: 59,165,92; - --warningcolor: 250,166,26; - --dangercolor: 237,66,69; + --successcolor: 59, 165, 92; + --warningcolor: 250, 166, 26; + --dangercolor: 237, 66, 69; } .theme-light, .theme-dark, .theme-amoled { @@ -709,7 +709,7 @@ body::after { color: var(--header-primary); text-shadow: 1px 1px var(--textshadow_v); } -.selected_d94cf9 svg { +.selected_d94cf9 svg:not(.svg_f5b652) { filter: drop-shadow(1px 1px var(--textshadow_v)); } diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 008f734812..3763b45d84 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -2,26 +2,26 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css); :root { - --accentcolor: 88,101,242; - --accentcolor2: 255,115,250; - --linkcolor: 0,176,244; + --accentcolor: 88, 101, 242; + --accentcolor2: 255, 115, 250; + --linkcolor: 0, 176, 244; - --accentcolor_v: var(--accentcolor_s, var(--accentcolor)); - --accentcolor2_v: var(--accentcolor2_s, var(--accentcolor2)); - --linkcolor_v: var(--linkcolor_s, var(--linkcolor)); + --accentcolor_v: var(--accentcolor_s, var(--accentcolor)); + --accentcolor2_v: var(--accentcolor2_s, var(--accentcolor2)); + --linkcolor_v: var(--linkcolor_s, var(--linkcolor)); - --accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15)); - --accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3)); - --accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.15), rgba(255,255,255,.15)); - --accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255,255,255,.3), rgba(255,255,255,.3)); + --accentcolor-hover: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)); + --accentcolor-active: rgb(var(--accentcolor_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)); + --accentcolor2-hover: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)); + --accentcolor2-active: rgb(var(--accentcolor2_v)) linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)); - --bdfdb-blurple: rgb(var(--accentcolor_v)) !important; - --bd-blue: rgb(var(--accentcolor_v)) !important; - --bd-blue-hover: var(--accentcolor-hover) !important; - --bd-blue-active: var(--accentcolor-active) !important; - --blurple: rgb(var(--accentcolor_v)) !important; + --bdfdb-blurple: rgb(var(--accentcolor_v)) !important; + --bd-blue: rgb(var(--accentcolor_v)) !important; + --bd-blue-hover: var(--accentcolor-hover) !important; + --bd-blue-active: var(--accentcolor-active) !important; + --blurple: rgb(var(--accentcolor_v)) !important; } .theme-light { --logo-primary: rgb(var(--accentcolor_v)); diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index cbf006f4a6..edda4fc198 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -2,41 +2,41 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css); :root { - --font: "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + --font: "gg sans", "Noto Sans"; - --mentioncolor: 250,166,26; - --successcolor: 59,165,92; - --warningcolor: 250,166,26; - --dangercolor: 237,66,69; + --mentioncolor: 250, 166, 26; + --successcolor: 59, 165, 92; + --warningcolor: 250, 166, 26; + --dangercolor: 237, 66, 69; - --textbrightest: 255,255,255; - --textbrighter: 220,221,222; - --textbright: 185,187,190; - --textdark: 142,146,151; - --textdarker: 114,118,125; - --textdarkest: 79,84,92; + --textbrightest: 255, 255, 255; + --textbrighter: 220, 221, 222; + --textbright: 185, 187, 190; + --textdark: 142, 146, 151; + --textdarker: 114, 118, 125; + --textdarkest: 79, 84, 92; - --backgroundaccent: 64,68,75; - --backgroundprimary: 54,57,63; - --backgroundsecondary: 47,49,54; - --backgroundsecondaryalt: 41,43,47; - --backgroundtertiary: 32,34,37; - --backgroundfloating: 24,25,28; + --backgroundaccent: 64, 68, 75; + --backgroundprimary: 54, 57, 63; + --backgroundsecondary: 47, 49, 54; + --backgroundsecondaryalt: 41, 43, 47; + --backgroundtertiary: 32, 34, 37; + --backgroundfloating: 24, 25, 28; - --font_v: var(--font_s, var(--font)); + --font_v: var(--font_s, var(--font)); - --mentioncolor_v: var(--mentioncolor_s, var(--mentioncolor)); - --successcolor_v: var(--successcolor_s, var(--successcolor)); - --warningcolor_v: var(--warningcolor_s, var(--warningcolor)); - --dangercolor_v: var(--dangercolor_s, var(--dangercolor)); + --mentioncolor_v: var(--mentioncolor_s, var(--mentioncolor)); + --successcolor_v: var(--successcolor_s, var(--successcolor)); + --warningcolor_v: var(--warningcolor_s, var(--warningcolor)); + --dangercolor_v: var(--dangercolor_s, var(--dangercolor)); - --textbrightest_v: var(--textbrightest_s, var(--textbrightest)); - --textbrighter_v: var(--textbrighter_s, var(--textbrighter)); - --textbright_v: var(--textbright_s, var(--textbright)); - --textdark_v: var(--textdark_s, var(--textdark)); - --textdarker_v: var(--textdarker_s, var(--textdarker)); - --textdarkest_v: var(--textdarkest_s, var(--textdarkest)); + --textbrightest_v: var(--textbrightest_s, var(--textbrightest)); + --textbrighter_v: var(--textbrighter_s, var(--textbrighter)); + --textbright_v: var(--textbright_s, var(--textbright)); + --textdark_v: var(--textdark_s, var(--textdark)); + --textdarker_v: var(--textdarker_s, var(--textdarker)); + --textdarkest_v: var(--textdarkest_s, var(--textdarkest)); --backgroundaccent_v: var(--backgroundaccent_s, var(--backgroundaccent)); --backgroundprimary_v: var(--backgroundprimary_s, var(--backgroundprimary)); diff --git a/Themes/ServerColumns/ServerColumns.css b/Themes/ServerColumns/ServerColumns.css index 59794df6b8..518770af3d 100644 --- a/Themes/ServerColumns/ServerColumns.css +++ b/Themes/ServerColumns/ServerColumns.css @@ -1,16 +1,15 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css); :root { - --columns: 3; - --guildsize: 50; - --guildgap: 3; - --aligndms: 1; + --columns: 3; + --guildsize: 50; + --guildgap: 3; + --aligndms: 1; - - --columns_v: var(--columns_s, var(--columns)); - --guildsize_v: var(--guildsize_s, var(--guildsize)); - --guildgap_v: var(--guildgap_s, var(--guildgap)); - --aligndms_v: var(--aligndms_s, var(--aligndms)); + --columns_v: var(--columns_s, var(--columns)); + --guildsize_v: var(--guildsize_s, var(--guildsize)); + --guildgap_v: var(--guildgap_s, var(--guildgap)); + --aligndms_v: var(--aligndms_s, var(--aligndms)); } .titleBar__01af6.typeMacOS__496b0, diff --git a/Themes/SettingsModal/SettingsModal.css b/Themes/SettingsModal/SettingsModal.css index 5271dd2386..e2836fe8ce 100644 --- a/Themes/SettingsModal/SettingsModal.css +++ b/Themes/SettingsModal/SettingsModal.css @@ -1,14 +1,14 @@ @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css); :root { - --settingswidth: 960; - --settingsheight: 80; - --settingsbackground: transparent; + --settingswidth: 960; + --settingsheight: 80; + --settingsbackground: transparent; - --settingswidth_v: calc(1px * var(--settingswidth_s, var(--settingswidth))); - --settingsheight_v: calc(1vh * var(--settingsheight_s, var(--settingsheight))); - --settingsbackground_v: var(--settingsbackground_s, var(--settingsbackground)); + --settingswidth_v: calc(1px * var(--settingswidth_s, var(--settingswidth))); + --settingsheight_v: calc(1vh * var(--settingsheight_s, var(--settingsheight))); + --settingsbackground_v: var(--settingsbackground_s, var(--settingsbackground)); } #app-mount .baseLayer__8fda3 { diff --git a/Themes/_res/SettingsIcons.css b/Themes/_res/SettingsIcons.css index a6e045b772..95bad10d80 100644 --- a/Themes/_res/SettingsIcons.css +++ b/Themes/_res/SettingsIcons.css @@ -82,593 +82,593 @@ body #app-mount .layer__2efaa ~ .layer__2efaa .sidebar__9e3e2:has(.socialLinks_c -webkit-mask: var(--settingsicons-icon) center/contain no-repeat; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(2)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="my-account-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(2), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="my-account-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="my-account-tab" i] { --settingsicons-icon: var(--settingsicons-myaccount); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(3)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="profile-customization-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(3), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="profile-customization-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="profile-customization-tab" i] { --settingsicons-icon: var(--settingsicons-profile); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(4)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="privacy-&-safety-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(4), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="privacy-&-safety-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="privacy-&-safety-tab" i] { --settingsicons-icon: var(--settingsicons-privacy); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(5)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="family-center-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(5), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="family-center-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="family-center-tab" i] { --settingsicons-icon: var(--settingsicons-family); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(6)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="authorized-apps-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(6), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="authorized-apps-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="authorized-apps-tab" i] { --settingsicons-icon: var(--settingsicons-apps); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(7)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="sessions-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(7), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="sessions-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="sessions-tab" i] { --settingsicons-icon: var(--settingsicons-sessions); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(8)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="connections-tab" i]::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="passport-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(8), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="connections-tab" i], +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="passport-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="connections-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="passport-tab" i] { --settingsicons-icon: var(--settingsicons-connections); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(9)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="settings-clips-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(9), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="settings-clips-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="settings-clips-tab" i] { --settingsicons-icon: var(--settingsicons-streamermode); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(10)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="friend-requests-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(10), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="friend-requests-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="friend-requests-tab" i] { --settingsicons-icon: var(--settingsicons-friendrequests); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(13)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(12)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="discord-nitro-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(13), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(12), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="discord-nitro-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="discord-nitro-tab" i] { --settingsicons-icon: var(--settingsicons-nitro); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(14)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(13)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="nitro-server-boost-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(14), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(13), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="nitro-server-boost-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="nitro-server-boost-tab" i] { --settingsicons-icon: var(--settingsicons-boosts); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(15)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(14)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="subscriptions-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(15), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(14), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="subscriptions-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="subscriptions-tab" i] { --settingsicons-icon: var(--settingsicons-subscriptions); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(16)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(15)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="library-inventory-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(16), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(15), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="library-inventory-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="library-inventory-tab" i] { --settingsicons-icon: var(--settingsicons-gifts); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(17)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(16)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="billing-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(17), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(16), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="billing-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="billing-tab" i] { --settingsicons-icon: var(--settingsicons-billing); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(20)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(19)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="appearance-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(20), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(19), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="appearance-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="appearance-tab" i] { --settingsicons-icon: var(--settingsicons-appearance); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(21)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(20)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="accessibility-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(21), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(20), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="accessibility-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="accessibility-tab" i] { --settingsicons-icon: var(--settingsicons-accessibility); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(22)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(21)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="voice-&-video-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(22), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(21), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="voice-&-video-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="voice-&-video-tab" i] { --settingsicons-icon: var(--settingsicons-voice); } -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="powermode-settings-tab" i]::before, +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="powermode-settings-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="powermode-settings-tab" i] { --settingsicons-icon: var(--settingsicons-powermode); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(23)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(22)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-&-images-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(23), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(22), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-&-images-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="text-&-images-tab" i] { --settingsicons-icon: var(--settingsicons-text); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(24)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(23)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="notifications-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(24), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(23), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="notifications-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="notifications-tab" i] { --settingsicons-icon: var(--settingsicons-notifications); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(25)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(24)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="keybinds-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(25), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(24), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="keybinds-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="keybinds-tab" i] { --settingsicons-icon: var(--settingsicons-keybinds); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(26)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(25)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="language-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(26), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(25), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="language-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="language-tab" i] { --settingsicons-icon: var(--settingsicons-language); } -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="windows-tab" i]::before, +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="windows-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="windows-tab" i] { --settingsicons-icon: var(--settingsicons-windows); } -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="linux-tab" i]::before, +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="linux-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="linux-tab" i] { --settingsicons-icon: var(--settingsicons-linux); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="streamer-mode-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(27), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(26), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="streamer-mode-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="streamer-mode-tab" i] { --settingsicons-icon: var(--settingsicons-streamermode); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(29)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(29)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(28)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(28)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="advanced-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(28), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(29), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(29), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(27), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(28), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(28), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="advanced-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="advanced-tab" i] { --settingsicons-icon: var(--settingsicons-advanced); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(31)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(30)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(38)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="activity-privacy-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(31), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(30), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(38), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="activity-privacy-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="activity-privacy-tab" i] { --settingsicons-icon: var(--settingsicons-activityprivacy); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(33)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(33)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(32)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(32)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="game-activity-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(32), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(33), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(33), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(31), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(32), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(32), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(39), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(40), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="game-activity-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="game-activity-tab" i] { --settingsicons-icon: var(--settingsicons-games); } -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(34)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(33)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="overlay-tab" i]::before, +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(34), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(33), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="overlay-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="overlay-tab" i] { --settingsicons-icon: var(--settingsicons-overlay); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-settings-tab::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-settings-tab, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings, #app-mount .standardSidebarView__1129a:has(.bd-settings-tab[aria-selected="true"]) .contentColumn_dc7d36, #app-mount .standardSidebarView__1129a:has(.vc-settings[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-settings) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-updates-tab::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-updater::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-updates-tab, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-updater, #app-mount .standardSidebarView__1129a:has(.bd-updates-tab[aria-selected="true"]) .contentColumn_dc7d36, #app-mount .standardSidebarView__1129a:has(.bd-updater[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-updates) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-customcss-tab::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-customcss-tab, #app-mount .standardSidebarView__1129a:has(.bd-customcss-tab[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-customcss) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-plugins-tab::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-plugins::before , +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-plugins-tab, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-plugins , #app-mount .standardSidebarView__1129a:has(.bd-plugins-tab[aria-selected="true"]) .contentColumn_dc7d36, #app-mount .standardSidebarView__1129a:has(.vc-plugins[aria-selected="true"]) .contentColumn_dc7d36{ --settingsicons-icon: var(--settingsicons-bd-plugins) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-themes-tab::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-themes::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.bd-themes-tab, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-themes, #app-mount .standardSidebarView__1129a:has(.bd-themes-tab[aria-selected="true"]) .contentColumn_dc7d36, #app-mount .standardSidebarView__1129a:has(.vc-themes[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-themes) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-cloud::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-cloud, #app-mount .standardSidebarView__1129a:has(.vc-cloud[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-vc-cloud) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-backup-restore::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-backup-restore, #app-mount .standardSidebarView__1129a:has(.vc-backup-restore[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-vc-backup-restore) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab, #app-mount .standardSidebarView__1129a:has(.pluginrepo-tab[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-pluginrepo) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab, #app-mount .standardSidebarView__1129a:has(.themerepo-tab[aria-selected="true"]) .contentColumn_dc7d36 { --settingsicons-icon: var(--settingsicons-bd-themerepo) !important; } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(41)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(40)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(41)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(41)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="changelog-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(41), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(40), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(41), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(41), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(41), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="changelog-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="changelog-tab" i] { --settingsicons-icon: var(--settingsicons-changelog); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(41)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="merchandise-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(41), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(42), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="merchandise-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="merchandise-tab" i] { --settingsicons-icon: var(--settingsicons-merchandise); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="hypesquad-online-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(42), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(43), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="hypesquad-online-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="hypesquad-online-tab" i] { --settingsicons-icon: var(--settingsicons-hypesquad); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="experiments-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(43), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(44), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="experiments-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="experiments-tab" i] { --settingsicons-icon: var(--settingsicons-experiments); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="developer-options-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(44), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(45), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="developer-options-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="developer-options-tab" i] { --settingsicons-icon: var(--settingsicons-developer); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="hotspot-options-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(45), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(46), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="hotspot-options-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="hotspot-options-tab" i] { --settingsicons-icon: var(--settingsicons-hotspots); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="dismissible-content-options-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(46), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(47), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="dismissible-content-options-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="dismissible-content-options-tab" i] { --settingsicons-icon: var(--settingsicons-dismissable); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="payment-flow-modals-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(47), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(48), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="payment-flow-modals-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="payment-flow-modals-tab" i] { --settingsicons-icon: var(--settingsicons-paymentmodals); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(50)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-playground-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(48), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(49), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(50), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-playground-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="text-playground-tab" i] { --settingsicons-icon: var(--settingsicons-textplayground); } -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(54)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(53)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(54)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(53)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51)::before, -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(51)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(51)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53)::before, -.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-component-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(51), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(53), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(54), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(53), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(53), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(54), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99):has(.separator_fdbcfd:nth-child(11)) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(53), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(49), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(50), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(51), +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(50), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(51), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-win .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-child(51), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.themerepo-tab ~ .item__48dda:nth-child(52), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.pluginrepo-tab ~ .item__48dda.themerepo-tab ~ .item__48dda:nth-child(53), +.platform-linux .sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda.vc-settings ~ .item__48dda:nth-child(52), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="text-component-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="text-component-tab" i] { --settingsicons-icon: var(--settingsicons-textcomponent); } -.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-last-child(4)::before, -#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="logout-tab" i]::before, +.sidebar__9e3e2:has(.socialLinks_c1fc99) .side_b4b3f6 .item__48dda:nth-last-child(4), +#app-mount .sidebar__9e3e2 .side_b4b3f6 .item__48dda[aria-controls="logout-tab" i], #app-mount .standardSidebarView__1129a .contentColumn_dc7d36[id="logout-tab" i] { --settingsicons-icon: var(--settingsicons-logout) !important; }