.cc-window.cc-invisible {
    pointer-events: none !important
}

.cc-btn{
    padding: .75rem 22px !important;
    border-radius: 99px !important;
    min-height: 55px !important;
    font-family: 'Figtree Regular', 'sans-serif' !important;
}
.cc-btn:hover{
    text-decoration: none !important;
    background-image: linear-gradient(0deg,rgba(30,41,58,.1),rgba(30,41,58,.1));
}

.cc-revoke, 
.cc-window{
    z-index: 39 !important;
}

@media (max-width: 767px) {
    .cc-window {
        max-width: calc(100% - 2em) !important
    }
}

@media (min-width: 992px) {
    .cc-window {
        max-width: 434px !important;
        padding: 15px 20px 25px !important
    }

    .cc-window .cc-btn {
        line-height: 1 !important;
        padding: 15px 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1534px) {
    .cc-window {
        max-width: 391px !important;
        font-size: 1.4rem;
        padding: 13px 18px 22px !important
    }
}

@media (max-width: 414px) {
    .cc-window {
        max-width: 100% !important
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .cc-window {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px 20px !important;
        display: flex !important;
        flex-direction: row !important
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .cc-floating .cc-message {
        margin-bottom: 0 !important;
        padding-right: 10px !important
    }
}