@import "https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css";


{
   animations: none !important;
}

#app-mount .autocomplete-1vrmpx .base-1pYU8j.selected-1Tbx07 {
background: rgb( 50 50 50 / 40%);
}

/* Changes font to old one */
html:root {
    --font-display: var(--font-primary);
}
/*Change mention button into @ sign*/
.iconWrapper-2OrFZ1 path[d="M19 3H4.99C3.88 3 3.01 3.89 3.01 5L3 19C3 20.1 3.88 21 4.99 21H19C20.1 21 21 20.1 21 19V5C21 3.89 20.1 3 19 3ZM19 15H15C15 16.66 13.65 18 12 18C10.35 18 9 16.66 9 15H4.99V5H19V15Z"]{
    d: path("M 12 2 C 6.486 2 2 6.486 2 12 C 2 17.515 6.486 22 12 22 C 14.039 22 15.993 21.398 17.652 20.259 L 16.521 18.611 C 15.195 19.519 13.633 20 12 20 C 7.589 20 4 16.411 4 12 C 4 7.589 7.589 4 12 4 C 16.411 4 20 7.589 20 12 V 12.782 C 20 14.17 19.402 15 18.4 15 L 18.398 15.018 C 18.338 15.005 18.273 15 18.209 15 H 18 C 17.437 15 16.6 14.182 16.6 13.631 V 12 C 16.6 9.464 14.537 7.4 12 7.4 C 9.463 7.4 7.4 9.463 7.4 12 C 7.4 14.537 9.463 16.6 12 16.6 C 13.234 16.6 14.35 16.106 15.177 15.313 C 15.826 16.269 16.93 17 18 17 L 18.002 16.981 C 18.064 16.994 18.129 17 18.195 17 H 18.4 C 20.552 17 22 15.306 22 12.782 V 12 C 22 6.486 17.514 2 12 2 Z M 12 14.599 C 10.566 14.599 9.4 13.433 9.4 11.999 C 9.4 10.565 10.566 9.399 12 9.399 C 13.434 9.399 14.6 10.565 14.6 11.999 C 14.6 13.433 13.434 14.599 12 14.599 Z");
}




/*Hide gift button*/
button[aria-label="Send a gift"] 
  {
   display: none;
  }

/*Hide Stage Discovery Tab*/
#private-channels [href="/discovery"] {display: none}

/* Hide Sticker Button */
.stickerButton-3OEgwj{
    position: fixed;
    visibility: hidden;
}


/*Minified search bar*/
.search-2oPWTC:not(.open-6_Y_aH) .searchBar-3dMhjb { width: 27px; transition: 0.25s; background-color: transparent;}
.search-2oPWTC:not(.open-6_Y_aH):hover .searchBar-3dMhjb { width: 240px; background-color: var(--background-tertiary);}
.search-2oPWTC:not(.open-6_Y_aH) .iconContainer-O4O2CN { transform: scale(1.3); transition: 0.25s;}
.search-2oPWTC:not(.open-6_Y_aH):hover .iconContainer-O4O2CN { transform: scale(1);}
.icon-3cZ1F_ { color: var(--text-normal)}



/*Change color of Watch Stream button*/
.theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV {
    color: #fff;
    background-color: rgb(20, 20, 20);
}


/*Remove Set Identity and Avatar on popout*/
.setIdentityLink-3lcnXW {display: none}
}

/*Custom text selection color*/
::selection {
    background-color: rgb(135, 0, 184);
}

/*Different colored links for sites*/
[href*="youtu.be"],
[href*="youtube.com"] {
    color:#c4302b !important;
    font-weight: 700;
}
[href*="twitch.tv"] {
    color:rgb(183, 0, 255) !important;
    font-weight: 700;
}
[href*="spotify.com"] {
    color:rgb(19, 185, 4) !important; 
    font-weight: 700;
}
[href*="discord.com/channels/"] {
    color:rgb(114, 137, 218) !important;
}
[href^="https://discord.com/channels/"] {
    line-height:0;
    font-size:0;
}
[href*="discord.com/channels/"]::before {
    content:'Jump to Message';
    font-size:16px;
    font-weight:700;
    color: rgb(141,25,196);
}

