/* jQuery Modal CSS - Version 0.9.1 compatible */
.jquery-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:99999;opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;pointer-events:none}.jquery-modal.blocker.current{opacity:1;pointer-events:auto}.jquery-modal.blocker.behind{opacity:.25}.jquery-modal .modal{display:none;position:relative;max-width:500px;max-height:75%;overflow:auto;background:#fefefe;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;-o-background-clip:padding-box;-ms-background-clip:padding-box;background-clip:padding-box}.jquery-modal .modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-color:#fff;border-radius:50%;text-decoration:none}.jquery-modal .modal a.close-modal:before{content:'\00D7';color:#999;font-weight:400;font-family:Arial,Baskerville,monospace;font-size:28px;text-indent:0;display:block;line-height:30px;text-align:center}.jquery-modal .modal a.close-modal:hover:before{color:#ccc}@media screen and (max-width:768px){.jquery-modal .modal{max-width:90%;max-height:90%}}

/* Override */
.jquery-modal .modal a.close-modal {
    font-size: 0 !important;
}

.jquery-modal .modal a.close-modal:before {
    line-height: 50px !important;
}

.gpdrcono-activated #gdprcono-modal__main.modal {
    margin-top: 10% !important;
}