.cookie-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center!important;
}

.cookie-title{
    font-family: "Poppins", sans-serif;
    margin: 0 0 0.625rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem
}

.col-12{
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 576px) {
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 575px) {
    .col-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
}

#cconsent-bar{
    z-index: 10004 !important;
}
#cconsent-modal{
    z-index: 10005 !important;
}

.consent-give{
    font-weight: 700;
}

.ccm__footer{
    justify-content: center;
}

#ccm__footer__consent-modal-submit{
    font-weight: 700;
    width: 50%;
}
.ccm__footer .consent-give{
    width: 50%;
}

@media screen and (max-width: 500px) {
    .py-2{
        padding-top: .0rem!important;
        padding-bottom: .0rem!important;
    }
}
@media screen and (min-width: 501px) {
    .py-2{
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
}

.text-center {
    text-align: center;
}

#cconsent-bar a, #cconsent-modal a {
    vertical-align: unset;
    text-transform: unset;
}
