*///META{"name":"Theme 2 by Ruben","description":"2nd theme no name for it yet","author":"Ruben7173","version":"1.0"}*//

/* Background */
.theme-dark .layer-3QrUeG, .theme-dark .layers-3iHuyZ, .appMount-3VJmYg {
    background:url('https://images8.alphacoders.com/707/707447.png');
}

/* Adds transparency to settings */
.theme-dark .ui-standard-sidebar-view .content-region, .theme-dark .ui-standard-sidebar-view .sidebar-region {
        background-color: hsla(43, 0%, 6%, 0.65);
}
/* Transparency of settings */
.theme-dark .ui-standard-sidebar-view {
    background:transparent;

}

/* Top Bar Windows Transparency */
.typeWindows-1za-n7 {
    background-color: hsla(43, 0%, 6%, 0.65);
    height: 18px;
    margin-top: 0px;
    padding: 2px;
}

/* Adds transparency to groups */
.theme-dark .guildsWrapper-5TJh6A {
    background-color: transparent;
}

/* Adds transparency to Channels */
.container-PNkimc, .channels-Ie2l6A {
    background-color: transparent;
}

/* Adds transparency to Group and Channels part */
.theme-dark .container-2lgZY8 {
    background-color: hsla(43, 0%, 6%, 0.65);
}

/* Adds transparency Behind chat */
.theme-dark .chat-3bRxxu, .theme-dark .chat-3bRxxu form, .theme-dark .content-yTz4x3 {
    background-color:transparent;
}

/* Adds transparency when someone is typing */
.theme-dark .typing-2GQL18 {
    background-color:transparent;
}

/* Adds transparency to chat messages page */
.theme-dark .messagesWrapper-3lZDfY {
    background-color:transparent;
}

/* Adds transparency to the bar above chat messages page */
.theme-dark .title-3qD0b- {
    background: transparent;
}

/* Adds transparency to members list */
.theme-dark .members-1998pB {
    background-color:transparent;
}

/* Custom Scroll Bars */
.theme-dark ::-webkit-scrollbar, .chat-3bRxxu ::-webkit-scrollbar {
	width: 10px !important
}
.theme-dark ::-webkit-scrollbar-track-piece, .chat-3bRxxu ::-webkit-scrollbar-track-piece, .channels-Ie2l6A ::-webkit-scrollbar-track, .chat-3bRxxu ::-webkit-scrollbar-track { 
    background: transparent !important; 
    border-color: transparent !important;
}
.theme-dark ::-webkit-scrollbar-thumb, .chat-3bRxxu ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5) !important;
    border-color: transparent !important;
}
.theme-dark ::-webkit-scrollbar-thumb:hover, .chat-3bRxxu ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(11, 25, 38, 255) !important;
}
.theme-dark ::-webkit-scrollbar-thumb {
    border-color: transparent !important;
    background: rgba(11, 25, 38, 0.5) !important;
}

/* Chat Markdown */
.theme-dark .markup-2BOw-j code, .theme-dark .markup-2BOw-j code.inline {
    background: rgba(0,0,0,0.0);
}


/* Around microphone, deaphone, settings area */
.theme-dark .container-2Thooq {
    background: rgba(0, 0, 0, 0.28);
}