﻿.globalPrivacyControlPopupWrapper {
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

    .globalPrivacyControlPopupWrapper.active {
        display: block;
    }

.close {
    margin-bottom: 10px;
}

.gpc-overlay {
    background-color: #0078a7;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    padding: 1rem;
    right: 0;
    top: 0;
}

.gpc-popup {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5;
    font-family: 'Avenir';
}

@media(min-width: 767px) {
    .gpc-popup {
        width: 90%;
    }
}

@media(min-width: 992px) {
    .gpc-popup {
        width: auto;
    }
}

.gpc-popup .box {
    border: 1px solid #0078a7;
    border-radius: 8px;
    box-shadow: 0 1px 1px -35px #777777;
    color: white;
    height: auto;
    margin: auto;
    opacity: 1;
    position: relative;
    width: auto;
}

.gpc-popup .close {
    background-image: url("../Content/images/close_white_32dp.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0;
    display: block;
    float: right;
    height: 1em;
    opacity: 1;
    padding: 0;
    width: 1em;
}

    .gpc-popup .close:hover {
        background-image: url("../Content/images/close.svg");
    }

.gpc-popup .gpc-description {
    padding: 1rem;
}

    .gpc-popup .gpc-description a {
        color: white;
        text-decoration: underline;
    }

        .gpc-popup .gpc-description a:hover {
            text-decoration: none;
        }

iframe {
    border: 0;
}

@media screen and (max-width: 767px) { /* Assuming $sevenSixSevenPx is 767px */
    .globalPrivacyControlPopupWrapper {
        display: none;
    }
}

@font-face {
    font-family: 'Avenir'; 
    src: url('./fonts/0d51f252-d47b-421f-8ffe-eb417dce1b53.woff2') format('woff2');   
}
