.dck-cookie-overly {
    position: fixed; 
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background: rgba(0,0,0,0.5); 
    z-index: 9998;
}
.dck-cookie-modal {
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    background: #222; 
    color: #F7F7F7; 
    padding: 30px;
    border-radius: 10px; 
    max-width: 600px; 
    width: 80%; 
    z-index: 9999; 
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    line-height: 1.3em;
}
.dck-setup-box {
    height: 250px;
    overflow-y: auto;
}
.dck-cookie-modal a {
    color: #E3FFE2;
}
.dck-cookie-yes-button {
    padding: 14px 20px; 
    background: #4caf50; 
    color: #fff; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
}
.dck-cookie-set-button {
    padding: 14px 20px; 
    background: #98a398; 
    color: #fff; 
    border: none; 
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
}
.dck-gray-text {
    color: #c9c9c9;
}
.dck-h3-title {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}
.dck-p-text {
    padding-top: 5px!important;
    margin-top: 0px!important;
}
.dck-cookie-icon {
    position: fixed; 
    bottom: 10px; 
    left: 10px; 
    width: 50px; 
    height: 50px; 
    background: none; 
    z-index: 9997;
    cursor: pointer;
}
.dck-cookie-icon > img {
    width: 50px;
    height: 50px;
}