@import url('//objectiveslayer.github.io/bd-snippets/customizable-toolbar.css');

:root{
    /* NOTE: change "block" to "none" if you want to hide the listed icons! */

    /* Servers/DM's */
    --threads-icon: block;
    --notifications-settings-icon: none;
    --pinned-messages-icon: block;
    --memberlist-icon: block;
    --search-bar: block;
    --inbox-icon: block;
    --help-icon: block;

    /* DM's/group-chats */
    --voice-call-icon: block;
    --video-call-icon: block;
    --add-friends-to-dm-icon: block;
    --user-profile-icon: none;
    }
    /*Modifies "read all" to READ ALL and decrease a bit the size*/
    .tree-3agP2X .childWrapper-1j_1ub.button-Jt-tIg {
    font-size: 10.2px;;
    text-transform: uppercase
    }

    /*Hides collapse blocked messages*/
    .scrollerInner-2PPAp2 > .groupStart-3Mlgv1:not(.backgroundFlash-1X5jVs) > .wrapper-30-Nkg{
    display: none;
    }

    /*Removes blocked messages highlight*/
    .expanded-3lghlw{
    background-color: inherit;
    }

    /*Better Discord Toast notification Position ov*/
    .bd-toasts {
    bottom: unset !important;
    left: unset !important;
    top: 20px;
    right: -200px;
    }

    /*Remove Gift Nitro Button on the Chat inputbox */
    button[aria-label="Send a gift"] {
    display: none;
    }

    /*Remove greyscale emotes*/
    .emojiItem-277VFM.emojiItemDisabled-3VVnwp {
    filter: grayscale(0);
    }

    /*Remove sticky nitro button from guild list */
    .fixedBottomList-1yrBla > .listItem-3SmSlK {
    display: none;
    }

    /*Removes nitro button under the friend list*/
    [href="/store"] { display: none}
    :root {
    --transitionspeed: 0.25s;
    }
    
    /*Removes the invite button in right click menu*/
    #user-context-invite-to-server {
    display: none;
    }

    /*Removes the user notes button in right click menu*/
    #user-context-note {
    display: none;
    }

    /*Removes edit server profile option in right click menu*/
    #user-context-change-nickname {
    display: none;
    }
    
    /*Removes the forced event home icon*/
    .tutorialContainer-1pL9QS .childWrapper-1j_1ub {
    width: 100%;
    height: 100%;
    background: var(--home-icon) var(--home-position)/var(--home-size) no-repeat
    }
    .childWrapper-1j_1ub > svg > g {
    display: none;
    }
    
    /*Adds a Folder icon to the server folders*/
    .closedFolderIconWrapper-3tRb2d {
    display: none;
    }
    .folderIconWrapper-1oRIZr:not([style=""])::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: inherit;
    -webkit-mask: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/icons/solid/folder.svg) no-repeat;
    mask: url(https://capnkitten.github.io/BetterDiscord/Themes/Material-Discord/files/icons/solid/folder.svg) no-repeat;
    transform: scale(1.3335);
    filter: brightness(1.5) saturate(1.5);
    }
    
    /* Remove super reactions */
    .button-3bklZh[aria-label="Add Super Reaction"],
    .colorPremiumGradient-38tGFG.focused-3LIdPu, 
    .colorPremiumGradient-38tGFG:active:not(.hideInteraction-1vQrZJ),
    .colorPremiumGradient-38tGFG,
    .reactionBtn-3I19bq:has(path[d^="M20.3397 14.2379C21.2318"]),
    .navButton-Z_c6CC[id="super-reaction-picker-tab"] {
    display: none !important;
    }

/*END*/
