#ccc #ccc-icon {
    display: none;
}
#ccc #ccc-notify {
    /* background-color: #313147 !important; */
    background-color: #000 !important;
    padding: 0 !important;
}
#ccc .ccc-notify-text {
    margin-left: 400px;
    padding: 30px 0;
    z-index: 10;
}
#ccc #ccc-notify p {
    opacity: 1 !important;
    color: #ccc !important;
}
#ccc .ccc-notify-text a {
    color: #fff !important;
    text-decoration: underline;
}
#ccc .ccc-notify-buttons {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0 !important;
    width: 100%;
}
#ccc .ccc-notify-button {
    display: none;
}
#ccc #ccc-notify-accept {
    display: block;
    color: #fff !important;
    background-color: #ce0099 !important;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 40px 0 !important;
    position: absolute;
    width: 350px;
    height: 100%;
    font-size: 1.2em;
    z-index: 20;
}
#ccc #ccc-notify-dismiss {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    z-index: 20;
}

@media screen and (max-width: 768px) {
    #ccc .ccc-notify-text {
        margin-left: 0;
        padding: 50px 60px 16px 20px;
        font-size: 0.625em;
    }
    #ccc .ccc-notify-buttons {
        margin-top: 0;
    }
    #ccc #ccc-notify-accept {
        padding: 6px 0 !important;
        width: 100%;
        height: unset;
    }
    #ccc #ccc-notify-dismiss {
        top: unset !important;
        bottom: 30px;
    }
}