.backdrop-container{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(251, 251, 251, 0.4);
    -webkit-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}

.sidenav-container {
    height: 100%;
    width: 0;
    position: fixed;
	z-index: 100;
    top: 0; left: 0;
    background-color: #FBFBFB;
    overflow-x: hidden;
    transition: 0.7s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	box-shadow: 0 0 35px #00000030;
}
.wpfFilterWrapper .wfpTitle {
	font-size: 19px;
	font-weight: 600;
	padding: 6px 6px 0;
}
.wpfFilterWrapper i, .wpfFilterWrapper svg {
	padding: 10px;
}
.wpfCheckbox {
	height: 27px;
}
.wpfFilterTaxNameWrapper {
	text-transform: uppercase;
	font-size: 14px;
	padding: 2px 2px 6px;
}
.wpfFilterWrapper {
	background: #f4f4f4;
	border-radius: 3px;
	padding: 0 15px;
	border-bottom: 1px solid #dadada;
	line-height: 23px;
}
.wpfMainWrapper {
	padding: 0 25px;
}
.wpfCheckboxHier {
	padding-left: 10px;
}
.sidenav-container a {
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin: 11px 0 -35px;
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
	width: 125px !important;
	font-size: 20px;
	font-weight: 600;
	display: block !important;
}
.sidenav-container a:hover { color: #f1f1f1}
.sidenav-container .closebtn {
    font-size: 3rem;
    font-weight: 700;
    color: #555 !important;
    padding-right: 0.8rem;
	padding-top: 1rem;
}
.sidenav-container .drawer-close-button{
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
}
span.sideopen-icon {
	padding: 3px 5px 0 33px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH5QoJFCgkx5Q2bQAAAP9JREFUSMftVjtuhTAQHKelwCWlOyg5AJK5AUKi5yQIJA5CyTHsgh6OwA3gBpPOenwS5UVyEiWZauXd8Wh2V5YFScIzXvAFuIgIIWCtvS221kII8eZlXdchz/Mf4uRviEzTBABYlsWPyLquaJoGAFCWpR+Rfd9dvG2bH5E0TdH3vVtlbzPJsswJ/q+wP/ABwzAQAKuq4h2MMTxRHLZtY5IklFJynudD7sAIw5AACIDGmKdE2rZ13KIoDrlDu5RSAIAgCFz8UTzWX7hnywA4juPT7SLJuq4Zx/Hl/OBESgkAiKLoU/NVSt1yv2eFtdbO0RlSSmit33Vy9xqIX/OReAVO/yE7T2m03gAAAABJRU5ErkJggg==') no-repeat;
	width: 80px;
	Height: 23px;
	text-align: right;
	font-size: 18px;
	line-height: 17px;
	cursor: pointer;
	margin: 6px;
	float: inline-start;
	font-weight: 600;
} 
