.gdprcookie {
    position: fixed;
    color: #fff;
    line-height: 1.5em;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 99990;
    max-width: 25em;
    text-align: justify;
}

    .gdprcookie h1, .gdprcookie h2 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: .5rem;
    }

.cookie-table {
    padding: 15px;
    position: relative;
    background: #000;
}

.gdprcookie p {
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

.gdprcookie h2 {
    font-size: 1.2em;
}

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}

.justify-content-between {
    justify-content: space-between !important;
}

.text-white {
    color: #fff !important;
}

.btn-txt-sm {
    padding-left: 0;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.h1, h1 {
    font-size: 3.25rem;
    letter-spacing: -.05em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .6rem;
    font-weight: bold;
    line-height: 1.2;
}

.gdprcookie-buttons button {
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: 5px;
    background: 0 0;
    cursor: pointer;
}

    .gdprcookie-buttons button:disabled {
        color: rgba(255,255,255,.5);
    }

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

.rowcookie {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.gdprcookie-types label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: contents;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}
