/* Cookie Dialog */
#gdpr-cookie-message {
    font-family: Arial, sans-serif;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50000;
    max-width: 400px;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    height: 520px;
    overflow: auto;
}

#gdpr-cookie-message-container {
    position: relative;
}

#gdpr-cookie-message-container:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49999;
}

#gdpr-cookie-message h4 {
    color: black;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: black;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message ul {
    margin-top: 15px;
    padding-left: 0;
}

#gdpr-cookie-message p {
    margin-bottom: 15px;
}

#gdpr-cookie-message p:last-child {
    white-space: nowrap;
}

#gdpr-cookie-message p button:last-child {
    margin-right: 0;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: black;
    font-size: 15px;
    padding-bottom: 2px;
    transition: all 0.3s ease-in;
    text-decoration: underline;
}

#gdpr-cookie-message a.cookie-link-button,
a.cookie-types-show-info-text {
    margin-bottom: 15px;
    display: inline-block;
}

#gdpr-cookie-message a:hover {
    color: black;
    border-bottom-color: black;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: black;
    color: white;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 0;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    width: 48%;
}

#gdpr-cookie-message button:hover {
    background: black;
    color: white;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: black;
    color: black;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#cookie-types-show-info {
    margin-bottom: 25px;
}

#cookie-types-description-container p {
    white-space: initial !important;
}

button#gdpr-cookie-accept {
    background-color: transparent;
    color: #000;
}

button#gdpr-cookie-accept-all {

}


@media (max-width: 375px) {
    #gdpr-cookie-message {
        max-width: 375px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


@media (max-width: 420px) {

    #gdpr-cookie-message {
        max-width: 420px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {

    #gdpr-cookie-message {
        max-width: 320px;
    }

    #gdpr-cookie-message p:last-of-type {
        white-space: initial !important;
    }

    #gdpr-cookie-message button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}