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

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

#cconsent-bar .col-12, #cconsent-modal .col-12, #cookiesModal .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #cconsent-bar .col-md-9, #cconsent-modal .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 576px) {
    #cconsent-bar .col-sm-10, #cconsent-modal .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 992px) {
    #cconsent-bar .col-lg-8, #cconsent-modal .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (max-width: 575px) {
    #cconsent-bar .col-12, #cconsent-modal .col-12, #cookiesModal .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: 1000000; /* Specify a stack order in case you're using a different order for other elements */
}

#cconsent-bar {
    z-index: 1000004 !important;
}

#cconsent-modal {
    z-index: 1000005 !important;
}

#cconsent-modal button {
    height: unset;
}

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

.ccm__footer {
    justify-content: center;
}

#ccm__footer__consent-modal-submit {
    font-weight: 700;
    width: 50%;
    background-color: #ffba03;
    color: #000;
}

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

.ccm__content {
    text-align: left;
}

/*when the crosses in modal are too low*/
/*#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {*/
/*    line-height: unset;*/
/*}*/
