/* User Profile */
#user-profile-modal .header:after {
 	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(https://i.imgur.com/siIpaga.png) !important;
}
#user-profile-modal .avatar-wrapper {
 	background-color: transparent !important;   
}
#user-profile-modal .tab-bar-container {
 	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(https://i.imgur.com/iadW6Bu.jpg) !important;   
}
#user-profile-modal .scroller {
 	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(https://i.imgur.com/bQpxytr.png) !important;
}
#user-profile-modal .header .header-info .header-info-inner .discord-tag .username {
 	color: white !important;
    background: rgba(50,50,50,0.5) !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#user-profile-modal .header .header-info .header-info-inner .discord-tag .discriminator {
	color: rgba(255,255,255, 1) !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 15px;
}
#user-profile-modal .header .header-info .header-info-inner .activity {
 	color: white !important;
    background: rgba(50,50,50,0.5) !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
#user-profile-modal .guilds .section .section-header {
 	color: white !important;   
}
#user-profile-modal .guilds .section .connected-accounts .connected-account {
 	border: 0px !important;
    border-top: 0px !important;
}
#user-profile-modal .tab-bar .tab-bar-item.selected {
    color: white !important;
    background: rgba(50,50,50,0.7) !important;
    border-bottom-color: #FFCC66 !important;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
#user-profile-modal .tab-bar .tab-bar-item {
 	color: rgba(150, 150, 150,0.5) !important;
}
#user-profile-modal .guilds .guild:hover {
 	background: rgba(125,160,255,0.2) !important;
    border-left: 5px solid #5554A8 !important;
    color: white !important;
}
#user-profile-modal .guilds .guild {
    color: white !important;
}
#user-profile-modal .guilds .section .connected-accounts .connected-account .connected-account-name-inner .connected-account-name {
 	color: white !important;   
}