.grid-filter-panel {
    max-width: 100%;
    border: 1px solid var(--ghost);
    box-sizing: border-box;
    box-shadow: 1px 3px 8px rgba(132, 132, 132, 0.29);
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    background: white;
    right: 0;
    TOP: 0;
    margin-top: 43px;
    margin-right: 0px;
    padding: 25px 10px;
}

.grid-filter-panel label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #273043;
    margin-bottom: 5px;
}

.grid-filter-panel label.rz-chkbox-label { margin-bottom: 0; }

.filter-label {
    display: grid;
    grid-template-columns: 1fr auto;
}

.filter-label .btn-link {
    font-size: 10px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--dark-red);
}

@media (min-width: 768px) {
    .grid-filter-panel { max-width: 510px; }
}
