﻿.locked-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(34, 34, 34, 0.2);
    flex-direction: column;
}

#gdpr-cookie-message {
    position: fixed;
    width: 90%;
    bottom: 0;
    background-color: #0075c9;
    color: white;
    bottom: 40px;
    background-color: white;
    padding: 25px;
    z-index: 2000;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    z-index: 10000;
    left: 50%;
    transform: translateX(-50%);
}

    #gdpr-cookie-message h4 {
        color: #0075c9;
        width: 80%;
    }

    #gdpr-cookie-message p {
        color: black;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

        #gdpr-cookie-message p:nth-child(3) {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row-reverse;
            height: 100%;
            padding-top: 15px;
        }


            #gdpr-cookie-message p:nth-child(3) button {
                border-color: #0075c9;
                width: 150px;
                min-width: 150px;
                margin-right: 15px;
            }

                #gdpr-cookie-message p:nth-child(3) button:first-child {
                    background-color: #0075c9;
                    color: white;
                }

                #gdpr-cookie-message p:nth-child(3) button:nth-child(2) {
                    color: #0075c9;
                }

@media (max-width: 435px) {
    #gdpr-cookie-message p:nth-child(3) {
        flex-wrap: wrap;
        text-align: center;
    }

        #gdpr-cookie-message p:nth-child(3) button {
            width: 100% ;
            margin-top: 10px;
            margin-right: 0px;
        }
}
