:root {
    --grey: #e1dede;
    --purple: #5b2d78;
}
* {
    padding: 0;
    margin: 0;
    border: none;
}

/*p, ul {
    margin-bottom: 20px;
    line-height: 1.75em;
}
li {
    list-style: none;
    margin-bottom: 10px;
}
li:last-child {
    margin-bottom: 0;
}
input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
label {
    display: inline-block;
    max-width: 90%;
}*/
code {
    color: #5b2d78;
    font-family: arial;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    bottom: 0px;
/*  right: 0px;
max-width: 375px; */
    background-color: #e1dede;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin: 0px;
    font-family: arial;
    width: 100%;
    z-index: 999999;
}
#gdpr-cookie-message p{margin-bottom:0px;}
#gdpr-cookie-message h4 {
    color: #5b2d78;
    font-family: arial;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #5b2d78;
    font-family: arial;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p{display: inline-block;}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: 4e4e4e;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #5b2d78;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #5b2d78;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #5b2d78;
    color: white;
    font-family: arial;
    font-size: 15px;
    padding: 1px 10px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #5b2d78;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: #5b2d78;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
.closeright{
    float: right;
}
@media only screen and (max-width:1166px){
    #gdpr-cookie-message button, button#ihavecookiesBtn{
        margin-left: 10px;
    }
}
@media only screen and (max-width:1024px){
    #gdpr-cookie-message button, button#ihavecookiesBtn{
        margin:10px 0 0 10px;
    }
    #gdpr-cookie-message p:first-child{
    font-size: 13px;
}
#gdpr-cookie-message button, button#ihavecookiesBtn{font-size: 13px;}
}
