#cookie-policy-consent {
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5);
  width: 288px;
  padding: 32px 24px 28px 32px;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9999;
  background: #175A9D;
  color: whitesmoke;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
#cookie-policy-consent p {
  margin: 0 auto;
  padding-top: 12px;
  text-align: left;
  border-top: 1px solid #666;
  color: #999;
}
#cookie-policy-consent p b {
  font-weight: 700;
  color: #fff;
}
#cookie-policy-consent p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-policy-consent p a:hover {
  color: #fff;
}
#cookie-policy-consent svg {
  display: none;
}
/*#cookie-policy-consent a#cookie-policy-consent-more-info {
  text-decoration: underline;
  color: #fff;
}*/
#cookie-policy-consent a#cookie-policy-consent-close {
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0 24px 0 0;
  margin: 0;
  color: #F9E904;
  text-decoration: underline;
  line-height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAQAAACRZI9xAAAARklEQVR4AWP4//8/A14IRDgVweSgDNwKQEowFaGJYQhg8jEEMdkYOjFNxLAf00ocjqTAFEy3EPYRSeFCOHQJxxHhmCacXgBUe0DOxthbswAAAABJRU5ErkJggg==) center right no-repeat;
}

#cookies-warning-more-info{
	color: white;
}

/* CAUTION!: This rule must be the last */
#cookie-policy-consent {
  display: block !important;
}
