@CHARSET "ISO-8859-1";

.icon-close-gdprbanner {
  background-image: url("../image/icon-close-gdprbanner.svg") !important; 
  background-repeat: no-repeat;
  background-position: inherit;
  width: 18px;
  height: 18px;
  object-fit: contain;
  float: right;
  cursor: pointer;
  padding-right: 12px;
}

.gdpr-banner {
  width: inherit;
  background-color: #f2f8fc;
  margin-top: -10px;
  margin-bottom: 31px;
  padding: 17px 0px 0px 24px;
  font-size: 14px;
  line-height: 1.43;
  border-bottom: 1px solid #0074c4;
  border-top: 1px solid #0074c4;
}

.gdpr-text {
	letter-spacing: normal; 
	color: #0074c4; 
	margin-bottom: 23px; 
	margin-right: 42px;
}


.unsupported-browser-banner {
  width: inherit;
  background-color: #fcf5f2;
  margin-top: -31px;
  margin-bottom: 11px;
  padding: 17px 0px 0px 24px;
  font-size: 14px;
  line-height: 1.43;
  border-bottom: 1px solid #9a3e00;
  /* border-top: 1px solid #9a3e00; */
}

.unsupported-browser-text {
	letter-spacing: normal; 
	color: #9a3e00; 
	margin-bottom: 23px; 
	margin-right: 42px;
}