#klaro {
    z-index: 9999999 !important;
    position: relative !important;
}

#klaro a {
    color: #000000 !important;
}

.cn-learn-more {
    color: #000000 !important;
}

.cm-btn.cm-btn-success {
    border-radius: 0 !important;
    background-color: #e7334c !important;
}

.cm-btn.cm-btn-danger.cn-decline, .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept{
    background-color: #FBFAFA !important;
    color: #646464 !important;
    font-weight: bold !important;
}
.cm-btn.cm-btn-danger.cn-decline:hover, .cm-btn.cm-btn-success.cm-btn-info.cm-btn-accept:hover {
    background-color: #FBFAFA !important;
    text-decoration: underline !important;
    filter: brightness(100%);
}


