.csg-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.csg-modal .csg-panel{
    position: absolute;
    left: 0; bottom: 0;
    width: 100%; height: auto;
    
    padding: 2em;
}



body.with-cookie-consent-open{
    overflow: hidden !important;
}

#cookieconsent_custom_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    
    background-color: rgba(0,0,0,.2);
    z-index: 9999;
}

#cookieconsent_custom_container .cc-grower .cc-banner{
    padding: 2em;
}
#cookieconsent_custom_container .cc-message{
    color: #FFFFFF;
}
#cookieconsent_custom_container .cc-link{
    color: #FFFFFF;
    text-decoration: underline;
}
#cookieconsent_custom_container .cc-compliance{
    display: block;
    text-align: right;
}
#cookieconsent_custom_container .cc-btn.cc-dismiss{
    padding: 1em 2em;
}
