:root {
    --cookies-purple: hsl(259, 13%, 24%);
}

.container {
    margin: 0 auto;
    max-width: 550px;
}
.highlight {
    background: rgba(255,215,0,0.115);
}

#gdpr-cookie-mask {
    background-color: rgba(0,0,0,0.5);
    /* width: 1px;
    height: 1px; */
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0px;
    z-index: 20000; /* OJS mobile menu: z-index:9999*/
}

#gdpr-cookie-recheck-wrapper {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
}

#gdpr-cookie-recheck-button {
    position:relative;
    width:60px;
    height:60px;
    display: block;
}
#gdpr-cookie-recheck-button a {
    width:60px;
    height:60px;
    display: block;
}


#gdpr-cookie-message * {
    padding: 0;
    margin: 0;
    border: none;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 2em;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px;
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}
#gdpr-cookie-message code {
    color: green;
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
#gdpr-cookie-message button#ihavecookiesBtn {
    margin-left: 0px !important;
}

#gdpr-cookie-buttons, #gdpr-cookie-buttons a {
    word-break: keep-all;
}
#gdpr-cookie-buttons a:after {
    content: '';
}

#gdpr-cookie-message h4 {
    color: #00447C;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #00447C;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#gdpr-cookie-message a {
    color: #00447C;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #00447C;
    word-wrap: normal;
}
#gdpr-cookie-message a:hover {
    color: #00447C;
    border-bottom-color: #00447C;
}
#gdpr-cookie-message a:hover {    
    text-decoration: none;
	outline: 2px dashed #00447C;
	outline-offset: 2px;
    color: @primary-lift;
}
#gdpr-cookie-message :focus {
    text-decoration-line: none;
	outline: 2px dashed yellow;
	outline-offset: 2px;
    background-color:yellow !important;
	color:black !important;
    border-bottom: 0px;
}

/* #ihavecookiesBtn  */
#gdpr-cookie-message .button {
    border: none;
    background: #00447C;
    color: white;
    font-size: 15px;
    padding: 0.5em;
    border-radius: 0.25em;
    margin-right: 0.5em;
    cursor: pointer;
    display: inline-block;
    word-break: keep-all;
}
/* @screen-phone - 480px - MOBILE */
@media (min-width: 10px) and (max-width: 767px) { 
    #gdpr-cookie-message .button {
        margin-left: unset !important;
        display:unset; /* warn buttons switch Customize->Accept Selected*/
    }
}


#gdpr-cookie-message .button:hover {
    background: white;
    color: #00447C;
	outline: 2px dashed black;
	outline-offset: 2px;
}
#gdpr-cookie-message .button:focus {
    background: yellow;
    color: black;
	outline: 2px dashed #00447C;
	outline-offset: 2px;

}
.button#gdpr-cookie-advanced {
    background: white;
    color: #00447C;
}
#gdpr-cookie-message .button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
#gdpr-cookie-message input[type="checkbox"]:focus {
    background: yellow;
    color: black;
	outline: 2px dashed #00447C;
	outline-offset: 2px;
}



/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    /* max-width: 375px; */
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    margin-left: 30px;

    border-radius: 0px;
    max-width: 700px;
    right: 1rem;
    bottom: 1rem;
    padding: 2em;
    width:100%;
    z-index: 30000; /* OJS mobile menu: z-index:9999*/
}


/*  @screen-desktop - 992px - DESKTOP ONLY*/
@media (min-width: 992px) {
    #gdpr-cookie-message {
        /* border:1px solid blue; */
    }
    #gdpr-cookie-buttons {
    
    }
    #gdpr-cookie-message button {

    }
}

/* @screen-tablet - 768px  - TABLET / DESKTOP */
@media (min-width: 768px) and (max-width: 991px) {
    #gdpr-cookie-message {
        /* border:1px solid red; */
    }
    #gdpr-cookie-buttons {
    
    }
    #gdpr-cookie-message button {
        
    }
}

/* @screen-phone - 480px - MOBILE */
@media (min-width: 10px) and (max-width: 767px) { 
    #gdpr-cookie-message {
        max-width: 100%;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
        /* border:1px solid yellow; */
    }
    #gdpr-cookie-buttons {
        text-align: center;
        display: grid;
        row-gap: 5px;
        column-gap: 5px;
    }
    #gdpr-cookie-buttons p{
        text-align: center;
        display: inline-block;
    }
    #gdpr-cookie-message button {
        
    }
}
