/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 365px;
  background-color: rgba(27, 27, 27,0.98);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 2.5px rgba(168, 160, 149, 0.4);
  font-family: system-ui;
  z-index: 222;
}
#gdpr-cookie-message h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #fff;
    font-size: 13px;
    line-height: 1.5em;
    padding-left:0;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    border-bottom-color: #f7941e;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: 2px solid #f7941e;
    background: #f7941eba;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    padding: 7px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
button#ihavecookiesBtn:hover,
button#ihavecookiesBtn:hover {
    background: #f7941e;
}
#gdpr-cookie-types label {
    cursor:pointer;
}
#gdpr-cookie-accept {
    margin-left: 0;
}
#gdpr-cookie-reject {
    margin-left:10px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-advanced {
    float:right;
}
#gdpr-cookie-message button:hover {
    background: #f7941e;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: rgba(27, 27, 27,0.975);
    border: 1px solid #f7941eba;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
