ins.adsbygoogle.adsbygoogle-noablate {
    z-index: 2147483646 !important;
}

#rctv-consent-banner-manta {
    z-index: 2147483647 !important;
    background-color: #202020;
    opacity: .7;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#rctv-consent-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 2147483648 !important;
    width: calc(100% - 50px);
    text-align: center;
    background-color: #202020;
    color: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .3);
}
/*
#rctv-consent-banner,
#rctv-consent-banner-manta {
    display: none;
}
*/

.rctv-consent-banner-box a {
    color: #77c977 !important;
}

.rctv-consent-banner-box {
    display: inline-block;
    width: 80%;
    max-width: 840px;
    padding: 10px;
}
.rctv-consent-banner-btns button {
    background-color: #0c4da2;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 150px;
    padding: 8px 30px;
    transition: all .3s ease;
    border: none;
    display: inline-block;
    margin: 3px 4px;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

.rctv-consent-banner-btns {
    padding: 10px;
}