.data-protection {
    overflow-y: scroll;
    background-color: azure;
    min-height: 200px;
    max-height: 250px;
}
.btn-gray:hover:not(.btn-link):not(.btn-flat) {
    background: #bbb7b7 !important;
    color: white !important;
}