/* This stylesheet contains overrides to the default styles provided the Cookie Consent script by TermsFeed https://www.TermsFeed.com  */
.termsfeed-com---nb-interstitial-overlay {
    background: rgba(0,0,0,0.25) !important;  
    display: flex !important; 
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
}

.termsfeed-com---nb .cc-nb-main-container {
    padding: 1.5rem !important;
    background-color: #fff !important;
}

.termsfeed-com---nb-interstitial {
  position: sticky !important;
  top: unset !important;
  bottom: 3vh !important;
}

.termsfeed-com---palette-light {
    .cc-nb-okagree, 
    .cc-nb-reject {
        color: #fff !important;
        background-color: #2322F0 !important;
    }
}