.gdpr-cookie__overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 9998;
    display: none;
}


.gdpr-cookie__dialog {
    background: #e1e1e1;
    border: 1px solid #565655;
    top: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    box-sizing: content-box;
    color: #333;
    right: 5px;
    max-width: 350px;
    padding: 5px 15px;
    position: fixed;
    z-index: 99999;
}

.gdpr-cookie__header {
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0 0 0;
    text-align: center;
}

.gdpr-cookie__summary {
    font-size: 14px;
}

.gdpr-cookie__row {
    line-height: normal;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

.gdpr-cookie__button {
    border: none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    padding: .75em 2em;
    outline: none;
    width: 60%;
}

.gdpr-cookie__button--allow {
    background: #00d005;
    color: #fff;
    font-size: 18px;
}

.gdpr-cookie__button--deny {
    background-color: #757575;
    color: #aaa;
    font-size: 14px;
}

.gdpr-cookie__button-allow-icon {
    font-size: 24px;
    outline: none;
    user-select: none;
    vertical-align: sub;
}

.gdpr-cookie__details-link {
    font-size: 12px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.gdpr-cookie__details {
    display: none;
}

.gdpr-cookie__details-header {
    line-height: normal;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.gdpr-cookie__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.gdpr-cookie__links {
    color: #333;
    text-align: center;
}

.gdpr-cookie__link {
    color: #333;
    font-size: 10px;
    text-decoration: none;
}

.gdpr-cookie__link-separator:before {
    color: rgb(170, 170, 170);
    content: "|";
    display: inline-block;
    font-size: 10px;
    padding: 5px;
}
