/*DFPROFILER CSS TEMPLATE*/
/*IF A STYLE ISN'T APPLYING, END THE DECLARATION WITH "[style] !important;" INSTEAD OF JUST "[style];"*/

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

.z9501964, .z9501964 a {
	color: #000000;
	text-shadow: 0 0 6px #00FFAE;
	font-family: 'Sedgwick Ave Display', regular;
    -webkit-mask-image: linear-gradient(to right, transparent 25%, #fff 75%);
    mask-image: linear-gradient(to right, transparent 25%, #fff 75%);
    -webkit-mask-size: 500%;
    mask-size: 500%;
    animation: wipeFade9501964 4s infinite;
}

.profiler-username-header .z9501964 {
    padding: 10px;
}
/*#endregion*/

/*#region Keyframes*/
@keyframes wipeFade9501964 {
    0% {
        opacity: 1;
        -webkit-mask-position: 100%;
        mask-position: 100%;
    }
    50% {
        opacity: 1;
        -webkit-mask-position: 0%;
        mask-position: 0%;
    }
    50.1% {
        opacity: 0;
        -webkit-mask-position: 100%;
        mask-position: 100%;
    }
    100% {
        opacity: 1;
        -webkit-mask-position: 100%;
        mask-position: 100%;
    }
}
/*#endregion*/

/*#region Profile-Exclusive Styles*/
	/*#region Base Page Styles*/
		/*#region Base Element Definitions*/
		body[data-profile='9501964'] { /*Body Base Definition*/
		}
		
		body[data-profile='9501964'] h3, body[data-profile='9501964'] h4, body[data-profile='9501964'] h5 { /*Header Base Definition*/
		}
		
		body[data-profile='9501964'] h3 { /*H3 Sub-Definition*/
		}
		
		body[data-profile='9501964'] footer { /*Footer Base Definition*/
		}
		
		body[data-profile='9501964'] a { /*Link Base Definition*/
		}
		/*#endregion*/
		/*#region Class Definitions*/
		body[data-profile='9501964'] .nav-tabs>li.active>a { /*#profile-header Nav Buttons (active)*/
		}

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

		body[data-profile='9501964'] .clan { /*#profile-header Clan Text*/
		}
		
		body[data-profile='9501964'] .navbar-fixed-top { /*Page Navbar*/
		}
		
		body[data-profile='9501964'] .navbar-brand { /*Page Navbar Text ("DFProfiler")*/
		}
		
		body[data-profile='9501964'] .navbar-nav>li>a { /*Page Navbar Buttons*/
		}
		
		body[data-profile='9501964'] .navbar-nav>.open>a { /*Page Navbar Buttons (active)*/
		}
		
		body[data-profile='9501964'] input#nav-username { /*Page Navbar Search Box*/
		}
		
		body[data-profile='9501964'] .btn-success { /*Page Navbar Search Button*/
		}
		
		body[data-profile='9501964'] .dropdown-menu { /*Page Navbar Dropdowns*/
		}
		
		body[data-profile='9501964'] #boss-data-section { /*Profile Boss Map Panel*/
		}
		
		body[data-profile='9501964'] .sub-table { /*Profile Boss Map Tables*/
		}
		
		body[data-profile='9501964'] .sub-table th, body[data-profile='9501964'] .sub-table td { /*Profile Boss Map Table Cells*/
		}
		/*#endregion*/
	/*#endregion*/
    
	/*#region Profile Styles*/
	#profile-page { /*#profile-page (basically a pseudo-body)*/
		color: rgba(0,186,176,1);
		background: url(https://images.hdqwalls.com/wallpapers/boba-fett-star-wars-battlefront-ii-g8.jpg) no-repeat fixed center center / cover;
	}

    .profiler-username-header .z9501964:after {
    }
	
	#profile-header { /*#profiler-header Base Definition*/
		background-color: rgba(68,2,25,0.26);
	}
	
	#view-profile .panel-default { /*Profile Panels*/
		background-color: rgba(0,0,0,0.66);
	}
	
	#view-profile .panel-heading { /*Profile Panel Headings*/
		background-color: rgba(0,255,174,0.1);
	}
	
	#view-profile h3.panel-title { /*Profile Panel Heading Text*/
		font-family: 'Sedgwick Ave Display', regular;
	}
	
	#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*/