.wpc-spinner{width:28px;height:28px;position:fixed;left:calc(50% - 14px);top:calc(50% - 14px);display:none;z-index:1000001}.wpc-spinner:after{content:"";position:absolute;opacity:1;border:1px solid #f3f3f3;border-top:1px solid #9f9f9f;border-radius:50%;width:28px;height:28px;top:0;left:0;bottom:0;right:0;margin:auto;animation:.5s linear infinite wpc-spinner} @keyframes wpc-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wpc-filters-overlay {
    content: " ";
    background: #252525;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    margin: 0;
    transition: opacity 0.05s linear;
}