:root {
    --purple: #3B3646ee;
    --red: /*#EE4B5A*//*#b03567*/#DB0058;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position:fixed;
    background-color: var(--purple);
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: system-ui;
    padding: 50px 10%;
    bottom: 0;
    width: 100%;
    z-index: 1500;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
}
/*
#gdpr-cookie-message li {
    width: 33%;
    display: inline-block;
    text-align: center;
}*/

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
    font-weight: bold;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-accept{
    background-color: #b03567 !important;
    vertical-align: middle !important;
    padding:0 15px !important;
    margin-bottom: 5px;
}

#gdpr-cookie-advanced {
    background-color: #b03567 !important;
    vertical-align: middle !important;
    padding: 0 15px !important;
    margin-bottom: 5px;
}

#gdpr-cookie-accept:hover{
    background-color: var(--red) !important;
}

#gdpr-cookie-advanced:hover{
    background-color: var(--red) !important;
}

.labelcookies {
    padding-left: 30px;
}

.labelcookies strong {
    color: white;
}

input[type=checkbox]:not(.menu)+label.labelcookies:before {
    border-radius: 6px;
    border: 1px solid pink;
    background-color: #ffb6c147;
}

input[type=checkbox]:not(.menu):checked+label.labelcookies:before {
    background: #DB0058;
    border-color: #DB0058;
    color: #fff;
    content: '\f00c';
}

#gdpr-cookie-types ul {
    color: white;
    font-size: 13px;
    line-height: 1.5em;
    border: 1px solid pink;
    padding: 30px 30px 10px;
    border-radius: 5px;
}

#ihavecookiesBtn {
  cursor: pointer;
}

#ihavecookiesBtn:hover {
    color: white !important;
}