[href*="reddit.com"] {
    color:#e05a0c !important; 
    font-weight: 700;
}
[href*="instagram.com/"]{
    background: -webkit-linear-gradient(80deg, rgb(255, 238, 0), rgb(255, 157, 11), #b700ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
} 
[href*="twitter.com/"]{
    color:#00acee !important;
    font-weight: 700;
}
[href*="betterdiscord.app/"],
[href*="discord.gg/"] {
    color:#7289da !important;
    font-weight: 700;
}
[href*="github.com"]{
    color:#00f0a8 !important;
    font-weight: 700;
}

/* Hide member list */
:root {
  --hover-animation-speed: 0.35s;
  --seperator-color: var(--background-accent);
}
.membersWrap-2h-GB4 {
  min-width: unset;
  width: 50px;
  justify-content: right;
}
.members-1998pB {transition: transform var(--hover-animation-speed);}
.membersWrap-2h-GB4:hover .members-1998pB {transform: translateX(-190px);}
.membersWrap-2h-GB4 .membersGroup-v9BXpm::after {
  content: '';
  width: 30px;
  height: 2px;
  border-radius: 50px;
  background: unset;
  background-color: var(--seperator-color);
  position: absolute;
  left: -36px;
  top: 29px;
  margin-left: 0px;
}
.membersWrap-2h-GB4 .members-1998pB .member-3-YXUe {
  background-color: unset;
  margin-left: 0px;
  transition: margin-left var(--hover-animation-speed);
}
.membersWrap-2h-GB4:hover .members-1998pB .member-3-YXUe {margin-left: 8px;}
.membersWrap-2h-GB4:hover .membersGroup-v9BXpm {transform: translateX(-6px);}
.membersWrap-2h-GB4 .membersGroup-v9BXpm {
  cursor: default;
  transform: translateX(45px);
  transition: transform var(--hover-animation-speed);
  overflow: visible;
}

/*More space-efficient settings layout*/
.sidebarRegion-VFTUkN,
.sidebarRegionScroller-3MXcoP {
    flex: 0 0 auto;
}
.contentColumnDefault-1VQkGM {
    max-width: unset;
}


/* Revert home icon */
.homeIcon-FuNwkv > path {
  d: path("M 20.6644 20 C 20.6644 20 19.8014 18.9762 19.0822 18.0714 C 22.2226 17.1905 23.4212 15.2381 23.4212 15.2381 C 22.4384 15.881 21.5034 16.3334 20.6644 16.6429 C 19.4658 17.1429 18.3151 17.4762 17.1884 17.6667 C 14.887 18.0953 12.7774 17.9762 10.9795 17.6429 C 9.61301 17.381 8.43836 17 7.45548 16.6191 C 6.90411 16.4048 6.30479 16.1429 5.70548 15.8096 C 5.63356 15.7619 5.56164 15.7381 5.48973 15.6905 C 5.44178 15.6667 5.41781 15.6429 5.39384 15.6191 C 4.96233 15.381 4.7226 15.2143 4.7226 15.2143 C 4.7226 15.2143 5.87329 17.1191 8.91781 18.0238 C 8.19863 18.9286 7.31164 20 7.31164 20 C 2.0137 19.8333 0 16.381 0 16.381 C 0 8.7144 3.45205 2.50017 3.45205 2.50017 C 6.90411 -0.07123 10.1884 0.000197861 10.1884 0.000197861 L 10.4281 0.285909 C 6.11301 1.52399 4.12329 3.40493 4.12329 3.40493 C 4.12329 3.40493 4.65068 3.11921 5.53767 2.71446 C 8.10274 1.59542 10.1404 1.2859 10.9795 1.21447 C 11.1233 1.19066 11.2432 1.16685 11.387 1.16685 C 12.8493 0.976379 14.5034 0.92876 16.2295 1.11923 C 18.5068 1.38114 20.9521 2.0478 23.4452 3.40493 C 23.4452 3.40493 21.5514 1.61923 17.476 0.381146 L 17.8116 0.000197861 C 17.8116 0.000197861 21.0959 -0.07123 24.5479 2.50017 C 24.5479 2.50017 28 8.7144 28 16.381 C 28 16.381 25.9623 19.8333 20.6644 20 Z M 9.51712 8.88106 C 8.15068 8.88106 7.07192 10.0715 7.07192 11.5239 C 7.07192 12.9763 8.17466 14.1667 9.51712 14.1667 C 10.8836 14.1667 11.9623 12.9763 11.9623 11.5239 C 11.9863 10.0715 10.8836 8.88106 9.51712 8.88106 Z M 18.2671 8.88106 C 16.9007 8.88106 15.8219 10.0715 15.8219 11.5239 C 15.8219 12.9763 16.9247 14.1667 18.2671 14.1667 C 19.6336 14.1667 20.7123 12.9763 20.7123 11.5239 C 20.7123 10.0715 19.6336 8.88106 18.2671 8.88106 Z");
}

/*Disable Discord settings animation*/
.layer-3QrUeG {
    transform: none !important;
    opacity: 1 !important;
}
.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada *,
.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada {
    pointer-events: auto !important;
    will-change: unset;
}
.animating-rRxada.stop-animations {
    z-index: 100 !important;
}

.animating-rRxada.stop-animations {
    z-index: 100 !important;
}


/*Fix settings animations*/
.layer-3QrUeG {
    transform: none !important;
    opacity: 1 !important;
}

.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada *,
.layers-3iHuyZ>.layer-3QrUeG.animating-rRxada {
    pointer-events: auto !important;
    will-change: unset;
}

/* Revert reactions */
.reaction-1hd86g {
  border-radius: 0.25rem;
  background:var(--background-primary);
  border-color: transparent !important;
  margin-right: 3px;
}
.reaction-1hd86g .reactionCount-2mvXRV {
  color: var(--text-muted);
  /* A11Y-- */
}
.reaction-1hd86g .reactionInner-15NvIl {
  padding: 0 4.5px;
}

/* Self reactions */
.reaction-1hd86g.reactionMe-wv5HKu .reactionCount-2mvXRV {
  color: var(--brand-experiment);
  /* A11Y-- */
}

/* Reaction hover */
.reaction-1hd86g:hover .reactionCount-2mvXRV {
  color: var(--interactive-active) !important; //var(--interactive-active)
}
.reaction-1hd86g:hover {
  background-color: rgba(135, 0, 184,0.5); //var(--background-modifier-selected)
}
.reaction-1hd86g.reactionMe-wv5HKu:hover {
  background-color: rgba(135, 0, 184,0.5); //var(--brand-experiment-40a)
}
.reaction-1hd86g.reactionMe-wv5HKu {
  background-color: rgba(135, 0, 184, 0.25); //var(--brand-experiment-30a)
}

/* Revert mentions to old ones */
.wrapper-3WhCwL,.theme-dark .mentioned-xhSam7 .mention, .theme-light .mentioned-xhSam7 .mention{
  color:rgb(135, 0, 184) !important;
  background:rgba(135, 0, 184, 0) !important; //114,137,218,0.1
  border-radius: 3px;
  padding: 0 2px;
  font-weight: 500;
}
.wrapper-3WhCwL:hover,.theme-dark .mentioned-xhSam7 .mention:hover, .theme-light .mentioned-xhSam7 .mention:hover{
  color:rgb(255, 255, 255) !important;
  background-color:rgba(135, 0, 184) !important;
}
.mentionButton-3710-W:not(.colorMuted-HdFt4q){
  color:rgb(135, 0, 184);
}
.mentioned-xhSam7 {
  background-color:rgba(135, 0, 184, 0.09);
 }
 .mentioned-xhSam7::before{
  background-color: rgb(135, 0, 184);

}
.mentioned-xhSam7:hover {
    background-color: rgba(135, 0, 184,0.18) !important;
    
/* Revert ping mention button being link colored (used to be brand) */
.colorLink-2vG20E.size14-e6ZScH.mentionButton-3710-W {
  color: var(--brand-experiment) !important;
}

