.cookie-consent .btn {
  margin-bottom: 15px;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode {
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  height: 100%;
  width: 90%;
  max-width: 500px;
  min-width: 0px;
  z-index: 900;
  display: flex;
  flex-flow: column;
  overflow: auto;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .cookie-consent_close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .cookie-consent__body {
  max-width: unset;
  margin: auto 15px 0;
  padding-top: 40px;
  font-weight: 400;
  min-width: 0px;
  overflow: auto;
  flex-shrink: 0;
}
.cookie-consent .cookie-consent__banner-wrapper.cookie-consent__modal-mode .cookie-consent__banner .button-holder {
  margin: 0 15px auto;
  min-width: 375px;
  overflow: auto;
  flex-shrink: 0;
}
.cookie-consent .cookie-consent__banner {
  background-color: #2e3136;
  bottom: 0;
  color: white;
  left: 0;
  min-height: 240px;
  padding: 5px 0px 5px 60px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.cookie-consent .cookie-consent__banner .cookie-consent__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.cookie-consent .portlet {
  margin-bottom: 0;
}
@media only screen and (max-width: 720px) {
  .cookie-consent .cookie-consent__banner,
  .cookie-consent .cookie-consent__preferences {
    padding: 15px;
  }
  .cookie-consent .cookie-consent__banner .cookie-consent__body {
    max-width: initial;
  }
}/*
 * DOM element rendering detection
 * https://davidwalsh.name/detect-node-insertion
 */
@keyframes chartjs-render-animation {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

.chartjs-render-monitor {
	animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
	position: absolute;
	direction: ltr;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
	z-index: -1;
}

.chartjs-size-monitor-expand > div {
	position: absolute;
	width: 1000000px;
	height: 1000000px;
	left: 0;
	top: 0;
}

.chartjs-size-monitor-shrink > div {
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
}
