.ln_overlay {
    @apply bg-white left-0 top-0 h-screen w-screen text-center opacity-50 fixed items-center justify-center;
    filter: alpha(opacity=50);
    cursor: wait;
    z-index: 555;
    display: none;

    > div {
        @apply z-10;
    }
}

.ln_slider_container {
    width: calc(100% - 12px);
    margin: 1rem 15px 0 4px;
}

.filter-options-content a {
    display: inline-block !important;
}