/*DFPROFILER CSS TEMPLATE*/
/*IF A STYLE ISN'T APPLYING, END THE DECLARATION WITH "[style] !important;" INSTEAD OF JUST "[style];"*/
/*REPLACE ALL INSTANCES OF "14013793" WITH THE USER'S ID*/

/*#region Site-Wide Styles*/
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

.z14013793, .z14013793 a {
}

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

.profiler-username-header .z14013793 {
 font-family: "Black Ops One", system-ui;
  font-weight: 100;
  font-style: normal;
color: DDDDDD;
    text-shadow: 0 0 0px #FFFFFFFF;
}
/*#endregion*/

/*#region Keyframes*/
/*#endregion*/

/*#region Profile-Exclusive Styles*/
	/*#region Base Page Styles*/
		/*#region Base Element Definitions*/
		body[data-profile='14013793'] { /*Body Base Definition*/
		}
		
		body[data-profile='14013793'] h3, body[data-profile='14013793'] h4, body[data-profile='14013793'] h5 { /*Header Base Definition*/
color: #DDDDDD;
 font-family: "Black Ops One", system-ui;
  font-weight: 100;
  font-style: normal;
    text-shadow: 0 0 0px #FFFFFFFF;
		}
		
		body[data-profile='14013793'] h3 { /*H3 Sub-Definition*/
		}
		
		body[data-profile='14013793'] footer { /*Footer Base Definition*/
		}
		
		body[data-profile='14013793'] a { /*Link Base Definition*/
		color: #55AAAA;
}
		/*#endregion*/
		/*#region Class Definitions*/
		body[data-profile='14013793'] .nav-tabs>li.active>a { /*#profile-header Nav Buttons (active)*/
		}

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

		body[data-profile='14013793'] .clan { /*#profile-header Clan Text*/
font-weight: 100;
		}
		
		body[data-profile='14013793'] .navbar-fixed-top { /*Page Navbar*/
		}
		
		body[data-profile='14013793'] .navbar-brand { /*Page Navbar Text ("DFProfiler")*/
		}
		
		body[data-profile='14013793'] .navbar-nav>li>a { /*Page Navbar Buttons*/
		}
		
		body[data-profile='14013793'] .navbar-nav>.open>a { /*Page Navbar Buttons (active)*/
		}
		
		body[data-profile='14013793'] input#nav-username { /*Page Navbar Search Box*/
		}
		
		body[data-profile='14013793'] .btn-success { /*Page Navbar Search Button*/
		}
		
		body[data-profile='14013793'] .dropdown-menu { /*Page Navbar Dropdowns*/
		}
		
		body[data-profile='14013793'] #boss-data-section { /*Profile Boss Map Panel*/
		}
		
		body[data-profile='14013793'] .sub-table { /*Profile Boss Map Tables*/
		}
		
		body[data-profile='14013793'] .sub-table th, body[data-profile='14013793'] .sub-table td { /*Profile Boss Map Table Cells*/
		}
		/*#endregion*/
	/*#endregion*/
    
	/*#region Profile Styles*/
	#profile-page { /*#profile-page (basically a pseudo-body)*/
color: #55AAAA;
    background: url(https://i.imgur.com/Dpu3Ld1.png) no-repeat fixed center center / 100% 100%;
     background-position: top 51px left;
 font-family: "Black Ops One", system-ui;
  font-weight: 100;
  font-style: normal;
	}

    .profiler-username-header .z14013793:after {
    }
	
	#profile-header { /*#profiler-header Base Definition*/
	}
	
	#view-profile .panel-default { /*Profile Panels*/
	}
	
	#view-profile .panel-heading { /*Profile Panel Headings*/
	}
	
	#view-profile h3.panel-title { /*Profile Panel Heading Text*/
			color: #DDDDDD;
 font-family: "Black Ops One", system-ui;
  font-weight: 100;
  font-style: normal;
    text-shadow: 0 0 0px #FFFFFFFF;
	}
	
	#view-profile .weapon-name { /*Profile Panel Weapon Names*/
color: #AADDFF;
 font-family: "Black Ops One", system-ui;
  font-weight: 100;
  font-style: normal;
    text-shadow: 0 0 8px #FFFF00;
	}
	
	#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*/