.cm-list-label, .cm-list-title, .cm-list-description, .purposes {
    color: white!important;
}

.klaro .cm-header a {
    text-decoration: underline!important;
}
.cm-klaro.must-consent:not(.customize) .cm-body, 
.cm-klaro.must-consent:not(.customize) .cm-btn-accept{
    display: none!important;
}

.cm-klaro::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background: #d8d8d8;
}

/* width */
.cm-klaro::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.cm-klaro::-webkit-scrollbar-track {
    background: #232323;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

/* Handle */
.cm-klaro::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
.cm-klaro::-webkit-scrollbar-thumb:hover {
    background: #555;
}