.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
}


@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%;
    }
}
#cconsent-bar{
    z-index: 100004 !important;
}
#cconsent-modal{
    z-index: 100005 !important;
}
@media (max-width: 575px) {
    .col-12{
        flex: 0 0 100%;
        max-width: 100%;
        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: 100000; /* Specify a stack order in case you're using a different order for other elements */
}

.ccm__content{
    min-height: 415px !important;
}

.consent-give{
    font-weight: 700;
    background-color: #cd4837 !important;
    color: white !important;
}
#ccm__footer__consent-modal-submit{
    font-weight: 700;
    background-color: #757575 !important;
    color: white !important;
}

@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;
    }
}

#ccm__footer__consent-modal-submit{
    width: 50%;
}

.ccm__footer{
    justify-content: center;
}

.ccm__footer .consent-give{
    width: 50%;
}
