.consent-modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4); } .consent-modal-content {
background-color: #fff;
margin: 10% auto;
padding: 30px;
border: 1px solid #888;
width: 80%;
max-width: 500px;
position: relative;
} .consent-close {
position: absolute;
right: 10px;
top: 0px;
font-size: 24px;
cursor: pointer;
}
.consent-redirect-btn:focus, .open-consent-modal:focus {
outline: 0!important;
box-shadow: none!important;
outline-offset: 0!important;
}