.cookieConsent{position: fixed;bottom: 1rem;right:1rem;background-color: white;border-radius: 3px;box-shadow:  6px 6px  12px #b2b2b2;padding: 1rem;z-index: 1000;width: calc(100vw - 2rem);max-width: 20rem; }
.cookieConsent h2{font-size: 1.5rem;}
.cookieDivider{height: 0;width:calc(60%);border: 2px solid #FFF200;border-radius: 2px;margin: .3rem 0 .5rem 0;}
.openCookieInsights{background-color: transparent;border: none;padding: 0;margin: .3rem 0 .5rem 0;text-decoration: underline;text-decoration-color: #FFF200;font-size: 1rem;}
.cBTN{background-color: white;border-radius: 3px;padding: .3rem .5rem;font-size: 1.1rem;border: none;cursor: pointer;}
.cBTNy{background-color: #FFF200;border: 2px solid black}

.cookieInsightsOuter{position: fixed;width:100vw;height: 100vh;z-index: 100000;top: 0;display: flex;justify-content: center;align-items: center;}
.cookieInsightsBg{position: absolute;width: 100%; height:100%; background-color: grey;opacity: .8;top: 0;}
.cookieInsights{width: calc(100% - 4rem ); max-width: 50rem;position: relative;z-index: 1;background-color: white;border-radius: 2px;padding: 1rem;position: relative;}
.cookieInsightsClose{ position: absolute;top:1.3rem; right: 1rem; background-color: white;border: none; font-size: 3rem;font-weight: bold;}
.cookieTable{width:100%; overflow: scroll;height: 30vh;}