/*
    <div class="header-dp">
        <a id="btn-dp" class="btn-dp" value="disabled_people" data-checked="">Людям з порушеннями зору</a>
    </div>
*/
.header-dp{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
}

.btn-dp{
    padding: 5px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    color: #000;
    background-color: whitesmoke;
    border-radius: 5px;
}

#dp-body-dark{
    filter: grayscale(100%);
}

#dp-body-white{
    filter: none;
}