<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filter-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
    display: none;
}
.clear_filter {
    float:left;
    color:#000;
    font-size: 14px;
    margin-bottom:10px;
}
</pre></body></html>