#cookie-consent-container {
    padding: 25px 0;
    display: none;
    background-color: #fff;
}

    #cookie-consent-container .btn {
        float: right;
        margin-right: 15px;
    }

body.cookie-consent-required #cookie-consent-container {
    display: block;
    position: fixed;
    bottom: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 1000;
}

body.cookie-consent-required.explicit {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

    body.cookie-consent-required.explicit form {
        opacity: .1;
        cursor: not-allowed;
        pointer-events: none;
    }
