//META{"name":"html5wallpaper","description":"HTML5 BG","author":"aldroyd","version":"1.0"}*//

.chat,
.typing,
.content,
.channel,
.divider-red span,
.messages-wrapper,
.guild-channels,
.private-channels,
.title-wrap,
.guild-header header,
.guilds,
.search-bar,
.friends-table,
.flex-vertical {
	background-color: transparent !important;
}

.channel-members,
.channels-wrap {
	background-color: rgba(0,0,0,.15) !important;
}

.account,
.btn-group .btn {
	background-color: rgba(0,0,0,.25) !important;
}
.guilds-wrapper {
	background-color: rgba(0,0,0,.35) !important;
}

.layers,
.guild-inner,
#friends {
	background-color: rgba(0,0,0,.5) !important;
}

#wp-content {
	height: 100vh;
	width: 100vw;
}

/* NOT ESSENTIALS */

.channel.channel-text.selected {
    background: transparent !important;
    border-bottom: 2px solid rgba(114, 137, 218, 1);
    margin-bottom: -2px !important;
}

.channel-text:hover {
    border-bottom: 2px solid rgba(114, 137, 218, .25);
    margin-bottom: -2px !important;
}

.channel.channel-text:before {
    border-left: 0px solid #fff !important;
}

.channel.channel-text:not(.selected) {
    background: transparent !important;
}

.channel-text.selected:before {
	border-left: 0px !important;
}

.messages-wrapper .scroller-wrap .scroller::-webkit-scrollbar {
    width: 4px;
}

.messages-wrapper .scroller-wrap .scroller::-webkit-scrollbar-track-piece {
	background-color: #23272A; /* SCROLL COLOR */
    border-radius: 0px !important;
    border: 1px;
}

.messages-wrapper .scroller-wrap .scroller::-webkit-scrollbar-thumb {
	border-radius: 0px !important;
    border: 1px;
    background-color: rgba(114, 137, 218, .75);
}

.app, .callout-backdrop {
	background: url(https://html5wallpaper.com/wp-depo/346/) !important;
	background-size: cover;
	background-position: center;
}