/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    /*right: 1.5rem;*/
    left: 1rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: black;
    z-index: 9999;
}

.gdprcookie p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5rem;
}

.gdprcookie h1,
.gdprcookie h2,
.gdprcookie h3 {
    font-size: 17px;
    margin-bottom: .5rem;
    color: #98186B;
    font-weight: bolder;
}
.gdprcookie h2 {
    font-size: 17px;
    margin: 10px 0;
}
.gdprcookie a {
    color: inherit;
    text-decoration: underline;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center !important;
    margin: 15px 0;
}
.gdprcookie-buttons .cookiebtns {
    color: #FFF !important;
    font-family: inherit !important;
    font-size: 15px !important;
    padding: 5px !important;
    border: solid .05rem currentColor !important;
    border-radius: .15rem !important;
    margin: 0 .5rem !important;
    background: none !important;
    cursor: pointer !important;
    font-weight: bold;
}
.gdprcookie-buttons button.cookiebtns:disabled {
    color: rgba(255,255,255,.5) !important;
}

/* 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;
}

.gdprcookie-types label {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
}

.cookieiconlink {
  left: 1rem;
  position: fixed;
  bottom: 1.5rem;
  max-width: 25em;
  padding: 1rem;
  background: black;
  z-index: 9999;
}

.cookieicon {
    color: yellow;
    font-size: 30px;
}