@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Cinzel+Decorative&family=Spectral:wght@400;500;600&display=swap');

.z12674750, body[data-profile="12674750"] {
	--username-color0: #D1B980;
	--username-color1: #8A94A6;
}

.z12674750 a {
	animation: username-colourswitch 10s infinite;
}

.username-header .z12674750 {
	animation: username-colourswitch 10s infinite;
	font-family: 'Cinzel Decorative', 'Cinzel', serif !important;
}

body[data-profile="12674750"] .panel .panel-heading h3 {
	color: #d1b980;
	text-transform: uppercase !important;
	font-family: inherit;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	font-size: 18px;
}

body[data-profile="12674750"] .panel {
    color: #e2e8f0;
    background-color: rgba(15,18,22,0.85);
    border: 1px solid #363b45;
    border-top: 3px solid #d1b980;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.7);
}

body[data-profile="12674750"] .panel h4 {
	color: #d1b980;
	font-size: 14px;
	font-family: inherit;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

body[data-profile="12674750"] .panel h4 span {
	color: inherit !important;
}

body[data-profile="12674750"] #profile-page {
	font-family: 'Spectral', serif !important;
}

body[data-profile="12674750"] {
  background: url(https://i.imgur.com/lM3CQ8i.jpeg) no-repeat fixed center center / cover;
}

body[data-profile="12674750"] #profile-page a:not(span[class^="c"] > a) {
	color: #a3b1c6;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
}
body[data-profile="12674750"] #profile-page a:not(span[class^="c"] > a):hover {
	color: #d1b980;
}

body[data-profile="12674750"] #profiler-data-tabs li > a {
	font-size: 14px !important;
}
body[data-profile="12674750"] #profiler-data-tabs li > a:hover, body[data-profile="12674750"] #profiler-data-tabs li.active > a {
	color: #d1b980 !important;
}

body[data-profile="12674750"] #profile-page .progress {
	background-color: #111317;
	border: 1px solid #363b45;
}

body[data-profile="12674750"] #profile-page .total-mc-value {
	color: #d1b980;
	font-weight: 600;
}

body[data-profile="12674750"] #profile-page [data-panel="ammunition"] {
  white-space: nowrap;
}

body[data-profile="12674750"] .nav-tabs > li > a {
    font-size: 19px !important;
    background-color: rgba(15, 18, 22, 0.6) !important;
    color: #8a94a6 !important;
}
body[data-profile="12674750"] .nav-tabs > li.active > a,
body[data-profile="12674750"] .nav-tabs > li.active > a:hover {
    background-color: rgba(15, 18, 22, 0.95) !important;
    border-bottom-color: transparent !important;
    color: #d1b980 !important;
}