/**
* @name new theme tm
* @author kat
* @version 3.2
* @description An easily customizable and automatically updating theme
* @invite FdZhbjY
* @source https://github.com/puckzxz/NotAnotherAnimeTheme
* @updateUrl https://raw.githubusercontent.com/puckzxz/NotAnotherAnimeTheme/master/NotAnotherAnimeTheme.theme.css
*/

@import url(https://puckzxz.github.io/NotAnotherAnimeTheme/build/v3/naat.v3.css);
@import url("https://accrazed.github.io/YoRHA-UI-BetterDiscord/font/stylesheet.css");


  /*
   game activity
  */

.theme-dark .panel-2ZFCRb {
    background: none !important;
}
.activityPanel-9icbyU {
    border-bottom: none;
}
 
/*Change font */
 
::placeholder,
body,
button,
input,
select,
textarea {
  font-family: var(--nier-font), Arial, Helvetica, sans-serif;
}

 /*Custom CSS*/

/* change status to italics */
.activityText-ev7Z1T{
	font-style: italic;
}

/*
  To make editing this theme easier I recommend using Notepad++
  you can download it for free here https://notepad-plus-plus.org/download/
*/

/* Any images you use MUST end with .jpg or .png or any other image extension */

:root {
  /*
    Theme Background
  */
  --theme-background-image: url(https://media.discordapp.net/attachments/945204424685518850/945206132945862656/YoRHa-Unit-No-2-Type-B-NieR-Automata-Nier-series--5444656.png);

  /*
    Main Theme Color
  */
  --main-theme-color: rgba(131, 213, 235, 1);

  /*
    Main Theme Transparency
  */
  --theme-transparency: rgba(0, 0, 0, 0.4);

  /*
    Home Icon Image
  */
  --home-icon-image: url(https://ih1.redbubble.net/image.349147831.7145/flat,750x,075,f-pad,750x1000,f8f8f8.u1.jpg);

  /*
    Change your friends icon image position
  */
  --home-icon-image-position: center center;

  /*
    Change your friends icon image zoom
  */
  --home-icon-image-zoom: 130%;

  /*
    Server Listing Width
    Single Column:  12px
    Double Column:  126px
    Triple Column:  184px
    Quad Column:    242px
  */
  --server-listing-width: 70px;

  /*
    Font Size
  */
  --font-size: 100%;

  /*
    Mention colors
  */
  --mention-color: rgba(197, 220, 235, 0.18);
  --mention-sider: rgba(171, 211, 217, 0.8);
  --mention-hover-color: rgba(130, 156, 173, 0.08);
  /*
    Server category hover color
  */
  --category-hover-color: lightblue;

  /*
    Change the unread server animation.
    Replace it with "none" in order to remove any animations and use the main color instead
  */
  --unread-server-animation: lightblue;

  /*
    Video / Screen share buttons
  */
  --video-screen-button-background-color: rgba(0, 0, 0, 0);
  --video-screen-button-foreground-color: lightblue;
  --video-screen-button-background-hovor-color: rgba(0, 0, 0, 0);
  --video-screen-button-foreground-hovor-color: #57949c;

  /*
    Role Title Color
  */
  --member-listing-role-color: grey;

  /*
    Small User Popout
  */
  --small-user-popout-background-image: var(--home-icon-image);
  --small-user-popout-background-transparency: rgba(0, 0, 0, 0.6);
  --small-user-popout-background-image-position: center;

  /*
    Big User Popout
  */
  --big-user-popout-background-image: var(--home-icon-image);
  --big-user-popout-background-transparency: rgba(0, 0, 0, 0.6);
  --big-user-popout-background-image-position: center;

  /*
    Code Markup
  */
  --code-markup-background-color: rgba(0, 0, 0, 0.6);
  --code-markup-border: 1px solid transparent;

  /*
    Message Box Transparency
  */
  --message-box-transparency: rgba(0, 0, 0, .53);

  /*
    Embed Background Transparency
  */
  --embed-background-transparency: rgba(0, 0, 0, 0.6);

  /*
    Message Hover Buttons
  */
  --message-hover-buttons-background: rgba(122, 175, 240, 0.2);

  /*
    Context Menu Transparency
  */
  --context-menu-transparency: rgba(15, 15, 15, 0.8);

  /*
    Add Server / Discovery Icon
  */
  --add-discover-icon-transparency: rgba(200, 200, 200, 0.15);
  --add-discover-icon-color: #9fc5e8;

  /*
    Channel Limit Number Color
  */
  --channel-limit-count-color: var(--channels-default);
  --channel-limit-background-left: rgba(200, 200, 200, 0.1);
  --channel-limit-background-right: rgba(200, 200, 200, 0.2);

  /*
    Scrollbar Colors
  */
  --scrollbar-color: rgba(200, 200, 200, 0.2);

  /*
    Unread Message Divider
  */
  --unread-message-divider-color: rgba(89, 110, 158, 0.9);
  --unread-message-divider-font-color: white;

  /*
    New Messages Bar Color
  */
  --new-messages-bar-background-color: rgba(89, 110, 158, 0.6);
  --new-messages-bar-font-color: white;

  /*
    Emoji Menu
  */
  --emoji-menu-background-color: rgba(0, 0, 0, 0.6);
  --emoji-menu-sider-background-color: rgba(0, 0, 0, 0);
  --emoji-menu-server-header-background-color: rgba(0, 0, 0, 0.8);
  --emoji-menu-bottom-bar-background-color: black;
  --emoji-menu-search-bar-background-color: rgba(200, 200, 200, 0.1);

  /*
    Message Search
  */
  --message-search-menu-background-color: rgba(0, 0, 0, 0.8);
  --message-search-container-background-color: rgba(0, 0, 0, 0.6);
  --message-search-result-background-color: rgba(200, 200, 200, 0.05);

  /*
    Channel colors
  */
  --text-voice-channel-color: rgb(142, 146, 151);
  --text-voice-channel-hover-color: lightblue;
  --text-voice-channel-selected-text-color: white;
  --unread-text-channel-color: #fff;
  --unread-text-channel-bubble-color: lightblue;

  /*
    Folders
  */
  --folder-background-color: #2f3136;
  --expanded-folder-background-color: transparent;

  /*
    Reactions
  */
  --reaction-emoji-background-color: rgba(0, 0, 0, 0);
  --reaction-emoji-border-color: 1px solid transparent;
  --reaction-emoji-hover-background-color: rgba(255, 255, 255, 0.1);
  --reaction-emoji-hover-border-color: rgba(255, 255, 255, 0.2);
 
  /*
    Member Count
  */










