/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 2rem;
    max-width: 30%;
    padding: 3rem;
    background: #5d7aa9;
    border-radius: 10px;
    z-index: 999;
}

@media screen and (max-width: 991px) {
    .gdprcookie {
        max-width: 80%;
    }
}

.gdprcookie h1,
.gdprcookie h2 {
    font-size: 20px;
    margin-bottom: .5rem;
    color: white !important;
}

.gdprcookie p {
    color: #fff !important;
    font-size: 12px;
    line-height: 15px;
}

.gdprcookie a {
    color: inherit;
}

.gdprcookie input[type='checkbox']+label,
.gdprcookie input[type='radio']+label {
    color: #fff !important;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}

.gdprcookie-buttons button {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .50px;
    border-radius: 10px;
    padding: 10px 40px;
    font-weight: bold;
}

.gdprcookie-buttons button:first-child {
    background-color: #fff;
    color: #5d7aa9;
    border-color: #fff;
}

.gdprcookie-buttons button:focus {
    outline: unset;
    outline: unset;
}

.gdprcookie-buttons button {
    margin: 5px;
    cursor: pointer;
    border: unset;
}

.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 input[type=checkbox] {
    margin-right: .25rem;
}