/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed; 
    color: white; 
    font-size: 14px; 
    line-height: 1.5em; 
    right: 0; 
    bottom: 0; 
    max-width: 35rem; 
    padding: 1rem; 
    background: rgba(0,0,0,0.85); 
    z-index: 99999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    line-height: 40px;
}
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .1rem;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: left;
}
.gdprcookie-buttons button:first-child{
    background-color: #fff;
    color: #212121;
    border-color: #fff;
}
.gdprcookie-buttons button:focus {
    outline: unset;
    outline: unset;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
    border-radius: 5px;
    min-width: 110px; 
    margin-left: 0;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types label{
    display: inline-block;
    margin-bottom: .5rem;
    margin-left: 20px;
    position: relative;
    top: -3px;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
    opacity: 1;
}