/*DFPROFILER CSS TEMPLATE*/
/*IF A STYLE ISN'T APPLYING, END THE DECLARATION WITH "[style] !important;" INSTEAD OF JUST "[style];"*/
/*IF THIS USER REQUESTS AN UPDATE TO THEIR PROFILE AND YOU ARE UNSURE HOW TO USE THIS TEMPLATE, ASK REBEKAH*/

/*#region Site-Wide Styles*/
@import url('https://fonts.googleapis.com/css2?family=Silkscreen');
@import url('https://fonts.googleapis.com/css2?family=Geo');

.z4775235, .z4775235 a {
	color: #FFFFFF;
	font-family: 'Silkscreen', regular;
	animation: glow4775235 3s infinite alternate;
}

#profile-page .z4775235, #profile-page .4775235 a { /*For username font size changes*/
}

.profiler-username-header .z4775235 {
	text-shadow: 0 0 6px #00FCFF;
}
/*#endregion*/

/*#region Keyframes*/
@keyframes glow4775235 {
   to {
        text-shadow: 0 0 6px #00FCFF, 0 0 10px #00FCFF, 0 0 14px #00FCFF, 0 0 18px #00FCFF;
    }
}
@keyframes subglow4775235 {
   to {
        text-shadow: 0 0 6px #DE76E3, 0 0 10px #DE76E3, 0 0 14px #DE76E3, 0 0 18px #DE76E3;
    }
}
/*#endregion*/

/*#region Profile-Exclusive Styles*/
	/*#region Base Page Styles*/
		/*#region Base Element Definitions*/
		body[data-profile='4775235'] { /*Body Base Definition*/
		}
		
		body[data-profile='4775235'] h3, body[data-profile='4775235'] h4, body[data-profile='4775235'] h5 { /*Header Base Definition*/
			color: #FFFFFF;
			text-shadow: 0 0 6px #00FCFF, 0 0 10px #00FCFF, 0 0 14px #00FCFF;
			font-family: 'Silkscreen', regular;
			animation: glow4775235 3s infinite alternate;
		}
		
		body[data-profile='4775235'] h3 { /*H3 Sub-Definition*/
		}
		
		body[data-profile='4775235'] footer { /*Footer Base Definition*/
		}
		
		body[data-profile='4775235'] a { /*Link Base Definition*/
		}
		/*#endregion*/
		/*#region Class Definitions*/
		body[data-profile='4775235'] .nav-tabs>li.active>a { /*#profile-header Nav Buttons (active)*/
		}

		body[data-profile='4775235'] .nav-tabs { /*#profile-header Nav Buttons (active)*/
		}

		body[data-profile='4775235'] .clan { /*#profile-header Clan Text*/
		}
		
		body[data-profile='4775235'] .navbar-fixed-top { /*Page Navbar*/
		}
		
		body[data-profile='4775235'] .navbar-brand { /*Page Navbar Text ("DFProfiler")*/
		}
		
		body[data-profile='4775235'] .navbar-nav>li>a { /*Page Navbar Buttons*/
		}
		
		body[data-profile='4775235'] .navbar-nav>.open>a { /*Page Navbar Buttons (active)*/
		}
		
		body[data-profile='4775235'] input#nav-username { /*Page Navbar Search Box*/
		}
		
		body[data-profile='4775235'] .btn-success { /*Page Navbar Search Button*/
		}
		
		body[data-profile='4775235'] .dropdown-menu { /*Page Navbar Dropdowns*/
		}
		
		body[data-profile='4775235'] #boss-data-section { /*Profile Boss Map Panel*/
		}
		
		body[data-profile='4775235'] .sub-table { /*Profile Boss Map Tables*/
		}
		
		body[data-profile='4775235'] .sub-table th, body[data-profile='4775235'] .sub-table td { /*Profile Boss Map Table Cells*/
		}
		/*#endregion*/
	/*#endregion*/
    
	/*#region Profile Styles*/
	#profile-page { /*#profile-page (basically a pseudo-body)*/
		color: #FFFFFF;
		font-family: 'Silkscreen', regular;
		background: url(https://wallpapercave.com/wp/wp6104803.gif) no-repeat fixed center center / cover;
	}

    .profiler-username-header .z4775235:after {
		content: "\A 1$ Cash Undercut";
		white-space: pre;
		color: #000000;
		text-shadow: 0 0 6px #DE76E3;
		font-size: 0.7em;
		font-family: 'Geo', regular;
		animation: subglow4775235 3s infinite alternate;
    }
	
	#profile-header { /*#profiler-header Base Definition*/
		background-color: rgba(0,0,0,0.75);
	}
	
	#view-profile .panel-default { /*Profile Panels*/
		background-color: rgba(0,0,0,0.75);
	}
	
	#view-profile .panel-heading { /*Profile Panel Headings*/
		background-color: rgba(85,2,178,0.15);
	}
	
	#view-profile h3.panel-title { /*Profile Panel Heading Text*/
		color: #000000;
		text-shadow: 0 0 6px #DE76E3, 0 0 10px #DE76E3, 0 0 14px #DE76E3;
		font-family: 'Geo', regular;
		animation: subglow4775235 3s infinite alternate;
	}
	
	#view-profile .weapon-name { /*Profile Panel Weapon Names*/
	}
	
	#view-profile .profiler-100 { /*Profile Panel Status 100% Text*/
	}
	
	#view-profile .profiler-75 { /*Profile Panel Status 75% Text*/
	}
	
	#view-profile .profiler-50 { /*Profile Panel Status 50% Text*/
	}
	
	#view-profile .profiler-25 { /*Profile Panel Status 25% Text*/
	}
	
	#view-profile .profiler-0 { /*Profile Panel Status 0% Text*/
	}
	
	#view-profile .mc-value { /*Profile Panel MC Stats Text*/
	}
	
	#view-profile .total-mc-value { /*Profile Panel MC Total Text*/
	}
	
	#view-profile .profiler-armor-normal { /*Profile Panel Armor Status 100% Text*/
	}
	
	#view-profile .profiler-armor-scratched { /*Profile Panel Armor Status 75% Text*/
	}
	
	#view-profile .profiler-armor-damaged { /*Profile Panel Armor Status 25% Text*/
	}
	
	#view-profile .profiler-armor-broken { /*Profile Panel Armor Status 0% Text*/
	}
	/*#endregion*/
/*#endregion*/