.qc-cmp2-persistent-link {
    cursor: pointer;
    position: fixed;
    background-color: rgb(20, 30, 35);
    padding: 5px 15px;
    color: #FFF;
    display: flex;
    text-decoration: none;
    align-items: center;
    max-height: 30px;
    z-index: 2147483640;
    bottom: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  font-size: 13px;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: #212529;
    border: none;
    color: white;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: rgb(20, 30, 35);
    border: none;
    color: white;
}

@media (min-width: 768px) {
    .css-10cg35w.css-10cg35w .qc-cmp2-footer .qc-cmp2-footer-links button:not(.qc-cmp2-link-active) {
        color: rgb(20, 30, 35);
    }
}

.css-10cg35w.css-10cg35w .qc-cmp2-consent-info .qc-cmp2-header-links button {
    margin: 0px 15px;
    color: rgb(20, 30, 35);
}

.css-k8o10q.css-k8o10q {
    place-content: center;
    backface-visibility: hidden;
    border: none;
    background: rgb(20, 30, 35);
    border-radius: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 0;
    min-height: 34px;
    -webkit-box-pack: center;
    letter-spacing: 2px;
    margin: 0.5em;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.35s;
    white-space: nowrap;
    width: 95%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 1px;
}

#qc-cmp2-ui button[mode="primary"], #qc-cmp2-ui button[mode="secondary"] {
    background: #212529;
    border: none;
    color: white;
}