

div#cookie-consent-overlay-inner {
    position: absolute;
    bottom: 8%;
    
    min-height: 38.2%;
    max-height: 80%;
    min-width: 61.8%;
    max-width: 78%;
    border: 1px solid #1b75bc;
    border-radius: 6px;
    background: #fafafaff;
    z-index: 20000;
    align-content: center;
    overflow: auto;
    font-size: 14px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 78%;
    max-width: 900px;

    margin-left: 11%;
    
}

div#cookie-consent-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 19000;
    background: #808080a3;

    display: none;
}

    div#cookie-consent-overlay .hl {
        font-size: 1.2em;
        color: #0f5790;
        margin: 1.5em 0em 1.5em 0em;
        font-weight: bold;
    }

    a.consent-reject-button {
        padding: 1.5em 2.3em 1.5em 2.3em;
        display: inline-block;
        margin-left: 2em;
    }

a.consent-accept-button {
    background: #1b75bc;
    color: #ffffff;
    padding: 1.5em 4em 1.5em 4em;
    display: inline-block;
    border-radius: 0.5em;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-image: linear-gradient(to bottom, #4692ce, transparent);
    background-color: #1b75bc;
    
}


div.cookie-consent-content
{
    margin-left: 3em;
    margin-right: 3em;
    display:block;
    
}

div.cookie-consent-controls {
    display: block;
    padding: 3em 0em;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
*/

    display: flex;
    justify-content: center;
    align-items: center;
}