
.cc-revoke, .cc-window {
    font: 16px/1.5 'PT Root UI Regular', arial, serif;
    letter-spacing: .02em;
    background-color: #101C43 !important;

    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 300;
    padding: 24px;
    opacity: 0.95;
}

.cc-btn {
    color: #1f2a44 !important;
    /* border-color: rgb(255, 255, 255); */
    background-color: #fcc917 !important;
    border-radius: 10px;
    padding: 8px;
}

.cc-btn:hover {
    color: white !important;
    background-color: #1f2a44 !important;
}


@media (max-width: 500px) {
    .cc-revoke, .cc-window {
        padding: 10px;
    }
}


@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

